HomeSort by: relevance | last modified time | path
    Searched defs:timeptr (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/pr/
pr.c 1303 struct tm *timeptr = NULL; local in function:nxtfile
1331 timeptr = localtime(&curtime);
1355 timeptr = localtime(&curtime);
1387 timeptr = localtime(&curtime);
1397 timeptr = localtime(&(statbuf.st_mtime));
1408 if (strftime(buf, HDBUF, timefrmt, timeptr) <= 0) {
pr.c 1303 struct tm *timeptr = NULL; local in function:nxtfile
1331 timeptr = localtime(&curtime);
1355 timeptr = localtime(&curtime);
1387 timeptr = localtime(&curtime);
1397 timeptr = localtime(&(statbuf.st_mtime));
1408 if (strftime(buf, HDBUF, timefrmt, timeptr) <= 0) {
pr.c 1303 struct tm *timeptr = NULL; local in function:nxtfile
1331 timeptr = localtime(&curtime);
1355 timeptr = localtime(&curtime);
1387 timeptr = localtime(&curtime);
1397 timeptr = localtime(&(statbuf.st_mtime));
1408 if (strftime(buf, HDBUF, timefrmt, timeptr) <= 0) {

Completed in 37 milliseconds