Home
last modified time | relevance | path

Searched defs:IS_DIR_SEPARATOR (Results 151 – 175 of 189) sorted by relevance

12345678

/dports/devel/mingw32-gcc/gcc-4.8.1/include/
H A Dfilenames.h43 # define IS_DIR_SEPARATOR(c) IS_DOS_DIR_SEPARATOR (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/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/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/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/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/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/audio/codec2/codec2-1.0.3/src/
H A Dofdm_mod.c47 #define IS_DIR_SEPARATOR(c) ((c) == '/') macro
H A Dofdm_demod.c50 #define IS_DIR_SEPARATOR(c) ((c) == '/') macro
/dports/databases/gnats4/gnats-4.1.0/gnats/
H A Dmisc.c918 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) macro
920 # define IS_DIR_SEPARATOR(ch) \ macro
/dports/lang/yap/yap-6.2.2/packages/PLStream/
H A Dpl-glob.c61 #define IS_DIR_SEPARATOR(c) ((c) == '/') macro
/dports/lang/sdcc/sdcc-4.0.0/src/
H A DSDCCglobl.h63 # define IS_DIR_SEPARATOR(c) ((c) == DIR_SEPARATOR_CHAR || (c) == UNIX_DIR_SEPARATOR_CHAR) macro
73 # define IS_DIR_SEPARATOR(c) ((c) == DIR_SEPARATOR_CHAR) macro
/dports/lang/swi-pl/swipl-8.2.3/src/os/
H A Dpl-glob.c78 #define IS_DIR_SEPARATOR(c) ((c) == '/') macro
/dports/lang/gcc11-devel/gcc-11-20211009/c++tools/
H A Dserver.cc89 #define IS_DIR_SEPARATOR(C) ((C) == '/') macro
/dports/misc/cxx_atomics_pic/gcc-11.2.0/c++tools/
H A Dserver.cc89 #define IS_DIR_SEPARATOR(C) ((C) == '/') macro
/dports/lang/gcc11/gcc-11.2.0/c++tools/
H A Dserver.cc89 #define IS_DIR_SEPARATOR(C) ((C) == '/') macro
/dports/lang/gcc12-devel/gcc-12-20211205/c++tools/
H A Dserver.cc93 #define IS_DIR_SEPARATOR(C) ((C) == '/') macro
/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-init.c322 #define IS_DIR_SEPARATOR(c) ((c) == '/') macro
/dports/devel/debugedit/DebugEdit-b1e81ec/
H A Ddebugedit.c378 #define IS_DIR_SEPARATOR(c) ((c)=='/') macro
/dports/security/cloak/cloak-0.2.0/cargo-crates/backtrace-sys-0.1.28/src/libbacktrace/
H A Ddwarf.c123 # define IS_DIR_SEPARATOR(c) ((c) == '/' || (c) == '\\') macro
127 # define IS_DIR_SEPARATOR(c) ((c) == '/') macro
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/backtrace-sys-0.1.32/src/libbacktrace/
H A Ddwarf.c123 # define IS_DIR_SEPARATOR(c) ((c) == '/' || (c) == '\\') macro
127 # define IS_DIR_SEPARATOR(c) ((c) == '/') macro
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libbacktrace/
H A Ddwarf.c123 # define IS_DIR_SEPARATOR(c) ((c) == '/' || (c) == '\\') macro
127 # define IS_DIR_SEPARATOR(c) ((c) == '/') macro
/dports/sysutils/vector/vector-0.10.0/cargo-crates/backtrace-sys-0.1.32/src/libbacktrace/
H A Ddwarf.c123 # define IS_DIR_SEPARATOR(c) ((c) == '/' || (c) == '\\') macro
127 # define IS_DIR_SEPARATOR(c) ((c) == '/') macro
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/backtrace-sys-0.1.24/src/libbacktrace/
H A Ddwarf.c123 # define IS_DIR_SEPARATOR(c) ((c) == '/' || (c) == '\\') macro
127 # define IS_DIR_SEPARATOR(c) ((c) == '/') macro
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/backtrace-sys-0.1.31/src/libbacktrace/
H A Ddwarf.c123 # define IS_DIR_SEPARATOR(c) ((c) == '/' || (c) == '\\') macro
127 # define IS_DIR_SEPARATOR(c) ((c) == '/') macro

12345678