Searched refs:old (Results 51 - 75 of 1124) sorted by relevance

1234567891011>>

/macosx-10.9.5/procmail-14/procmail/src/
H A Dcomsat.c34 { char*new,*old; local
46 old=cslastf;
49 if(old)
50 free(old);
54 { char*new,*old; local
57 old=cslgname;
60 if(old)
61 free(old);
/macosx-10.9.5/CPANInternal-140/Graph/util/
H A Drenum.pl35 my ($old, $new) = @$r;
36 if (rename($old, $new)) {
39 warn "$0: rename $old $new failed: $!\n";
/macosx-10.9.5/CPANInternal-140/Graph-0.94/util/
H A Drenum.pl35 my ($old, $new) = @$r;
36 if (rename($old, $new)) {
39 warn "$0: rename $old $new failed: $!\n";
/macosx-10.9.5/CPANInternal-140/URI/t/
H A Dmailto.t13 $old = $u->to('larry@wall.org');
14 print "not " unless $old eq 'gisle@aas.no' &&
H A Dmms.t17 $old = $u->port(8755);
18 print "not " unless $old == 1755 && $u eq "mms://66.250.188.13:8755/KFOG_FM";
H A Drtsp.t17 $old = $u->port(8554);
18 print "not " unless $old == 554 && $u eq "rtsp://media.perl.com:8554/f%F4o.smi/";
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dgcmalloc.h93 #define racoon_realloc(old, sz) GC_debug_realloc(old, sz, GC_EXTRAS)
107 #define racoon_realloc(old, sz) realloc((old), (sz))
/macosx-10.9.5/ntp-88/libopts/
H A Dnested.c615 * For as long as the new entry precedes the "old" entry,
616 * move the old pointer. Stop before trying to extract the
/macosx-10.9.5/ntp-88/sntp/libopts/
H A Dnested.c615 * For as long as the new entry precedes the "old" entry,
616 * move the old pointer. Stop before trying to extract the
/macosx-10.9.5/screen-22/screen/etc/
H A Dnewsyntax23 cp $1 $1.old
27 sed < $1.old >> $1 \
/macosx-10.9.5/xnu-2422.115.4/osfmk/ipc/
H A Dipc_entry.h122 #define IE_BITS_NEW_GEN(old) (((old) + IE_BITS_GEN_ONE) & IE_BITS_GEN_MASK)
127 #define IE_BITS_NEW_GEN(old) (old)
/macosx-10.9.5/emacs-92/emacs/lisp/erc/
H A Derc-hecomplete.el108 (defun erc-try-complete-nick (old)
114 (try-complete-erc-nick old erc-pals))
116 (try-complete-erc-nick old (append
120 (try-complete-erc-nick old (funcall erc-nick-completion)))
122 (try-complete-erc-nick old erc-nick-completion))))
140 (defun try-complete-erc-nick (old completions)
182 ((and old (string= expansion he-search-string))
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/cdt/
H A Ddtdisc.c63 reg Dtdisc_t* old; local
65 if(!(old = dt->disc) ) /* initialization call from dtopen() */
73 return old;
79 if(old->eventf && (*old->eventf)(dt,DT_DISC,(Void_t*)disc,old) < 0)
128 return old;
/macosx-10.9.5/ksh-20/ksh/src/lib/libcoshell/
H A Dcoinit.c40 * old!=0 formats in old style
46 putexport(Coshell_t* co, Sfio_t* sp, char* n, int old, int coex, int flags) argument
56 if (old)
60 if (!old)
77 if (old)
93 int old; local
152 old = !(flags & (CO_KSH|CO_SERVER));
153 if (!old)
162 putexport(co, sp, s, old, !
[all...]
/macosx-10.9.5/tcl-102/tk/tk/library/ttk/
H A Dttk.tcl21 ## ttk::deprecated $old $new --
22 # Define $old command as a deprecated alias for $new command
23 # $old and $new must be fully namespace-qualified.
25 proc ttk::deprecated {old new} {
26 interp alias {} $old {} ttk::do'deprecate $old $new
30 # issue a warning (once), then re-alias old to new.
32 proc ttk::do'deprecate {old new args} {
33 deprecated'warning $old $new
34 interp alias {} $old {}
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/grammar_peg/
H A Dpeg_interp.tcl213 set old [ier_get]
215 ier_merge $old
244 set old [ier_get]
246 ier_merge $old
265 set old [ier_get]
267 ier_merge $old
286 set old [ier_get]
288 ier_merge $old
311 set old [ier_get]
313 ier_merge $old
[all...]
/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dbindresvport.c81 int old, error, af; local
123 u_int32_t oldlen = sizeof(old);
125 error = getsockopt(sd, proto, portrange, &old, &oldlen);
141 if (setsockopt(sd, proto, portrange, &old,
142 sizeof(old)) < 0)
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexhp9k800.c24 Unexec creates a copy of the old a.out file, and replaces the old data
84 /* Create a new a.out file, same as old but with current data space */
88 char old_name[]; /* name of the old a.out file */
92 int old, new;
106 old = open (old_name, O_RDONLY);
107 if (old < 0)
113 /* Read the old headers */
114 read_header (old, &hdr, &auxhdr);
118 /* Decide how large the new and old dat
91 int old, new; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/obsolete/
H A Dx-menu.el56 (let ((old (current-buffer))
60 (setq x-menu-assoc-buffer old)
61 (set-buffer old)
67 (let ((old (current-buffer)))
70 (set-buffer old)))
79 (let ((old (current-buffer))
86 (set-buffer old)
92 (let ((old (current-buffer))
97 (set-buffer old)
/macosx-10.9.5/CPANInternal-140/URI/URI/
H A DURL.pm11 # Provide as much as possible of the old URI::URL interface for backwards
49 my $old = $URI::URL::STRICT;
51 $old;
118 my $old = $self->epath(@_);
120 return '/' if !defined($old) || !length($old);
122 if $old =~ /%2[fF]/ and !@_;
123 $old = "/$old" if $old !~
[all...]
/macosx-10.9.5/Heimdal-323.92.1/kadmin/
H A Dstash.c112 char *new, *old; local
113 asprintf(&old, "%s.old", opt->key_file_string);
115 if(old == NULL || new == NULL) {
129 unlink(old);
131 if(link(opt->key_file_string, old) < 0 && errno != ENOENT) {
144 free(old);
/macosx-10.9.5/IOKitUser-907.100.13/audio.subproj/
H A DIOAudioLib.c78 // Set autoerase flag, returns old value
83 int old;
86 &erase, 1, &old, &len);
88 *oldVal = !old;
/macosx-10.9.5/emacs-92/emacs/lispref/
H A Dtindex.pl30 Usage: $0 [--old=EXT] FILE...
36 --old=DIR find old files in DIR
54 my $old;
57 'old=s' => \$old);
61 } elsif (!$rc || !$old || @ARGV) {
76 my @old_files = glob "$old/*.texi";
78 fatal ("No Texinfo files found in `$old'") unless @old_files;
81 print "Scanning old file
[all...]
/macosx-10.9.5/disklabel-6/
H A Dprops.c108 CFDictionaryRef old; local
115 old = ReadMetadata(dev);
116 if (old == nil) {
121 md = CFDictionaryCreateMutableCopy(nil, 0, old);
129 CFDictionaryApplyFunction(old, &PrintValue, NULL);
141 v = CFDictionaryGetValue(old, k);
176 if (old)
177 CFRelease(old);
/macosx-10.9.5/ruby-104/ruby/test/ripper/
H A Dtest_files.rb24 old = $stderr
28 $stderr = old

Completed in 167 milliseconds

1234567891011>>