| /src/usr.bin/hexdump/ |
| odsyntax.c | 222 posixtypes(char const *type_string) 228 while (*type_string) { 229 switch ((type = *type_string++)) { 235 if (isupper((unsigned char)*type_string)) { 236 switch(*type_string) { 248 *type_string); 251 type_string++; 252 } else if (isdigit((unsigned char)*type_string)) { 253 nbytes = strtol(type_string, &tmp, 10); 254 type_string = tmp [all...] |
| /src/external/apache2/argon2/dist/phc-winner-argon2/src/ |
| encoding.c | 318 const char* type_string; local 321 type_string = argon2_type2string(type, 0); 322 if (!type_string) { 327 CC(type_string); 403 const char* type_string = argon2_type2string(type, 0); local 406 if (!type_string) { 416 SS(type_string);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/ |
| type-kinds.exp | 34 set type_string "${base_type}${kind_string}" 35 gdb_test "p (($type_string) 1)" " = $cast_result" 36 gdb_test "p sizeof (($type_string) 1)" " = $size_result"
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/ |
| type-kinds.exp | 34 set type_string "${base_type}${kind_string}" 35 gdb_test "p (($type_string) 1)" " = $cast_result" 36 gdb_test "p sizeof (($type_string) 1)" " = $size_result"
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| resolve-test.c | 259 const char *type_string = rk_dns_type_to_string (sig->type); local 264 sig->type, type_string ? type_string : "",
|
| /src/crypto/external/bsd/heimdal/dist/kuser/ |
| kdigest.c | 100 ret = krb5_digest_set_type(context, digest, opt->type_string); 118 printf("type=%s\n", opt->type_string); 144 if (opt->type_string == NULL) 155 if (strcasecmp(opt->type_string, "CHAP") == 0) { 165 ret = krb5_digest_set_type(context, digest, opt->type_string); 404 if (strcasecmp(opt->type_string, "CHAP") == 0) { 411 } else if (strcasecmp(opt->type_string, "MS-CHAP-V2") == 0) {
|
| kswitch.c | 157 ops = krb5_cc_get_prefix_ops(heimtools_context, opt->type_string);
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/ |
| test_context.c | 45 static char *type_string; variable 566 {"name-type",0, arg_string, &type_string, "type of name", NULL }, 650 if (type_string == NULL) 652 else if (strcmp(type_string, "hostbased-service") == 0) 654 else if (strcmp(type_string, "krb5-principal-name") == 0) 657 errx(1, "%s not supported", type_string);
|
| /src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
| hxtool.c | 1510 if (opt->type_string) { 1511 if (strcmp(opt->type_string, "all") == 0) 1513 else if (strcmp(opt->type_string, "digest") == 0) 1515 else if (strcmp(opt->type_string, "public-sig") == 0) 1517 else if (strcmp(opt->type_string, "secret") == 0) 1520 errx(1, "unknown type: %s", opt->type_string); 1547 if (opt->type_string) { 1548 if (strcmp(opt->type_string, "digest") == 0) 1550 else if (strcmp(opt->type_string, "public-sig") == 0) 1552 else if (strcmp(opt->type_string, "secret") == 0 [all...] |
| /src/external/mit/isl/dist/interface/ |
| cpp.h | 170 static string type2cpp(string type_string);
|
| /src/external/mpl/dhcp/dist/client/ |
| dhc6.c | 1775 char *type_string; local 1781 type_string = "IA_NA"; 1786 type_string = "IA_TA"; 1791 type_string = "IA_PD"; 1807 type_string); 1822 type_string, print_hex_1(4, ia.buffer->data, 55));
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| adv-ctl-server.c | 389 enum { type_int, type_bool, type_string } format; enumerator in enum:variable::__anon5980
|