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

/ast/src/cmd/ksh93/bltins/
H A Dmkservice.c155 static int fdnotify(int fd1, int fd2) argument
159 (*covered_fdnotify)(fd1, fd2);
163 service_list[fd2] = service_list[fd1];
164 service_list[fd1] = 0;
167 if(file_list[i]==fd1)
174 else if(sp = service_list[fd1])
176 fdclose(sp,fd1);
/ast/src/cmd/mailx/
H A Dproc.c405 int fd1; local
430 hisside = fd1 = p[WRITE];
435 fd1 = -1;
437 if ((pid = start_command(state.var.shell, 0, fd0, fd1, "-c", cmd, NiL)) < 0) {

Completed in 56 milliseconds