OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tm_ptr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/openldap/dist/libraries/libldap/
util-int.c
146
struct tm *
tm_ptr
;
local
149
tm_ptr
= gmtime( timep );
150
if (
tm_ptr
== NULL ) {
154
*result = *
tm_ptr
;
166
struct tm *
tm_ptr
;
local
169
tm_ptr
= localtime( timep );
170
if (
tm_ptr
== NULL ) {
174
*result = *
tm_ptr
;
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc
3721
struct tm*
tm_ptr
= localtime(&seconds); // NOLINT
3722
if (
tm_ptr
== nullptr) return false;
3723
*out = *
tm_ptr
;
Completed in 22 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026