HomeSort by: relevance | last modified time | path
    Searched refs:Fcntl (Results 1 - 10 of 10) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/demos/http3/
gen_nghttp3.pl 6 use Fcntl ':flock';
  /src/crypto/external/apache2/openssl/dist/util/
copy.pl 10 use Fcntl;
  /src/crypto/external/bsd/openssl/dist/util/
copy.pl 10 use Fcntl;
  /src/crypto/external/bsd/openssl.old/dist/util/
copy.pl 10 use Fcntl;
  /src/external/gpl3/autoconf/dist/lib/Autom4te/
XFile.pm 93 # Make all Fcntl O_XXX and LOCK_XXX constants available for importing
94 require Fcntl;
95 my @O = grep /^(LOCK|O)_/, @Fcntl::EXPORT, @Fcntl::EXPORT_OK;
96 Fcntl->import (@O); # first we import what we want to export
229 # first of flock(2), fcntl(2), or lockf(3) that works. These can fail on
235 # On Unicos, flock(2) and fcntl(2) over NFS hang indefinitely when 'lockd' is
  /src/external/ibm-public/postfix/dist/examples/smtpd-policy/
greylist.pl 4 use Fcntl;
  /src/sys/external/bsd/drm/dist/scripts/
drm-scripts-gentree.pl 40 use Fcntl ':mode';
  /src/external/bsd/openpam/dist/misc/
gendoc.pl 41 use Fcntl;
  /src/external/gpl2/xcvs/dist/contrib/
validate_repo.in 128 use Fcntl qw( F_GETFD F_SETFD );
609 fcntl( $fh, F_SETFD, 0 )
  /src/external/gpl3/autoconf/dist/
configure 2673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $PERL Fcntl::flock is implemented" >&5
2674 $as_echo_n "checking whether $PERL Fcntl::flock is implemented... " >&6; }
2679 if $PERL -e 'use Fcntl ":flock"; flock("conftest.fil", LOCK_EX); 1;'; then

Completed in 19 milliseconds