Searched defs:ctime (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/proto/
H A Dproto.c175 #ifndef ctime
176 #define ctime _huh_ctime macro
195 #undef ctime macro
/ast/src/cmd/INIT/
H A Dproto.c92 # ifndef ctime
93 # define ctime _huh_ctime macro
112 # undef ctime macro
480 extern __MANGLE__ char* ctime __PROTO__((time_t*));
1741 t = ctime(&clock) + 20;
1746 t = ctime(&clock) + 20;

Completed in 17 milliseconds