Searched refs:old (Results 26 - 50 of 1097) sorted by relevance

1234567891011>>

/macosx-10.10/CrackLib-37765/cracklib27/shadow/
H A Dobscure-CL.c64 int obscure (old, new)
65 char *old;
73 if (old[0] == '\0')
90 for (i = 0;old[i];i++)
91 oldmono[i] = tolower (old[i]);
93 if (strcmp (new, old) == 0) { /* the same */
107 if (simple (old, new)) /* keyspace size */
145 int palindrome (old, new)
146 char *old;
166 int similiar (old, ne
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dbashjmp.h32 #define COPY_PROCENV(old, save) \
33 xbcopy ((char *)old, (char *)save, sizeof (procenv_t));
/macosx-10.10/procmail-14/procmail/src/
H A Decommon.h5 *trealloc Q((void*old,const size_t len)),
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.10/ksh-23/ksh/src/lib/libast/cdt/
H A Ddtdisc.c60 Dtdisc_t *old; local
63 if(!(old = dt->disc) ) /* initialization call from dtopen() */
71 return old;
73 if(old->eventf && (*old->eventf)(dt,DT_DISC,(Void_t*)disc,old) < 0)
87 return old;
/macosx-10.10/tcpdump-61/tcpdump/
H A Dsetsignal.c77 struct sigaction old, new; local
81 if (sigaction(sig, &new, &old) < 0)
83 return (old.sa_handler);
/macosx-10.10/tcsh-65/tcsh/
H A Dtw.spell.c44 const Char *old = oldname->s; local
52 while (*old == '/') { /* skip '/' */
53 Strbuf_append1(&newname, *old++);
57 if (*old != '\0' && old[1] == '\0')
58 Strbuf_append1(&newname, *old++);
60 if (*old == '\0') {
71 for (; *old != '/' && *old != '\0'; old
[all...]
/macosx-10.10/libstdcxx-104.1/src/
H A Deh_terminate.cc60 std::terminate_handler old = __cxxabiapple::__cxa_terminate_handler; local
62 return old;
67 std::unexpected_handler old = __cxxabiapple::__cxa_unexpected_handler; local
69 return old;
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/bootstrap/
H A Dtestsuite2008 old=\$(pwd)
2013 cd \${old}
2018 old=$(pwd)
2023 cd ${old}
2090 old=\$(pwd)
2095 cd \${old}
2100 old=$(pwd)
2105 cd ${old}
2172 old=\$(pwd)
2177 cd \${old}
[all...]
/macosx-10.10/CPANInternal-159.1/Crypt-Rijndael-1.10/
H A DMakefile.PL24 clean => { FILES => q|*.bak *.old Crypt-*| },
/macosx-10.10/ICU-531.30/icuSources/tools/tzcode/
H A Dialloc.c46 icatalloc(old, new)
47 char * const old;
54 if (old == NULL)
57 return old;
58 else oldsize = strlen(old);
59 if ((result = irealloc(old, oldsize + newsize + 1)) != NULL)
/macosx-10.10/libarchive-30/libarchive/build/
H A Dbump-version.sh20 rm -f version.old
21 mv version version.old
22 chmod +w version.old
/macosx-10.10/system_cmds-643.1.1/zic.tproj/
H A Dialloc.c46 icatalloc(old, new)
47 char * const old;
54 if (old == NULL)
57 return old;
58 else oldsize = strlen(old);
59 if ((result = irealloc(old, oldsize + newsize + 1)) != NULL)
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Ddeprecate.rb51 old = "_deprecated_#{name}"
52 alias_method old, name
62 send old, *args, &block
/macosx-10.10/Heimdal-398.1.2/po/
H A Dgen-po.in30 grep -v "POT-Creation-Date:" ${outfile} > ${outfile}.old
32 if ! diff ${outfile}.old ${outfile}.new2 >/dev/null; then
36 rm ${outfile}.new* ${outfile}.old
/macosx-10.10/CPANInternal-159.1/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.10/CPANInternal-159.1/Graph-0.96/util/
H A Drenum.pl35 my ($old, $new) = @$r;
36 if (rename($old, $new)) {
39 warn "$0: rename $old $new failed: $!\n";
/macosx-10.10/ipsec-286.1.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.10/ntp-92/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.10/ntp-92/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.10/screen-22/screen/etc/
H A Dnewsyntax23 cp $1 $1.old
27 sed < $1.old >> $1 \
/macosx-10.10/emacs-93/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.10/tcl-105/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.10/tcl-105/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.10/Libinfo-459/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)

Completed in 218 milliseconds

1234567891011>>