Home
last modified time | relevance | path

Searched refs:mktime (Results 26 – 47 of 47) sorted by last modified time

12

/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dcertgetsetop.c1722 if (((t_notbefore = mktime(&tm_tmp)) == (time_t)(-1)) && in kmf_get_cert_validity()
1738 if (((t_notafter = mktime(&tm_tmp)) == (time_t)(-1)) && in kmf_get_cert_validity()
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrftime.c255 (void) asprintf(&buf, "%ld", mktime(&tm)); in _fmt()
H A Dgetdate.c202 (void) mktime(&tm); in getdate()
266 (void) mktime(&tm); in getdate()
291 if (mktime(rtmp) < 0) { in getdate()
/illumos-gate/usr/src/head/
H A Dtime.h65 using std::mktime;
/illumos-gate/usr/src/head/iso/
H A Dtime_iso.h99 extern time_t mktime(struct tm *);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dlib30 lib mkdir,mkfifo,mktemp,mktime
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dmktime.c27 #define mktime ______mktime macro
32 #undef mktime
41 NoN(mktime)
50 mktime(struct tm* ts)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DMamfile3766 make mktime.o
3767 make comp/mktime.c
3771 done comp/mktime.c
3772 meta mktime.o %.c>%.o comp/mktime.c mktime
3773 prev comp/mktime.c
3774 exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -D_PACKAGE_ast -c comp/mktime.c
3775 done mktime.o generated
6103 …o setlogmask.o strftime.o strptime.o swab.o syslog.o tempnam.o wordexp.o mktime.o regalloc.o regcl…
H A DMakefile140 wordexp.c mktime.c \
/illumos-gate/usr/src/cmd/zdump/
H A Dzdump.c124 t = mktime(&tm);
/illumos-gate/usr/src/cmd/touch/
H A Dtouch.c340 if ((when = mktime(&tm)) == -1 && errno != 0) in parse_datetime()
439 if ((when = mktime(&tm)) == -1) in parse_time()
482 if ((when = mktime(&tm)) == -1) in parse_timespec()
/illumos-gate/usr/src/cmd/passmgmt/
H A Dpassmgmt.c427 if ((date = mktime(tm_ptr)) < 0) { in main()
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_dtime.c169 *t = mktime(&then); in unctime()
/illumos-gate/usr/src/cmd/fruadm/
H A Dfruadm.c484 time_data = (uint64_t)mktime(sp_tm); in update_unixtimestamp()
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c347 tvp->tv_sec = mktime(&tm); in gettimeopt()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dparms.c481 if ((*tp = mktime(&tm)) == -1) { in parse_ts()
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dmap153 #undef mktime
154 #define mktime _ast_mktime
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dmap153 #undef mktime
154 #define mktime _ast_mktime
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dmap153 #undef mktime
154 #define mktime _ast_mktime
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dmap153 #undef mktime
154 #define mktime _ast_mktime
/illumos-gate/usr/src/cmd/ast/libast/
H A DMakefile.defs124 comp/mktime.o \
/illumos-gate/usr/src/boot/include/
H A Dtime.h151 time_t mktime(struct tm *);

12