fd1               139 source3/nmbd/asyncdns.c 	int fd1[2], fd2[2];
fd1               143 source3/nmbd/asyncdns.c 	if (pipe(fd1) || pipe(fd2)) {
fd1               151 source3/nmbd/asyncdns.c 		fd_in = fd1[0];
fd1               153 source3/nmbd/asyncdns.c 		close(fd1[1]);
fd1               160 source3/nmbd/asyncdns.c 	fd_out = fd1[1];
fd1               864 source4/heimdal/lib/krb5/fcache.c 	int fd1, fd2;
fd1               867 source4/heimdal/lib/krb5/fcache.c 	ret = fcc_open(context, from, &fd1, O_RDONLY | O_BINARY | O_CLOEXEC, 0);
fd1               878 source4/heimdal/lib/krb5/fcache.c 	while((sz1 = read(fd1, buf, sizeof(buf))) > 0) {
fd1               900 source4/heimdal/lib/krb5/fcache.c 	fcc_unlock(context, fd1);
fd1               901 source4/heimdal/lib/krb5/fcache.c 	close(fd1);
fd1                92 source4/ntvfs/posix/pvfs_util.c 	int fd1, fd2;
fd1               102 source4/ntvfs/posix/pvfs_util.c 	fd1 = open(name1->full_name, O_RDONLY);
fd1               103 source4/ntvfs/posix/pvfs_util.c 	if (fd1 == -1) {
fd1               110 source4/ntvfs/posix/pvfs_util.c 		close(fd1);
fd1               116 source4/ntvfs/posix/pvfs_util.c 		ssize_t ret2, ret = read(fd1, buf, buf_size);
fd1               130 source4/ntvfs/posix/pvfs_util.c 			close(fd1);
fd1               142 source4/ntvfs/posix/pvfs_util.c 	close(fd1);