| /netbsd-src/sbin/mount_portal/examples/ |
| H A D | overview | 6 specify absolute paths. By specifying an absolute path for the 10 specified file is absolute, not relative. 12 2. The mount point should always be specified as an absolute 14 first converts a relative path to an absolute path before
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/m4/ |
| H A D | gcc_support.m4 | 10 # Find absolute top level source directory and set phobos_cv_abs_srcdir 12 dnl Not sure if 100% portable, but we need the absolute dir as the _LT_COMPILER_C_O 14 AC_CACHE_CHECK([[for absolute libphobos source path]], 19 [AC_MSG_ERROR([[can't find absolute libphobos source path]])])
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/m4/ |
| H A D | gcc_support.m4 | 10 # Find absolute top level source directory and set phobos_cv_abs_srcdir 12 dnl Not sure if 100% portable, but we need the absolute dir as the _LT_COMPILER_C_O 14 AC_CACHE_CHECK([[for absolute libphobos source path]], 19 [AC_MSG_ERROR([[can't find absolute libphobos source path]])])
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-m4/ |
| H A D | absolute-header.m4 | 1 # absolute-header.m4 serial 6 11 # Find the absolute name of a header file, assuming the header exists. 13 # ABSOLUTE_SYS_INTTYPES_H to the `""' quoted absolute name of sys/inttypes.h 24 AC_CACHE_CHECK([absolute name of <]m4_quote(m4_defn([gl_HEADER_NAME]))[>], 41 [Define this to an absolute name of <]m4_quote(m4_defn([gl_HEADER_NAME]))[>.])
|
| /netbsd-src/external/mit/libcbor/dist/docs/doxygen/search/ |
| H A D | search.css | 20 position:absolute; 30 position:absolute; 45 position:absolute; 64 position:absolute; 75 position: absolute; 100 position: absolute; 163 position: absolute;
|
| /netbsd-src/external/bsd/kyua-testers/dist/ |
| H A D | fs_test.c | 486 char* absolute; in ATF_TC_BODY() local 488 "/this/is/absolute", &absolute))); in ATF_TC_BODY() 489 ATF_REQUIRE_STREQ("/this/is/absolute", absolute); in ATF_TC_BODY() 490 free(absolute); in ATF_TC_BODY() 498 char* absolute; in ATF_TC_BODY() local 503 error = kyua_fs_make_absolute("bin/foobar", &absolute); in ATF_TC_BODY() 509 ATF_REQUIRE_STREQ("/usr/bin/foobar", absolute); in ATF_TC_BODY() 510 free(absolute); in ATF_TC_BODY()
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/ |
| H A D | absolute-header.m4 | 1 # absolute-header.m4 serial 17 11 # Find the absolute name of a header file, testing first if the header exists. 13 # ABSOLUTE_SYS_INTTYPES_H to the '""' quoted absolute name of sys/inttypes.h 28 AC_CACHE_CHECK([absolute name of <]m4_defn([gl_HEADER_NAME])[>], 40 [Define this to an absolute name of <]m4_defn([gl_HEADER_NAME])[>.]) 59 dnl detect the absolute name of <dirent.h>, <signal.h>, <poll.h>
|
| /netbsd-src/external/bsd/elftosb/dist/common/ |
| H A D | SearchPath.cpp | 57 bool absolute = isAbsolute(base); in search() local 60 if (absolute || searchCwd) in search() 72 if (absolute) in search()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/ |
| H A D | filename.d | 118 extern (C++) static bool absolute(const(char)* name) pure @nogc in absolute() function 120 return absolute(name.toDString); in absolute() 124 extern (D) static bool absolute(const(char)[] name) pure @nogc in absolute() function 146 assert(absolute("/"[]) == true); 147 assert(absolute(""[]) == false); 151 assert(absolute(r"\"[]) == true); in version() 153 assert(absolute(r"c:"[]) == true); in version() 170 return absolute(name_) ? name : combine(base_, name_).ptr; 359 if (absolute(name)) 671 if (absolute(name)) [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprof/ |
| H A D | vax.c | 51 immediate, absolute, byterel, bytereldef, wordrel, wordreldef, enumerator 102 return usesreg != PC ? autoincdef : absolute; in vax_operandmode() 158 case absolute: in vax_operandname() 197 case absolute: in vax_operandlength()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | AMDGPUModifierSyntax.rst | 42 or an :ref:`absolute expression<amdgpu_synid_absolute_expression>`. 67 or an :ref:`absolute expression<amdgpu_synid_absolute_expression>`. 136 :ref:`absolute expressions<amdgpu_synid_absolute_expression>`. 224 or an :ref:`absolute expression<amdgpu_synid_absolute_expression>`. 248 or an :ref:`absolute expression<amdgpu_synid_absolute_expression>`. 275 or an :ref:`absolute expression<amdgpu_synid_absolute_expression>`. 302 or an :ref:`absolute expression<amdgpu_synid_absolute_expression>`. 358 or an :ref:`absolute expression<amdgpu_synid_absolute_expression>`. 701 or an :ref:`absolute expression<amdgpu_synid_absolute_expression>`. 750 … :ref:`absolute expression<amdgpu_synid_absolute_expression>`. [all …]
|
| H A D | AMDGPUOperandSyntax.rst | 47 … or an :ref:`absolute expression<amdgpu_synid_absolute_expression>`. 52 … or :ref:`absolute expressions<amdgpu_synid_absolute_expression>`. 130 … or an :ref:`absolute expression<amdgpu_synid_absolute_expression>`. 135 … or :ref:`absolute expressions<amdgpu_synid_absolute_expression>`. 205 … or an :ref:`absolute expression<amdgpu_synid_absolute_expression>`. 210 … or :ref:`absolute expressions<amdgpu_synid_absolute_expression>`. 292 … or an :ref:`absolute expression<amdgpu_synid_absolute_expression>`. 297 … or :ref:`absolute expressions<amdgpu_synid_absolute_expression>`. 605 an :ref:`absolute expression<amdgpu_synid_absolute_expression>` 688 :ref:`absolute expressions<amdgpu_synid_absolute_expression>` or [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/arm/iwmmxt/ |
| H A D | wsad.cgs | 17 # Test Byte wide absolute accumulation 43 # Test Byte wide absolute accumulation with zeroing 69 # Test Halfword wide absolute accumulation 95 # Test Halfword wide absolute accumulation with zeroing
|
| /netbsd-src/external/gpl3/binutils/dist/gprof/ |
| H A D | vax.c | 51 immediate, absolute, byterel, bytereldef, wordrel, wordreldef, enumerator 102 return usesreg != PC ? autoincdef : absolute; in vax_operandmode() 158 case absolute: in vax_operandname() 197 case absolute: in vax_operandlength()
|
| /netbsd-src/external/mpl/bind/dist/contrib/dlz/example/ |
| H A D | dlz_example.c | |
| /netbsd-src/external/gpl3/binutils/dist/cpu/ |
| H A D | m32c.cpu | 969 (df f-lab-8-24 "24 bit absolute" (all-isas ABS-ADDR) 8 24 UINT 2626 (define-pmacro (src16-absolute xmode) 2629 (name (.sym src16-16-16-absolute- xmode)) 2630 (comment (.str "m16c absolute address " xmode)) 2644 (src16-absolute QI) 2645 (src16-absolute HI) 2647 (define-pmacro (src32-absolute offset group base1 base2 xmode) 2650 (name (.sym src32- offset -16-absolute- group - xmode)) 2651 (comment (.str "m32c absolute address " xmode)) 2665 (name (.sym src32- offset -24-absolute- group - xmode)) [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/cpu/ |
| H A D | m32c.cpu | 969 (df f-lab-8-24 "24 bit absolute" (all-isas ABS-ADDR) 8 24 UINT 2626 (define-pmacro (src16-absolute xmode) 2629 (name (.sym src16-16-16-absolute- xmode)) 2630 (comment (.str "m16c absolute address " xmode)) 2644 (src16-absolute QI) 2645 (src16-absolute HI) 2647 (define-pmacro (src32-absolute offset group base1 base2 xmode) 2650 (name (.sym src32- offset -16-absolute- group - xmode)) 2651 (comment (.str "m32c absolute address " xmode)) 2665 (name (.sym src32- offset -24-absolute- group - xmode)) [all …]
|
| /netbsd-src/external/gpl3/gdb.old/dist/cpu/ |
| H A D | m32c.cpu | 969 (df f-lab-8-24 "24 bit absolute" (all-isas ABS-ADDR) 8 24 UINT 2626 (define-pmacro (src16-absolute xmode) 2629 (name (.sym src16-16-16-absolute- xmode)) 2630 (comment (.str "m16c absolute address " xmode)) 2644 (src16-absolute QI) 2645 (src16-absolute HI) 2647 (define-pmacro (src32-absolute offset group base1 base2 xmode) 2650 (name (.sym src32- offset -16-absolute- group - xmode)) 2651 (comment (.str "m32c absolute address " xmode)) 2665 (name (.sym src32- offset -24-absolute- group - xmode)) [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/cpu/ |
| H A D | m32c.cpu | 969 (df f-lab-8-24 "24 bit absolute" (all-isas ABS-ADDR) 8 24 UINT 2626 (define-pmacro (src16-absolute xmode) 2629 (name (.sym src16-16-16-absolute- xmode)) 2630 (comment (.str "m16c absolute address " xmode)) 2644 (src16-absolute QI) 2645 (src16-absolute HI) 2647 (define-pmacro (src32-absolute offset group base1 base2 xmode) 2650 (name (.sym src32- offset -16-absolute- group - xmode)) 2651 (comment (.str "m32c absolute address " xmode)) 2665 (name (.sym src32- offset -24-absolute- group - xmode)) [all …]
|
| /netbsd-src/external/bsd/libpcap/dist/cmake/Modules/ |
| H A D | FindAirPcap.cmake | 9 # AirPcap_INCLUDE_DIR - absolute path to the directory containing airpcap.h. 11 # AirPcap_LIBRARY - relative or absolute path to the AirPcap library to 12 # link with. An absolute path is will be used if the
|
| H A D | FindPacket.cmake | 31 # Packet_INCLUDE_DIR - absolute path to the directory containing Packet32.h. 33 # Packet_LIBRARY - relative or absolute path to the Packet library to 34 # link with. An absolute path is will be used if the
|
| /netbsd-src/crypto/external/cpl/trousers/dist/dist/ |
| H A D | tcsd.conf.in | 26 # Values: Any absolute directory path 33 # Values: Any absolute directory path 42 # Values: Any absolute directory path 69 # Values: Any absolute directory path (example: /path/to/platform.cert) 80 # Values: Any absolute directory path (example: /path/to/conformance.cert) 91 # Values: Any absolute directory path (example: /path/to/endorsement.cert)
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
| H A D | c-xtensa.texi | 49 via PC-relative @code{L32R} instructions; literals for absolute mode 67 for absolute mode @code{L32R} instructions are handled separately. 72 @item --absolute-literals | --no-absolute-literals 73 @kindex --absolute-literals 74 @kindex --no-absolute-literals 75 Indicate to the assembler whether @code{L32R} instructions use absolute 76 or PC-relative addressing. If the processor includes the absolute 77 addressing option, the default is to use absolute @code{L32R} 797 PC-relative mode @code{L32R} instructions and @code{.lit4} for absolute 799 ,absolute-literals}). These base names are used for literals defined in [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
| H A D | c-xtensa.texi | 49 via PC-relative @code{L32R} instructions; literals for absolute mode 67 for absolute mode @code{L32R} instructions are handled separately. 72 @item --absolute-literals | --no-absolute-literals 73 @kindex --absolute-literals 74 @kindex --no-absolute-literals 75 Indicate to the assembler whether @code{L32R} instructions use absolute 76 or PC-relative addressing. If the processor includes the absolute 77 addressing option, the default is to use absolute @code{L32R} 797 PC-relative mode @code{L32R} instructions and @code{.lit4} for absolute 799 ,absolute-literals}). These base names are used for literals defined in [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/ |
| H A D | ossl_ends_with_dirsep.pod | 21 ossl_is_absolute_path() detects whether the I<path> is absolute path in 29 ossl_is_absolute_path() returns 1 if the I<path> is absolute, 0 otherwise.
|