Unix and Linux Discussions Tagged with pass |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
4,849 |
UNIX for Beginners Questions & Answers |
|
|
|
11 |
5,808 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
11,643 |
Shell Programming and Scripting |
|
|
|
5 |
7,432 |
Shell Programming and Scripting |
|
|
|
1 |
1,570 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
1,359 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
2,826 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
2,310 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
865 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
2,733 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
1,531 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
6,508 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
1,358 |
Shell Programming and Scripting |
|
|
|
1 |
864 |
UNIX for Beginners Questions & Answers |
|
|
|
15 |
3,163 |
Shell Programming and Scripting |
|
|
|
1 |
3,290 |
Shell Programming and Scripting |
|
|
|
5 |
1,940 |
Shell Programming and Scripting |
|
|
|
1 |
3,773 |
Linux |
|
|
|
3 |
927 |
Shell Programming and Scripting |
|
|
|
3 |
3,031 |
Web Development |
|
|
|
3 |
21,270 |
Shell Programming and Scripting |
|
|
|
0 |
2,711 |
Web Development |
|
|
|
16 |
7,116 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
5,013 |
Shell Programming and Scripting |
|
|
|
4 |
29,055 |
Shell Programming and Scripting |
|
|
|
11 |
10,941 |
Programming |
|
|
|
3 |
9,786 |
Shell Programming and Scripting |
|
|
|
3 |
2,416 |
Programming |
|
|
|
1 |
2,910 |
Shell Programming and Scripting |
|
|
|
1 |
10,385 |
Programming |
|
|
|
1 |
12,922 |
Shell Programming and Scripting |
|
|
|
3 |
10,297 |
Shell Programming and Scripting |
|
|
|
6 |
5,055 |
Shell Programming and Scripting |
|
|
|
9 |
16,978 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
4,761 |
Shell Programming and Scripting |
|
|
|
2 |
2,427 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
18,723 |
Shell Programming and Scripting |
|
|
|
16 |
20,971 |
Shell Programming and Scripting |
|
|
|
1 |
2,889 |
Shell Programming and Scripting |
|
|
|
1 |
10,257 |
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)