Searched defs:fcntl (Results 1 - 14 of 14) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/lib/
H A Derror.c88 # include <fcntl.h>
97 /* The gnulib override of fcntl is not needed in this file. */
98 # undef fcntl macro
124 fcntl, and the gnulib replacement fcntl does not support F_GETFL. */
128 # error Please port fcntl to your platform
130 return 0 <= fcntl (fd, F_GETFL);
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Derror.c88 # include <fcntl.h>
97 /* The gnulib override of fcntl is not needed in this file. */
98 # undef fcntl macro
124 fcntl, and the gnulib replacement fcntl does not support F_GETFL. */
128 # error Please port fcntl to your platform
130 return 0 <= fcntl (fd, F_GETFL);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DHandle.pm581 sub fcntl { subroutine
582 @_ == 3 || croak 'usage: $io->fcntl( OP, VALUE );';
584 return fcntl($io, $op, $_[2]);
/osnet-11/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h247 # define fcntl(a,b,c) sh_fcntl(a,b,c) macro
/osnet-11/usr/src/lib/libshell/common/include/
H A Dshell.h236 # define fcntl(a,b,c) sh_fcntl(a,b,c) macro
/osnet-11/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h247 # define fcntl(a,b,c) sh_fcntl(a,b,c) macro
/osnet-11/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h247 # define fcntl(a,b,c) sh_fcntl(a,b,c) macro
/osnet-11/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h247 # define fcntl(a,b,c) sh_fcntl(a,b,c) macro
/osnet-11/usr/src/lib/libsqlite/src/
H A Dos.c59 ** lacks the fcntl() system call. So redefine fcntl() to be something
64 # define fcntl(A,B,C) 0 macro
167 ** structure. The fcntl() system call is only invoked to set a
1336 s = fcntl(id->fd, F_SETLK, &lock);
1447 s = fcntl(id->fd, F_SETLK, &lock);
1562 s = fcntl(id->fd, F_SETLK, &lock);
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dio.c615 if(fcntl(f2,F_GETFD,0)&1)
617 fcntl(fd,F_SETFD,FD_CLOEXEC);
924 if(fcntl(pv[out],F_SETFD,FD_CLOEXEC) >=0)
955 fcntl(pv[out],F_SETFD,FD_CLOEXEC);
1504 if((fn=fcntl(fd,F_DUPFD,10)) < 0)
1527 fcntl(fd,F_SETFD,FD_CLOEXEC);
1759 fcntl(origfd,F_SETFD,FD_CLOEXEC);
1834 if(errno==0 && (n=fcntl(fno,F_GETFL,0))&O_NDELAY)
1837 fcntl(fno, F_SETFL, n);
1845 n = fcntl(fn
2529 #undef fcntl macro
[all...]
/osnet-11/usr/src/lib/libc/port/threads/
H A Dscalls.c53 #pragma weak _fcntl = fcntl
737 fcntl(int fildes, int cmd, ...) function
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dgrub2.py33 import fcntl namespace
2784 fcinfo = fcntl.fcntl(fdesc, fcntl.F_GETFL)
2785 fcntl.fcntl(fdesc, fcntl.F_SETFL, fcinfo | os.O_NONBLOCK)
/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dconf.h253 # define HASFLOCK 0 /* does not have flock call - use fcntl */
571 ** Apparently, fcntl locking is broken on 4.2A, in that locks are
1451 ** *or* fcntl(2) file locking, but not both.
1833 # include <fcntl.h>
1877 # define fcntl sendmail_mpe_fcntl macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.h26 #include <sys/fcntl.h>
1033 /* BeOS 5.0 seems to define S_IREAD and S_IWRITE in <posix/fcntl.h>
1867 # define fcntl fcntl64 macro
4220 # include <fcntl.h>
4224 # include <fcntl.h>

Completed in 83 milliseconds