Searched refs:otm (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/bin/bash/lib/sh/
H A Dmktime.c258 struct tm otm; local
260 (*convert) (&ot, &otm))))
263 tm = otm;
/haiku-fatelf/src/bin/gawk/missing_d/
H A Dmktime.c258 struct tm otm; local
260 (*convert) (&ot, &otm))))
263 tm = otm;
/haiku-fatelf/src/bin/coreutils/lib/
H A Dmktime.c469 struct tm otm; local
470 ranged_convert (convert, &ot, &otm);
471 if (otm.tm_isdst == isdst)
475 t = guess_time_tm (year, yday, hour, min, sec, &ot, &otm);
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dmktime.c460 struct tm otm; local
461 ranged_convert (convert, &ot, &otm);
462 if (otm.tm_isdst == isdst)
466 t = guess_time_tm (year, yday, hour, min, sec, &ot, &otm);

Completed in 96 milliseconds