Symbol: YY_STR
usr/src/cmd/ipf/tools/ipf_y.y
1045
| YY_STR { if (lookuphost($1, &$$) == 1)
usr/src/cmd/ipf/tools/ipf_y.y
115
%token <str> YY_STR
usr/src/cmd/ipf/tools/ipf_y.y
1502
YY_STR { $$ = $1; }
usr/src/cmd/ipf/tools/ipf_y.y
1505
interfacename: YY_STR { $$ = $1; }
usr/src/cmd/ipf/tools/ipf_y.y
1506
| YY_STR ':' YY_NUMBER
usr/src/cmd/ipf/tools/ipf_y.y
1514
name: YY_STR { $$ = $1; }
usr/src/cmd/ipf/tools/ipf_y.y
202
assign: YY_STR assigning YY_STR ';' { set_variable($1, $3);
usr/src/cmd/ipf/tools/ipf_y.y
215
IPFY_SET IPFY_SET_LOOPBACK YY_STR ';'
usr/src/cmd/ipf/tools/ipf_y.y
273
IPFY_BPFV4 '{' YY_STR '}' { dobpf(4, $3); free($3); }
usr/src/cmd/ipf/tools/ipf_y.y
274
| IPFY_BPFV6 '{' YY_STR '}' { dobpf(6, $3); free($3); }
usr/src/cmd/ipf/tools/ipf_y.y
334
func: YY_STR '/' YY_NUMBER { fr->fr_func = nametokva($1,
usr/src/cmd/ipf/tools/ipf_y.y
493
group: | IPFY_GROUP YY_STR { DOALL(strncpy(fr->fr_group, $2, \
usr/src/cmd/ipf/tools/ipf_y.y
502
head: | IPFY_HEAD YY_STR { DOALL(strncpy(fr->fr_grhead, $2, \
usr/src/cmd/ipf/tools/ipf_y.y
523
nattag: IPFY_NAT '=' YY_STR { DOALL(strncpy(fr->fr_nattag.ipt_tag,\
usr/src/cmd/ipf/tools/ipf_y.y
712
| YY_STR { if (!strcmp($1, "tcp-udp")) {
usr/src/cmd/ipf/tools/ipf_y.y
724
| YY_STR nextstring YY_STR
usr/src/cmd/ipf/tools/ipf_y.y
801
YY_STR { $$ = tcpflags($1); free($1); }
usr/src/cmd/ipf/tools/ipmon_y.y
139
| IPM_DSTPORT '=' YY_STR { $$ = new_opt(IPM_DSTPORT);
usr/src/cmd/ipf/tools/ipmon_y.y
155
| IPM_GROUP '=' YY_STR { $$ = new_opt(IPM_GROUP);
usr/src/cmd/ipf/tools/ipmon_y.y
160
IPM_INTERFACE '=' YY_STR { $$ = new_opt(IPM_INTERFACE);
usr/src/cmd/ipf/tools/ipmon_y.y
168
nattag: IPM_NATTAG '=' YY_STR { $$ = new_opt(IPM_NATTAG);
usr/src/cmd/ipf/tools/ipmon_y.y
175
| IPM_PROTOCOL '=' YY_STR { $$ = new_opt(IPM_PROTOCOL);
usr/src/cmd/ipf/tools/ipmon_y.y
181
result: IPM_RESULT '=' YY_STR { $$ = new_opt(IPM_RESULT);
usr/src/cmd/ipf/tools/ipmon_y.y
197
| IPM_SRCPORT '=' YY_STR { $$ = new_opt(IPM_SRCPORT);
usr/src/cmd/ipf/tools/ipmon_y.y
212
IPM_EXECUTE YY_STR { $$ = new_opt(IPM_EXECUTE);
usr/src/cmd/ipf/tools/ipmon_y.y
216
save: IPM_SAVE saveopts YY_STR { $$ = new_opt(IPM_SAVE);
usr/src/cmd/ipf/tools/ipmon_y.y
48
%token <str> YY_STR
usr/src/cmd/ipf/tools/ipmon_y.y
79
assign: YY_STR assigning YY_STR ';' { set_variable($1, $3);
usr/src/cmd/ipf/tools/ipnat_y.y
129
assign: YY_STR assigning YY_STR ';' { set_variable($1, $3);
usr/src/cmd/ipf/tools/ipnat_y.y
279
proxy: | IPNY_PROXY IPNY_PORT portspec YY_STR '/' proto
usr/src/cmd/ipf/tools/ipnat_y.y
289
| IPNY_PROXY IPNY_PORT YY_STR YY_STR '/' proto
usr/src/cmd/ipf/tools/ipnat_y.y
401
| YY_STR { if (getport(NULL, $1, &($$)) == -1)
usr/src/cmd/ipf/tools/ipnat_y.y
475
ifname: YY_STR { strncpy(nat->in_ifnames[0], $1,
usr/src/cmd/ipf/tools/ipnat_y.y
483
YY_STR { strncpy(nat->in_ifnames[1], $1,
usr/src/cmd/ipf/tools/ipnat_y.y
500
| IPNY_ICMPIDMAP YY_STR YY_NUMBER ':' YY_NUMBER
usr/src/cmd/ipf/tools/ipnat_y.y
656
nattag: | IPNY_TAG YY_STR { strncpy(nat->in_tag.ipt_tag, $2,
usr/src/cmd/ipf/tools/ipnat_y.y
696
IPNY_PROXY YY_STR
usr/src/cmd/ipf/tools/ipnat_y.y
714
| YY_STR { $$ = getproto($1); free($1); }
usr/src/cmd/ipf/tools/ipnat_y.y
722
YY_STR { i6addr_t addr;
usr/src/cmd/ipf/tools/ipnat_y.y
93
%token <str> YY_STR
usr/src/cmd/ipf/tools/ippool_y.y
119
assign: YY_STR assigning YY_STR ';' { set_variable($1, $3);
usr/src/cmd/ipf/tools/ippool_y.y
191
| IPT_NAME '=' YY_STR { $$ = $3; }
usr/src/cmd/ipf/tools/ippool_y.y
196
IPT_GROUP '=' YY_STR { char tmp[FR_GROUPLEN+1];
usr/src/cmd/ipf/tools/ippool_y.y
360
| YY_STR { if (gethost($1, &$$, 0) == -1)
usr/src/cmd/ipf/tools/ippool_y.y
70
%token <str> YY_STR
usr/src/cmd/ipf/tools/lexer.c
309
rval = YY_STR;
usr/src/cmd/ipf/tools/lexer.c
511
rval = YY_STR;
usr/src/cmd/ipf/tools/lexer.c
514
if (rval == YY_STR && yysavedepth > 0)
usr/src/cmd/ipf/tools/lexer.c
532
case YY_STR :
usr/src/cmd/ipf/tools/lexer.c
601
} else if (yytokentype == YY_STR || yytokentype == YY_HEX ||