Searched refs:mine (Results 26 - 34 of 34) sorted by relevance

12

/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A DStaticCode.cpp121 CFDataRef mine = this->cdHash(); local
123 if (mine || his)
124 return mine && his && CFEqual(mine, his);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A DStaticCode.cpp121 CFDataRef mine = this->cdHash(); local
123 if (mine || his)
124 return mine && his && CFEqual(mine, his);
/macosx-10.10.1/CPANInternal-159.1/File-NFSLock-1.21/lib/File/
H A DNFSLock.pm167 my @mine = ();
178 push @mine, $line;
234 if ($try_lock_exclusive eq $has_lock_exclusive && @mine){
/macosx-10.10.1/xnu-2782.1.97/bsd/nfs/
H A Dnfs_node.c1284 int mine = (np->n_datalockowner == current_thread()); local
1286 if (updatesize && mine && ISSET(np->n_flag, NUPDATESIZE))
1290 if (updatesize && !mine && ISSET(np->n_flag, NUPDATESIZE))
/macosx-10.10.1/Libc-1044.1.2/regex/TRE/lib/
H A Dtre-parse.c650 int mine, maxe; local
654 mine = __collate_equiv_value(ctx->loc, &min, 1);
656 if (maxe < mine)
665 mine, &max_i, items);
/macosx-10.10.1/vim-55/runtime/syntax/
H A Ddcl.vim42 syn keyword dclInstr cxx exa[mine] lse[dit] rec[over] uil
/macosx-10.10.1/ruby-106/ruby/
H A Ddln.c1207 rb_w32_check_imported(HMODULE ext, HMODULE mine) argument
1226 FARPROC addr = GetProcAddress(mine, name);
/macosx-10.10.1/emacs-93/emacs/lisp/play/
H A Ddoctor.el440 (mine . (yours))
441 (yours . (mine))
1078 i me mine myself
/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/
H A DSOSMessage.c134 -- Stop sending me objects for this delta update, I will send you mine instead if you give me a full manifest delta

Completed in 232 milliseconds

12