Home | History | Annotate | Download | only in unfdpass

Lines Matching defs:files

94 	int *files = NULL;
146 * Create the test files.
259 files = (int *)CMSG_DATA(cmp);
277 * Read the files and print their contents.
279 if (files == NULL)
285 fstat(files[i], &st);
290 sock = files[i];
293 c = read (files[i], buf, sizeof(buf));
352 int i, fd, sock, nfd, *files;
362 files = (int *)CMSG_DATA(fdcm);
382 files[i++] = sock;
389 * Open the files again, and pass them to the child
397 files[i] = fd;
407 files[i] = fd;
433 close(files[0]);
434 close(files[1]);
435 files[0] = spair[0];
436 files[1] = spair[1];