Searched refs:extension (Results 51 - 75 of 174) sorted by relevance

1234567

/openbsd-current/gnu/usr.bin/perl/t/
H A Dtest.pl124 my $extension = shift;
129 $extension =~ s!::!/!g;
130 return 1 if ($Config::Config{extensions} =~ /\b$extension\b/);
147 my ($extension) = @_;
148 skip_all("no dynamic loading on miniperl, no $extension") if is_miniperl();
150 skip_all("$extension was not built");
425 # Non numeric ranges might be a useful future extension. (eg %)
553 my $extension = shift;
554 skip("no dynamic loading on miniperl, no extension $extension",
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-mn10200.c781 unsigned long insn, extension, size = 0;
818 extension = 0;
962 mn10200_insert_operand (&insn, &extension, operand,
981 mn10200_insert_operand (&insn, &extension, operand,
1121 number_to_chars_littleendian (f + 4, extension & 0xff, 1);
778 unsigned long insn, extension, size = 0; local
H A Dtc-m32r.c1811 int extension;
1822 extension = 0;
1827 extension = 2;
1834 extension = 4;
1872 fragP->fr_fix + extension - 4,
1892 fragP->fr_fix += extension;
1806 int extension; local
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-mn10200.c919 unsigned long insn, extension, size = 0;
956 extension = 0;
1100 mn10200_insert_operand (&insn, &extension, operand,
1119 mn10200_insert_operand (&insn, &extension, operand,
1270 number_to_chars_littleendian (f + 4, extension & 0xff, 1);
916 unsigned long insn, extension, size = 0; local
H A Dtc-m32r.c1758 int extension;
1769 extension = 0;
1774 extension = 2;
1781 extension = 4;
1822 fragP->fr_fix + extension - 4,
1839 fragP->fr_fix += extension;
1753 int extension; local
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DLiblist.pm45 -llib3> and returns lines suitable for inclusion in an extension
63 by the ld command when the perl binary is linked with the extension
81 binary which includes this extension. Only those libraries that
244 Since this module is most often used only indirectly from extension
246 a library to the build process for an extension:
H A DMakeMaker.pm774 # This Makefile is for the $self->{NAME} extension to perl.
1129 # We allow extension-specific hints files.
1384 This utility is designed to write a Makefile for an extension module
1423 The generated Makefile enables the user of the extension to invoke
1647 extension, unless you are sure the AFS installation directories are
1652 An extension that is built with the above steps is ready to use on
1654 dynamic loading, any newly created extension has to be linked together
1656 by creating appropriate targets in the Makefile whenever an extension
1721 If an extension is being built below the C<ext/> directory of the perl
1723 C<../..>). If PERL_SRC is defined and the extension i
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/VMS-DCLsym/
H A DDCLsym.pm153 VMS::DCLsym - Perl extension to manipulate DCL symbols
170 The VMS::DCLsym extension provides access to DCL symbols using a
255 This method is a stopgap until we can incorporate code into this extension to
/openbsd-current/gnu/usr.bin/perl/lib/ExtUtils/
H A DEmbed.pm347 each static extension found in C<$Config{static_ext}>.
418 for each extension that is found by searching C<@INC> or the path
426 arguments for linking with the C<Socket> extension.
/openbsd-current/lib/libssl/test/
H A Dtesttsa64 echo Using extension $EXT
/openbsd-current/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp162 /// Whitelist file extensions that should be minimized, treating no extension as
168 StringRef Ext = llvm::sys::path::extension(Filename);
181 StringRef Ext = llvm::sys::path::extension(Filename);
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/
H A DKid.pm456 my ( $lib, $extension ) = @_;
458 return $lib if $lib =~ /\Q$extension\E$/i;
459 return "$lib$extension";
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dmips-tdep.c1072 then, only the fields which are involved in instruction extension */
1082 for the bits which make up the immediatate extension. */
1085 extended_offset (unsigned int extension) argument
1088 value = (extension >> 21) & 0x3f; /* * extract 15:11 */
1090 value |= (extension >> 16) & 0x1f; /* extrace 10:5 */
1092 value |= extension & 0x01f; /* extract 4:0 */
1099 the extension is performed.
1101 /* FIXME: Every one of these cases needs to worry about sign extension
1116 unsigned int extension,
1128 if (extension)
1115 unpack_mips16(CORE_ADDR pc, unsigned int extension, unsigned int inst, enum mips16_inst_fmts insn_format, struct upk_mips16 *upk) argument
1206 extended_mips16_next_pc(CORE_ADDR pc, unsigned int extension, unsigned int insn) argument
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/lib/Encode/
H A DGSM0338.pm255 I<GSM 7 bit default alphabet extension table> according to standard
/openbsd-current/gnu/llvm/clang/tools/clang-offload-packager/
H A DClangOffloadPackager.cpp99 getImageKind(sys::path::extension(Value).drop_front());
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dmagic.t591 (my $extension = $package) =~ s|::|/|g;
593 if $Config{static_ext} =~ m|\b\Q$extension\E\b|;
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgenrecog.c2319 char extension[32];
2325 sprintf (extension, "_%d", subfunction);
2327 extension[0] = '\0';
2329 strcpy (extension, "_insns");
2334 printf ("%sint recog%s PARAMS ((rtx, rtx, int *));\n", s_or_e, extension);
2339 int *pnum_clobbers ATTRIBUTE_UNUSED;\n", s_or_e, extension);
2342 printf ("%srtx split%s PARAMS ((rtx, rtx));\n", s_or_e, extension);
2346 rtx insn ATTRIBUTE_UNUSED;\n", s_or_e, extension);
2350 s_or_e, extension);
2355 int *_pmatch_len ATTRIBUTE_UNUSED;\n", s_or_e, extension);
2313 char extension[32]; local
[all...]
/openbsd-current/gnu/llvm/clang/lib/Lex/
H A DHeaderSearch.cpp538 assert(llvm::sys::path::extension(DirName) == ".framework" &&
572 if (llvm::sys::path::extension(DirName) == ".framework") {
699 if (llvm::sys::path::extension(FrameworkPath) == ".framework") {
1532 llvm::sys::path::extension(Dir->getName()) ==
1847 if (llvm::sys::path::extension(Dir->path()) != ".framework")
1910 bool IsFramework = llvm::sys::path::extension(Dir->path()) == ".framework";
/openbsd-current/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/
H A DDLL.pm160 extension F<.dll>), if the DLL is not found there, loads in the usual OS/2 way
241 $name has F<.dll> appended unless it already has an extension.
/openbsd-current/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/
H A Danalyze.py483 def extension(): function in function:report_failure
484 """ Generate preprocessor file extension. """
503 (handle, name) = tempfile.mkstemp(suffix=extension(),
698 extension. The decision also influenced by the compiler invocation. """
708 # ... or find out from source file extension
/openbsd-current/gnu/gcc/libcpp/
H A Dfiles.c245 static const char extension[] = ".gch"; local
257 len = flen + sizeof (extension);
260 memcpy (pchname + flen, extension, sizeof (extension));
/openbsd-current/sys/arch/loongson/loongson/
H A Dpmon32.S136 dsll v0, v0, 32 # clear any sign extension
/openbsd-current/gnu/llvm/clang/lib/ARCMigrate/
H A DFileRemapper.cpp147 path::extension(origFE->getName()).drop_front(), fd, tempPath,
/openbsd-current/gnu/usr.bin/perl/ext/Amiga-ARexx/
H A DARexx.pm196 Amiga::ARexx - Perl extension for ARexx support
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DPath.cpp480 void replace_extension(SmallVectorImpl<char> &path, const Twine &extension,
484 StringRef ext = extension.toStringRef(ext_storage);
486 // Erase existing extension.
495 // Append extension.
590 StringRef extension(StringRef path, Style style) {
668 return !extension(p, style).empty();

Completed in 334 milliseconds

1234567