OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:the_time
(Results
1 - 3
of
3
) sorted by null
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/gmtime/
2-1.c
20
time_t
the_time
;
local
22
(void)time(&
the_time
);
24
tm_ptr = gmtime(&
the_time
);
1-1.c
20
time_t
the_time
;
local
23
(void)time(&
the_time
);
24
tm_ptr = gmtime(&
the_time
);
25
printf("Raw time is %ld \n",
the_time
);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/strftime/
3-1.c
20
time_t
the_time
;
local
24
(void)time(&
the_time
);
25
tm_ptr = localtime(&
the_time
);
Completed in 653 milliseconds