Searched refs:pipedes (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/random/
H A Drndunix.c395 int pipedes[2]; local
399 if (pipe(pipedes) < 0)
414 close(pipedes[0]);
415 close(pipedes[1]);
423 if (dup2(pipedes[STDOUT_FILENO], STDOUT_FILENO) < 0)
436 close(pipedes[STDIN_FILENO]);
437 close(pipedes[STDOUT_FILENO]);
449 close(pipedes[STDOUT_FILENO]);
452 fcntl(pipedes[STDIN_FILENO], F_SETFD, FD_CLOEXEC);
455 stream = fdopen(pipedes[STDIN_FILEN
839 static int pipedes[2]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drndunix.c395 int pipedes[2]; local
399 if (pipe(pipedes) < 0)
414 close(pipedes[0]);
415 close(pipedes[1]);
423 if (dup2(pipedes[STDOUT_FILENO], STDOUT_FILENO) < 0)
436 close(pipedes[STDIN_FILENO]);
437 close(pipedes[STDOUT_FILENO]);
449 close(pipedes[STDOUT_FILENO]);
452 fcntl(pipedes[STDIN_FILENO], F_SETFD, FD_CLOEXEC);
455 stream = fdopen(pipedes[STDIN_FILEN
839 static int pipedes[2]; local
[all...]

Completed in 105 milliseconds