Unix and Linux Discussions Tagged with pass |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
13,209 |
UNIX for Beginners Questions & Answers |
|
|
|
11 |
10,868 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
19,336 |
Shell Programming and Scripting |
|
|
|
5 |
16,252 |
Shell Programming and Scripting |
|
|
|
1 |
2,590 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
2,939 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
5,213 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
3,865 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
2,444 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
4,356 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
3,329 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
10,626 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
2,701 |
Shell Programming and Scripting |
|
|
|
1 |
2,384 |
UNIX for Beginners Questions & Answers |
|
|
|
15 |
9,397 |
Shell Programming and Scripting |
|
|
|
1 |
5,773 |
Shell Programming and Scripting |
|
|
|
5 |
3,666 |
Shell Programming and Scripting |
|
|
|
1 |
8,274 |
Linux |
|
|
|
3 |
1,682 |
Shell Programming and Scripting |
|
|
|
3 |
4,373 |
Web Development |
|
|
|
3 |
23,843 |
Shell Programming and Scripting |
|
|
|
0 |
3,875 |
Web Development |
|
|
|
16 |
8,474 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
6,398 |
Shell Programming and Scripting |
|
|
|
4 |
36,559 |
Shell Programming and Scripting |
|
|
|
11 |
13,359 |
Programming |
|
|
|
3 |
10,551 |
Shell Programming and Scripting |
|
|
|
3 |
3,169 |
Programming |
|
|
|
1 |
3,506 |
Shell Programming and Scripting |
|
|
|
1 |
11,855 |
Programming |
|
|
|
1 |
13,917 |
Shell Programming and Scripting |
|
|
|
3 |
10,869 |
Shell Programming and Scripting |
|
|
|
6 |
6,402 |
Shell Programming and Scripting |
|
|
|
9 |
20,312 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
5,961 |
Shell Programming and Scripting |
|
|
|
2 |
3,164 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
20,467 |
Shell Programming and Scripting |
|
|
|
16 |
24,039 |
Shell Programming and Scripting |
|
|
|
1 |
3,381 |
Shell Programming and Scripting |
|
|
|
1 |
11,749 |
UNIX for Advanced & Expert Users |
nerr_pass(3) util/neo_err.h nerr_pass(3)
NAME
nerr_pass - pass a clearsilver error up a level in the call chain
SYNOPSIS
#include <util/neo_err.h>
nerr_pass()
ARGUMENTS
with the macro, the function name, file and lineno are
automagically recorded. Just pass the error.
DESCRIPTION
this function is used to pass an error up a level in the call chain (ie, if the error isn't handled at the current level). This allows us
to track the traceback of the error.
SEE ALSO
nerr_error_traceback(3), nerr_pass(3), nerr_error_string(3), defined(3), nerr_pass_ctx(3), nerr_passf(3), nerr_init(3), nerr_match(3),
nerr_log_error(3), nerr_ignore(3), nerr_register(3), nerr_handle
ClearSilver 12 July 2007 nerr_pass(3)