Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Dutil.c214 void safe_pipe(int* fd, int read_noblock) { in safe_pipe() argument
215 if (pipe(fd) == -1 || !fix_fd(fd[1]) || (read_noblock && !fix_fd(fd[0]))) in safe_pipe()
Ddnsmasq.h689 void safe_pipe(int* fd, int read_noblock);