/src/lib/libc/time/ |
localtime.c | 2114 tmcomp(register const struct tm *const atmp, function in typeref:typename:int 2281 } else dir = tmcomp(&mytm, &yourtm); 2347 && tmcomp(&alttm, &yourtm) == 0) { 2376 if (tmcomp(&mytm, &yourtm) != 0)
|
localtime.c | 2114 tmcomp(register const struct tm *const atmp, function in typeref:typename:int 2281 } else dir = tmcomp(&mytm, &yourtm); 2347 && tmcomp(&alttm, &yourtm) == 0) { 2376 if (tmcomp(&mytm, &yourtm) != 0)
|
localtime.c | 2114 tmcomp(register const struct tm *const atmp, function in typeref:typename:int 2281 } else dir = tmcomp(&mytm, &yourtm); 2347 && tmcomp(&alttm, &yourtm) == 0) { 2376 if (tmcomp(&mytm, &yourtm) != 0)
|