Searched refs:old (Results 1 - 25 of 1097) sorted by relevance

1234567891011>>

/macosx-10.10/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/
H A Dflush.pl17 local($old) = select(shift);
21 select($old);
25 local($old) = select(shift);
29 select($old);
/macosx-10.10/ntp-92/scripts/stats/
H A Ddupe.awk5 if (old != $0)
7 old = $0
/macosx-10.10/xnu-2782.1.97/libsyscall/wrappers/
H A Drename.c25 int __rename(const char *old, const char *new);
28 rename(const char *old, const char *new) argument
30 int res = __rename(old, new);
H A Drenameat.c25 int __renameat(int oldfd, const char *old, int newfd, const char *new);
28 renameat(int oldfd, const char *old, int newfd, const char *new) argument
30 int res = __renameat(oldfd, old, newfd, new);
H A Drename_ext.c32 int __rename_ext(const char *old, const char *new, int flags);
35 rename_ext(const char *old, const char *new, unsigned int flags) argument
42 int res = __rename_ext(old, new, flags & VFS_RENAME_FLAGS_MASK);
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dstrdup.c40 strdup(const char *old) argument
42 char *t = malloc(strlen(old)+1);
44 strcpy(t, old);
H A Dstrndup.c42 strndup(const char *old, size_t sz) argument
44 size_t len = strnlen (old, sz);
48 memcpy (t, old, len);
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dwaitevent.c33 int (*old)(int,long,int);
34 old = shgd->waitevent;
36 return((void*)old);
42 * retain the old name for a bit for a smooth transition
/macosx-10.10/apr-32/apr/apr/atomic/os390/
H A Datomic.c30 apr_uint32_t old, new_val; local
32 old = *mem; /* old is automatically updated on cs failure */
34 new_val = old + val;
35 } while (__cs(&old, (cs_t *)mem, new_val));
36 return old;
41 apr_uint32_t old, new_val; local
43 old = *mem; /* old is automatically updated on cs failure */
45 new_val = old
56 apr_uint32_t old, new_val; local
79 apr_uint32_t old = cmp; local
111 apr_uint32_t old, new_val; local
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/vmalloc/
H A Dvmdisc.c30 /* Change the discipline for a region. The old discipline
44 Vmdisc_t* old = vm->disc; local
47 { if(old->exceptf &&
48 (*old->exceptf)(vm,VM_DISC,(Void_t*)disc,old) != 0 )
52 return old;
/macosx-10.10/procmail-14/procmail/src/
H A Decommon.c26 void*trealloc(old,len)void*old;const size_t len;
27 { if(old=realloc(old,len))
28 return old;
H A Dexopen.h6 myrename P((const char*const old,const char*const newn)),
7 rlink P((const char*const old,const char*const newn,struct stat*st)),
8 hlink P((const char*const old,const char*const newn));
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/page/
H A Dparse_peg.tcl345 set old [ier_get]
348 ier_merge $old
352 set old [ier_get]
355 ier_merge $old
359 set old [ier_get]
362 ier_merge $old
366 set old [ier_get]
369 ier_merge $old
373 set old [ier_get]
376 ier_merge $old
[all...]
H A Dparse_lemon.tcl578 set old [ier_get]
581 ier_merge $old
585 set old [ier_get]
588 ier_merge $old
592 set old [ier_get]
595 ier_merge $old
599 set old [ier_get]
601 ier_merge $old
640 set old [ier_get]
642 ier_merge $old
[all...]
/macosx-10.10/zsh-61/zsh/Functions/VCS_Info/
H A Dvcs_info_hookdel23 local -a old
29 zstyle -a "${context}" hooks old || return 0
31 if [[ -n ${(M)old:#$func} ]]; then
32 old[(Re)$func]=()
39 while [[ -n ${(M)old:#$func} ]]; do
40 old[(Re)$func]=()
44 zstyle "${context}" hooks "${old[@]}"
H A Dvcs_info_hookadd14 local -a old
20 zstyle -a "${context}" hooks old
21 zstyle "${context}" hooks "${old[@]}" "$@"
/macosx-10.10/BerkeleyDB-21/db/os_brew/
H A Dos_rename.c18 __os_rename(env, old, new, silent)
20 const char *old, *new;
32 if (IFILEMGR_Rename(pIFileMgr, old, new) == SUCCESS)
37 pIFileMgr, old, "IFILEMGR_Rename", ret);
/macosx-10.10/dcerpc-61/dcerpc/libdcethread/
H A Ddcethread_attr_setinheritsched.c88 int old; local
90 if (dcethread__set_errno(pthread_attr_getinheritsched(attr, &old)))
100 return old;
H A Ddcethread_enableasync.c89 int old; local
92 old = thread->flag.async;
97 return old;
H A Ddcethread_enableinterrupt.c89 int old; local
92 old = thread->flag.interruptible;
97 return old;
H A Ddcethread_setprio.c88 int old, policy; local
96 old = sp.sched_priority;
104 return old;
/macosx-10.10/bash-94.1.2/bash-3.2/examples/functions/
H A Dksh-cd21 2) old="$1" new="$2"
23 *$old*) ;;
27 dir=${PWD//$old/$new}
/macosx-10.10/screen-22/screen/etc/
H A Dnewsyntax3836 rm -f $1.old $1.dups
38 cp $1 $1.old
48 sed < $1.old > $1.dups \
/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Dualarm.c51 struct itimerval new, old; local
59 if (setitimer(ITIMER_REAL, &new, &old) == 0)
60 return (old.it_value.tv_sec * USPS + old.it_value.tv_usec);
/macosx-10.10/bash-94.1.2/bash-3.2/examples/scripts/
H A Dxterm_title19 old=$(stty -g)
23 stty $old

Completed in 257 milliseconds

1234567891011>>