Home
last modified time | relevance | path

Searched refs:ov_pipe (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/lib/3rdparty/adns/client/
H A Dadh-main.c207 ov_pipe= 0; in read_stdin()
237 if (!ov_pipe && !ads) usageerr("no domains given, and -f/--pipe not used; try --help"); in main()
244 if (r == ESRCH) { if (!ov_pipe) goto x_quit; else break; } in main()
252 if (ov_pipe) { in main()
266 if (ov_pipe && FD_ISSET(0,&readfds)) read_stdin(); in main()
H A Dadh-opts.c35 int ov_env=1, ov_pipe=0, ov_asynch=0; variable
48 "f", "pipe", &ov_pipe, 1 },
H A Dadnshost.h82 extern int ov_env, ov_pipe, ov_asynch;
H A Dadh-query.c68 if (ov_pipe && !ads) usageerr("-f/--pipe not consistent with domains on command line"); in prep_query()