Searched refs:ntf_in (Results 1 – 1 of 1) sorted by relevance
/glibc-2.36/resolv/ |
D | tst-inet_pton.c | 100 struct support_next_to_fault ntf_in in run_one_test() local 102 memcpy (ntf_in.buffer, t->input, test_len + 1); in run_one_test() 105 inet_pton (AF_INET, ntf_in.buffer, ntf_out4.buffer)); in run_one_test() 108 inet_pton (AF_INET6, ntf_in.buffer, ntf_out6.buffer)); in run_one_test() 109 support_next_to_fault_free (&ntf_in); in run_one_test() 114 struct support_next_to_fault ntf_in in run_one_test() local 116 memcpy (ntf_in.buffer, t->input, test_len); in run_one_test() 119 __inet_pton_length (AF_INET, ntf_in.buffer, ntf_in.length, in run_one_test() 123 __inet_pton_length (AF_INET6, ntf_in.buffer, ntf_in.length, in run_one_test() 125 support_next_to_fault_free (&ntf_in); in run_one_test()
|