HomeSort by: relevance | last modified time | path
    Searched defs:TIME (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.bin/systat/
vmstat.h 32 enum display_mode { BOOT, TIME, RUN };
  /src/games/monop/
execute.c 47 #include <sys/time.h>
48 #include <time.h>
59 typedef struct tm TIME;
272 time(&t); /* get current time */
276 fprintf(outf, "time %s", ctime(&t)); /* ctime includes a \n */
529 if (!strcmp(attribute, "time")) {
  /src/usr.bin/ipcs/
ipcs.c 74 #include <time.h>
88 #define TIME 16
196 option |= BIGGEST | CREATOR | OUTSTANDING | PID | TIME;
211 option |= TIME;
220 (void)time(&now);
310 if (option & TIME)
324 if (option & TIME) {
346 if (option & TIME)
365 if (option & TIME)
377 if (option & TIME) {
    [all...]
  /src/common/dist/zlib/
inflate.h 23 TIME, /* i: waiting for modification time (gzip) */
35 COPY_, /* i/o: same as COPY below, but only first time in */
40 LEN_, /* i: same as LEN below, but only first time in */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
  /src/bin/ksh/
lex.h 97 #define TIME 275
  /src/tests/fs/vfs/
t_vnops.c 31 #include <sys/time.h>
104 * The lookup is permitted to modify the access time of
127 #define TIME(FN) \
139 TIME(st_atimespec);
140 TIME(st_mtimespec);
141 TIME(st_ctimespec);
142 TIME(st_birthtimespec);
149 #undef TIME
776 /* msdosfs has only access date, not time */
  /src/games/battlestar/
extern.h 42 #include <time.h>
173 #define TIME 1039

Completed in 51 milliseconds