Home
last modified time | relevance | path

Searched defs:IS_DIR_SEP (Results 1 – 25 of 61) sorted by relevance

123

/dports/devel/tex-kpathsea/texlive-20150521-source/texk/kpathsea/
H A Dc-pathch.h38 # define IS_DIR_SEP(ch) ((ch) == '/' || (ch) == '\\') macro
49 # define IS_DIR_SEP(ch) ((ch) == '/' || (ch) == ':') macro
61 #define IS_DIR_SEP(ch) ((ch) == DIR_SEP) macro
/dports/print/tex-xdvik/xdvik-22.87/texk/kpathsea/
H A Dc-pathch.h38 # define IS_DIR_SEP(ch) ((ch) == '/' || (ch) == '\\') macro
49 # define IS_DIR_SEP(ch) ((ch) == '/' || (ch) == ':') macro
61 #define IS_DIR_SEP(ch) ((ch) == DIR_SEP) macro
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/include/utils/
H A Dpool_path.h42 #define IS_DIR_SEP(ch) ((ch) == '/') macro
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/include/utils/
H A Dpool_path.h42 #define IS_DIR_SEP(ch) ((ch) == '/') macro
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/include/utils/
H A Dpool_path.h42 #define IS_DIR_SEP(ch) ((ch) == '/') macro
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/include/utils/
H A Dpool_path.h42 #define IS_DIR_SEP(ch) ((ch) == '/') macro
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/include/utils/
H A Dpool_path.h42 #define IS_DIR_SEP(ch) ((ch) == '/') macro
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/include/utils/
H A Dpool_path.h42 #define IS_DIR_SEP(ch) ((ch) == '/') macro
/dports/multimedia/handbrake/HandBrake-1.4.2/libhb/handbrake/
H A Dports.h20 #define IS_DIR_SEP(c) (c == '\\' || c == '/') macro
24 #define IS_DIR_SEP(c) (c == '/') macro
/dports/print/texlive-base/texlive-20150521-source/texk/ps2pk/
H A Dbasics.h74 #define IS_DIR_SEP(c) ((c) == DIRSEP) macro
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/include/
H A Dport.h84 #define IS_DIR_SEP(ch) ((ch) == '/') macro
91 #define IS_DIR_SEP(ch) ((ch) == '/' || (ch) == '\\') macro
/dports/databases/postgresql14-plperl/postgresql-14.1/src/include/
H A Dport.h84 #define IS_DIR_SEP(ch) ((ch) == '/') macro
91 #define IS_DIR_SEP(ch) ((ch) == '/' || (ch) == '\\') macro
/dports/databases/postgresql14-server/postgresql-14.1/src/include/
H A Dport.h84 #define IS_DIR_SEP(ch) ((ch) == '/') macro
91 #define IS_DIR_SEP(ch) ((ch) == '/' || (ch) == '\\') macro
/dports/databases/postgresql14-plpython/postgresql-14.1/src/include/
H A Dport.h84 #define IS_DIR_SEP(ch) ((ch) == '/') macro
91 #define IS_DIR_SEP(ch) ((ch) == '/' || (ch) == '\\') macro
/dports/databases/postgresql14-docs/postgresql-14.1/src/include/
H A Dport.h84 #define IS_DIR_SEP(ch) ((ch) == '/') macro
91 #define IS_DIR_SEP(ch) ((ch) == '/' || (ch) == '\\') macro
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/include/
H A Dport.h84 #define IS_DIR_SEP(ch) ((ch) == '/') macro
91 #define IS_DIR_SEP(ch) ((ch) == '/' || (ch) == '\\') macro
/dports/databases/postgresql13-server/postgresql-13.5/src/include/
H A Dport.h84 #define IS_DIR_SEP(ch) ((ch) == '/') macro
91 #define IS_DIR_SEP(ch) ((ch) == '/' || (ch) == '\\') macro
/dports/databases/postgresql14-contrib/postgresql-14.1/src/include/
H A Dport.h84 #define IS_DIR_SEP(ch) ((ch) == '/') macro
91 #define IS_DIR_SEP(ch) ((ch) == '/' || (ch) == '\\') macro
/dports/databases/postgresql14-client/postgresql-14.1/src/include/
H A Dport.h84 #define IS_DIR_SEP(ch) ((ch) == '/') macro
91 #define IS_DIR_SEP(ch) ((ch) == '/' || (ch) == '\\') macro
/dports/databases/postgresql13-contrib/postgresql-13.5/src/include/
H A Dport.h84 #define IS_DIR_SEP(ch) ((ch) == '/') macro
91 #define IS_DIR_SEP(ch) ((ch) == '/' || (ch) == '\\') macro
/dports/databases/postgresql13-client/postgresql-13.5/src/include/
H A Dport.h84 #define IS_DIR_SEP(ch) ((ch) == '/') macro
91 #define IS_DIR_SEP(ch) ((ch) == '/' || (ch) == '\\') macro
/dports/databases/postgresql13-plperl/postgresql-13.5/src/include/
H A Dport.h84 #define IS_DIR_SEP(ch) ((ch) == '/') macro
91 #define IS_DIR_SEP(ch) ((ch) == '/' || (ch) == '\\') macro
/dports/databases/postgresql13-plpython/postgresql-13.5/src/include/
H A Dport.h84 #define IS_DIR_SEP(ch) ((ch) == '/') macro
91 #define IS_DIR_SEP(ch) ((ch) == '/' || (ch) == '\\') macro
/dports/databases/postgresql13-docs/postgresql-13.5/src/include/
H A Dport.h84 #define IS_DIR_SEP(ch) ((ch) == '/') macro
91 #define IS_DIR_SEP(ch) ((ch) == '/' || (ch) == '\\') macro
/dports/databases/postgresql11-client/postgresql-11.14/src/include/
H A Dport.h84 #define IS_DIR_SEP(ch) ((ch) == '/') macro
91 #define IS_DIR_SEP(ch) ((ch) == '/' || (ch) == '\\') macro

123