Searched refs:typestring (Results 1 – 3 of 3) sorted by relevance
| /freebsd/crypto/heimdal/lib/asn1/ |
| H A D | gen_decode.c | 474 char *tname = NULL, *typestring = NULL; in decode_type() 477 if (asprintf(&typestring, "%s_type", tmpstr) < 0 || typestring == NULL) in decode_type() 484 tmpstr, tmpstr, typestring); in decode_type() 492 typestring, in decode_type() 498 ide = typestring; in decode_type() 502 typestring, in decode_type() 546 typestring, in decode_type() 549 typestring, forwstr); in decode_type() 559 free(typestring); in decode_type() 472 char *tname = NULL, *typestring = NULL; decode_type() local [all...] |
| /freebsd/tools/regression/sockets/listen_backlog/ |
| H A D | listen_backlog.c | 100 const char *domainstring, const char *typestring, const char *testclass, in socket_listen() argument 108 test, domainstring, typestring); in socket_listen() 223 const char *typestring, const char *testclass, const char *test) in socket_listen_update() argument 230 testclass, test, domainstring, typestring); in socket_listen_update()
|
| /freebsd/usr.bin/find/ |
| H A D | function.c | 1673 char *typestring; in c_type() local 1677 typestring = nextarg(option, argvp); in c_type() 1678 if (typestring[0] != 'd') in c_type() 1681 switch (typestring[0]) { in c_type() 1710 errx(1, "%s: %s: unknown type", option->name, typestring); in c_type()
|