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

1234567891011>>

/macosx-10.9.5/CPANInternal-140/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.9.5/ntp-88/scripts/stats/
H A Ddupe.awk5 if (old != $0)
7 old = $0
/macosx-10.9.5/xnu-2422.115.4/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);
/macosx-10.9.5/CPANInternal-140/URI/URI/
H A Dnews.pm21 my $old = $self->path;
37 $old =~ s,^/,,;
38 if ($old !~ /\@/ && $old =~ s,/(.*),, && wantarray) {
40 return (uri_unescape($old), split(/-/, $extra));
42 uri_unescape($old);
52 my @old = $self->_group(@_);
53 return if $old[0] =~ /\@/;
54 wantarray ? @old : $old[
[all...]
H A D_server.pm11 my $old = $self->authority;
14 my $new = $old;
16 $new =~ s/.*@//; # remove old stuff
24 return undef if !defined($old) || $old !~ /(.*)@/;
31 my $old = $self->authority;
33 my $tmp = $old;
45 return undef unless defined $old;
46 $old =~ s/.*@//;
47 $old
[all...]
H A Dpop.pm16 my $old = $self->userinfo;
19 my $new_info = $old;
34 return unless defined $old;
35 $old =~ s/;.*//;
36 return uri_unescape($old);
42 my $old = $self->userinfo;
45 my $new = $old;
62 return unless defined $old;
63 $old =~ s/^[^;]*//;
64 return uri_unescape($1) if $old
[all...]
H A D_ldap.pm19 my $old = $bits[$elem];
31 $old;
35 my $old = shift->path(@_);
36 $old =~ s:^/::;
37 uri_unescape($old);
42 my $old = _ldap_elem($self,0, @_ ? join(",", map { my $tmp = $_; $tmp =~ s/,/%2C/g; $tmp } @_) : ());
43 return $old unless wantarray;
44 map { uri_unescape($_) } split(/,/,$old);
49 my $old = _ldap_elem($self,1, @_);
50 return unless defined wantarray && defined $old;
[all...]
/macosx-10.9.5/CPANInternal-140/URI/URI/urn/
H A Doid.pm10 my $old = $self->nss;
14 return split(/\./, $old) if wantarray;
15 return $old;
/macosx-10.9.5/Heimdal-323.92.1/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.9.5/ksh-20/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.9.5/CPANInternal-140/URI/t/
H A Dgeneric.t32 $old = $foo->scheme("bar");
34 print "not " unless $old eq "foo" && $foo eq "bar:opaque#frag";
37 $old = $foo->scheme("");
38 print "not " unless $old eq "bar" && $foo eq "opaque#frag";
41 $old = $foo->scheme("foo");
42 $old = $foo->scheme(undef);
44 print "not " unless $old eq "foo" && $foo eq "opaque#frag";
50 $old = $foo->opaque("xxx");
51 print "not " unless $old eq "opaque" && $foo eq "foo:xxx#frag";
54 $old
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/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.9.5/apr-30/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.9.5/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.9.5/tcl-102/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.9.5/ksh-20/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(disc->memoryf != old->memoryf)
49 if(old->exceptf &&
50 (*old->exceptf)(vm,VM_DISC,(Void_t*)disc,old) != 0 )
54 return old;
/macosx-10.9.5/zsh-60/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[@]}"
/macosx-10.9.5/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.9.5/dcerpc-58/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;
/macosx-10.9.5/bash-92/bash-3.2/examples/functions/
H A Dksh-cd21 2) old="$1" new="$2"
23 *$old*) ;;
27 dir=${PWD//$old/$new}

Completed in 245 milliseconds

1234567891011>>