OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GETTIMEOFDAY
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/ntp/dist/include/
ntp_unixtime.h
14
# define
GETTIMEOFDAY
(a, b) (node_gettime(&ntp_node, a))
19
/*
gettimeofday
() takes two args in BSD and only one in SYSV */
23
# define
GETTIMEOFDAY
(a, b) (
gettimeofday
(a, b))
27
# define
GETTIMEOFDAY
(a, b) (
gettimeofday
(a))
31
# define
GETTIMEOFDAY
(a, b) (
gettimeofday
(a, b))
34
# define
GETTIMEOFDAY
(a, b) (
gettimeofday
(a, b)
[
all
...]
/src/external/ibm-public/postfix/dist/src/util/
sys_defs.h
68
#define
GETTIMEOFDAY
(t)
gettimeofday
(t,(struct timezone *) 0)
242
#define
GETTIMEOFDAY
(t)
gettimeofday
(t,(struct timezone *) 0)
313
#define
GETTIMEOFDAY
(t)
gettimeofday
(t,(struct timezone *) 0)
354
#define
GETTIMEOFDAY
(t)
gettimeofday
(t,(struct timezone *) 0)
400
#define
GETTIMEOFDAY
(t)
gettimeofday
(t,(struct timezone *) 0
[
all
...]
Completed in 36 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026