Searched refs:ltm (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/fonttosfnt/dist/ | ||
| H A D | util.c | 145 struct tm *ltm; local in function:mktime_gmt 150 ltm = localtime(&t); 151 if(ltm == NULL) 153 return t + ltm->GMTOFFMEMBER; |
| /xsrc/external/mit/xterm/dist/ | ||
| H A D | misc.c | 2145 struct tm *ltm; local in function:create_printfile 2148 ltm = localtime(&now); 2151 if (strftime(fname, sizeof fname, format, ltm) == 0) { 2439 struct tm *ltm = (struct tm *) localtime(&now); local in function:GenerateLogPath 2442 (strftime(when, sizeof(when), FMT_TIMESTAMP, ltm) > 0) && |
Completed in 11 milliseconds