/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);
|