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

  /src/lib/libc/time/
zdump.c 313 fails, fall back on "GMT0" which might be similar due to the
314 "Link GMT GMT0" line in the "backward" file, and which
321 static char const gmt0[] = "GMT0"; local in function:gmtzinit
322 gmtz = tzalloc(gmt0);
324 err(EXIT_FAILURE, "Cannot create %s", gmt0);
zdump.c 313 fails, fall back on "GMT0" which might be similar due to the
314 "Link GMT GMT0" line in the "backward" file, and which
321 static char const gmt0[] = "GMT0"; local in function:gmtzinit
322 gmtz = tzalloc(gmt0);
324 err(EXIT_FAILURE, "Cannot create %s", gmt0);
zdump.c 313 fails, fall back on "GMT0" which might be similar due to the
314 "Link GMT GMT0" line in the "backward" file, and which
321 static char const gmt0[] = "GMT0"; local in function:gmtzinit
322 gmtz = tzalloc(gmt0);
324 err(EXIT_FAILURE, "Cannot create %s", gmt0);

Completed in 36 milliseconds