Home
last modified time | relevance | path

Searched defs:_STAT (Results 1 – 25 of 27) sorted by relevance

12

/dports/lang/snobol4/snobol4-2.2.2/lib/vms/
H A Dtty.c33 #define SUCCESS(_STAT) ((_STAT) & STS$M_SUCCESS) argument
34 #define SETERR(_STAT) do { vaxc$errno = (_STAT); errno = EVMSERR; } while(0) argument
H A Dpopen.c21 #define SUCCESS(_STAT) ((_STAT) & STS$M_SUCCESS) argument
22 #define SETERR(_STAT) do { vaxc$errno = (_STAT); errno = EVMSERR; } while(0) argument
H A Dload.c24 #define SUCCESS(_STAT) ((_STAT) & STS$M_SUCCESS) argument
/dports/www/fswiki/wiki3_6_2/lib/Net/
H A DPOP3.pm296 sub _STAT { shift->command('STAT')->response() == CMD_OK } subroutine
H A DNNTP.pm664 sub _STAT { shift->command('STAT',@_)->response == CMD_OK } subroutine
H A DFTP.pm1197 sub _STAT { shift->command("STAT",@_)->response() == CMD_OK } subroutine
/dports/lang/perl5.34/perl-5.34.0/cpan/libnet/lib/Net/
H A DPOP3.pm361 sub _STAT { shift->command('STAT' )->response() == CMD_OK } subroutine
H A DNNTP.pm731 sub _STAT { shift->command('STAT', @_)->response == CMD_OK } subroutine
H A DFTP.pm1365 sub _STAT { shift->command("STAT", @_)->response() == CMD_OK } subroutine
/dports/net/p5-Net/libnet-3.13/lib/Net/
H A DPOP3.pm361 sub _STAT { shift->command('STAT' )->response() == CMD_OK } subroutine
H A DNNTP.pm731 sub _STAT { shift->command('STAT', @_)->response == CMD_OK } subroutine
H A DFTP.pm1365 sub _STAT { shift->command("STAT", @_)->response() == CMD_OK } subroutine
/dports/lang/perl5.32/perl-5.32.1/cpan/libnet/lib/Net/
H A DPOP3.pm361 sub _STAT { shift->command('STAT' )->response() == CMD_OK } subroutine
H A DNNTP.pm732 sub _STAT { shift->command('STAT', @_)->response == CMD_OK } subroutine
H A DFTP.pm1362 sub _STAT { shift->command("STAT", @_)->response() == CMD_OK } subroutine
/dports/lang/perl5.30/perl-5.30.3/cpan/libnet/lib/Net/
H A DPOP3.pm361 sub _STAT { shift->command('STAT' )->response() == CMD_OK } subroutine
H A DNNTP.pm732 sub _STAT { shift->command('STAT', @_)->response == CMD_OK } subroutine
H A DFTP.pm1362 sub _STAT { shift->command("STAT", @_)->response() == CMD_OK } subroutine
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/libnet/lib/Net/
H A DPOP3.pm361 sub _STAT { shift->command('STAT' )->response() == CMD_OK } subroutine
H A DNNTP.pm731 sub _STAT { shift->command('STAT', @_)->response == CMD_OK } subroutine
H A DFTP.pm1365 sub _STAT { shift->command("STAT", @_)->response() == CMD_OK } subroutine
/dports/archivers/unzip/unzip60/macos/source/
H A Dmacstat.h23 #define _STAT macro
H A Dmaccfg.h26 # define _STAT macro
/dports/lang/gnustep-base/libs-base-base-1_27_0/Source/
H A DNSFileManager.m207 #define _STAT(A,B) _wstat(A,B) macro
226 #define _STAT(A,B) stat(A,B) macro
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GDModel/Providers/GEDCOM/
H A DGEDCOMTagType.cs210 _STAT, enumerator
384 public const string _STAT = "_STAT"; field in GDModel.Providers.GEDCOM.GEDCOMTagName

12