#include "types.h"#include "stat.h"#include "user.h"Go to the source code of this file.
Functions | |
| void | printf (int fd, char *s,...) |
| void | forktest (void) |
| int | main (void) |
| void forktest | ( | void | ) |
| int main | ( | void | ) |
| void printf | ( | int | fd, | |
| char * | s, | |||
| ... | ||||
| ) |
Definition at line 9 of file forktest.c.
Referenced by balloc(), bigdir(), bigfile(), cat(), concreate(), createdelete(), createtest(), dirfile(), dirtest(), exectest(), exitwait(), forktest(), fourteen(), getcmd(), iref(), linktest(), ls(), main(), mem(), opentest(), parsecmd(), pipe1(), preempt(), rmdot(), runcmd(), sharedfd(), subdir(), twofiles(), unlinkread(), wc(), writetest(), and writetest1().
1.5.6