Home
last modified time | relevance | path

Searched refs:gettime (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/tsol/tnd/
H A Dtnd.c73 static char *gettime();
272 (void) fprintf(logf, "%s : ", gettime()); in main()
275 (void) fprintf(logf, "%s : ", gettime()); in main()
460 (void) fprintf(logf, "%s : ", gettime());
484 (void) fprintf(fp, "%s : ", gettime());
501 (void) fprintf(logf, "%s : ", gettime()); in detachfromtty()
512 (void) fprintf(logf, "%s : ", gettime()); in detachfromtty()
625 (void) fprintf(logf, "%s : ", gettime()); in load_tp_entry()
1690 gettime()); in poll_now()
1731 (void) fprintf(logf, "%s : ", gettime()); in terminate()
[all …]
/illumos-gate/usr/src/lib/sasl_plugins/cram/
H A Dcram.c140 static char *gettime(sasl_server_params_t *sparams) in gettime() function
213 time = gettime(sparams); in crammd5_server_mech_step1()