Home
last modified time | relevance | path

Searched refs:cuttimes (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/timezone/
Dzdump.c415 register char * cuttimes; in main() local
439 cutarg = cuttimes = NULL; in main()
443 case 't': cuttimes = optarg; break; in main()
478 if (cutarg != NULL || cuttimes == NULL) { in main()
482 if (cuttimes != NULL) { in main()
483 lo = strtoimax(cuttimes, &loend, 10); in main()
484 if (cuttimes != loend && !*loend) { in main()
491 } else if (cuttimes != loend && *loend == ',' in main()
507 progname, cuttimes); in main()