Go to the source code of this file.
Functions | |
pointer | _EXIT (context *ctx, int n, pointer *argv) |
pointer | ALARM (context *ctx, int n, argv) |
pointer | ASCTIME (context *ctx, int n, argv) |
static void * | child (void) |
ckarg (2) | |
eusinteger_t | coerceintval (pointer) |
pointer | EXEC (context *ctx, int n, pointer *argv) |
pointer | EXIT (context *ctx, int n, pointer *argv) |
pointer | FORK (context *ctx, int n, pointer *argv) |
pointer | FORK (register context *ctx, int n, pointer *argv) |
pointer | FORK1 (context *ctx, int n, pointer *argv) |
pointer | GETEGID (context *ctx, int n, argv) |
pointer | GETEUID (context *ctx, int n, argv) |
pointer | GETGID (context *ctx, int n, argv) |
pointer | GETITIMER (context *ctx, int n, argv) |
pointer | GETPAGESIZE (context *ctx, int n, argv) |
pointer | GETPGRP (context *ctx, int n, argv) |
pointer | GETPID (context *ctx, int n, pointer *argv) |
pointer | GETPPID (context *ctx, int n, argv) |
static pointer | GETPRIORITY (context *ctx, int n, pointer *argv) |
pointer | GETRUSAGE (context *ctx, int n, argv) |
pointer | GETTIMEOFDAY (context *ctx, int n, argv) |
pointer | GETUID (context *ctx, int n, pointer *argv) |
if (n==1) | |
pointer | KILL (context *ctx, int n, argv) |
pointer | LOCALTIME (context *ctx, int n, argv) |
static void * | parent (void) |
static void * | prepare (void) |
pointer | PTIMES (context *ctx, int n, argv) |
return (makeint(setpgrp(ckintval(argv[0]), ckintval(argv[1])))) | |
pointer | RUNTIME (context *ctx, int n, argv) |
pointer | SETGID (context *ctx, int n, argv) |
pointer | SETITIMER (context *ctx, int n, argv) |
static pointer | SETPRIORITY (context *ctx, int n, pointer *argv) |
pointer | SETUID (context *ctx, int n, argv) |
pointer | SIGADDSET (context *ctx, int n, argv) |
pointer | SIGDELSET (context *ctx, int n, argv) |
pointer | SIGNAL (context *ctx, int n, argv) |
pointer | SIGPROCMASK (context *ctx, int n, argv) |
pointer | UALARM (context *ctx, int n, argv) |
pointer | UNAME (context *ctx, int n, pointer *argv) |
pointer | UNIXREAD (context *ctx, int n, argv) |
pointer | VFORK (context *ctx, int n, pointer *argv) |
pointer | WAIT (context *ctx, int n, argv) |
Variables | |
time_t | altzone |
static int | ctxid_in_child |
int | daylight |
int | errno |
pointer | eussigvec [NSIG] |
static char * | rcsid ="@(#)$Id$" |
time_t | timezone |
Definition at line 691 of file unixcall.c.
Definition at line 444 of file unixcall.c.
Definition at line 171 of file unixcall.c.
|
static |
Definition at line 602 of file unixcall.c.
ckarg | ( | 2 | ) |
eusinteger_t coerceintval | ( | pointer | ) |
Definition at line 55 of file sequence.c.
Definition at line 634 of file unixcall.c.
Definition at line 671 of file unixcall.c.
Definition at line 572 of file unixcall.c.
Definition at line 608 of file unixcall.c.
Definition at line 616 of file unixcall.c.
Definition at line 524 of file unixcall.c.
Definition at line 510 of file unixcall.c.
Definition at line 517 of file unixcall.c.
Definition at line 252 of file unixcall.c.
Definition at line 225 of file unixcall.c.
Definition at line 482 of file unixcall.c.
Definition at line 467 of file unixcall.c.
Definition at line 475 of file unixcall.c.
Definition at line 661 of file unixcall.c.
Definition at line 205 of file unixcall.c.
Definition at line 233 of file unixcall.c.
Definition at line 506 of file unixcall.c.
if | ( | n | = =1 | ) |
Definition at line 491 of file unixcall.c.
Definition at line 356 of file unixcall.c.
Definition at line 127 of file unixcall.c.
|
static |
Definition at line 594 of file unixcall.c.
|
static |
Definition at line 583 of file unixcall.c.
Definition at line 102 of file unixcall.c.
return | ( | makeint(setpgrp(ckintval(argv[0]), ckintval(argv[1]))) | ) |
Definition at line 118 of file unixcall.c.
Definition at line 539 of file unixcall.c.
Definition at line 268 of file unixcall.c.
Definition at line 649 of file unixcall.c.
Definition at line 531 of file unixcall.c.
Definition at line 303 of file unixcall.c.
Definition at line 319 of file unixcall.c.
Definition at line 364 of file unixcall.c.
Definition at line 335 of file unixcall.c.
Definition at line 453 of file unixcall.c.
Definition at line 550 of file unixcall.c.
Definition at line 704 of file unixcall.c.
Definition at line 626 of file unixcall.c.
Definition at line 435 of file unixcall.c.
time_t altzone |
|
static |
Definition at line 582 of file unixcall.c.
int daylight |
int errno |
|
static |
Definition at line 13 of file unixcall.c.
time_t timezone |