HomeSort by: relevance | last modified time | path
    Searched refs:time_string (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/dump/
optr.c 64 extern char *time_string;
221 if (strftime(then, STAMP_LENGTH, time_string, &tm_time) == 0) {
222 time_string = default_time_string;
223 strftime(then, STAMP_LENGTH, time_string, &tm_time);
main.c 122 char *time_string = default_time_string; /* timestamp string */ variable in typeref:typename:char *
155 time_string = new_time_format;

Completed in 50 milliseconds