Searched refs:strtype (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/amd/amd/ |
| H A D | conf_tok.l | 131 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 D | conf_parse.y | 70 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 D | lua_ucl.c | 793 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 D | brandelf.c | 66 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 D | rsa_ameth.c | 80 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 D | support.4th | 291 : 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 D | loader.4th | 206 dup module.name strtype
|