Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libopts/
H A Dmakeshell.c262 int fdpair[2]; in text_to_var() local
267 if (pipe(fdpair) != 0) in text_to_var()
280 dup2(fdpair[1], STDERR_FILENO); in text_to_var()
281 dup2(fdpair[1], STDOUT_FILENO); in text_to_var()
282 close(fdpair[0]); in text_to_var()
309 close(fdpair[1]); in text_to_var()
312 emit_var_text(opts->pzPROGNAME, ttnames[which], fdpair[0]); in text_to_var()