Searched refs:old (Results 76 - 100 of 1097) sorted by relevance

1234567891011>>

/macosx-10.10/xnu-2782.1.97/osfmk/chud/i386/
H A Dchud_osfmk_callback_i386.c295 chudxnu_trap_callback_func_t old = trap_callback_fn; local
296 while(!OSCompareAndSwapPtr(old, func,
298 old = trap_callback_fn;
311 chudxnu_trap_callback_func_t old = trap_callback_fn; local
312 while(!OSCompareAndSwapPtr(old, chud_null_trap,
314 old = trap_callback_fn;
380 chudxnu_perfmon_ast_callback_func_t old = perfmon_ast_callback_fn; local
382 while(!OSCompareAndSwapPtr(old, func,
384 old = perfmon_ast_callback_fn;
397 chudxnu_perfmon_ast_callback_func_t old local
483 chudxnu_interrupt_callback_func_t old = interrupt_callback_fn; local
556 chudxnu_cpusig_callback_func_t old = cpusig_callback_fn; local
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Drs6000-core.c54 system include files. Punt the old one and get us a new name for the
109 /* Union of old and new core dump structures. */
117 struct core_dump old; /* old AIX 4.2- core dump, still used on member in union:__anon7580
121 /* Union of old and new vm_info structures. */
130 struct vm_info old; member in union:__anon7581
134 /* Return whether CoreHdr C is in new or old format. */
137 # define CORE_NEW(c) (!(c).old.c_entries)
242 /* Magic end-of-stack addresses for old core dumps. This is _very_ fragile,
251 /* Size of the leading portion that old an
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Drand.c204 const RAND_METHOD *old = selected_meth; local
206 if (old)
207 (*old->cleanup)();
231 * @param engine use engine, if NULL is passed it, old method and engine is cleared.
241 const RAND_METHOD *meth, *old = selected_meth; local
254 if (old)
255 (*old->cleanup)();
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-rand.c223 const RAND_METHOD *old = selected_meth; local
226 if (old) {
227 (*old->cleanup)();
252 * @param engine use engine, if NULL is passed it, old method and engine is cleared.
260 const RAND_METHOD *meth, *old = selected_meth; local
273 if (old) {
274 (*old->cleanup)();
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dplaceholder.js12 CodeMirror.defineOption("placeholder", "", function(cm, val, old) {
13 var prev = old && old != CodeMirror.Init;
/macosx-10.10/bash-94.1.2/bash-3.2/examples/functions/
H A Dkshenv132 2) old="$1" new="$2"
134 *$old*) ;;
138 dir=${PWD//$old/$new}
/macosx-10.10/bind9-45.101/bind9/contrib/
H A Dzone-edit.sh.in65 awk '$4 == "RRSIG" || $4 == "NSEC" || $4 == "NSEC3" || $4 == "NSEC3PARAM" { next; } { print; }' > ${dir}/old
67 if test -s ${dir}/old
69 ${checkzone} -q -D "$zone" ${dir}/old > ${dir}/ooo
/macosx-10.10/emacs-93/emacs/lisp/
H A Ddiff.el50 (defvar diff-old-temp-file nil
66 (if diff-old-temp-file (delete-file diff-old-temp-file))
76 (defun diff (old new &optional switches no-async)
101 old (expand-file-name old))
103 (let* ((old-alt (file-local-copy old))
110 ,@(if (or old-alt new-alt)
111 (list "-L" old "
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/regex/
H A Dregcache.c86 int old; local
139 old = 0;
147 else if (!matchstate.cache[old] || matchstate.cache[old]->serial > matchstate.cache[i]->serial)
148 old = i;
154 unused = old;
/macosx-10.10/libauto-186/
H A DLarge.h80 // XXX not sure if the compiler makes the mask a no-op on 32-bit so go ahead and leave old one
206 bool old = _is_marked; local
207 if (!old) _is_marked = true;
208 return old;
212 bool old = _is_marked; local
213 if (old) _is_marked = false;
214 return old;
H A DBitmap.h382 // Test a bit, and set it atomically if it hasn't bee set yet. Returns old bit value.
387 usword_t old = *cursor; local
388 if ((old & bit)==0) {
389 old = atomic_or_return_orig(bit, cursor);
391 return (old & bit) != 0; // return false if the bit was set by this call
407 // Test a bit, and clear it if was set. Returns old bit value.
412 usword_t old = *cursor; local
413 if ((old & bit)!=0) {
414 old = atomic_and_return_orig(~bit, cursor);
416 return (old
[all...]
/macosx-10.10/dtrace-147/tools/ctfconvert/
H A Dmerge.c717 conjure_template(tdesc_t *old, int newselfid) argument
721 new->t_name = old->t_name ? xstrdup(old->t_name) : NULL;
722 new->t_type = old->t_type;
723 new->t_size = old->t_size;
725 new->t_flags = old->t_flags;
732 conjure_intrinsic(tdesc_t *old, int newselfid, merge_cb_data_t *mcd) argument
734 tdesc_t *new = conjure_template(old, newselfid);
737 bcopy(old->t_intr, new->t_intr, sizeof (intr_t));
743 conjure_plain(tdesc_t *old, in argument
753 conjure_function(tdesc_t *old, int newselfid, merge_cb_data_t *mcd) argument
779 conjure_array(tdesc_t *old, int newselfid, merge_cb_data_t *mcd) argument
798 conjure_su(tdesc_t *old, int newselfid, merge_cb_data_t *mcd) argument
819 conjure_enum(tdesc_t *old, int newselfid, merge_cb_data_t *mcd) argument
837 conjure_forward(tdesc_t *old, int newselfid, merge_cb_data_t *mcd) argument
848 conjure_assert(tdesc_t *old, int newselfid, merge_cb_data_t *mcd) argument
855 conjure_iidesc(iidesc_t *old, merge_cb_data_t *mcd) argument
[all...]
/macosx-10.10/libxml2-26/libxml2/python/tests/
H A Dthread2.py27 old = libxml2.lineNumbersDefault(0)
28 libxml2.lineNumbersDefault(old)
29 return old
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/python/tests/
H A Dthread2.py24 old = libxml2.lineNumbersDefault(0)
25 libxml2.lineNumbersDefault(old)
26 return old
/macosx-10.10/emacs-93/emacs/lisp/mail/
H A Drmailedit.el38 (defvar rmail-old-text)
74 (defvar rmail-old-pruned nil)
75 (put 'rmail-old-pruned 'permanent-local t)
84 (make-local-variable 'rmail-old-pruned)
85 (setq rmail-old-pruned (rmail-msg-is-pruned))
94 (make-local-variable 'rmail-old-text)
95 (setq rmail-old-text (buffer-substring (point-min) (point-max)))
119 (let ((old rmail-old-text))
128 (if (and (= (length old) (
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/misc/
H A Dstk.c192 Sfio_t *old = 0; local
194 old = stkinstall(stream,NiL);
197 if(old)
198 stkinstall(old,NiL);
265 Sfio_t *old; local
275 old = stkcur?stk2stream(stkcur):0;
291 return(old);
395 register unsigned char *old; local
402 old = stream->_data;
403 stream->_data = stream->_next = old
427 register unsigned char *old, *top; local
[all...]
/macosx-10.10/xnu-2782.1.97/libsyscall/mach/
H A Dmach_error_string.c74 * map old error numbers to
95 err_sparse_mapit(int old, const struct error_sparse_map *map_table, int mapcnt) argument
103 if (entry.start <= old && old <= entry.end) {
104 ret += old - entry.start;
/macosx-10.10/xnu-2782.1.97/osfmk/kperf/
H A Dkperf.h84 extern void kperf_switch_context( thread_t old, thread_t new );
/macosx-10.10/file-46/file/src/
H A Dcompress.c32 * uncompress(method, old, n, newch) - uncompress old into new,
306 uncompressgzipped(struct magic_set *ms, const unsigned char *old, argument
309 unsigned char flg = old[3];
317 data_start += 2 + old[data_start] + old[data_start + 1] * 256;
320 while(data_start < n && old[data_start])
325 while(data_start < n && old[data_start])
339 z.next_in = (Bytef *)strchr((const char *)old + data_start,
340 old[data_star
372 uncompressbuf(struct magic_set *ms, int fd, size_t method, const unsigned char *old, unsigned char **newch, size_t n) argument
[all...]
/macosx-10.10/bootstrap_cmds-91/migcom.tproj/
H A Dtype.c411 itCopyType(ipc_type_t *old) argument
415 *new = *old;
418 new->itElement = old;
429 * type new = old; // new doesn't get old's info
430 * type new = array[*:10] of old;
431 * // new doesn't get old's info, but new->itElement does
432 * type new = array[*:10] of struct[3] of old;
433 * // new and new->itElement don't get old's info
437 itResetType(ipc_type_t *old) argument
457 register ipc_type_t *old; local
475 itVarArrayDecl(u_int number, register ipc_type_t *old) argument
524 itArrayDecl(u_int number, ipc_type_t *old) argument
576 itStructDecl(u_int number, ipc_type_t *old) argument
[all...]
/macosx-10.10/libxslt-13/libxslt/libxslt/
H A Dattributes.c191 * @old: another XSLT AttrElem list
193 * Add all the attributes from list @old to list @list,
200 xsltAttrElemPtr list, xsltAttrElemPtr old) {
204 while (old != NULL) {
205 if ((old->attr == NULL) && (old->set == NULL)) {
206 old = old->next;
221 if ((cur->set != NULL) && (cur->set == old->set)) {
231 if (old
199 xsltMergeAttrElemList(xsltStylesheetPtr style, xsltAttrElemPtr list, xsltAttrElemPtr old) argument
[all...]
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/
H A DMakefile45 sudo rm -rf /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleUSBEthernet.old
48 sudo rm -rf -k ${MACH_KERNEL} -nt /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBCDC.old
51 sudo kextutil -k ${MACH_KERNEL} -nt /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBCDCACMControl.old
54 sudo kextutil -k ${MACH_KERNEL} -nt /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBCDCACMData.old
57 sudo kextutil -k ${MACH_KERNEL} -nt /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBCDCECMControl.old
60 sudo kextutil -k ${MACH_KERNEL} -nt /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBCDCECMData.old
63 sudo kextutil -k ${MACH_KERNEL} -nt /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBCDCWCM.old
66 sudo kextutil -k ${MACH_KERNEL} -nt /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBCDCDMM.old
/macosx-10.10/emacs-93/emacs/src/
H A Dunexsunos4.c107 char *old; local
131 old = (char *)mmap (0, stat.st_size, PROT_READ, MAP_FILE|MAP_SHARED, fd, 0);
132 if (old == (char *)-1)
140 nhdr = ohdr = (*(struct exec *)old);
186 write (new, old + N_TXTOFF (ohdr), N_TXTOFF (ohdr) + ohdr.a_text);
191 * Write out the head of the old data segment from the file not
196 write (new, old + N_DATOFF (ohdr), (int)&data_start - N_DATADDR (ohdr));
207 write (new, old + N_TRELOFF (ohdr), stat.st_size - N_TRELOFF (ohdr));
264 because the old data has been already written to the location. */
269 write (new, old
[all...]
/macosx-10.10/gnutar-453/gnutar/tests/star/
H A Dquicktest.sh40 ${TARTEST:-tartest} -v < $2 > $DIR/old.out
43 if cmp $DIR/old.out $DIR/new.out; then
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/control/
H A Dassert.tcl74 proc AssertSwitch {old new} {
77 rename assert ${old}Assert

Completed in 308 milliseconds

1234567891011>>