| /src/usr.bin/getaddrinfo/ |
| support.h | 33 bool parse_protocol(const char *, int *);
|
| support.c | 75 parse_protocol(const char *string, int *protop) function
|
| getaddrinfo.c | 96 if (!parse_protocol(optarg, &hints.ai_protocol)) { 135 if (!parse_protocol(p, &hints.ai_protocol)) {
|
| /src/external/mpl/bind/dist/bin/tests/ |
| test_server.c | 70 parse_protocol(const char *input) { function 118 RUNTIME_CHECK(parse_protocol("UDP") == ISC_R_SUCCESS); 150 RUNTIME_CHECK(parse_protocol(optarg) == ISC_R_SUCCESS);
|
| test_client.c | 88 parse_protocol(const char *input) { function 183 RUNTIME_CHECK(parse_protocol("UDP") == ISC_R_SUCCESS); 218 RUNTIME_CHECK(parse_protocol(optarg) == ISC_R_SUCCESS);
|
| /src/usr.sbin/inetd/ |
| inetd.h | 257 int parse_protocol(struct servtab *);
|
| parse.c | 697 if (parse_protocol(sep)) { 997 parse_protocol(struct servtab *sep) function
|
| parse_v2.c | 769 if (parse_protocol(sep))
|
| /src/crypto/external/apache2/openssl/dist/test/helpers/ |
| ssl_test_ctx.c | 158 __owur static int parse_protocol(SSL_TEST_CTX *test_ctx, const char *value) function 664 { "ExpectedProtocol", &parse_protocol },
|
| /src/crypto/external/bsd/openssl/dist/test/helpers/ |
| ssl_test_ctx.c | 161 __owur static int parse_protocol(SSL_TEST_CTX *test_ctx, const char *value) function 654 { "ExpectedProtocol", &parse_protocol },
|
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| ssl_test_ctx.c | 164 __owur static int parse_protocol(SSL_TEST_CTX *test_ctx, const char *value) function 651 { "ExpectedProtocol", &parse_protocol },
|