OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:helperfd
(Results
1 - 3
of
3
) sorted by null
/external/dnsmasq/src/
dnsmasq.c
379
daemon->
helperfd
= -1;
382
daemon->
helperfd
= create_helper(pipewrite, err_pipe[1], script_uid, script_gid, max_fd);
559
FD_SET(daemon->
helperfd
, &wset);
560
bump_maxfd(daemon->
helperfd
, &maxfd);
613
if (daemon->
helperfd
!= -1 && FD_ISSET(daemon->
helperfd
, &wset))
783
if (daemon->
helperfd
!= -1)
786
if ((i = fcntl(daemon->
helperfd
, F_GETFL)) != -1)
787
fcntl(daemon->
helperfd
, F_SETFL, i & ~O_NONBLOCK);
791
close(daemon->
helperfd
);
[
all
...]