Home
last modified time | relevance | path

Searched refs:PROTO (Results 1 – 25 of 40) sorted by relevance

12

/freebsd-11-stable/contrib/flex/
HDflexdef.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 ((void)); /* make an empty ccl */
[all …]
HDscanopt.h50 #ifndef PROTO
51 #define PROTO(args) args macro
88 scanopt_t *scanopt_init PROTO ((const optspec_t * options,
93 int scanopt_destroy PROTO ((scanopt_t * scanner));
104 PROTO (
124 PROTO (
HDscanopt.c43 static int STRCASECMP PROTO ((const char *, const char *));
80 static const char *NAME PROTO ((struct _scanopt_t *, int));
81 static int PRINTLEN PROTO ((struct _scanopt_t *, int));
82 static int RVAL PROTO ((struct _scanopt_t *, int));
83 static int FLAGS PROTO ((struct _scanopt_t *, int));
84 static const char *DESC PROTO ((struct _scanopt_t *, int));
85 static int scanopt_err PROTO ((struct _scanopt_t *, int, int, int));
86 static int matchlongopt PROTO ((char *, char **, int *, char **, int *));
88 PROTO ((struct _scanopt_t *, int, char *, int, int *, int *opt_offset));
127 static int get_cols PROTO ((void));
HDsym.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));
HDtblcmp.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[]));
HDmain.c44 void flexinit PROTO ((int, char **));
45 void readin PROTO ((void));
46 void set_up_initial_allocations PROTO ((void));
47 static char *basename2 PROTO ((char *path, int should_strip_ext));
146 int flex_main PROTO ((int argc, char *argv[]));
147 int main PROTO ((int argc, char *argv[]));
HDdfa.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[]));
HDnfa.c39 int dupmachine PROTO ((int));
40 void mkxtion PROTO ((int, int));
HDgen.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/lib/libfetch/
HDhttp.errors22 400 PROTO Bad Request
27 405 PROTO Method Not Allowed
28 406 PROTO Not Acceptable
33 411 PROTO Length Required
35 413 PROTO Request Entity Too Large
36 414 PROTO Request-URI Too Large
37 415 PROTO Unsupported Media Type
41 501 PROTO Not Implemented
45 505 PROTO HTTP Version not supported
46 999 PROTO Protocol error
HDftp.errors11 202 PROTO Command not implemented, superfluous at this site
35 500 PROTO Syntax error, command unrecognized
36 501 PROTO Syntax error in parameters or arguments
37 502 PROTO Command not implemented
38 503 PROTO Bad sequence of commands
39 504 PROTO Command not implemented for that parameter
42 535 PROTO Bug in MediaHawk Video Kernel FTP server
44 551 PROTO Requested action aborted. Page type unknown
47 999 PROTO Protocol error
/freebsd-11-stable/contrib/gdb/include/
HDansidecl.h187 #define PROTO(type, name, arglist) type name arglist macro
226 #define PROTO(type, name, arglist) type name () macro
/freebsd-11-stable/contrib/binutils/include/
HDansidecl.h192 #define PROTO(type, name, arglist) type name arglist macro
231 #define PROTO(type, name, arglist) type name () macro
/freebsd-11-stable/contrib/gcclibs/include/
HDansidecl.h192 #define PROTO(type, name, arglist) type name arglist macro
231 #define PROTO(type, name, arglist) type name () macro
/freebsd-11-stable/usr.bin/systat/
HDnetstat.c434 #define PROTO FADDR+23 macro
435 #define RCVCC PROTO+6
447 mvwaddstr(wnd, 0, PROTO, "Proto"); in labelnetstat()
511 mvwaddstr(wnd, p->ni_line, PROTO, proto); in shownetstat()
/freebsd-11-stable/tests/sys/netinet/
HDfibs_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/
HDtest-exec.sh400 PROTO="2,1"
402 PROTO="2"
/freebsd-11-stable/contrib/ntp/scripts/update-leap/
HDupdate-leap.sh343 if wget $PROTO $PREFER -o ${TMPFILE}.log $LEAPSRC -O $TMPFILE ; then
/freebsd-11-stable/contrib/libpcap/
HDgrammar.y322 %token NET NETMASK PORT PORTRANGE LESS GREATER PROTO PROTOCHAIN CBYTE
453 | pqual PROTO { QSET($$.q, $1, Q_DEFAULT, Q_PROTO); }
HDscanner.l313 proto return PROTO;
/freebsd-11-stable/share/examples/IPv6/
HDUSAGE420 (1)PROTO=AH
431 PROTO=AH
437 PROTO=ESP
/freebsd-11-stable/sys/contrib/ngatm/netnatm/msg/
HDunistruct.h622 D(PROTO, 0x6f /*111*/, NONE, Q.850, "Protocol error, unspecified") \
/freebsd-11-stable/sbin/pfctl/
HDparse.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}, in lookup()
/freebsd-11-stable/contrib/gcc/cp/
HDChangeLog-19962436 (convert_harshness): Add prototypes wrapped by PROTO.
2448 (lookup_fnfields_1): Add prototypes wrapped by PROTO.
2450 (expand_aggr_init_1): Add prototypes wrapped by PROTO.
2460 unary_complex_lvalue): Add prototypes wrapped by PROTO.
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExprObjC.cpp1839 for (const auto *PROTO : OPT->quals()) { in LookupMethodInQualifiedType() local
1840 if ((MD = PROTO->lookupMethod(Sel, Instance))) { in LookupMethodInQualifiedType()

12