Home
last modified time | relevance | path

Searched defs:use_slash (Results 1 – 21 of 21) sorted by relevance

/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/utils/
H A Dfile.c93 const bool use_slash = strchr(path, '/'); in file_path_relative_to() local
95 static const bool use_slash = true; in file_path_relative_to() local
/dports/audio/lilv/lilv-0.24.12/src/
H A Dfilesystem.c176 const bool use_slash = strchr(path, '/'); in lilv_path_relative_to() local
178 static const bool use_slash = true; in lilv_path_relative_to() local
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/contrib/header-tools/
H A Dheaderutils.py12 def find_pound_include (line, use_outside, use_slash): argument
/dports/lang/gnat_util/gcc-6-20180516/contrib/header-tools/
H A Dheaderutils.py12 def find_pound_include (line, use_outside, use_slash): argument
/dports/lang/gcc11-devel/gcc-11-20211009/contrib/header-tools/
H A Dheaderutils.py12 def find_pound_include (line, use_outside, use_slash): argument
/dports/lang/gcc10-devel/gcc-10-20211008/contrib/header-tools/
H A Dheaderutils.py12 def find_pound_include (line, use_outside, use_slash): argument
/dports/lang/gcc12-devel/gcc-12-20211205/contrib/header-tools/
H A Dheaderutils.py12 def find_pound_include (line, use_outside, use_slash): argument
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/contrib/header-tools/
H A Dheaderutils.py12 def find_pound_include (line, use_outside, use_slash): argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/contrib/header-tools/
H A Dheaderutils.py12 def find_pound_include (line, use_outside, use_slash): argument
/dports/devel/riscv64-gcc/gcc-8.3.0/contrib/header-tools/
H A Dheaderutils.py12 def find_pound_include (line, use_outside, use_slash): argument
/dports/devel/avr-gcc/gcc-10.2.0/contrib/header-tools/
H A Dheaderutils.py12 def find_pound_include (line, use_outside, use_slash): argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/contrib/header-tools/
H A Dheaderutils.py12 def find_pound_include (line, use_outside, use_slash): argument
/dports/lang/gcc10/gcc-10.3.0/contrib/header-tools/
H A Dheaderutils.py12 def find_pound_include (line, use_outside, use_slash): argument
/dports/lang/gcc8/gcc-8.5.0/contrib/header-tools/
H A Dheaderutils.py12 def find_pound_include (line, use_outside, use_slash): argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/contrib/header-tools/
H A Dheaderutils.py12 def find_pound_include (line, use_outside, use_slash): argument
/dports/lang/gcc11/gcc-11.2.0/contrib/header-tools/
H A Dheaderutils.py12 def find_pound_include (line, use_outside, use_slash): argument
/dports/lang/gcc9/gcc-9.4.0/contrib/header-tools/
H A Dheaderutils.py12 def find_pound_include (line, use_outside, use_slash): argument
/dports/lang/gcc9-aux/gcc-9.1.0/contrib/header-tools/
H A Dheaderutils.py12 def find_pound_include (line, use_outside, use_slash): argument
/dports/lang/gcc9-devel/gcc-9-20211007/contrib/header-tools/
H A Dheaderutils.py12 def find_pound_include (line, use_outside, use_slash): argument
/dports/lang/gcc6-aux/gcc-6-20180516/contrib/header-tools/
H A Dheaderutils.py12 def find_pound_include (line, use_outside, use_slash): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgl/src/tools/
H A Dconformance.py156 def use_slash(s): member in Util