Searched refs:strtype (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/amd/amd/
H A Dconf_tok.l134 yylval.strtype = strdup((char *)yytext);
140 yylval.strtype = strdup((char *)yytext);
146 yylval.strtype = strdup((char *)yytext);
162 yylval.strtype = strdup((char *)yytext);
170 yylval.strtype = strdup((char *)&yytext[1]);
176 yylval.strtype = strdup((char *)yytext);
H A Dconf_parse.y74 char *strtype;
79 %token <strtype> NONWS_STRING
80 %token <strtype> NONWSEQ_STRING
81 %token <strtype> QUOTED_NONWSEQ_STRING
/freebsd-9.3-release/usr.bin/brandelf/
H A Dbrandelf.c64 const char *strtype = "FreeBSD"; local
93 strtype = optarg;
109 if (!force && (type = elftype(strtype)) == -1) {
110 warnx("invalid ELF type '%s'", strtype);

Completed in 122 milliseconds