Home
last modified time | relevance | path

Searched refs:time (Results 76 – 100 of 1019) sorted by relevance

12345678910>>...41

/illumos-gate/usr/src/lib/libsqlite/test/
H A Ddate.test13 # focus of this file is testing date and time functions.
70 datetest 2.16 time('12:34:56.43') 12:34:56
138 # if the localtime is in the US Eastern Time (the time in Charlotte, NC
173 # Date-time functions that contain NULL arguments return a NULL
179 datetest 7.4 {time(null)} NULL
180 datetest 7.5 {time('now',null)} NULL
181 datetest 7.6 {time('now','localtime',null)} NULL
/illumos-gate/usr/src/boot/efi/libefi/
H A Dtime_event.c66 time(time_t *tloc) in time() function
80 return (time(0)); in getsecs()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dnic.c748 if (igmptable[i].time && (now >= igmptable[i].time)) { in send_igmp_reports()
770 igmptable[i].time = 0; in send_igmp_reports()
803 unsigned long time; in process_igmp() local
805 if (time < igmptable[i].time) { in process_igmp()
806 igmptable[i].time = time; in process_igmp()
818 igmptable[i].time != 0) { in process_igmp()
819 igmptable[i].time = 0; in process_igmp()
870 igmptable[slot].time = currticks(); in join_group()
883 unsigned long time, now; in await_reply() local
892 time = timeout + currticks(); in await_reply()
[all …]
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dipft_td.c99 char src[32], dst[32], misc[256], time[32], link1[32], link2[32]; local
114 time, src, dst, misc)) != 4)
119 time, link1, link2, src, dst, misc);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_common.h50 #define alive(context, new, t, time) \ argument
51 (((new)->ctime + (t)) < (time) ? CMP_EXPIRED : CMP_HOHUM)
/illumos-gate/usr/src/cmd/refer/
H A Dtick.c33 time(&tp); in tick()
48 time(&tp); in tock()
/illumos-gate/usr/src/tools/onbld/Checks/
H A DCopyright.py31 import time, re, sys
40 return re.search(r'Copyright.*\b%s\b' % time.strftime('%Y'), line)
/illumos-gate/usr/src/cmd/bnu/
H A DREADME58 b- On time fields where the default wait time was specified,
60 In addition, the time has a slightly different meaning.
62 time (RETRYTIME in parms.h) and max retrytime (MAXRETRYTIME in
63 parms.h). If the ;time field is specified, that will always
64 be the retry time. If it is not given, the backoff will be used.
H A Duustat.c753 times.actime = times.modtime = time((time_t *)NULL);
980 (void) time(&t);
1111 time_t time();
1115 (void) time(&ptime);
1169 time, dest); in complete()
1184 DEBUG(9, "COMPLETE: time = %s\n", time); in complete()
1361 DEBUG(9, "READPERF: time = %s\n",time);
1382 DEBUG(9, "READPERF: time = %s\n", time);
1385 strptime(time, "%y %m %d %H %M %S", &tm_tmp);
1483 now = time((time_t *) 0); in gmts()
[all …]
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dclock.c114 now = time(NULL);
341 now = time(NULL);
386 now = time(NULL);
460 now = time(NULL);
562 now = begin = time(NULL);
588 now = time(NULL);
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c1185 struct tm *time; in p_secstodate() local
1189 time = gmtime_r(&clock, &res); in p_secstodate()
1191 time = gmtime(&clock); in p_secstodate()
1193 time->tm_year += 1900; in p_secstodate()
1194 time->tm_mon += 1; in p_secstodate()
1196 time->tm_year, time->tm_mon, time->tm_mday, in p_secstodate()
1197 time->tm_hour, time->tm_min, time->tm_sec); in p_secstodate()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/features/
H A Drlimits1 hdr,sys resource,vlimit sys/time.h
3 typ rlim_t,rlim64_t sys/types.h sys/time.h sys/resource.h
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Ddisena.c44 time (&pps->dis_date); in disable()
113 (void) time (&pps->dis_date); in enable()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppcontext.c54 if (op->time) free(op->time); in ppcontext()
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslogd.c108 time_t process_start, last_prune = time(0); in main()
109 time_t last_cycle = time(0); /* last time logs were cycled */ in main()
397 process_start = time(0); in main()
407 if (difftime(time(0), last_cycle) > cycle_frequency) in main()
417 last_cycle = time(0); in main()
419 if (difftime(time(0), last_prune) > prune_frequency) in main()
428 last_prune = time(0); in main()
483 (uint_t)(difftime(time(0), process_start)); in main()
/illumos-gate/usr/src/lib/libresolv2/common/bsd/
H A Dgettimeofday.c44 time_t clock, time(time_t *); in gettimeofday()
46 if (time(&clock) == (time_t) -1) in gettimeofday()
/illumos-gate/usr/src/cmd/w/
H A Dw.c112 static void prtat(time_t *time);
286 (void) time(&now); /* get current time */ in main()
472 (void) time(&now); /* get current time */ in main()
610 prtat(time_t *time) in prtat() argument
614 p = localtime(time); in prtat()
615 if (now - *time <= 18 * HR) { in prtat()
621 } else if (now - *time <= 7 * DAY) { in prtat()
/illumos-gate/usr/src/cmd/utmpd/
H A Dutmpd.c310 curtime = time(NULL); in main()
316 now = time(NULL); in main()
382 last_timeout = time(NULL); in wait_for_pids()
388 if ((timeout = Poll_timeout - (time(NULL) - last_timeout)) <= 0) { in wait_for_pids()
390 last_timeout = time(NULL); in wait_for_pids()
426 last_timeout = time(NULL); in wait_for_pids()
973 (void) time(&u->ut_xtime); in clean_utmpx_ent()
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dsdp_parse.c339 sdp_parse_time(sdp_time_t **time, const char *begin, const char *end, in sdp_parse_time() argument
368 if (*time == NULL) { in sdp_parse_time()
369 *time = new_time; in sdp_parse_time()
371 tmp = *time; in sdp_parse_time()
580 sdp_parse_repeat(sdp_time_t *time, const char *begin, const char *end, in sdp_parse_repeat() argument
597 if (time == NULL) in sdp_parse_repeat()
603 while (time->t_next != NULL) in sdp_parse_repeat()
604 time = time->t_next; in sdp_parse_repeat()
614 repeat = time->t_repeat; in sdp_parse_repeat()
616 time->t_repeat = new_repeat; in sdp_parse_repeat()
[all …]
/illumos-gate/usr/src/boot/i386/libi386/
H A Dtime.c70 time(time_t *t) in time() function
98 time(&n); in getsecs()
/illumos-gate/usr/src/cmd/streams/log/
H A Dstrerr.c55 static void makefile(char *name, time_t time);
62 makefile(char *name, time_t time) in makefile() argument
67 tp = localtime(&time); in makefile()
/illumos-gate/usr/src/cmd/cdrw/
H A Dutil.c189 tm = time(NULL); in init_progress()
204 if (tm != time(NULL)) { in progress()
205 tm = time(NULL); in progress()
/illumos-gate/usr/src/lib/libc/i386_hwcap1/gen/
H A Dmemcpy.S110 prefetcht0 568(%esi) / prefetch source & copy 64 byte at a time
111 prefetcht0 568(%edi) / prefetch source & copy 64 byte at a time
184 prefetchnta 16384(%esi) / prefetch source & copy 64 byte at a time
/illumos-gate/usr/src/cmd/ast/libshell/i386/FEATURE/
H A Dtime1 /* : : generated from contrib/ast/src/cmd/ksh93/features/time by iffe version 2012-07-17 : : */
8 #define _sys_time 1 /* #include <sys/time.h> ok */
/illumos-gate/usr/src/cmd/ast/libshell/sparc/FEATURE/
H A Dtime1 /* : : generated from contrib/ast/src/cmd/ksh93/features/time by iffe version 2012-07-17 : : */
8 #define _sys_time 1 /* #include <sys/time.h> ok */

12345678910>>...41