| /src/usr.bin/systat/ |
| ps.c | 333 static char startstr[10]; local 343 strftime(startstr, sizeof(startstr) - 1, "%l:%M%p", tp); 345 strftime(startstr, sizeof(startstr) - 1, "%a%I%p", tp); 347 strftime(startstr, sizeof(startstr) - 1, "%e%b%y", tp); 349 return startstr;
|
| ps.c | 333 static char startstr[10]; local 343 strftime(startstr, sizeof(startstr) - 1, "%l:%M%p", tp); 345 strftime(startstr, sizeof(startstr) - 1, "%a%I%p", tp); 347 strftime(startstr, sizeof(startstr) - 1, "%e%b%y", tp); 349 return startstr;
|
| /src/external/mpl/bind/dist/bin/dnssec/ |
| dnssec-cds.c | 80 static const char *startstr = NULL; /* from which we derive notbefore */ variable 350 if (startstr != NULL) { 352 notbefore = strtotime(startstr, now, notbefore, NULL); 1147 startstr = isc_commandline_argument;
|
| dnssec-cds.c | 80 static const char *startstr = NULL; /* from which we derive notbefore */ variable 350 if (startstr != NULL) { 352 notbefore = strtotime(startstr, now, notbefore, NULL); 1147 startstr = isc_commandline_argument;
|
| dnssec-signzone.c | 3381 char *startstr = NULL, *endstr = NULL, *classname = NULL; local 3652 startstr = isc_commandline_argument; 3732 if (startstr != NULL) { 3733 starttime = strtotime(startstr, now, now, NULL);
|
| dnssec-signzone.c | 3381 char *startstr = NULL, *endstr = NULL, *classname = NULL; local 3652 startstr = isc_commandline_argument; 3732 if (startstr != NULL) { 3733 starttime = strtotime(startstr, now, now, NULL);
|