Home
last modified time | relevance | path

Searched defs:IS_DIR_SEPARATOR (Results 1 – 25 of 189) sorted by last modified time

12345678

/dports/devel/debugedit/DebugEdit-b1e81ec/
H A Ddebugedit.c378 #define IS_DIR_SEPARATOR(c) ((c)=='/') macro
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/profile/
H A DInstrProfilingPort.h106 #define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro
108 #define IS_DIR_SEPARATOR(ch) \ macro
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/profile/
H A DInstrProfilingPort.h106 #define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro
108 #define IS_DIR_SEPARATOR(ch) \ macro
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/profile/
H A DInstrProfilingPort.h106 #define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro
108 #define IS_DIR_SEPARATOR(ch) \ macro
/dports/audio/codec2/codec2-1.0.3/src/
H A Dofdm_demod.c50 #define IS_DIR_SEPARATOR(c) ((c) == '/') macro
H A Dofdm_get_test_bits.c45 #define IS_DIR_SEPARATOR(c) ((c) == '/') macro
H A Dofdm_mod.c47 #define IS_DIR_SEPARATOR(c) ((c) == '/') macro
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dfilenames.h43 #define IS_DIR_SEPARATOR(c) ((c) == '/' || (c) == '\\') macro
119 #define IS_DIR_SEPARATOR(c) ((c) == '/' || (c) == ':') macro
162 #define IS_DIR_SEPARATOR(c) ((c) == '/') macro
/dports/devel/heaptrack/heaptrack-1.3.0/3rdparty/libbacktrace/auxincl/
H A Dfilenames.h37 #define IS_DIR_SEPARATOR(c) ((c) == '/') macro
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/libbacktrace-ca0de05/
H A Dfilenames.h46 # define IS_DIR_SEPARATOR(c) ((c) == '/' || (c) == '\\') macro
50 # define IS_DIR_SEPARATOR(c) ((c) == '/') macro
/dports/lang/gcc12-devel/gcc-12-20211205/libiberty/
H A Dbasename.c36 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro
38 # define IS_DIR_SEPARATOR(ch) \ macro
H A Dmake-relative-prefix.c93 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro
95 # define IS_DIR_SEPARATOR(ch) \ macro
/dports/lang/gcc12-devel/gcc-12-20211205/include/
H A Dfilenames.h44 # define IS_DIR_SEPARATOR(c) IS_DOS_DIR_SEPARATOR (c) macro
/dports/lang/gcc12-devel/gcc-12-20211205/c++tools/
H A Dserver.cc93 #define IS_DIR_SEPARATOR(C) ((C) == '/') macro
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPort.h106 #define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro
108 #define IS_DIR_SEPARATOR(ch) \ macro
/dports/audio/faust/faust-2.37.3/compiler/parser/
H A Denrobage.cpp371 #define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro
373 #define IS_DIR_SEPARATOR(ch) (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2)) macro
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/profile/
H A DInstrProfilingPort.h106 #define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro
108 #define IS_DIR_SEPARATOR(ch) \ macro
/dports/lang/gcc11-devel/gcc-11-20211009/libiberty/
H A Dbasename.c36 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro
38 # define IS_DIR_SEPARATOR(ch) \ macro
H A Dmake-relative-prefix.c93 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro
95 # define IS_DIR_SEPARATOR(ch) \ macro
/dports/lang/gcc11-devel/gcc-11-20211009/include/
H A Dfilenames.h44 # define IS_DIR_SEPARATOR(c) IS_DOS_DIR_SEPARATOR (c) macro
/dports/lang/gcc11-devel/gcc-11-20211009/c++tools/
H A Dserver.cc89 #define IS_DIR_SEPARATOR(C) ((C) == '/') macro
/dports/lang/gcc10-devel/gcc-10-20211008/libiberty/
H A Dbasename.c36 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro
38 # define IS_DIR_SEPARATOR(ch) \ macro
H A Dmake-relative-prefix.c93 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro
95 # define IS_DIR_SEPARATOR(ch) \ macro
/dports/lang/gcc10-devel/gcc-10-20211008/include/
H A Dfilenames.h44 # define IS_DIR_SEPARATOR(c) IS_DOS_DIR_SEPARATOR (c) macro
/dports/lang/gcc9-devel/gcc-9-20211007/libiberty/
H A Dmake-relative-prefix.c93 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro
95 # define IS_DIR_SEPARATOR(ch) \ macro

12345678