Searched refs:times (Results 176 - 200 of 281) sorted by relevance

1234567891011>>

/macosx-10.10.1/emacs-93/emacs/etc/
H A Dorgcard.tex550 \key{Toggle custom format display for dates/times}{C-c C-x C-t}
559 \key{display total subtree times}{C-c C-x C-d}
560 \key{remove displayed times}{C-c C-c}
650 \key{show sunrise/sunset times}{S}
/macosx-10.10.1/misc_cmds-33/calendar/calendars/
H A Dcalendar.history63 02/20 John Glenn orbits the Earth 3 times, 1962
/macosx-10.10.1/ruby-106/ruby/include/ruby/
H A Dwin32.h705 #undef times macro
706 #define times(t) rb_w32_times(t) macro
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dscrolledhtml.itk135 itk_option define -fontname fontname FontName times
272 protected variable _font times ;# name of current font
336 _definefont times adobe times "medium bold" "r i" iso8859
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/unix/
H A DtclXunixOS.c574 * If times returns elapsed real time, this is easy. If it returns a status,
580 *realTime = TclXOSTicksToMS (times (&cpuTimes));
597 times (&cpuTimes);
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dcobol.vim32 \ '-\@<!\<perform\s\+\%(\d\+\s\+times\|until\|varying\|with\s\+test\)\>:\<end-perform\>'.s:ordot . ',' .
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dsamba.vim69 syn keyword sambaKeyword contained times timestamp to trusted ttl unix update
H A Dzsh.vim117 \ source stat suspend test times trap true
H A Dfasm.vim99 syn keyword fasmDirective repeat resource section segment shareable stack times
/macosx-10.10.1/emacs-93/emacs/src/
H A Dw32.c2684 utime (const char *name, struct utimbuf *times)
2691 if (times == NULL)
2694 times = &deftime;
2697 /* Need write access to set times. */
2702 convert_from_time_t (times->actime, &atime);
2703 convert_from_time_t (times->modtime, &mtime);
2682 utime(const char *name, struct utimbuf *times) argument
H A Dmac.c424 of Apple event descriptors many times. */
2128 utime (const char *path, const struct utimbuf *times)
2160 if (times)
2161 cipb.dirInfo.ioDrMdDat = times->modtime + MAC_UNIX_EPOCH_DIFF;
2167 if (times)
2168 cipb.hFileInfo.ioFlMdDat = times->modtime + MAC_UNIX_EPOCH_DIFF;
5330 should have three times that much room because EMACSLOADPATH can
2124 utime(const char *path, const struct utimbuf *times) argument
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Ddst_api.c875 *timep = key->times[type];
883 key->times[type] = when;
1272 key->times[i] = 0;
/macosx-10.10.1/dcerpc-61/dcerpc/perf/
H A Dclient.c98 #include <sys/times.h>
393 if (times(&start_time->ptime) == -1)
414 if (times(&ptime) != -1)
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tty/
H A Dtty_update.c68 #include <sys/times.h>
679 (void) times(&before);
930 (void) times(&after);
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/libtelnet/
H A Dkerberos5.c830 creds.times.endtime = 0;
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dkrb5.h485 krb5_times times; member in struct:krb5_creds
/macosx-10.10.1/MITKerberosShim-66/Kerberos/
H A Dkrb5.h1011 krb5_ticket_times times; /* auth, start, end, renew_till */ member in struct:_krb5_enc_tkt_part
1051 krb5_ticket_times times; /* lifetime info */ member in struct:_krb5_creds
1109 krb5_ticket_times times; /* lifetime info */ member in struct:_krb5_enc_kdc_rep_part
1178 krb5_ticket_times times; /* auth, start, end, renew_till, */ member in struct:_krb5_cred_info
/macosx-10.10.1/MITKerberosShim-66/include/
H A Dmit-krb5.h987 mit_krb5_ticket_times times; /* auth, start, end, renew_till */ member in struct:_krb5_enc_tkt_part
1027 mit_krb5_ticket_times times; /* lifetime info */ member in struct:_mit_krb5_creds
1085 mit_krb5_ticket_times times; /* lifetime info */ member in struct:_mit_krb5_enc_kdc_rep_part
1154 mit_krb5_ticket_times times; /* auth, start, end, renew_till, */ member in struct:_mit_krb5_cred_info
/macosx-10.10.1/MITKerberosShim-66/mit-include/krb5/
H A Dkrb5.h1013 krb5_ticket_times times; /* auth, start, end, renew_till */ member in struct:_krb5_enc_tkt_part
1053 krb5_ticket_times times; /* lifetime info */ member in struct:_krb5_creds
1111 krb5_ticket_times times; /* lifetime info */ member in struct:_krb5_enc_kdc_rep_part
1180 krb5_ticket_times times; /* auth, start, end, renew_till, */ member in struct:_krb5_cred_info
/macosx-10.10.1/ntp-92/include/
H A Dntp_request.h547 u_short lowwater; /* number of times we've added buffers */
860 l_fp times[NUMCBUGTIMES]; member in struct:info_clkbug
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/htmlparse/
H A Dhtmlparse.tcl50 times \xd7 Oslash \xd8 Ugrave \xd9 Uacute \xda Ucirc \xdb
556 # same times (Such are possible, but will be in different
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_symfile.c46 #include <sys/times.h>
/macosx-10.10.1/ruby-106/ruby/win32/
H A Dwin32.c6200 wutime(const WCHAR *path, const struct utimbuf *times) argument
6211 if (times) {
6212 if (unixtime_to_filetime(times->actime, &atime)) {
6215 if (unixtime_to_filetime(times->modtime, &mtime)) {
6250 rb_w32_uutime(const char *path, const struct utimbuf *times) argument
6257 ret = wutime(wpath, times);
6264 rb_w32_utime(const char *path, const struct utimbuf *times) argument
6271 ret = wutime(wpath, times);
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Dspeed.c131 # include <sys/times.h>
236 /* The following if from times(3) man page. It may need to be changed */
423 times(&tstart);
428 times(&tend);
434 # endif /* times() */
2486 (times_used ? "times" : ""),
2656 : "Doing %s %ld times on %d size blocks: ",s,num,length);
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dexecute_cmd.c50 # include <sys/times.h>
993 using minutes and seconds (MMmNN[.FF]s), like the `times' builtin',
1127 tbefore = times (&before);
1164 tafter = times (&after);

Completed in 435 milliseconds

1234567891011>>