OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cuttimes
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libc/time/
zdump.c
468
char *
cuttimes
;
local in function:main
493
cutarg =
cuttimes
= NULL;
497
case 't':
cuttimes
= optarg; break;
532
if (cutarg != NULL ||
cuttimes
== NULL) {
536
if (
cuttimes
!= NULL) {
537
lo = strtoimax(
cuttimes
, &loend, 10);
538
if (
cuttimes
!= loend && !*loend) {
545
} else if (
cuttimes
!= loend && *loend == ','
561
progname,
cuttimes
);
Completed in 12 milliseconds
Indexes created Sun Oct 19 22:09:57 GMT 2025