| /openbsd-src/usr.bin/file/magdir/ |
| H A D | netscape | 16 0 string #\ Netscape\ folder\ cache Netscape folder cache 17 0 string \000\036\204\220\000 Netscape folder cache
|
| H A D | mail.news | 39 0 string *mbx* MBX mail folder
|
| /openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
| H A D | test_result.py | 121 folder = os.path.dirname(start_path) 124 if test_root != os.path.commonprefix([folder, test_root]): 128 while not os.path.samefile(folder, test_root): 129 categories_file_name = os.path.join(folder, "categories") 135 folder = os.path.dirname(folder)
|
| /openbsd-src/gnu/llvm/llvm/utils/vscode/llvm/ |
| H A D | vsc-extension-quickstart.md | 3 ## What's in the folder 5 * This folder contains all of the files necessary for your extension. 28 … with Visual Studio Code copy it into the `<user home>/.vscode/extensions` folder and restart Code.
|
| H A D | README.md | 22 cd <extensions-installation-folder> 28 `<extensions-installation-folder>` is OS dependent.
|
| /openbsd-src/usr.bin/mail/ |
| H A D | fio.c | 482 char *folder; in getfold() local 484 if ((folder = value("folder")) == NULL) in getfold() 486 if (*folder == '/') in getfold() 487 strlcpy(name, folder, namelen); in getfold() 490 folder); in getfold()
|
| /openbsd-src/gnu/llvm/llvm/cmake/platforms/ |
| H A D | WinMsvc.cmake | 10 # -DMSVC_VER=vc tools version folder name 11 # -DWINSDK_VER=windows sdk version folder name 17 # *Absolute path* to a folder containing the toolchain which will be used to 18 # build. At a minimum, this folder should have a bin directory with a 25 # LLVM_WINSYSROOT and MSVC_VER work together to define a folder layout that 26 # containing MSVC headers and system libraries. The layout of the folder 48 # LLVM_WINSYSROOT and WINSDK_VER work together to define a folder layout that 196 "LLVM_NATIVE_TOOLCHAIN folder '${LLVM_NATIVE_TOOLCHAIN}' does not " 222 "CMake variable LLVM_WINSYSROOT and MSVC_VER must point to a folder "
|
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/jupyter/ |
| H A D | README.md | 7 Then put this folder on your PYTHONPATH so jupyter can find it: 19 # To run the example notebook in this folder.
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | regcomp_trie.c | 417 else if (folder == PL_fold_latin1) { \ 418 /* This folder implies Unicode rules, which in the range expressible \ 526 reg_trie_data *trie, U8 ch, const U8 * folder) 530 if ( folder ) 531 TRIE_BITMAP_SET(trie, folder[ch]); 567 /* we just use folder as a flag in utf8 */ in Perl_make_trie() 568 const U8 * folder = NULL; in Perl_make_trie() 596 case EXACTFLU8: folder = PL_fold_latin1; break; in Perl_make_trie() 597 case EXACTF: folder = PL_fold; break; in Perl_make_trie() 745 * 'folder' bein in Perl_make_trie() 520 TRIE_BITMAP_SET_FOLDED(trie,uvc,folder) global() argument 556 const U8 * folder = NULL; Perl_make_trie() local [all...] |
| H A D | regexec.c | 2272 re_fold_t folder; /* Function for computing non-utf8 folds */ in S_find_byclass() 2502 folder = S_foldEQ_latin1_s2_folded; in S_find_byclass() 2507 folder = Perl_foldEQ; in S_find_byclass() 2519 folder = Perl_foldEQ_locale; in S_find_byclass() 2527 folder = S_foldEQ_latin1_s2_folded; in S_find_byclass() 2563 if ( (ln == 1 || folder(aTHX_ s + 1, pat_string + 1, ln - 1)) in S_find_byclass() 2587 if ( (ln == 1 || folder(aTHX_ s + 1, pat_string + 1, ln - 1)) in S_find_byclass() 2599 && (ln == 1 || folder(aTHX_ s + 1, pat_string + 1, ln - 1)) in S_find_byclass() 6516 re_fold_t folder = NULL; /* used by various EXACTish regops */ in S_regmatch() 6731 /* We only output for EXACTL, as we let the folder in S_regmatch() 2269 re_fold_t folder; /* Function for computing non-utf8 folds */ S_find_byclass() local 6499 re_fold_t folder = NULL; /* used by various EXACTish regops */ S_regmatch() local 7931 re_fold_t folder; S_regmatch() local [all...] |
| /openbsd-src/usr.bin/mail/misc/ |
| H A D | mail.help | 24 system inbox). + searches in your folder 36 <file> is a full or relative pathname, +folder, % (system inbox), %user
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/builtins/Darwin-excludes/ |
| H A D | README.TXT | 1 This folder contains list of symbols that should be excluded from the builtin
|
| /openbsd-src/gnu/llvm/lldb/cmake/modules/ |
| H A D | LLDBFramework.cmake | 72 # into a staging directory. Later we can copy over the entire folder. 128 # This allows frameworks (relying on @rpath) to be installed in the same folder and found at runtim…
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/ |
| H A D | CMakeLists.txt | 3 # a copy of the tests folder
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/ |
| H A D | TODO.txt | 19 - move run_tablegen.py from build to tablegen folder
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Win32/ |
| H A D | Win32.xs | 745 int folder; local 751 folder = (int)SvIV(ST(0)); 755 if (SUCCEEDED(SHGetFolderPathW(NULL, folder|create, NULL, 0, wpath))) { 760 if (SHGetSpecialFolderPathW(NULL, wpath, folder, !!create)) { 775 switch (folder) { 804 switch (folder) { 849 switch (folder) {
|
| /openbsd-src/gnu/llvm/lldb/tools/intel-features/ |
| H A D | README.txt | 48 feature (inside intel-mpx folder). This flag defaults to "ON" meaning
|
| /openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/ |
| H A D | MSVC.h | 128 const std::string &folder,
|
| /openbsd-src/gnu/llvm/clang/cmake/modules/ |
| H A D | CMakeLists.txt | 46 # but we need to write into the copied folder.
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/ |
| H A D | README.md | 25 Installing the plug-in involves creating a directory in the `~/.vscode/extensions` folder and copyi… 39 … will need to either repeat the process above for the `~/.vscode-server` folder or create a symbol… 56 …ies for the `liblldb.so` or `LLDB.framework` inside or next to the `bin` folder depending on how t…
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | Docker.rst | 51 The ``llvm/utils/docker`` folder contains Dockerfiles and simple bash scripts to 150 ``example/`` folder.
|
| /openbsd-src/gnu/llvm/lldb/docs/resources/ |
| H A D | fuzzing.rst | 32 Once built, the binaries for the fuzzers will exist in the ``bin`` directory of your build folder.
|
| H A D | contributing.rst | 24 folder on disk for examples.
|
| /openbsd-src/gnu/llvm/lld/docs/ |
| H A D | windows_support.rst | 79 #. build ``lld`` target in ``lld executables`` folder
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | HowToSetupToolingForLLVM.rst | 89 It is best to keep your Visual Studio IDE build folder separate from the 90 Ninja build folder. This prevents the two build systems from negatively
|