Searched refs:old (Results 251 - 275 of 1097) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/tcsh-65/tcsh/
H A Dsh.file.c354 tilde(const Char *old) argument
359 if (old[0] != '~')
360 return (Strsave(old));
361 old++;
363 for (o = old; *o != '\0' && *o != '/'; o++)
365 if (o == old)
370 person = Strnsave(old, o - old);
/macosx-10.10/vim-55/runtime/syntax/
H A Ddebsources.vim26 syn match debsourcesDistrKeyword +\([[:alnum:]_./]*\)\(etch\|lenny\|squeeze\|\(old\)\=stable\|testing\|unstable\|sid\|rc-buggy\|experimental\|dapper\|hardy\|jaunty\|karmic\|lucid\|maverick\)\([-[:alnum:]_./]*\)+
H A Dtaskdata.vim20 syn match taskdataUndo "^\(old \|new \|---\)"
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Dsdt.c83 sdt_probe_t *sdp, *old; local
144 old = dtrace_probe_arg(prov->sdtp_id, id);
145 ASSERT(old != NULL);
147 sdp->sdp_next = old->sdp_next;
149 old->sdp_next = sdp;
176 sdt_probe_t *sdp = parg, *old, *last, *hash; local
194 old = sdp;
217 kmem_free(old, sizeof (sdt_probe_t));
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSSymbol.cpp111 OSSymbolPool(const OSSymbolPool *old);
161 OSSymbolPool::OSSymbolPool(const OSSymbolPool *old) argument
163 count = old->count;
164 nBuckets = old->nBuckets;
165 buckets = old->buckets;
249 /* Create old pool to iterate after doing above check, cause it
252 OSSymbolPool old(this);
261 state = old.initHashState();
262 while ( (insert = old.nextHashState(&state)) )
513 oldSymb->retain(); // Retain the old symbo
[all...]
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dzpty.c51 char *old; member in struct:ptycmd
438 p->old = NULL;
547 if (cmd->old) {
550 memcpy(buf, cmd->old, cmd->olen);
551 zfree(cmd->old, cmd->olen);
552 cmd->old = NULL;
656 cmd->old = (char *) zalloc(cmd->olen = used);
657 memcpy(cmd->old, buf, cmd->olen);
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A Dregc_nfa.c482 - cparc - allocate a new arc within an NFA, copying details from old one
505 moveins(nfa, old, new)
507 struct state *old;
512 assert(old != new);
514 while ((a = old->ins) != NULL) {
518 assert(old->nins == 0);
519 assert(old->ins == NULL);
527 copyins(nfa, old, new)
529 struct state *old;
534 assert(old !
[all...]
/macosx-10.10/dyld-353.2.1/src/
H A DdyldSyscallInterface.h66 bool (*OSAtomicCompareAndSwapPtrBarrier)(void* old, void* nw, void * volatile *value);
/macosx-10.10/Heimdal-398.1.2/base/
H A Dheimbase.c94 heim_base_atomic_type old; local
103 old = heim_base_atomic_dec(&p->ref_cnt) + 1;
105 if (old > 1)
108 if (old == 1) {
490 /* drop from old pool */
/macosx-10.10/apache-793/httpd/test/
H A Dtime-sem.c371 ptrdiff_t old; local
374 if ((old = usconfig(CONF_INITUSERS, CONF_INITUSERS_MAX)) == -1) {
378 if ((old = usconfig(CONF_LOCKTYPE, US_NODEBUG)) == -1) {
382 if ((old = usconfig(CONF_ARENATYPE, US_SHAREDONLY)) == -1) {
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dbashhist.c100 /* With the old default, every line was saved in the history individually.
606 and subsequent lines of a multi-line command (old code did
658 HIST_ENTRY *current, *old; local
690 old = replace_history_entry (offset, new_line, current->data);
693 if (old)
694 free_history_entry (old);
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dhistory.c365 the old entry so you can dispose of the data. In the case of an
396 replace_history_data (which,old, new)
398 histdata_t *old, *new;
409 if (entry && entry->data == old)
420 if (entry->data == old)
430 entry->data = new; /* XXX - we don't check entry->old */
/macosx-10.10/emacs-93/emacs/lisp/
H A Dvc-sccs.el320 (defun vc-sccs-rename-file (old new)
322 (vc-rename-master (vc-name old) new vc-sccs-master-templates)
327 (file-name-directory (vc-name old))))
329 ;; (replace-regexp (concat ":" (regexp-quote old) "$") (concat ":" new))
330 (while (re-search-forward (concat ":" (regexp-quote old) "$") nil t)
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/
H A Dhelper.h71 extern void mDNSPreferencesSetName(int key, domainlabel *old, domainlabel *new);
/macosx-10.10/postfix-255/postfix/src/util/
H A Ddict.c434 const char *old; local
459 if ((old = dict->lookup(dict, member)) != 0
460 && strcmp(old, val) != 0)
462 VSTREAM_PATH(fp), lineno, member, old);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVBuddy.h65 - (void) replaceNickname:(NSURL *) old withNickname:(NSURL *) new;
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVBuddy.h65 - (void) replaceNickname:(NSURL *) old withNickname:(NSURL *) new;
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVBuddy.h65 - (void) replaceNickname:(NSURL *) old withNickname:(NSURL *) new;
/macosx-10.10/ruby-106/ruby/lib/irb/ext/
H A Dloader.rb101 def old # :nodoc: method in class:IRB.LoadAbort.IrbLoader
/macosx-10.10/ruby-106/ruby/lib/rdoc/
H A Dstore.rb844 old = @cache[:class_methods][full_name] - class_methods
845 to_delete.concat old.map { |method|
849 old = @cache[:instance_methods][full_name] -
851 to_delete.concat old.map { |method|
/macosx-10.10/tcl-105/tcl_ext/expect/expect/example/
H A Dpassmass40 send_user "old password: "
43 set password(old) $expect_out(1,string)
61 set password(old) $expect_out(1,string)
172 send "$password(old)\r"
179 expect -nocase -re "(old|existing login) password:.*" {
180 send "$password(old)\r"
182 badhost $host "old password is bad?"
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/unix/tools/
H A Dtkmanpages54 {pack-old.n tk/control/pack-old}
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_win32.c297 tsize_t old; local
302 old = GlobalSize(p);
304 if (old>=s) {
311 CopyMemory(pvTmp, p, old);
/macosx-10.10/OpenSSH-189/openssh/
H A Dsshpty.c103 void *old; local
130 /* First disconnect from the old controlling tty. */
161 old = signal(SIGHUP, SIG_IGN);
163 signal(SIGHUP, old);
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A DSecStaticCode.cpp231 OSStatus SecStaticCodeSetCallback(SecStaticCodeRef codeRef, SecCSFlags flags, SecCodeCallback *old, SecCodeCallback monitor) argument
237 if (old)
238 *old = code->monitor();

Completed in 175 milliseconds

<<11121314151617181920>>