HomeSort by relevance Sort by last modified time
    Searched defs:fcntl (Results 1 - 15 of 15) sorted by null

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
Handle.pm 581 sub fcntl { subroutine
582 @_ == 3 || croak 'usage: $io->fcntl( OP, VALUE );';
584 return fcntl($io, $op, $_[2]);
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/4.2/
fcntl.c 31 #include <sys/fcntl.h>
37 /* The following is an array of fcntl commands. The numbers listed
78 int fcntl(fd, cmd, arg) function
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/sys5/
fcntl.c 30 #include <sys/fcntl.h>
36 /* The following is an array of fcntl commands. The numbers listed
76 int fcntl(fd, cmd, arg) function
  /onnv/onnv-gate/usr/src/uts/common/syscall/
fcntl.c 45 #include <sys/fcntl.h>
70 fcntl(int fdes, int cmd, intptr_t arg) function
693 return (fcntl(fd, F_DUPFD, 0));
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/common/
external.c 605 fcntl(int fildes, int cmd, ...) function
  /onnv/onnv-gate/usr/src/lib/libshell/amd64/include/ast/
shell.h 244 # define fcntl(a,b,c) sh_fcntl(a,b,c) macro
  /onnv/onnv-gate/usr/src/lib/libshell/common/include/
shell.h 233 # define fcntl(a,b,c) sh_fcntl(a,b,c) macro
  /onnv/onnv-gate/usr/src/lib/libshell/i386/include/ast/
shell.h 244 # define fcntl(a,b,c) sh_fcntl(a,b,c) macro
  /onnv/onnv-gate/usr/src/lib/libshell/sparc/include/ast/
shell.h 244 # define fcntl(a,b,c) sh_fcntl(a,b,c) macro
  /onnv/onnv-gate/usr/src/lib/libshell/sparcv9/include/ast/
shell.h 244 # define fcntl(a,b,c) sh_fcntl(a,b,c) macro
  /onnv/onnv-gate/usr/src/lib/libsqlite/src/
os.c 59 ** 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
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/threads/
scalls.c 54 #pragma weak _fcntl = fcntl
759 fcntl(int fildes, int cmd, ...) function
  /onnv/onnv-gate/usr/src/lib/libshell/common/sh/
io.c 564 if(fcntl(f2,F_GETFD,0)&1)
566 fcntl(fd,F_SETFD,FD_CLOEXEC);
1314 if((fn=fcntl(fd,F_DUPFD,10)) < 0)
1335 fcntl(fd,F_SETFD,FD_CLOEXEC);
2284 #undef fcntl macro
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sendmail/include/sm/
conf.h 258 # define HASFLOCK 0 /* does not have flock call - use fcntl */
568 ** Apparently, fcntl locking is broken on 4.2A, in that locks are
1864 # define fcntl macro
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
perl.h 26 #include <sys/fcntl.h>
1033 /* BeOS 5.0 seems to define S_IREAD and S_IWRITE in <posix/fcntl.h>
1867 # define fcntl macro
    [all...]

Completed in 10828 milliseconds