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

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
goto_xs.t 20 eval 'require Fcntl'
21 or do { print "1..0\n# Fcntl unavailable, can't test XS goto.\n"; exit 0 };
27 # likely do the unthinkable. However, Fcntl::constant("LOCK_SH",0)
29 # cpp symbol; Fcntl.xs says:
35 ### First, we check whether Fcntl::constant returns sane answers.
36 # Fcntl::constant("LOCK_SH",0) should always succeed.
38 $value = Fcntl::constant($VALID);
46 sub goto_const { goto &Fcntl::constant; }
52 $FNAME1 = 'Fcntl::constant';
65 package Fcntl;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Fcntl/
Fcntl.pm 1 package Fcntl;
5 Fcntl - load the C Fcntl.h defines
9 use Fcntl;
10 use Fcntl qw(:DEFAULT :flock);
14 This module is just a translation of the C F<fcntl.h> file.
15 Unlike the old mechanism of requiring a translated F<fcntl.ph>
45 Please refer to your native fcntl(2), open(2), fseek(3), lseek(2)
224 die "&Fcntl::constant not defined" if $constname eq 'constant';
234 XSLoader::load 'Fcntl', $VERSION
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lp/include/
lp.h 39 #include <fcntl.h>
507 #define Fcntl _Fcntl

Completed in 180 milliseconds