Searched refs:dotime (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/bin/csh/
H A Dinit.c89 { "time", dotime, 0, INF },
H A Dtime.c56 * dotime is only called if it is truly a builtin function and not a
60 dotime(Char **v, struct command *t) function
H A Dextern.h271 void dotime(Char **, struct command *);
/openbsd-current/sbin/fsdb/
H A Dfsdb.c67 static int dotime(char *, time_t *, int32_t *);
856 dotime(char *name, time_t *rsec, int32_t *rnsec) function
918 if (dotime(argv[1], &rsec, &nsec))
932 if (dotime(argv[1], &rsec, &nsec))
946 if (dotime(argv[1], &rsec, &nsec))
/openbsd-current/usr.bin/gprof/
H A Dgprof.h255 void dotime(void);
H A Darcs.c227 dotime();
250 dotime() function
334 printf( "[dotime] child \t" );
339 printf( "[dotime] parent\t" );
341 printf( "\n[dotime] share %f\n" , share );

Completed in 245 milliseconds