Searched refs:nows (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/basic_cmds-55/write/
H A Dwrite.c257 char *nows; local
281 nows = ctime(&now);
282 nows[16] = '\0';
284 login, host, mytty, nows + 11);
/macosx-10.10.1/libdispatch-442.1.4/src/
H A Dsource.c1116 _dispatch_source_timer_now(uint64_t nows[], unsigned int tidx) argument
1119 if (nows && fastpath(nows[tk])) {
1120 return nows[tk];
1131 if (nows) {
1132 nows[tk] = now;
1551 _dispatch_timers_run2(uint64_t nows[], unsigned int tidx) argument
1557 now = _dispatch_source_timer_now(nows, tidx);
1605 _dispatch_timers_run(uint64_t nows[]) argument
1610 _dispatch_timers_run2(nows, tid
1616 _dispatch_timers_get_delay(uint64_t nows[], struct dispatch_timer_s timer[], uint64_t *delay, uint64_t *leeway, int qos) argument
1671 _dispatch_timers_program2(uint64_t nows[], struct kevent64_s *ke, unsigned int qos) argument
1710 _dispatch_timers_program(uint64_t nows[]) argument
1759 uint64_t nows[DISPATCH_TIMER_KIND_COUNT] = {}; local
1838 struct { uint64_t nows[DISPATCH_TIMER_KIND_COUNT]; } dtn = {}; member in struct:__anon9242
[all...]
/macosx-10.10.1/vim-55/runtime/macros/
H A Dless.vim46 set nows
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOPlatformExpert.cpp398 clock_sec_t nows; local
400 clock_get_system_microtime(&nows, &nowus);
401 nowus += (nows % 1000) * 1000000;
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dvim.vim37 syn keyword vimOption contained noai noaltkeymap noar noarabicshape noautochdir noautowrite noawa nobeval nobiosk nobl nocf nocindent noconsk nocp nocscopeverbose nocuc nocursorcolumn nodelcombine nodigraph noed noendofline noequalalways noesckeys noex noexrc nofk nofoldenable nogdefault nohid nohk nohkmapp nohls noic noignorecase noimc noimd noincsearch noinfercase nois nojs nolbr nolisp noloadplugins nolz nomacatsui nomh nomod nomodifiable nomore nomousefocus nonu noodev nopaste nopreserveindent noprompt noreadonly noremap norevins norightleft nornu nors noruler nosc noscrollbind nosecure noshellslash noshiftround noshowcmd noshowmatch nosi nosmartcase nosmarttab nosn nospell nosplitright nosr nosta nostmp noswf notagbsearch notagstack notbidi notermbidi notextauto notf notildeop notitle notop nottimeout nottyfast novb nowa nowb nowfh nowildmenu nowinfixwidth nowmnu nowrapscan nowriteany nows

Completed in 86 milliseconds