Lines Matching refs:calls
28 that runs, or calls, it. This includes passing of parameters (arguments
32 A program starts another program with the @code{exec} family of system calls.
334 calls to @code{getenv} (but not by any other library function). If the
685 need to be concerned with system calls because there are functions in
686 @theglibc{} to do virtually everything that system calls do.
687 These functions work by making system calls themselves. For example,
693 System calls are sometimes called kernel calls.
708 protocol for system calls on the various platforms on which @theglibc{}
738 that system calls do not return @code{-1} when they succeed.
804 * Normal Termination:: If a program calls @code{exit}, a
997 @c calls from signal handlers, but if we're in the middle of flushing or
1018 @c Direct syscall (exit_group or exit); calls __task_terminate on hurd,