Symbol: FLAGS
lib/libz/inflate.c
519
state->mode = FLAGS;
lib/libz/inflate.c
567
case FLAGS:
sbin/pfctl/parse.y
3589
flags : FLAGS flag '/' flag { $$.b1 = $2.b1; $$.b2 = $4.b1; }
sbin/pfctl/parse.y
3590
| FLAGS '/' flag { $$.b1 = 0; $$.b2 = $3.b1; }
sbin/pfctl/parse.y
3591
| FLAGS ANY { $$.b1 = 0; $$.b2 = 0; }
sbin/pfctl/parse.y
530
%token PASS BLOCK MATCH SCRUB RETURN IN OS OUT LOG QUICK ON FROM TO FLAGS
sbin/pfctl/parse.y
5509
{ "flags", FLAGS},
sys/lib/libz/inflate.c
519
state->mode = FLAGS;
sys/lib/libz/inflate.c
567
case FLAGS:
sys/sys/mount.h
539
#define VFS_START(MP, FLAGS, P) (*(MP)->mnt_op->vfs_start)(MP, FLAGS, P)
usr.bin/lex/scanopt.c
348
if(FLAGS(s,i) & IS_LONG) \
usr.bin/lex/scanopt.c
354
if (!(FLAGS (s, ue->idx) & IS_LONG))
usr.bin/lex/scanopt.c
359
if (FLAGS (s, ap->idx) & IS_LONG)
usr.bin/lex/scanopt.c
364
if (FLAGS (s, ue->idx) & IS_LONG)
usr.bin/lex/scanopt.c
369
if (!(FLAGS (s, ap->idx) & IS_LONG))
usr.bin/lex/scanopt.c
412
has_short = !(FLAGS (s, ue->idx) & IS_LONG);
usr.bin/lex/scanopt.c
414
if (!(FLAGS (s, ap->idx) & IS_LONG)) {
usr.bin/lex/scanopt.c
433
if (!(FLAGS (s, ue->idx) & IS_LONG))
usr.bin/lex/scanopt.c
438
if (!(FLAGS (s, ap->idx) & IS_LONG))
usr.bin/lex/scanopt.c
443
if (FLAGS (s, ue->idx) & IS_LONG)
usr.bin/lex/scanopt.c
448
if (FLAGS (s, ap->idx) & IS_LONG)
usr.bin/lex/scanopt.c
83
static int FLAGS PROTO ((struct _scanopt_t *, int));
usr.sbin/bgpd/parse.y
1335
| FLAGS {
usr.sbin/bgpd/parse.y
245
%token FLOWSPEC PROTO FLAGS FRAGMENT TOS LENGTH ICMPTYPE CODE
usr.sbin/bgpd/parse.y
3593
{ "flags", FLAGS },
usr.sbin/config/gram.y
101
%token DUMPS ENDFILE XFILE XOBJECT FLAGS INCLUDE XMACHINE MAJOR MAKEOPTIONS
usr.sbin/config/gram.y
420
FLAGS NUMBER { $$ = $2; } |
usr.sbin/hostapd/handle.c
422
RADIOTAP(FLAGS, 1);
usr.sbin/hostapd/print-802_11.c
492
if (RADIOTAP(FLAGS)) {
usr.sbin/nsd/query.c
1602
flags = FLAGS(q->packet);
usr.sbin/nsd/query.c
1675
FLAGS_SET(q->packet, FLAGS(q->packet) & 0x0100U);
usr.sbin/nsd/query.c
173
FLAGS_SET(query->packet, FLAGS(query->packet) & 0x0100U);
usr.sbin/radiusctl/parser.c
167
{ FLAGS, "-json", FLAGS_JSON, NULL },
usr.sbin/radiusctl/parser.c
361
case FLAGS:
usr.sbin/radiusctl/parser.c
454
case FLAGS:
usr.sbin/tcpdump/print-802_11.c
1480
if (RADIOTAP(FLAGS)) {