Searched refs:strtype (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/usr.bin/brandelf/ |
| H A D | brandelf.c | 73 const char *strtype = "FreeBSD"; in main() local 109 strtype = optarg; in main() 125 if (!force && (type = elftype(strtype)) == -1) { in main() 126 warnx("invalid ELF type '%s'", strtype); in main()
|
| /freebsd-13.1/contrib/libucl/lua/ |
| H A D | lua_ucl.c | 1043 lua_ucl_str_to_emit_type (const char *strtype) in lua_ucl_str_to_emit_type() argument 1047 if (strcasecmp (strtype, "json") == 0) { in lua_ucl_str_to_emit_type() 1053 else if (strcasecmp (strtype, "yaml") == 0) { in lua_ucl_str_to_emit_type() 1056 else if (strcasecmp (strtype, "config") == 0 || in lua_ucl_str_to_emit_type() 1057 strcasecmp (strtype, "ucl") == 0) { in lua_ucl_str_to_emit_type() 1088 const char *strtype = lua_tostring (L, 2); in lua_ucl_object_tostring() local 1090 format = lua_ucl_str_to_emit_type (strtype); in lua_ucl_object_tostring() 1417 const char *strtype = lua_tostring (L, 2); in lua_ucl_to_format() local 1419 if (strcasecmp (strtype, "json") == 0) { in lua_ucl_to_format() 1425 else if (strcasecmp (strtype, "yaml") == 0) { in lua_ucl_to_format() [all …]
|
| /freebsd-13.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() 159 int strtype; in rsa_priv_encode() local 161 if (!rsa_param_encode(pkey, &str, &strtype)) in rsa_priv_encode() 172 strtype, str, rk, rklen)) { in rsa_priv_encode()
|
| /freebsd-13.1/contrib/file/src/ |
| H A D | BNF | 64 type = [ unsigned ] ( numeric | strtype | default ) 90 strtype = regex | search | string8 | string16
|
| /freebsd-13.1/stand/forth/ |
| H A D | support.4th | 366 : strtype ( str -- ) strget type ; 942 : print_line line_buffer strtype cr ; 945 line_buffer strtype cr 989 ." Name: " addr module.name strtype cr 1082 current_file_name_ref strtype 1198 dup module.name strtype 1232 dup module.name strtype 1234 ." (" dup module.loadname strtype ." )" 1238 dup module.beforeload strtype cr \ XXX there was a typo here 1247 ." (" dup module.loadname strtype ." )" [all …]
|
| H A D | loader.4th | 235 dup module.name strtype
|