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

/freebsd-11-stable/contrib/flex/
H A Dflexdef.h118 #ifndef PROTO
120 #define PROTO(proto) proto macro
122 #define PROTO(proto) () macro
679 void *allocate_array PROTO ((int, size_t));
680 void *reallocate_array PROTO ((void *, int, size_t));
682 void *flex_alloc PROTO ((size_t));
683 void *flex_realloc PROTO ((void *, size_t));
684 void flex_free PROTO ((void *));
742 extern void ccladd PROTO ((int, int)); /* add a single character to a ccl */
743 extern int cclinit PROTO ((voi
[all...]
H A Dscanopt.h51 #ifndef PROTO macro
52 #define PROTO(args) args
90 scanopt_t *scanopt_init PROTO ((const optspec_t * options,
95 int scanopt_destroy PROTO ((scanopt_t * scanner));
106 PROTO (
126 PROTO (
H A Dsym.c62 static int addsym PROTO ((char[], char *, int, hash_table, int));
63 static struct hash_entry *findsym PROTO ((const char *sym,
67 static int hashfunct PROTO ((const char *, int));
H A Dscanopt.c44 static int STRCASECMP PROTO ((const char *, const char *));
81 static const char *NAME PROTO ((struct _scanopt_t *, int));
82 static int PRINTLEN PROTO ((struct _scanopt_t *, int));
83 static int RVAL PROTO ((struct _scanopt_t *, int));
84 static int FLAGS PROTO ((struct _scanopt_t *, int));
85 static const char *DESC PROTO ((struct _scanopt_t *, int));
86 static int scanopt_err PROTO ((struct _scanopt_t *, int, int, int));
87 static int matchlongopt PROTO ((char *, char **, int *, char **, int *));
89 PROTO ((struct _scanopt_t *, int, char *, int, int *, int *opt_offset));
128 static int get_cols PROTO ((voi
[all...]
H A Dtblcmp.c39 void mkentry PROTO ((int *, int, int, int, int));
40 void mkprot PROTO ((int[], int, int));
41 void mktemplate PROTO ((int[], int, int));
42 void mv2front PROTO ((int));
43 int tbldiff PROTO ((int[], int, int[]));
H A Ddfa.c37 void dump_associated_rules PROTO ((FILE *, int));
38 void dump_transitions PROTO ((FILE *, int[]));
39 void sympartition PROTO ((int[], int, int[], int[]));
40 int symfollowset PROTO ((int[], int, int, int[]));
H A Dnfa.c39 int dupmachine PROTO ((int));
40 void mkxtion PROTO ((int, int));
H A Dmain.c45 void flexinit PROTO ((int, char **));
46 void readin PROTO ((void));
47 void set_up_initial_allocations PROTO ((void));
48 static char *basename2 PROTO ((char *path, int should_strip_ext));
147 int flex_main PROTO ((int argc, char *argv[]));
148 int main PROTO ((int argc, char *argv[]));
H A Dgen.c40 void gen_next_state PROTO ((int));
41 void genecs PROTO ((void));
42 void indent_put2s PROTO ((const char *, const char *));
43 void indent_puts PROTO ((const char *));
/freebsd-11-stable/contrib/gcclibs/include/
H A Dansidecl.h111 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
192 #define PROTO(type, name, arglist) type name arglist macro
231 #define PROTO(type, name, arglist) type name () macro
/freebsd-11-stable/contrib/gdb/include/
H A Dansidecl.h111 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
187 #define PROTO(type, name, arglist) type name arglist macro
226 #define PROTO(type, name, arglist) type name () macro
/freebsd-11-stable/contrib/binutils/include/
H A Dansidecl.h111 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
192 #define PROTO(type, name, arglist) type name arglist macro
231 #define PROTO(type, name, arglist) type name () macro
/freebsd-11-stable/usr.bin/systat/
H A Dnetstat.c434 #define PROTO FADDR+23 macro
435 #define RCVCC PROTO+6
447 mvwaddstr(wnd, 0, PROTO, "Proto");
511 mvwaddstr(wnd, p->ni_line, PROTO, proto);
/freebsd-11-stable/tests/sys/netinet/
H A Dfibs_test.sh813 local PROTO=$3
818 ifconfig $IFACE ${PROTO} ${ADDR}/${MASK} fib $FIB $FLAGS
819 setfib ${FIB} ifconfig $IFACE ${PROTO} ${ADDR}/${MASK} fib $FIB $FLAGS
/freebsd-11-stable/crypto/openssh/regress/
H A Dtest-exec.sh400 PROTO="2,1"
402 PROTO="2"
/freebsd-11-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.sh135 PROTO="-4"
138 PROTO="-6"
343 if wget $PROTO $PREFER -o ${TMPFILE}.log $LEAPSRC -O $TMPFILE ; then
/freebsd-11-stable/contrib/libpcap/
H A Dgrammar.y322 %token NET NETMASK PORT PORTRANGE LESS GREATER PROTO PROTOCHAIN CBYTE
453 | pqual PROTO { QSET($$.q, $1, Q_DEFAULT, Q_PROTO); }
H A Dscanner.l313 proto return PROTO;
/freebsd-11-stable/sys/contrib/ngatm/netnatm/msg/
H A Dunistruct.h622 D(PROTO, 0x6f /*111*/, NONE, Q.850, "Protocol error, unspecified") \
/freebsd-11-stable/sbin/pfctl/
H A Dparse.y452 %token RETURNRST RETURNICMP RETURNICMP6 PROTO INET INET6 ALL ANY ICMPTYPE
2857 | PROTO proto_item { $$ = $2; }
2858 | PROTO '{' optnl proto_list '}' { $$ = $4; }
5558 { "proto", PROTO},
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1839 for (const auto *PROTO : OPT->quals()) {
1840 if ((MD = PROTO->lookupMethod(Sel, Instance))) {

Completed in 267 milliseconds