Lines Matching refs:program
16 program should include the header file @file{errno.h} to use this
50 The initial value of @code{errno} at program startup is zero. In many
90 @code{EAGAIN}. Your program should not make any other assumptions about
101 happen as a result of a bug in your program, and since it will not
172 Used when the arguments passed to a new program
320 debugger to run a program is considered having it open for writing and
363 @code{SIGPIPE} signal; this signal terminates the program if not handled
364 or blocked. Thus, your program will never actually see @code{EPIPE}
401 different from @code{EAGAIN}. To make your program portable, you should
407 pass, so your program can try the call again later and it may succeed.
411 so usually an interactive program should report the error to the user
700 @errno{EPROGUNAVAIL, 74, RPC program not available}
705 @errno{EPROGMISMATCH, 75, RPC program version wrong}
710 @errno{EPROCUNAVAIL, 76, RPC bad procedure for program}
796 translated by a program and the translator program dies while starting
822 @c compatriots who program on Unix do, too. One of them must have stayed
1141 your program to report informative error messages in the customary
1146 name of the program that encountered the error.
1239 @cindex program name
1240 @cindex name of running program
1243 such a program should start with the program's name, sans directories.
1250 This variable's value is the name that was used to invoke the program
1260 This variable's value is the name that was used to invoke the program
1271 @strong{Portability Note:} If you want your program to work with
1284 terminates the program. If we were going to make some other library
1319 instance, requires error messages to be preceded by the program name and
1330 @c and then holds a lock on stderr while printing the program name and
1336 program execution. The @var{format} argument is a format string just
1346 @code{error} prints first the program name. If the application
1348 function this function will be called to print the program name.
1350 used. The program name is followed by a colon and a space which in turn
1382 that of @code{error} except that between the program name and the string
1385 Directly following the program name a colon, followed by the file name
1411 @code{error_at_line}. It is expected to print the program name or do
1439 A program which read some input file and reports errors in it could look
1535 are not used and that the program is exited even if @var{status} is zero.
1557 are not used and that the program is exited even if @var{status}