Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/features/
H A Dtime27 #undef timeofday
29 #define timeofday(p) gettimeofday(p,(struct timezone*)0)
32 #define timeofday(p) gettimeofday(p)
/illumos-gate/usr/src/cmd/ast/libshell/i386/FEATURE/
H A Dtime14 #undef timeofday
16 #define timeofday(p) gettimeofday(p,(struct timezone*)0)
19 #define timeofday(p) gettimeofday(p)
/illumos-gate/usr/src/cmd/ast/libshell/sparc/FEATURE/
H A Dtime14 #undef timeofday
16 #define timeofday(p) gettimeofday(p,(struct timezone*)0)
19 #define timeofday(p) gettimeofday(p)
/illumos-gate/usr/src/cmd/ast/libshell/sparcv9/FEATURE/
H A Dtime14 #undef timeofday
16 #define timeofday(p) gettimeofday(p,(struct timezone*)0)
19 #define timeofday(p) gettimeofday(p)
/illumos-gate/usr/src/cmd/ast/libshell/amd64/FEATURE/
H A Dtime14 #undef timeofday
16 #define timeofday(p) gettimeofday(p,(struct timezone*)0)
19 #define timeofday(p) gettimeofday(p)
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dtimers.c50 #ifdef timeofday in getnow()
52 timeofday(&tp); in getnow()
H A Dinit.c589 #ifdef timeofday
594 # define timeofday(a) macro
617 timeofday(&tp); in put_seconds()
628 timeofday(&tp); in get_seconds()
639 timeofday(&tp); in nget_seconds()
H A Dxec.c2595 #ifdef timeofday in sh_exec()
2620 #ifdef timeofday in sh_exec()
2621 timeofday(&tb); in sh_exec()
2635 #ifndef timeofday in sh_exec()
2641 #ifdef timeofday in sh_exec()
2643 timeofday(&ta); in sh_exec()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dalarm.c191 #ifdef timeofday in putval()
193 timeofday(&tmp); in putval()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/
H A DMakefile.com155 K5_OS_UTS=init_os_ctx.o timeofday.o toffset.o c_ustime.o
/illumos-gate/usr/src/uts/common/
H A DMakefile.files1742 K5_OS= timeofday.o toffset.o \
/illumos-gate/exception_lists/
H A Dcstyle795 usr/src/uts/common/gssapi/mechs/krb5/krb5/os/timeofday.c