Home
last modified time | relevance | path

Searched refs:paths (Results 76 – 100 of 324) sorted by relevance

12345678910>>...13

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetProperties.td48 …Desc<"Source path remappings apply substitutions to the paths of source files, typically needed to…
51 …source file breakpoint request is using full path and if the debug info contains relative paths.">;
52 def ExecutableSearchPaths: Property<"exec-search-paths", "FileSpecList">,
54 …Desc<"Executable search paths to use when locating executable files whose paths don't match the lo…
55 def DebugFileSearchPaths: Property<"debug-file-search-paths", "FileSpecList">,
58 def ClangModuleSearchPaths: Property<"clang-module-search-paths", "FileSpecList">,
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-is_owner_or_cap.m45 dnl # paths.
/freebsd/tools/tools/net80211/wesside/wesside/
H A Dwesside.c888 char paths[3][3]; in log_dictionary() local
905 snprintf(paths[i], sizeof(paths[i]), "%.2X", body[i]); in log_dictionary()
914 strcat(path, paths[i]); in log_dictionary()
933 strcat(path, paths[2]); in log_dictionary()
1244 char paths[3][3]; in try_dictionary() local
1259 snprintf(paths[i], sizeof(paths[i]), "%.2X", body[i]); in try_dictionary()
1261 sprintf(path, "%s/%s/%s/%s", DICT_PATH, paths[0], paths[1], paths[2]); in try_dictionary()
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_ends_with_dirsep.pod6 - internal functions to work with paths
/freebsd/sbin/geom/core/
H A Dgeom.c1322 char name[MAXPATHLEN], paths[MAXPATHLEN * 8], *p; in std_load_available() local
1332 bzero(paths, sizeof(paths)); in std_load_available()
1333 len = sizeof(paths); in std_load_available()
1334 if (sysctlbyname("kern.module_path", paths, &len, NULL, 0) < 0) in std_load_available()
1336 for (p = strtok(paths, ";"); p != NULL; p = strtok(NULL, ";")) { in std_load_available()
/freebsd/sys/contrib/device-tree/Bindings/display/msm/
H A Ddpu.txt33 2 paths corresponding to 2 AXI ports.
35 2 interconnect paths defined with interconnect specifier.
H A Dgpu.txt27 will have two paths; all others will have one path.
28 - interconnect-names: The names of the interconnect paths that correspond to the
/freebsd/crypto/openssh/.github/workflows/
H A Dc-cpp.yml5 paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', '**/Makefile.in', 'configure.ac' ]
7 paths: [ '**.c', '**.h', '**.m4', '**.sh', '.github/**', '**/Makefile.in', 'configure.ac' ]
H A Dupstream.yml6 paths: [ '**.c', '**.h', '.github/**' ]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcstdlib91 This usually means that your header search paths are not configured properly. \
92 The header search paths should contain the C++ Standard Library headers before \
H A Dcstdio105 This usually means that your header search paths are not configured properly. \
106 The header search paths should contain the C++ Standard Library headers before \
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-misc.h147 int pledge(const char *promises, const char *paths[]);
/freebsd/sys/contrib/device-tree/Bindings/display/tegra/
H A Dnvidia,tegra124-vic.yaml59 description: Description of the interconnect paths for the VIC;
H A Dnvidia,tegra186-dc.yaml51 description: Description of the interconnect paths for the
/freebsd/usr.sbin/bsdconfig/include/
H A Dmedia.hlp23 please note that all paths are *relative* to the root
/freebsd/contrib/llvm-project/lld/docs/
H A DReleaseNotes.rst90 * LLD now prefers library paths specified with ``-libpath:`` over the implicitly
91 detected toolchain paths.
137 * LLD no longer tries to autodetect and use library paths from MSVC/WinSDK
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h63 const std::vector<std::string> *paths,
/freebsd/lib/libsecureboot/
H A DMakefile.libsa.inc36 # this is the list of paths (relative to a file
/freebsd/sys/contrib/device-tree/Bindings/misc/
H A Dti,j721e-esm.yaml16 controller would do. The safety signals have their separate paths within
/freebsd/contrib/kyua/model/
H A Dmetadata.cpp227 validate(const value_type& paths) const in validate()
229 for (value_type::const_iterator iter = paths.begin(); in validate()
230 iter != paths.end(); ++iter) { in validate()
/freebsd/crypto/openssh/contrib/hpux/
H A DREADME13 o Verify paths in sshd.rc match your local installation
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A DOpts.td23 def basenames : Flag<["--"], "basenames">, HelpText<"Strip directory names from paths">;
57 def relativenames : F<"relativenames", "Strip the compilation directory from paths">;
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dcirrus,cs4234.yaml21 includes tunable group delay for each of the 4 audio DAC paths to
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dleds-lm3692x.txt27 - reg : 0 - Will enable all LED sync paths
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_storevar.h279 bhnd_nvstore_path_list paths[4]; /**< path hash table */ member

12345678910>>...13