Home
last modified time | relevance | path

Searched refs:time (Results 101 – 125 of 1019) sorted by relevance

12345678910>>...41

/illumos-gate/usr/src/cmd/ast/libshell/sparcv9/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/amd64/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/fs.d/ufs/repquota/
H A Drepquota.c294 (void) time(&(tv.tv_sec)); in prquota()
340 fmttime(char *buf, long time) in fmttime() argument
355 if (time <= 0) { in fmttime()
360 if (time >= cunits[i].c_secs) in fmttime()
364 (double)time / cunits[i].c_secs, cunits[i].c_str); in fmttime()
/illumos-gate/usr/src/cmd/cron/
H A Datt1.y71 : time ampm timezone date incr {
81 | time ampm timezone date incr UNKNOWN {
86 time
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_handle.c63 time(&server_info->downtime);
76 time(&server_info->downtime);
248 time(&(*ldap_server_handle)->server_info->downtime);
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dlibfsmgt.h73 char *time; member
520 char *time, boolean_t find_overlays,
1021 char *mntopts, char *time, boolean_t find_overlays,
/illumos-gate/usr/src/cmd/backup/restore/
H A Dlint.sed5 /time.h".*sometimes ignored: time/d
/illumos-gate/usr/src/lib/pyzfs/common/
H A Dholds.py32 import time
70 "timestamp": time.ctime(tm)}
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_mem.c37 krb5_int32 time; in rc_store() local
42 krb5_timeofday(context, &time); in rc_store()
48 if (alive(context, rep, t->lifespan, time) == CMP_EXPIRED) in rc_store()
56 if (alive(context, &ta->rep, t->lifespan, time) in rc_store()
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/
H A Dgetdate.y120 time_t time; /* Seconds since the epoch */
266 item : time {
283 time : tUNUMBER tMERIDIAN {
934 ftz.time = time((time_t *) 0);
936 if (! (tm = gmtime (&ftz.time)))
939 ftz.timezone = difftm (&gmt, localtime (&ftz.time)) / 60;
942 tm = localtime(&now->time);
1021 Start = now->time;
/illumos-gate/usr/src/cmd/backup/lib/
H A Dgetdate.y27 time_t time; /* Seconds since the epoch */ member
126 item : time {
144 time : tUNUMBER tMERIDIAN {
770 now = time((time_t *)0);
870 time(&current);
898 (void) time(&ftz.time);
905 tm = localtime(&now->time);
934 Start = now->time;
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dprintgprof.c114 timediff = (*npp2)->time - (*npp1)->time; in timecmp()
170 if (zflag == 0 && np->ncall == 0 && np->time == 0) in flatprofline()
180 actime += np->time; in flatprofline()
183 100 * np->time / totime, actime / hz, np->time / hz); in flatprofline()
187 1000 * np->time / hz / np->ncall, in flatprofline()
188 1000 * (np->time + np->childtime) / hz / np->ncall); in flatprofline()
998 (mi->nl[index]).time == 0) { in printindex()
/illumos-gate/usr/src/psm/promif/ieee1275/sun4u/
H A Dprom_opl.c42 prom_opl_get_tod(time_t *time, int64_t *stickval) in prom_opl_get_tod() argument
57 *time = ci[4]; in prom_opl_get_tod()
/illumos-gate/usr/src/cmd/bnu/
H A DDevconfig33 # connecttime=<time> \
34 # expecttime=<time> \
35 # msgtime=<time>
/illumos-gate/usr/src/cmd/lastcomm/
H A Dlc_exacct.c71 time_t time = 0; in disp_group() local
112 time = (uint32_t)curr_obj.eo_item.ei_uint64; in disp_group()
153 totalsecs, ctime(&time)); in disp_group()
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dtvlib5 #define _hdr_time 1 /* #include <time.h> ok */
15 #define _sys_time 1 /* #include <sys/time.h> ok */
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dtvlib5 #define _hdr_time 1 /* #include <time.h> ok */
15 #define _sys_time 1 /* #include <sys/time.h> ok */
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dtvlib5 #define _hdr_time 1 /* #include <time.h> ok */
15 #define _sys_time 1 /* #include <sys/time.h> ok */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dtvlib5 #define _hdr_time 1 /* #include <time.h> ok */
15 #define _sys_time 1 /* #include <sys/time.h> ok */
/illumos-gate/usr/src/cmd/tip/
H A Dcmds.c154 start = time(0); in transfer()
191 prtime(" lines transferred in ", time(0)-start); in transfer()
325 start_t = time(0); in transmit()
377 stop_t = time(0); in transmit()
496 start = time(0); in pipeout()
513 prtime("away for ", time(0)-start); in pipeout()
549 start = time(0); in consh()
570 prtime("\r\naway for ", time(0)-start); in consh()
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A DMICwrap.c78 if (cntx->expire != GSS_C_INDEFINITE && cntx->expire < time(0)) in __dh_gss_sign()
145 if (cntx->expire != GSS_C_INDEFINITE && cntx->expire < time(0)) in __dh_gss_verify()
239 if (cntx->expire != GSS_C_INDEFINITE && cntx->expire < time(0)) in __dh_gss_seal()
331 if (cntx->expire != GSS_C_INDEFINITE && cntx->expire < time(0)) in __dh_gss_unseal()
/illumos-gate/usr/src/cmd/svc/startd/
H A Dlog.c146 xstrftime_poststart(char *buf, size_t bufsize, struct timeval *time) in xstrftime_poststart() argument
150 sec = time->tv_sec - st->st_start_time.tv_sec; in xstrftime_poststart()
151 usec = time->tv_usec - st->st_start_time.tv_usec; in xstrftime_poststart()
585 st->st_start_time.tv_sec = time(NULL); in log_init()
607 st->st_start_time.tv_sec = time(NULL); in log_init()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Derror.c224 error_info.time = n ? 1 : 0; in setopt()
480 if (error_info.time) in errorv()
482 if ((d = times(&us)) < error_info.time || error_info.time == 1) in errorv()
483 error_info.time = d; in errorv()
484 …sfprintf(stkstd, " %05lu.%05lu.%05lu ", d - error_info.time, (unsigned long)us.tms_utime, (unsigne… in errorv()
/illumos-gate/usr/src/cmd/ast/libshell/i386/FEATURE/
H A Dsetjmp8 #define _hdr_time 1 /* #include <time.h> ok */
9 #define _sys_time 1 /* #include <sys/time.h> ok */
/illumos-gate/usr/src/cmd/ast/libshell/sparc/FEATURE/
H A Dsetjmp8 #define _hdr_time 1 /* #include <time.h> ok */
9 #define _sys_time 1 /* #include <sys/time.h> ok */

12345678910>>...41