Home
last modified time | relevance | path

Searched refs:close_f (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libfido2/fuzz/
H A Dpreload-snoop.c37 static int (*close_f)(int); variable
141 if (close_f == NULL) { in close()
142 close_f = dlsym(RTLD_NEXT, "close"); in close()
143 if (close_f == NULL) { in close()
151 return (close_f(fd)); in close()
153 close_f(fd_tuple->snoop_in); in close()
154 close_f(fd_tuple->snoop_out); in close()
155 close_f(fd_tuple->real_dev); in close()
H A Dpreload-fuzz.c31 static int (*close_f)(int); variable
74 if (close_f == NULL) { in close()
75 close_f = dlsym(RTLD_NEXT, "close"); in close()
76 if (close_f == NULL) { in close()
86 return (close_f(fd)); in close()