Lines Matching refs:its
10 resources. Each process has its own address space and (usually) one
12 processes executing the same program, but each process has its own copy
13 of the program within its own address space and executes it
72 program can look at its command line arguments is via the arguments of
77 arguments. The @var{argv} argument is a vector of C strings; its
132 An option and its argument may or may not appear as separate tokens. (In
272 @var{argv} and @var{argc} arguments to its @code{main} function, and is
586 This is similar to the @code{LANG} environment variable. However, its
791 The usual way for a program to terminate is simply for its @code{main}
808 * Cleanups on Exit:: A process can run its own cleanup
818 A process terminates normally when its program signals it is done by
842 mechanism allows your application to specify its own ``cleanup'' actions
924 There are lots of ways a process can terminate besides having its program
932 Your program can arrange to run its own cleanup functions if normal
1052 program exited, this status includes as its low-order 8 bits the program