Searched refs:frob (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/re-export-symbol-dylib/
H A Dfrob.c1 int frob() function
H A Dmain.c13 extern int frob();
18 int (*pfrob)() = &frob;
29 else if ( frob() != 4 )
30 FAIL("re-export-symbol-dylib: frob() returned wrong value");
H A DMakefile42 # build frob
43 ${CC} ${CCFLAGS} -dynamiclib frob.c -o libfrob.dylib
44 # build baz to re-export all of frob
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/weak-external-reloc-flat/
H A Dbar.c6 int __attribute__((weak)) frob[] = { 30, 31, 32, 33 }; variable
8 int bar_getfrob(int x) { return frob[x]; }
H A Dfoo.c8 int __attribute__((weak)) frob[] = { 20, 21, 22, 23 }; variable
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dchistory.el88 (defun default-command-history-filter (frob)
91 (or (not (consp frob))
92 (memq (car frob) default-command-history-filter-garbage)))
/macosx-10.10.1/bind9-45.101/bind9/contrib/nslint-2.1a3/
H A Dconfigure938 int frob(int, char *)
970 int frob(int, char *)
/macosx-10.10.1/tcl-105/tcl_ext/tbcload/tbcload/tests/tcl/
H A Dinterp.tcl236 interp eval {a x2} {proc frob {} {expr 4 * 9}}
237 interp eval {a x2} frob
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dconfigure2871 int frob(int, char *)
2927 int frob(int, char *)
2994 int frob(int, char *)

Completed in 142 milliseconds