Searched refs:times (Results 26 - 50 of 281) sorted by relevance

1234567891011>>

/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dklist.c47 if(cred->times.starttime)
48 krb5_format_time(context, cred->times.starttime, t1, sizeof(t1), 1);
50 krb5_format_time(context, cred->times.authtime, t1, sizeof(t1), 1);
52 if(cred->times.endtime > sec)
53 krb5_format_time(context, cred->times.endtime, t2, sizeof(t2), 1);
/macosx-10.10.1/libarchive-30/libarchive/cpio/
H A Dcpio_windows.c179 __hutimes(HANDLE handle, const struct __timeval *times) argument
184 wintm.QuadPart = WINTIME(times[0].tv_sec, times[0].tv_usec);
187 wintm.QuadPart = WINTIME(times[1].tv_sec, times[1].tv_usec);
198 futimes(int fd, const struct __timeval *times) argument
201 return (__hutimes((HANDLE)_get_osfhandle(fd), times));
205 utimes(const char *name, const struct __timeval *times) argument
217 ret = __hutimes(handle, times);
/macosx-10.10.1/ntp-92/util/
H A Dntptime.c88 int times[20]; local
228 for (c = 0; c < sizeof times / sizeof times[0]; c++) {
234 times[c] = ntv.time.tv_frac_sec;
240 printf("[ us %06d:", times[0]);
241 for (c = 1; c < sizeof times / sizeof times[0]; c++)
242 printf(" %d", times[c] - times[c - 1]);
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Ddebug.c40 #include <times.h>
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dcreds.c94 c->times = incred->times;
192 * - KRB5_TC_MATCH_TIMES_EXACT Compares the ticket times exactly.
193 * - KRB5_TC_MATCH_TIMES Compares only the expiration times of the creds.
242 match = krb5_times_equal(&mcreds->times, &creds->times);
245 /* compare only expiration times */
246 match = (mcreds->times.renew_till <= creds->times.renew_till) &&
247 (mcreds->times
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dtimes.c0 /* times.c, created from times.def. */
2 #line 23 "times.def"
4 #line 30 "times.def"
22 # include <sys/times.h>
58 /* This uses the POSIX.1/XPG5 times(2) interface, which fills in a
67 times (&t);
/macosx-10.10.1/Heimdal-398.1.2/kcm/
H A Drenew.c83 in.times.endtime = time(NULL) + ccache->tkt_life;
85 in.times.renew_till = time(NULL) + ccache->renew_life;
118 *expire = out->times.endtime;
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/sh/
H A Dclock.c29 # include <sys/times.h>
61 /* Print the time defined by a clock_t (returned by the `times' and `time'
64 `times' call. */
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dview.el958 (defun view-search (times regexp)
984 (if end (goto-char (if (< times 0) (point-max) (point-min)))
985 (move-to-window-line (if (< times 0) 0 -1)))
986 (if (if no (view-search-no-match-lines times regexp)
987 (re-search-forward regexp nil t times))
1001 times (if no "no " "") regexp)
1004 (defun view-search-no-match-lines (times regexp)
1006 (let ((back (and (< times 0) (setq times (- times))
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/port/
H A Dtouch.c27 * touch file access and modify times of file
29 * if flags&PATH_TOUCH_VERBATIM then times are taken verbatim
30 * times have one second granularity
42 #include <times.h>
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/unix/
H A DtclXunixPort.h32 #include <sys/times.h>
/macosx-10.10.1/ntp-92/lib/isc/unix/
H A Dfile.c121 struct timeval times[2]; local
135 times[0].tv_sec = times[1].tv_sec = (long)isc_time_seconds(time);
140 if ((times[0].tv_sec &
141 (1ULL << (sizeof(times[0].tv_sec) * CHAR_BIT - 1))) != 0)
150 times[0].tv_usec = times[1].tv_usec =
153 if (utimes(file, times) < 0)
/macosx-10.10.1/Heimdal-398.1.2/kuser/
H A Dkimpersonate.c93 et.authtime = cred->times.authtime;
95 et.endtime = cred->times.endtime;
176 cred.times.authtime = time(NULL);
177 cred.times.starttime = time(NULL);
178 cred.times.endtime = time(NULL) + expiration_time;
179 cred.times.renew_till = 0;
H A Dklist.c102 if(cred->times.starttime)
104 printable_time(cred->times.starttime, do_json));
107 printable_time(cred->times.authtime, do_json));
110 if(cred->times.endtime > sec || do_json)
112 printable_time(cred->times.endtime, do_json));
206 printable_time_long(cred->times.authtime));
207 if(cred->times.authtime != cred->times.starttime)
209 printable_time_long(cred->times.starttime));
211 printable_time_long(cred->times
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Ddh-ltm.c89 int codes, times = 0; local
95 while (times++ < DH_NUM_TRIES) {
137 if (times >= DH_NUM_TRIES) {
H A Ddh-tfm.c89 int codes, times = 0; local
95 while (times++ < DH_NUM_TRIES) {
139 if (times >= DH_NUM_TRIES) {
/macosx-10.10.1/OpenSSL098-52/src/crypto/bf/
H A Dbfspeed.c81 #include <sys/times.h>
104 /* The following if from times(3) man page. It may need to be changed */
146 times(&tstart);
151 times(&tend);
155 #else /* !times() */
210 printf("Doing BF_set_key %ld times\n",ca);
237 printf("Doing BF_encrypt %ld times\n",cb);
258 printf("Doing BF_cbc_encrypt %ld times on %ld byte blocks\n",cc,
/macosx-10.10.1/OpenSSL098-52/src/crypto/bn/
H A Dbnspeed.c83 #include <sys/times.h>
107 /* The following if from times(3) man page. It may need to be changed */
136 times(&tstart);
141 times(&tend);
145 #else /* !times() */
/macosx-10.10.1/OpenSSL098-52/src/crypto/cast/
H A Dcast_spd.c81 #include <sys/times.h>
104 /* The following if from times(3) man page. It may need to be changed */
146 times(&tstart);
151 times(&tend);
155 #else /* !times() */
210 printf("Doing CAST_set_key %ld times\n",ca);
237 printf("Doing CAST_encrypt %ld times\n",cb);
258 printf("Doing CAST_cbc_encrypt %ld times on %ld byte blocks\n",cc,
/macosx-10.10.1/OpenSSL098-52/src/crypto/rc2/
H A Drc2speed.c81 #include <sys/times.h>
104 /* The following if from times(3) man page. It may need to be changed */
146 times(&tstart);
151 times(&tend);
155 #else /* !times() */
210 printf("Doing RC2_set_key %ld times\n",ca);
237 printf("Doing RC2_encrypt %ld times\n",cb);
258 printf("Doing RC2_cbc_encrypt %ld times on %ld byte blocks\n",cc,
/macosx-10.10.1/OpenSSL098-52/src/crypto/rc4/
H A Drc4speed.c81 #include <sys/times.h>
104 /* The following if from times(3) man page. It may need to be changed */
146 times(&tstart);
151 times(&tend);
155 #else /* !times() */
209 printf("Doing RC4_set_key %ld times\n",ca);
236 printf("Doing RC4 %ld times on %ld byte blocks\n",cc,BUFSIZE);
/macosx-10.10.1/OpenSSL098-52/src/crypto/rc5/
H A Drc5speed.c81 #include <sys/times.h>
104 /* The following if from times(3) man page. It may need to be changed */
146 times(&tstart);
151 times(&tend);
155 #else /* !times() */
210 printf("Doing RC5_32_set_key %ld times\n",ca);
237 printf("Doing RC5_32_encrypt %ld times\n",cb);
258 printf("Doing RC5_32_cbc_encrypt %ld times on %ld byte blocks\n",cc,
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbnspeed.c101 #include <sys/times.h>
125 /* The following if from times(3) man page. It may need to be changed */
154 times(&tstart);
159 times(&tend);
163 #else /* !times() */
H A Dexpspeed.c101 #include <sys/times.h>
125 /* The following if from times(3) man page. It may need to be changed */
154 times(&tstart);
159 times(&tend);
163 #else /* !times() */
/macosx-10.10.1/apache-793/httpd/modules/generators/
H A Dmod_status.c348 tmp_tu = ws_record->times.tms_utime;
349 tmp_ts = ws_record->times.tms_stime;
350 tmp_tcu = ws_record->times.tms_cutime;
351 tmp_tcs = ws_record->times.tms_cstime;
733 ws_record->times.tms_utime / tick,
734 ws_record->times.tms_stime / tick,
735 ws_record->times.tms_cutime / tick,
736 ws_record->times.tms_cstime / tick,
820 (ws_record->times.tms_utime +
821 ws_record->times
[all...]

Completed in 289 milliseconds

1234567891011>>