Home
last modified time | relevance | path

Searched refs:times (Results 76 – 100 of 249) sorted by relevance

12345678910

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dmk_cred.c110 credenc.ticket_info[i]->times = ppcreds[i]->times; in krb5_mk_ncred_basic()
/illumos-gate/usr/src/cmd/ast/libshell/i386/FEATURE/
H A Drlimits11 #define _sys_times 1 /* #include <sys/times.h> ok */
H A Dsigfeatures9 #define _sys_times 1 /* #include <sys/times.h> ok */
H A Dlocale16 #define _sys_times 1 /* #include <sys/times.h> ok */
/illumos-gate/usr/src/cmd/ast/libshell/sparc/FEATURE/
H A Drlimits11 #define _sys_times 1 /* #include <sys/times.h> ok */
H A Dsigfeatures9 #define _sys_times 1 /* #include <sys/times.h> ok */
H A Dlocale16 #define _sys_times 1 /* #include <sys/times.h> ok */
/illumos-gate/usr/src/cmd/sckmd/sparc/sun4u/
H A Dsckmd.c403 before = times(&unused); in get_pfkey_reply()
430 after = times(&unused); in get_pfkey_reply()
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.cat.c570 epoch_start = times(&tms); in main()
597 epoch_end = times(&tms); in main()
/illumos-gate/usr/src/cmd/ast/libshell/sparcv9/FEATURE/
H A Dsigfeatures9 #define _sys_times 1 /* #include <sys/times.h> ok */
H A Dlocale16 #define _sys_times 1 /* #include <sys/times.h> ok */
/illumos-gate/usr/src/cmd/ast/libshell/amd64/FEATURE/
H A Dsigfeatures9 #define _sys_times 1 /* #include <sys/times.h> ok */
H A Dlocale16 #define _sys_times 1 /* #include <sys/times.h> ok */
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dvmalloc18 #define _sys_times 1 /* #include <sys/times.h> ok */
H A Dwchar80 #define _sys_times 1 /* #include <sys/times.h> ok */
192 /* on some systems <wchar.h> is included multiple times with multiple effects */
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dvmalloc18 #define _sys_times 1 /* #include <sys/times.h> ok */
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dvmalloc18 #define _sys_times 1 /* #include <sys/times.h> ok */
H A Dwchar80 #define _sys_times 1 /* #include <sys/times.h> ok */
192 /* on some systems <wchar.h> is included multiple times with multiple effects */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dvmalloc18 #define _sys_times 1 /* #include <sys/times.h> ok */
H A Dwchar80 #define _sys_times 1 /* #include <sys/times.h> ok */
192 /* on some systems <wchar.h> is included multiple times with multiple effects */
/illumos-gate/usr/src/cmd/krb5/kinit/
H A Dkinit.c1068 opts->lifetime = my_creds.times.endtime - my_creds.times.authtime;
1086 _kwarnd_add_warning(progname, opts->principal_name, my_creds.times.endtime);
1088 _kwarnd_add_warning(progname, opts->principal_name, my_creds.times.endtime);
1247 increds.times.endtime = 0;
/illumos-gate/usr/src/cmd/logadm/
H A Dmain.c1136 struct utimbuf times; in docopytruncate() local
1275 times.actime = s.st_atime; in docopytruncate()
1276 times.modtime = s.st_mtime; in docopytruncate()
1277 (void) utime(file_copy, &times); in docopytruncate()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dastsa.omk32 times.h \
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dinit_sec_context.c125 in_creds.times.endtime = endtime;
140 (*out_creds)->times.endtime < now) {
324 ctx->endtime = k_cred->times.endtime;
1480 my_creds.times.starttime = 0; /* start timer in load_root_cred_using_keytab()
1491 my_creds.times.endtime = now + lifetime; in load_root_cred_using_keytab()
1492 my_creds.times.renew_till = 0; in load_root_cred_using_keytab()
/illumos-gate/usr/src/cmd/bnu/
H A Duustat.c712 struct utimbuf times; local
753 times.actime = times.modtime = time((time_t *)NULL);
801 ret = utime(rfullname, &times);
818 ret = utime(fullname, &times);

12345678910