Home
last modified time | relevance | path

Searched refs:VAL_O_NONBLOCK (Results 1 – 25 of 37) sorted by relevance

12

/dports/net/p5-Net-ext/Net-ext-1.011/lib/Net/
H A DGen.pm379 if ((CORE::fcntl($self, $F_GETFL, 0) & VAL_O_NONBLOCK) ==
380 VAL_O_NONBLOCK)
386 ~VAL_O_NONBLOCK)};
398 if ((CORE::fcntl($self, $F_GETFL, 0) & VAL_O_NONBLOCK) !=
399 VAL_O_NONBLOCK)
405 VAL_O_NONBLOCK)};
1085 ? ($flags & VAL_O_NONBLOCK)
H A DGen.dat50 VAL_O_NONBLOCK
356 my $nonblock_flag = eval 'pack("I",VAL_O_NONBLOCK)';
384 if ((CORE::fcntl($self, $F_GETFL, 0) & VAL_O_NONBLOCK) ==
385 VAL_O_NONBLOCK)
391 ~VAL_O_NONBLOCK)};
404 VAL_O_NONBLOCK)
410 VAL_O_NONBLOCK)};
1108 ? ($flags & VAL_O_NONBLOCK)
2654 =item VAL_O_NONBLOCK
2660 C<VAL_O_NONBLOCK> is an integer, suitable for passing to
[all …]
/dports/devel/p5-Filter/Filter-1.60/Exec/
H A DExec.xs331 if (!(mode & VAL_O_NONBLOCK))
332 RETVAL = fcntl(f, F_SETFL, mode | VAL_O_NONBLOCK);
/dports/lang/perl5.30/perl-5.30.3/
H A Duconfig.h1165 #define VAL_O_NONBLOCK O_NONBLOCK macro
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Duconfig.h1177 #define VAL_O_NONBLOCK O_NONBLOCK macro
/dports/lang/perl5.32/perl-5.32.1/
H A Duconfig.h1165 #define VAL_O_NONBLOCK O_NONBLOCK macro
/dports/lang/perl5.34/perl-5.34.0/
H A Duconfig.h1165 #define VAL_O_NONBLOCK O_NONBLOCK macro
/dports/net/p5-Net-ext/Net-ext-1.011/
H A DGen.xs782 #ifdef VAL_O_NONBLOCK
783 newXSconstUV("Net::Gen::VAL_O_NONBLOCK", VAL_O_NONBLOCK, file);
/dports/lang/perl5.32/perl-5.32.1/NetWare/
H A Dconfig_H.wc2542 /* VAL_O_NONBLOCK:
2564 #define VAL_O_NONBLOCK O_NONBLOCK
/dports/lang/perl5.30/perl-5.30.3/NetWare/
H A Dconfig_H.wc2542 /* VAL_O_NONBLOCK:
2564 #define VAL_O_NONBLOCK O_NONBLOCK
/dports/lang/perl5.34/perl-5.34.0/NetWare/
H A Dconfig_H.wc2542 /* VAL_O_NONBLOCK:
2564 #define VAL_O_NONBLOCK O_NONBLOCK
/dports/lang/perl5.32/perl-5.32.1/plan9/
H A Dconfig_h.sample2829 /* VAL_O_NONBLOCK:
2851 #define VAL_O_NONBLOCK O_NONBLOCK
H A Dconfig.plan92904 /* VAL_O_NONBLOCK:
2926 #define VAL_O_NONBLOCK O_NONBLOCK
/dports/lang/perl5.34/perl-5.34.0/plan9/
H A Dconfig_h.sample2829 /* VAL_O_NONBLOCK:
2851 #define VAL_O_NONBLOCK O_NONBLOCK
H A Dconfig.plan92969 /* VAL_O_NONBLOCK:
2991 #define VAL_O_NONBLOCK O_NONBLOCK
/dports/lang/perl5.30/perl-5.30.3/plan9/
H A Dconfig_h.sample2829 /* VAL_O_NONBLOCK:
2851 #define VAL_O_NONBLOCK O_NONBLOCK
H A Dconfig.plan92904 /* VAL_O_NONBLOCK:
2926 #define VAL_O_NONBLOCK O_NONBLOCK
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/plan9/
H A Dconfig_h.sample2829 /* VAL_O_NONBLOCK:
2851 #define VAL_O_NONBLOCK O_NONBLOCK
H A Dconfig.plan92969 /* VAL_O_NONBLOCK:
2991 #define VAL_O_NONBLOCK O_NONBLOCK
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/base/
H A D50030071580 VAL_O_NONBLOCK # K added by devel/scanprov
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/base/
H A D50030071574 VAL_O_NONBLOCK # K added by devel/scanprov
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/base/
H A D50030071574 VAL_O_NONBLOCK # K added by devel/scanprov
/dports/lang/perl5.30/perl-5.30.3/win32/
H A Dconfig_H.ce2937 /* VAL_O_NONBLOCK:
2959 #define VAL_O_NONBLOCK O_NONBLOCK
H A Dconfig_H.gc1137 /* VAL_O_NONBLOCK:
1159 #define VAL_O_NONBLOCK O_NONBLOCK
H A Dconfig_H.vc1137 /* VAL_O_NONBLOCK:
1159 #define VAL_O_NONBLOCK O_NONBLOCK

12