Searched refs:fd (Results 826 - 835 of 835) sorted by relevance

<<31323334

/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c492 int fd = open(_DEV_URANDOM, O_RDONLY); local
495 if (fd != -1) {
496 nread = read(fd, ret, NONCE_SIZE);
497 close(fd);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dproto.h96 PERL_CALLCONV I32 Perl_my_chsize(pTHX_ int fd, Off_t length);
167 PERL_CALLCONV bool Perl_do_aexec5(pTHX_ SV* really, SV** mark, SV** sp, int fd, int flag);
179 PERL_CALLCONV bool Perl_do_exec3(pTHX_ char* cmd, int fd, int flag);
1026 STATIC int S_fd_on_nosuid_fs(pTHX_ int fd);
1292 PERL_CALLCONV int Perl_my_socketpair(int family, int type, int protocol, int fd[2]);
H A Dtoke.c4159 int fd = PerlIO_fileno(PL_rsfp); local
4160 fcntl(fd,F_SETFD,fd >= 3);
H A Dperl.h4232 int flock(int fd, int op);
/osnet-11/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_util.c629 read_line(int fd, char *buffer, int buflen) argument
643 rc = read(fd, &c, 1);
/osnet-11/usr/src/cmd/sendmail/libmilter/
H A Dengine.c1874 pfd.fd = sd;
/osnet-11/usr/src/lib/libpool/common/
H A Dpool_kernel.c3591 int fd; local
3593 while ((fd = open(path, oflag)) == -1 && errno == EBUSY)
3596 return (fd);
/osnet-11/usr/src/cmd/sendmail/src/
H A Dreadcf.c1103 auto int fd; local
1113 pid = prog_open(argv, &fd, CurEnv);
1118 (void *) &fd, SM_IO_RDONLY, NULL);
/osnet-11/usr/src/grub/grub2/
H A Dconfigure17283 int fd = open (file, O_RDONLY | O_NOATIME);
17286 if (fd < 0
17287 || fstat (fd, &st0) != 0
17289 || read (fd, &c, 1) != 1
17290 || close (fd) != 0
18136 const int fd = -1;
18139 int fd = open ("/dev/zero", O_RDONLY, 0666);
18140 if (fd >= 0)
18146 flags, fd, 0);
[all...]
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex7930 \gdef^^fd{\'y}
8050 \gdef^^fd{\'y}

Completed in 1412 milliseconds

<<31323334