Home
last modified time | relevance | path

Searched refs:ntf (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/support/
Dnext_to_fault.c48 support_next_to_fault_free (struct support_next_to_fault *ntf) in support_next_to_fault_free() argument
50 xmunmap (ntf->region_start, ntf->region_size); in support_next_to_fault_free()
51 *ntf = (struct support_next_to_fault) { NULL, }; in support_next_to_fault_free()
/glibc-2.36/posix/
Dtst-regcomp-truncated.c80 struct support_next_to_fault ntf in do_test() local
152 char *ntf_start = ntf.buffer + sizeof (buffer) - length; in do_test()
187 support_next_to_fault_free (&ntf); in do_test()
Dwordexp-test.c341 struct support_next_to_fault ntf in at_page_end() local
345 memcpy (ntf.buffer, words, words_size); in at_page_end()
347 return ntf; in at_page_end()