Searched refs:pdesw (Results 1 – 1 of 1) sorted by relevance
123 int pdesw[2]; /* Pipe for writing words */ in we_askshell() local145 if (pipe2(pdesw, O_CLOEXEC) < 0) in we_askshell()147 snprintf(wfdstr, sizeof(wfdstr), "%d", pdesw[0]); in we_askshell()149 _close(pdesw[0]); in we_askshell()150 _close(pdesw[1]); in we_askshell()158 _close(pdesw[0]); in we_askshell()159 _close(pdesw[1]); in we_askshell()175 if (_fcntl(pdesw[0], F_SETFD, 0) < 0) in we_askshell()193 _close(pdesw[0]); in we_askshell()194 if (!we_write_fully(pdesw[1], words, strlen(words))) { in we_askshell()[all …]