Searched refs:ov_pipe (Results 1 – 4 of 4) sorted by relevance
/reactos/sdk/lib/3rdparty/adns/client/ |
H A D | adh-main.c | 207 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 D | adh-opts.c | 35 int ov_env=1, ov_pipe=0, ov_asynch=0; variable 48 "f", "pipe", &ov_pipe, 1 },
|
H A D | adnshost.h | 82 extern int ov_env, ov_pipe, ov_asynch;
|
H A D | adh-query.c | 68 if (ov_pipe && !ads) usageerr("-f/--pipe not consistent with domains on command line"); in prep_query()
|