Searched refs:PROTO (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/
H A Dflexdef.h82 #ifndef PROTO
84 #define PROTO(proto) proto macro
86 #define PROTO(proto) () macro
655 void *allocate_array PROTO((int, size_t));
656 void *reallocate_array PROTO((void*, int, size_t));
658 void *flex_alloc PROTO((size_t));
659 void *flex_realloc PROTO((void*, size_t));
660 void flex_free PROTO((void*));
712 extern void ccladd PROTO((int, int)); /* add a single character to a ccl */
713 extern int cclinit PROTO((voi
[all...]
H A Dtblcmp.c36 void mkentry PROTO((register int*, int, int, int, int));
37 void mkprot PROTO((int[], int, int));
38 void mktemplate PROTO((int[], int, int));
39 void mv2front PROTO((int));
40 int tbldiff PROTO((int[], int, int[]));
H A Ddfa.c36 void dump_associated_rules PROTO((FILE*, int));
37 void dump_transitions PROTO((FILE*, int[]));
38 void sympartition PROTO((int[], int, int[], int[]));
39 int symfollowset PROTO((int[], int, int, int[]));
H A Dgen.c36 void gen_next_state PROTO((int));
37 void genecs PROTO((void));
38 void indent_put2s PROTO((char [], char []));
39 void indent_puts PROTO((char []));
H A Dmain.c46 void flexinit PROTO((int, char**));
47 void readin PROTO((void));
48 void set_up_initial_allocations PROTO((void));
51 extern void argv_fixup PROTO((int *, char ***));
H A Dsym.c36 int hashfunct PROTO((register char[], int));
H A Dnfa.c36 int dupmachine PROTO((int));
37 void mkxtion PROTO((int, int));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/
H A Dflexdef.h82 #ifndef PROTO
84 #define PROTO(proto) proto macro
86 #define PROTO(proto) () macro
655 void *allocate_array PROTO((int, size_t));
656 void *reallocate_array PROTO((void*, int, size_t));
658 void *flex_alloc PROTO((size_t));
659 void *flex_realloc PROTO((void*, size_t));
660 void flex_free PROTO((void*));
712 extern void ccladd PROTO((int, int)); /* add a single character to a ccl */
713 extern int cclinit PROTO((voi
[all...]
H A Dtblcmp.c36 void mkentry PROTO((register int*, int, int, int, int));
37 void mkprot PROTO((int[], int, int));
38 void mktemplate PROTO((int[], int, int));
39 void mv2front PROTO((int));
40 int tbldiff PROTO((int[], int, int[]));
H A Ddfa.c36 void dump_associated_rules PROTO((FILE*, int));
37 void dump_transitions PROTO((FILE*, int[]));
38 void sympartition PROTO((int[], int, int[], int[]));
39 int symfollowset PROTO((int[], int, int, int[]));
H A Dgen.c36 void gen_next_state PROTO((int));
37 void genecs PROTO((void));
38 void indent_put2s PROTO((char [], char []));
39 void indent_puts PROTO((char []));
H A Dmain.c46 void flexinit PROTO((int, char**));
47 void readin PROTO((void));
48 void set_up_initial_allocations PROTO((void));
51 extern void argv_fixup PROTO((int *, char ***));
H A Dsym.c36 int hashfunct PROTO((register char[], int));
H A Dnfa.c36 int dupmachine PROTO((int));
37 void mkxtion PROTO((int, int));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/xmon/
H A Dansidecl.h114 #define PROTO(type, name, arglist) type name arglist macro
137 #define PROTO(type, name, arglist) type name () macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dunzip.h214 # ifndef PROTO
215 # define PROTO macro
222 # ifndef PROTO
223 # define PROTO macro
230 # ifndef PROTO
231 # define PROTO macro
238 # ifndef PROTO
239 # define PROTO macro
247 # ifndef PROTO
248 # define PROTO macro
257 # define PROTO macro
272 # undef PROTO macro
[all...]
H A Dextract.c2200 #ifdef PROTO
2208 #else /* !PROTO */
2215 #endif /* ?PROTO */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/MISC/VMS/
H A Dvms-code.c13 static char *fix_arg0 PROTO((const char *));
142 extern void exit PROTO((int)); /* <stdlib.h> ended up prototyping vms_exit */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/MISC/VMS/
H A Dvms-code.c13 static char *fix_arg0 PROTO((const char *));
142 extern void exit PROTO((int)); /* <stdlib.h> ended up prototyping vms_exit */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/x86/
H A Daudio_convert_init.c25 #define PROTO(pre, in, out, cap) void ff ## pre ## in## _to_ ##out## _a_ ##cap(uint8_t **dst, const uint8_t **src, int len); macro
26 #define PROTO2(pre, out, cap) PROTO(pre, int16, out, cap) PROTO(pre, int32, out, cap) PROTO(pre, float, out, cap)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dgrammar.y274 %token NET NETMASK PORT PORTRANGE LESS GREATER PROTO PROTOCHAIN CBYTE
412 | pqual PROTO { QSET($$.q, $1, Q_DEFAULT, Q_PROTO); }
H A Dscanner.l248 proto return PROTO;

Completed in 207 milliseconds