/* SYSTEM_CALL ( [, ]) */ SYSTEM_CALL (fopen) SYSTEM_CALL (fdopen) SYSTEM_CALL (fclose) SYSTEM_CALL (printf) SYSTEM_CALL (vprintf) SYSTEM_CALL (fprintf) SYSTEM_CALL (vfprintf) SYSTEM_CALL (fputc, putc) SYSTEM_CALL (fputs) SYSTEM_CALL (puts) SYSTEM_CALL (fflush) SYSTEM_CALL (fgetc, getc) SYSTEM_CALL (ungetc) SYSTEM_CALL (fgets) SYSTEM_CALL (feof) SYSTEM_CALL (ferror) SYSTEM_CALL (fileno) SYSTEM_CALL (freopen) SYSTEM_CALL (clearerr) SYSTEM_CALL (fread) SYSTEM_CALL (fwrite) SYSTEM_CALL (rename) SYSTEM_CALL (sprintf) SYSTEM_CALL (vsprintf) SYSTEM_CALL (snprintf) SYSTEM_CALL (vsnprintf) SYSTEM_CALL (scanf) SYSTEM_CALL (vscanf) SYSTEM_CALL (fscanf) SYSTEM_CALL (vfscanf) SYSTEM_CALL (sscanf) SYSTEM_CALL (vsscanf) SYSTEM_CALL (fseek) SYSTEM_CALL (ftell) SYSTEM_CALL (rewind) SYSTEM_CALL (fgetpos) SYSTEM_CALL (fsetpos) SYSTEM_CALL (remove) SYSTEM_CALL (setbuf) SYSTEM_CALL (setlinebuf) SYSTEM_CALL (setvbuf) SYSTEM_CALL (__vcformat) SYSTEM_CALL (__vcscan) SYSTEM_CALL (access) SYSTEM_CALL (close) SYSTEM_CALL (dup) SYSTEM_CALL (dup2) SYSTEM_CALL (getcwd) SYSTEM_CALL (isatty) SYSTEM_CALL (lseek) SYSTEM_CALL (read) SYSTEM_CALL (truncate) SYSTEM_CALL (unlink) SYSTEM_CALL (write) SYSTEM_CALL (open) SYSTEM_CALL (creat) SYSTEM_CALL (utime) SYSTEM_CALL (abs) SYSTEM_CALL (labs) SYSTEM_CALL (atof) SYSTEM_CALL (atoi) SYSTEM_CALL (atol) SYSTEM_CALL (strtol) SYSTEM_CALL (strtoul) SYSTEM_CALL (strtod) SYSTEM_CALL (rand) SYSTEM_CALL (srand) SYSTEM_CALL (drand48) SYSTEM_CALL (erand48) SYSTEM_CALL (lrand48) SYSTEM_CALL (nrand48) SYSTEM_CALL (mrand48) SYSTEM_CALL (jrand48) SYSTEM_CALL (srand48) SYSTEM_CALL (seed48) SYSTEM_CALL (lcong48) SYSTEM_CALL (random) SYSTEM_CALL (srandom) SYSTEM_CALL (initstate) SYSTEM_CALL (setstate) SYSTEM_CALL (qsort) SYSTEM_CALL (bsearch) SYSTEM_CALL (malloc) SYSTEM_CALL (calloc) SYSTEM_CALL (realloc) SYSTEM_CALL (free) SYSTEM_CALL (getenv) SYSTEM_CALL (setenv) SYSTEM_CALL (putenv) SYSTEM_CALL (mktemp) SYSTEM_CALL (system) SYSTEM_CALL (gcvt) SYSTEM_CALL (mkdir) SYSTEM_CALL (stat) SYSTEM_CALL (fstat) SYSTEM_CALL (opendir) SYSTEM_CALL (readdir) SYSTEM_CALL (rewinddir) SYSTEM_CALL (closedir) SYSTEM_CALL (telldir) SYSTEM_CALL (seekdir) SYSTEM_CALL (gettimeofday) SYSTEM_CALL (utimes) SYSTEM_CALL (arosc_internalinit) SYSTEM_CALL (arosc_internalexit) SYSTEM_CALL (strftime) SYSTEM_CALL (strerror) SYSTEM_CALL (exit) SYSTEM_CALL (abort) SYSTEM_CALL (chmod) SYSTEM_CALL (localtime) SYSTEM_CALL (time) SYSTEM_CALL (gmtime) SYSTEM_CALL (perror) SYSTEM_CALL (ctime) SYSTEM_CALL (clock) SYSTEM_CALL (atexit) SYSTEM_CALL (pipe) SYSTEM_CALL (fcntl) SYSTEM_CALL (difftime) SYSTEM_CALL (ftruncate) SYSTEM_CALL (umask) SYSTEM_CALL (unsetenv) SYSTEM_CALL (asctime) SYSTEM_CALL (sleep) SYSTEM_CALL (chdir) SYSTEM_CALL (IoErr2errno) SYSTEM_CALL (mktime) SYSTEM_CALL (div) SYSTEM_CALL (ldiv) SYSTEM_CALL (sigaction) SYSTEM_CALL (sigaddset) SYSTEM_CALL (sigemptyset) SYSTEM_CALL (fchmod) SYSTEM_CALL (sigdelset) SYSTEM_CALL (sigfillset) SYSTEM_CALL (sigismember) SYSTEM_CALL (sigpending) SYSTEM_CALL (sigprocmask) SYSTEM_CALL (sigsuspend) SYSTEM_CALL (tmpnam) SYSTEM_CALL (updatestdio) SYSTEM_CALL (__assert) SYSTEM_CALL (lldiv) SYSTEM_CALL (strtoll) SYSTEM_CALL (strtoull) SYSTEM_CALL (on_exit) SYSTEM_CALL (getpid) SYSTEM_CALL (popen) SYSTEM_CALL (stcd_l) SYSTEM_CALL (stch_l) SYSTEM_CALL (stcl_d) SYSTEM_CALL (stcl_h) SYSTEM_CALL (stcl_o) SYSTEM_CALL (stco_l) SYSTEM_CALL (realloc_nocopy) SYSTEM_CALL (getfsstat) SYSTEM_CALL (signal) SYSTEM_CALL (_exit) SYSTEM_CALL (kill) SYSTEM_CALL (setlocale) SYSTEM_CALL (pclose) SYSTEM_CALL (mkstemp) SYSTEM_CALL (execvp) SYSTEM_CALL (rmdir) SYSTEM_CALL (getuid) SYSTEM_CALL (geteuid) SYSTEM_CALL (__get_arosc_userdata) SYSTEM_CALL (__arosc_nixmain) SYSTEM_CALL (spawnv) SYSTEM_CALL (chown) SYSTEM_CALL (spawnvp) SYSTEM_CALL (readlink) SYSTEM_CALL (getpwuid) SYSTEM_CALL (getgrgid) SYSTEM_CALL (getgid) SYSTEM_CALL (getegid) SYSTEM_CALL (getpwnam) SYSTEM_CALL (setpwent) SYSTEM_CALL (getpwent) SYSTEM_CALL (endpwent) SYSTEM_CALL (getgroups) SYSTEM_CALL (getgrnam) SYSTEM_CALL (endgrent) SYSTEM_CALL (getgrent) SYSTEM_CALL (setgrent) SYSTEM_CALL (fchown) SYSTEM_CALL (fsync) SYSTEM_CALL (link) SYSTEM_CALL (symlink) SYSTEM_CALL (mknod) SYSTEM_CALL (getppid) SYSTEM_CALL (execl) SYSTEM_CALL (getpgrp) SYSTEM_CALL (ioctl) SYSTEM_CALL (wait) SYSTEM_CALL (setuid) SYSTEM_CALL (setgid) SYSTEM_CALL (getw) SYSTEM_CALL (putw) SYSTEM_CALL (getloadavg) SYSTEM_CALL (raise) SYSTEM_CALL (times) SYSTEM_CALL (ftime) SYSTEM_CALL (strsep) SYSTEM_CALL (tempnam) SYSTEM_CALL (tmpfile)