#include <sys/types.h>#include <sys/times.h>#include <limits.h>#include <time.h>#include <signal.h>#include <stdlib.h>#include <unistd.h>#include <sys/wait.h>#include <minix/minlib.h>#include <stdio.h>Include dependency graph for time.c:

Go to the source code of this file.
Defines | |
| #define | NEW 1 |
| #define | HUNDREDTHS 1 |
Functions | |
| _PROTOTYPE (int main,(int argc, char **argv)) | |
| _PROTOTYPE (void print_time,(clock_t t)) | |
| _PROTOTYPE (void twin,(int n, char *p)) | |
| _PROTOTYPE (void execute,(void)) | |
| int | main (int argc, argv) |
| void | print_time (clock_t t) |
| void | twin (int n, char *p) |
| void | execute () |
Variables | |
| char ** | args |
| char * | name |
| int | digit_seen |
| char | a [] = " . \0" |
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
Definition at line 32 of file time.c. References args, CLOCKS_PER_SEC, dummy, execute(), exit(), fork, pid, print_time(), SIG_IGN, SIGINT, signal(), SIGQUIT, status, std_err(), times, tms::tms_cstime, tms::tms_cutime, and wait. |
|
|
Definition at line 105 of file time.c. References a, CLOCKS_PER_SEC, digit_seen, i, int(), seconds, and twin. |
|
||||||||||||
|
Definition at line 141 of file time.c. References digit_seen. |
|
|
|
|
|
|
|
|
Definition at line 24 of file time.c. Referenced by f_collect(), print_time(), and twin(). |
|
|
|
1.4.6