Searched refs:old (Results 101 - 125 of 1097) sorted by relevance

1234567891011>>

/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dlmbench_lat_sig_catch.c190 struct sigaction sa, old; local
195 (void) sigaction(SIGUSR1, &sa, &old);
H A Dlmbench_lat_sig_install.c209 struct sigaction sa, old; local
216 sigaction(SIGUSR1, &sa, &old);
/macosx-10.10/ICU-531.30/icuSources/tools/genren/
H A DMakefile54 -mv $(ICUDIR) $(ICUDIR)old
55 -(rm -rf $(ICUDIR)old &)
83 -cp urename.h urename.h.old
87 sorts: urename.sort urename.old.sort
89 @echo "Try 'diff --side-by-side urename.old.sort urename.sort'"
94 urename.old.sort: $(top_srcdir)/common/unicode/urename.h
/macosx-10.10/groff-38/groff/src/libs/libgroff/
H A Dsearchpath.cpp77 char *old = dirs; local
78 unsigned old_len = strlen(old);
81 memcpy(dirs, old, old_len - init_len);
90 memcpy(p, old + old_len - init_len, init_len);
94 a_delete old; local
/macosx-10.10/libxml2-26/libxml2/
H A Dglobals.c250 * Disabled by default since this may not be safe for old classes of
414 * Default old SAX v1 handler for HTML, builds the DOM tree
452 * Default old SAX v1 handler for SGML DocBook, builds the DOM tree
597 * Returns the old value of the registration function
602 xmlRegisterNodeFunc old = xmlRegisterNodeDefaultValue; local
606 return(old);
612 xmlRegisterNodeFunc old; local
615 old = xmlRegisterNodeDefaultValueThrDef;
621 return(old);
635 xmlDeregisterNodeFunc old local
645 xmlDeregisterNodeFunc old; local
660 xmlParserInputBufferCreateFilenameFunc old; local
677 xmlOutputBufferCreateFilenameFunc old; local
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dglobals.c250 * Disabled by default since this may not be safe for old classes of
414 * Default old SAX v1 handler for HTML, builds the DOM tree
452 * Default old SAX v1 handler for SGML DocBook, builds the DOM tree
597 * Returns the old value of the registration function
602 xmlRegisterNodeFunc old = xmlRegisterNodeDefaultValue; local
606 return(old);
612 xmlRegisterNodeFunc old; local
615 old = xmlRegisterNodeDefaultValueThrDef;
621 return(old);
635 xmlDeregisterNodeFunc old local
645 xmlDeregisterNodeFunc old; local
660 xmlParserInputBufferCreateFilenameFunc old; local
677 xmlOutputBufferCreateFilenameFunc old; local
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Drtclock_asm.h65 * Add time delta to old timer and start new.
68 #define TIMER_EVENT(old,new) \
72 subq (old##_TIMER)+TIMER_TSTAMP(%rcx),%rax /* compute elapsed */; \
73 TIMER_UPDATE(%rcx,%rax,old##_TIMER) /* update timer */ ; \
79 subq (old##_STATE)+TIMER_TSTAMP(%rdx),%rax /* compute elapsed */; \
80 TIMER_UPDATE(%rdx,%rax,old##_STATE) /* update timer */ ; \
/macosx-10.10/ruby-106/ruby/test/
H A Dtest_open3.rb85 old = io.dup
87 yield old
89 io.reopen(old)
90 old.close if old && !old.closed?
95 with_reopen(STDERR, w) {|old|
101 STDERR.reopen(old)
111 with_reopen(STDERR, w) {|old|
117 STDERR.reopen(old)
[all...]
/macosx-10.10/emacs-93/emacs/lib-src/
H A Dfakemail.c445 stream_list old = the_streams;
449 the_streams->rest_streams = old;
595 register header old = the_header;
613 } while (the_header != old);
628 register header old = the_header;
646 } while (the_header != old);
678 register header old = the_header;
680 if (old == ((header) NULL))
687 the_header->previous = old;
688 the_header->next = old
438 stream_list old = the_streams; local
586 register header old = the_header; local
619 register header old = the_header; local
668 register header old = the_header; local
706 register header old = the_header; local
[all...]
/macosx-10.10/procmail-14/procmail/src/
H A Drobust.c62 void*trealloc(old,len)void*const old;const size_t len;
65 if(p=realloc(old,len))
70 if(p=realloc(old,len))
84 void*frealloc(old,len)void*const old;const size_t len; /* 'fragile' realloc */
86 lcking|=lck_ALLOCLIB;p=realloc(old,len);lcking&=~lck_ALLOCLIB;
115 if(0>(i=opena(file))) /* error? keep the old LOGFILE */
/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Dderived.el378 (old-map (current-local-map)))
379 (and old-map
381 (derived-mode-merge-keymaps old-map new-map))
388 (old-table (syntax-table))
391 (derived-mode-merge-syntax-tables old-table new-table))
399 (old-table local-abbrev-table)
401 (derived-mode-merge-abbrev-tables old-table new-table)
412 (defun derived-mode-merge-keymaps (old new)
414 The old keymap is set to be the last cdr of the new one, so that there will
423 (subold (lookup-key old ke
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dunexalpha.c154 int new, old;
166 if ((old = open (a_name, O_RDONLY)) < 0)
172 if ((fstat (old, &stat) == -1))
175 oldptr = (char *)mmap (0, stat.st_size, PROT_READ, MAP_FILE|MAP_SHARED, old, 0);
180 close (old);
426 close (old);
433 update_dynamic_symbols (old, new_name, new, aout)
434 char *old; /* Pointer to old executable */
451 dr_info * rd_base = (dr_info *) (old
152 int new, old; local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dformat.el375 name as FILENAME, to write a file of the same old name in that directory.
392 (let ((old-formats buffer-file-format)
394 (dolist (fmt old-formats)
827 (defun format-annotate-value (old new)
832 (cons (if old (list old))
974 (defun format-annotate-single-property-change (prop old new translations)
993 ;; If either old or new is a list, have to treat both that way.
994 (if (and (or (listp old) (listp new))
996 (if (or (not (format-proper-list-p old))
[all...]
/macosx-10.10/ICU-531.30/icuSources/tools/makeconv/
H A Dgenmbcs.cpp343 int32_t limit, old; local
347 old=(int32_t)toUFallbacks[i].codePoint;
353 return old;
372 int32_t i=0, entry, old; local
426 old=MBCS_ENTRY_FINAL_VALUE(entry);
428 old=0x10000+MBCS_ENTRY_FINAL_VALUE(entry);
432 (int)c, printBytes(buffer, bytes, length), (int)old);
436 (int)c, printBytes(buffer, bytes, length), (int)old);
459 if((old=mbcsData->unicodeCodeUnits[offset])!=0xfffe || (old
563 uint16_t old; local
682 uint32_t idx, b, old, stage3Index; local
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Ddisplay.c962 implies that we completely overwrite the old visible line)
963 and the new line is shorter than the old. Make sure we are
1149 /* If the visible new line is shorter than the old, but the number
1198 /old first difference
1199 /beginning of line | /old last same /old EOL
1201 old: eddie> Oh, my little gruntle-buggy is to me, as lurgid as
1212 update_line (old, new, current_line, omax, nmax, inv_botlin)
1213 register char *old, *new;
1272 ret = mbrtowc (&wc, old, MB_CUR_MA
[all...]
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Drefresh.c281 * end of the screen line, it won't be a NUL or some old
421 /old first difference
422 /beginning of line | /old last same /old EOL
424 old: eddie> Oh, my little gruntle-buggy is to me, as lurgid as
442 re_update_line(EditLine *el, char *old, char *new, int i) argument
452 for (o = old, n = new; *o && (*o == *n); o++, n++)
458 * Find the end of both old and new
558 * Pragmatics I: If old trailing whitespace or not enough characters to
633 ofd - old, os
[all...]
/macosx-10.10/dtrace-147/tools/ctfconvert/
H A Diidesc.c95 iidesc_t *old = find.iif_ret; local
98 bcopy(old, &tmp, sizeof (tmp));
99 bcopy(new, old, sizeof (*old));
/macosx-10.10/patch_cmds-17/patch/
H A Dpatch.c812 LINENUM old = 1; local
826 while (old <= lastline) {
827 if (pch_char(old) == '-') {
828 copy_till(where + old - 1, false);
837 fputs(pfetch(old), ofp);
840 old++;
844 copy_till(where + old - 1, false);
856 } else if (pch_char(new) != pch_char(old)) {
858 pch_hunk_beg() + old,
862 pch_char(old), pch_cha
[all...]
/macosx-10.10/ruby-106/ruby/lib/rubygems/commands/
H A Dcleanup_command.rb9 'Clean up old versions of installed gems in the local repository',
35 The cleanup command removes old gems from GEM_HOME. If an older version is
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2idx/include/
H A Ddependencies.inc42 list, desc - old, not needed under new system, replaced by the nested-list serialization
43 null - old, not needed, deserialize docidx alone provides validation of input.
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2toc/include/
H A Ddependencies.inc42 list, desc - old, not needed under new system, replaced by the nested-list serialization
43 null - old, not needed, deserialize doctoc alone provides validation of input.
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/namespacex/
H A Dnamespacex.tcl79 #puts UH|ADD|old|<<[Get $namespace]>>
155 proc ::namespacex::hook::Handle {handler old args} {
156 #puts UH|HDL|$handler|||old|$old||args||$args|
167 if {$old eq {}} {
174 uplevel 1 $old $args
176 uplevel 1 $old $result
/macosx-10.10/zlib-55/zlib/contrib/minizip/
H A DMakefile21 mv readme.txt readme.old
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dcopy_cmd.c307 copy_function_def_contents (old, new_def)
308 FUNCTION_DEF *old, *new_def;
310 new_def->name = copy_word (old->name);
311 new_def->command = old->command ? copy_command (old->command) : old->command;
312 new_def->flags = old->flags;
313 new_def->line = old->line;
314 new_def->source_file = old->source_file ? savestring (old
[all...]
/macosx-10.10/BerkeleyDB-21/db/test/
H A Drep031.tcl199 set old $dbname
201 set stat [catch {$masterenv dbrename -auto_commit $old $new} ret]
204 set stat [catch {$masterenv dbremove -auto_commit $old} ret]
209 set stat [catch {$masterenv id_reset $old} ret]
212 set stat [catch {$masterenv lsn_reset $old} ret]
264 set stat [catch {$masterenv id_reset $old} ret]
266 set stat [catch {$masterenv lsn_reset $old} ret]
268 set stat [catch {$masterenv dbrename -auto_commit $old $new} ret]

Completed in 192 milliseconds

1234567891011>>