Searched refs:_create (Results 1 – 18 of 18) sorted by relevance
/openbsd/libexec/tradcpp/ |
H A D | array.h | 167 INLINE struct ARRAY *ARRAY##_create(void); \ 194 ARRAY *ARRAY##_create(void) \
|
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/ |
H A D | Deflate.pm | 36 return $obj->_create(undef, @_);
|
H A D | Bzip2.pm | 33 return $obj->_create(undef, @_);
|
H A D | Base.pm | 182 sub _create subroutine 425 my $z = $obj->_create($x->{Got}, @_) 455 $obj->_create($x->{Got}, @_)
|
H A D | RawDeflate.pm | 54 return $obj->_create(undef, @_);
|
H A D | Gzip.pm | 44 $obj->_create(undef, @_);
|
H A D | Zip.pm | 69 $obj->_create(undef, @_);
|
/openbsd/gnu/usr.bin/perl/os2/OS2/OS2-ExtAttr/ |
H A D | ExtAttr.pm | 16 my $ea = _create() || die "Cannot create EA: $!";
|
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/ |
H A D | Bunzip2.pm | 30 $obj->_create(undef, 0, @_);
|
H A D | AnyInflate.pm | 40 $obj->_create(undef, 0, @_);
|
H A D | Inflate.pm | 31 $obj->_create(undef, 0, @_);
|
H A D | AnyUncompress.pm | 63 $obj->_create(undef, 0, @_);
|
H A D | RawInflate.pm | 49 $obj->_create(undef, 0, @_);
|
H A D | Gunzip.pm | 39 $obj->_create(undef, 0, @_);
|
H A D | Base.pm | 384 sub _create subroutine 753 $z->_create($x->{Got}, 1, $input, @_)
|
H A D | Unzip.pm | 72 $obj->_create(undef, 0, @_);
|
/openbsd/gnu/usr.bin/perl/cpan/File-Fetch/lib/File/ |
H A D | Fetch.pm | 186 sub _create { subroutine 303 my $ff = $class->_create( %$href ) or return;
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | CodeGenerator.rst | 376 .. _create instructions:
|