Searched refs:prototypes (Results 1 - 25 of 179) sorted by relevance

12345678

/macosx-10.10.1/apr-32/apr/apr/build/
H A Dnw_export.inc2 the standard prototypes macros after it messes with
/macosx-10.10.1/apr-32/apr-util/apr-util/build/
H A Dnw_apu_export.inc3 the standard prototypes macros after it messes with
/macosx-10.10.1/gpatch-3/patch/m4/
H A Dprotos.m42 ## Check for function prototypes. ##
11 AC_MSG_CHECKING([for function prototypes])
14 AC_DEFINE(PROTOTYPES,1,[Define if compiler has function prototypes])
/macosx-10.10.1/apache-793/httpd/build/
H A Dnw_export.inc2 the standard prototypes macros after it messes with
/macosx-10.10.1/BerkeleyDB-21/db/dist/brew/
H A Dbrew_make.in5 CFLAGS= -c -g -W -Wall -Wpointer-arith -Wmissing-prototypes \
/macosx-10.10.1/BerkeleyDB-21/db/dist/s60/
H A Ds60_make.in5 CFLAGS= -c -g -W -Wall -Wpointer-arith -Wmissing-prototypes \
/macosx-10.10.1/swig-12/Lib/ruby/
H A Drubyerrors.swg146 const char* prototypes
152 "Possible C/C++ prototypes are:\n%s",
153 msg, method, prototypes);
/macosx-10.10.1/objc4-646/runtime/
H A Dhashtable2.mm114 static NXHashTable *prototypes = NULL;
115 /* table of all prototypes */
119 prototypes = ALLOCTABLE (DEFAULT_ZONE);
120 prototypes->prototype = &protoPrototype;
121 prototypes->count = 1;
122 prototypes->nbBuckets = 1; /* has to be 1 so that the right bucket is 0 */
123 prototypes->buckets = ALLOCBUCKETS(DEFAULT_ZONE, 1);
124 prototypes->info = NULL;
125 ((HashBucket *) prototypes->buckets)[0].count = 1;
126 ((HashBucket *) prototypes
[all...]
H A Dmaptable.mm103 static NXHashTable *prototypes = NULL;
104 /* table of all prototypes */
111 if (! prototypes) prototypes = NXCreateHashTable(protoPrototype, 0, NULL);
116 proto = (NXMapTablePrototype *)NXHashGet(prototypes, &prototype);
120 (void)NXHashInsert(prototypes, proto);
429 /* Method prototypes */
/macosx-10.10.1/CPANInternal-159.1/Test-use-ok-0.11/lib/Test/use/
H A Dok.pm19 compile-time and prototypes are properly honored.
/macosx-10.10.1/BerkeleyDB-21/db/examples_c/csv/
H A DMakefile8 CFLAGS= $(INC) -g -W -Wall -Wpointer-arith -Wmissing-prototypes
/macosx-10.10.1/man-16/man/src/
H A DMakefile.in21 CWARN = -Wall -Wstrict-prototypes -Wmissing-prototypes
48 # glob.c does not have prototypes
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DDOMNodeDetailsSidebarPanel.js178 function fillSection(prototypes)
180 if (!prototypes)
191 for (var i = 0; i < prototypes.length; ++i) {
193 if (!parseInt(prototypes[i].name, 10))
196 var prototype = prototypes[i].value;
/macosx-10.10.1/zlib-55/zlib/old/as400/
H A Dzlib.inc100 * Utility function prototypes
190 * Basic function prototypes
221 * Advanced function prototypes
305 * Checksum function prototypes
319 * Miscellaneous function prototypes
/macosx-10.10.1/NFS-82/rpc.lockd/
H A DMakefile17 -Wshadow -Wmissing-prototypes \
/macosx-10.10.1/curl-83.1.2/curl/packages/Android/
H A DAndroid.mk54 common_CFLAGS := -Wpointer-arith -Wwrite-strings -Wunused -Winline -Wnested-externs -Wmissing-declarations -Wmissing-prototypes -Wno-long-long -Wfloat-equal -Wno-multichar -Wsign-compare -Wno-format-nonliteral -Wendif-labels -Wstrict-prototypes -Wdeclaration-after-statement -Wno-system-headers -DHAVE_CONFIG_H
/macosx-10.10.1/gssd-64/
H A DMakefile42 CFLAGS = -g -Os -Wall -Wextra -Wshadow -Wmissing-prototypes \
/macosx-10.10.1/ksh-23/ksh/src/lib/libcmd/
H A DMakefile45 $(" ")* -lcmd extern function prototypes
/macosx-10.10.1/xnu-2782.1.97/bsd/conf/
H A DMakefile.template82 pthread_synch.o_CFLAGS_ADD += -Wno-unused-parameter -Wno-missing-prototypes
83 pthread_support.o_CFLAGS_ADD += -Wno-unused-parameter -Wno-missing-prototypes
/macosx-10.10.1/xnu-2782.1.97/libkern/kxld/
H A DMakefile72 -Wno-format-y2k -W -Wstrict-prototypes -Wmissing-prototypes -Wreturn-type \
/macosx-10.10.1/uucp-11/uucp/
H A Dconfigure1610 build_warnings="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
1880 echo $ac_n "checking for prototypes""... $ac_c" 1>&6
1881 echo "configure:1882: checking for prototypes" >&5
3255 /* System header to define __stub macros and hopefully few prototypes,
3310 /* System header to define __stub macros and hopefully few prototypes,
3365 /* System header to define __stub macros and hopefully few prototypes,
3420 /* System header to define __stub macros and hopefully few prototypes,
3475 /* System header to define __stub macros and hopefully few prototypes,
3530 /* System header to define __stub macros and hopefully few prototypes,
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/unix/
H A Dconfigure1767 /* System header to define __stub macros and hopefully few prototypes,
1822 /* System header to define __stub macros and hopefully few prototypes,
1911 /* System header to define __stub macros and hopefully few prototypes,
2094 /* System header to define __stub macros and hopefully few prototypes,
2144 /* System header to define __stub macros and hopefully few prototypes,
2237 /* System header to define __stub macros and hopefully few prototypes,
2287 /* System header to define __stub macros and hopefully few prototypes,
4743 /* System header to define __stub macros and hopefully few prototypes,
4941 /* System header to define __stub macros and hopefully few prototypes,
5003 /* System header to define __stub macros and hopefully few prototypes,
[all...]
/macosx-10.10.1/vim-55/src/
H A DMake_sas.mak13 # The prototypes from Manx and SAS are incompatible. If the prototypes
15 # The prototypes generated on Unix work for both.
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v7.6p2/
H A Dconfigure771 /* System header to define __stub macros and hopefully few prototypes,
828 /* System header to define __stub macros and hopefully few prototypes,
883 /* System header to define __stub macros and hopefully few prototypes,
935 /* System header to define __stub macros and hopefully few prototypes,
987 /* System header to define __stub macros and hopefully few prototypes,
1039 /* System header to define __stub macros and hopefully few prototypes,
1099 /* System header to define __stub macros and hopefully few prototypes,
2080 /* System header to define __stub macros and hopefully few prototypes,
2171 /* System header to define __stub macros and hopefully few prototypes,
2264 /* System header to define __stub macros and hopefully few prototypes,
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v7.6/
H A Dconfigure690 /* System header to define __stub macros and hopefully few prototypes,
739 /* System header to define __stub macros and hopefully few prototypes,
786 /* System header to define __stub macros and hopefully few prototypes,
834 /* System header to define __stub macros and hopefully few prototypes,
882 /* System header to define __stub macros and hopefully few prototypes,
930 /* System header to define __stub macros and hopefully few prototypes,
986 /* System header to define __stub macros and hopefully few prototypes,
1903 /* System header to define __stub macros and hopefully few prototypes,
1986 /* System header to define __stub macros and hopefully few prototypes,
2071 /* System header to define __stub macros and hopefully few prototypes,
[all...]

Completed in 206 milliseconds

12345678