Home
last modified time | relevance | path

Searched refs:strtype (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/amd/amd/
H A Dconf_tok.l131 conf_lval.strtype = xstrdup(yytext);
137 conf_lval.strtype = xstrdup(yytext);
143 conf_lval.strtype = xstrdup(yytext);
159 conf_lval.strtype = xstrdup(yytext);
167 conf_lval.strtype = xstrdup(&yytext[1]);
173 conf_lval.strtype = xstrdup(yytext);
H A Dconf_parse.y70 char *strtype; member
75 %token <strtype> NONWS_STRING
76 %token <strtype> NONWSEQ_STRING
77 %token <strtype> QUOTED_NONWSEQ_STRING
/freebsd-12.1/contrib/libucl/lua/
H A Dlua_ucl.c793 lua_ucl_str_to_emit_type (const char *strtype) in lua_ucl_str_to_emit_type() argument
797 if (strcasecmp (strtype, "json") == 0) { in lua_ucl_str_to_emit_type()
803 else if (strcasecmp (strtype, "yaml") == 0) { in lua_ucl_str_to_emit_type()
806 else if (strcasecmp (strtype, "config") == 0 || in lua_ucl_str_to_emit_type()
807 strcasecmp (strtype, "ucl") == 0) { in lua_ucl_str_to_emit_type()
838 const char *strtype = lua_tostring (L, 2); in lua_ucl_object_tostring() local
840 format = lua_ucl_str_to_emit_type (strtype); in lua_ucl_object_tostring()
1114 const char *strtype = lua_tostring (L, 2); in lua_ucl_to_format() local
1116 if (strcasecmp (strtype, "json") == 0) { in lua_ucl_to_format()
1122 else if (strcasecmp (strtype, "yaml") == 0) { in lua_ucl_to_format()
[all …]
/freebsd-12.1/usr.bin/brandelf/
H A Dbrandelf.c66 const char *strtype = "FreeBSD"; in main() local
95 strtype = optarg; in main()
111 if (!force && (type = elftype(strtype)) == -1) { in main()
112 warnx("invalid ELF type '%s'", strtype); in main()
/freebsd-12.1/crypto/openssl/crypto/rsa/
H A Drsa_ameth.c80 int strtype; in rsa_pub_encode() local
82 if (!rsa_param_encode(pkey, &str, &strtype)) in rsa_pub_encode()
88 strtype, str, penc, penclen)) in rsa_pub_encode()
150 int strtype; in rsa_priv_encode() local
152 if (!rsa_param_encode(pkey, &str, &strtype)) in rsa_priv_encode()
163 strtype, str, rk, rklen)) { in rsa_priv_encode()
/freebsd-12.1/stand/forth/
H A Dsupport.4th291 : strtype ( str -- ) strget type ;
864 : print_line line_buffer strtype cr ;
867 line_buffer strtype cr
911 ." Name: " addr module.name strtype cr
1004 current_file_name_ref strtype
1111 dup module.name strtype
1145 dup module.name strtype
1147 ." (" dup module.loadname strtype ." )"
1151 dup module.beforeload strtype cr \ XXX there was a typo here
1160 ." (" dup module.loadname strtype ." )"
[all …]
H A Dloader.4th206 dup module.name strtype