Home
last modified time | relevance | path

Searched refs:IS_SEP (Results 1 – 18 of 18) sorted by relevance

/dports/devel/premake5/premake-5.0.0-alpha16-src/src/host/
H A Dpath_normalize.c11 #define IS_SEP(__c) ((__c) == '/' || (__c) == '\\') macro
35 #define IS_SEP_OR_END(__p) (IS_END(__p) || IS_SEP(*__p)) in normalize_substring()
47 if (IS_SEP(*srcPtr)) in normalize_substring()
52 if (IS_SEP(*srcPtr)) in normalize_substring()
65 while (IS_SEP(*srcPtr) || (srcPtr[0] == '.' && IS_SEP_OR_END(&srcPtr[1]))) in normalize_substring()
77 while (--dstPtr != dstRoot && !IS_SEP(dstPtr[-1])); in normalize_substring()
94 if (IS_SEP(*srcPtr)) in normalize_substring()
104 while (dstPtr != dstRoot && IS_SEP(dstPtr[-1])) in normalize_substring()
161 IS_SEP(readPtr[-1]) && !IS_SEP(writePtr[-1])) in path_normalize()
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/src/rttr/detail/library/
H A Dlibrary_win.cpp123 #define IS_SEP(x) ((x) == L'/' || (x) == L'\\') macro
131 && IS_SEP(path[0]) in get_prefix_end()
132 && IS_SEP(path[1]) in get_prefix_end()
133 && !IS_SEP(path[2])) in get_prefix_end()
136 for (; idx < path.size() && !IS_SEP(path[idx]); ++idx) in get_prefix_end()
163 if (idx < path.size() && IS_SEP(path[idx])) in get_root_dir()
/dports/audio/sndio/sndio-1.8.1/examples/
H A Dtools.c60 #define IS_SEP(c) \ in strtoenc() macro
101 } else if (IS_SEP(*p)) { in strtoenc()
124 } else if (IS_SEP(*p)) { in strtoenc()
128 } else if (!IS_SEP(*p)) in strtoenc()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/os2/
H A Ddir_make_recurse.c22 #define IS_SEP(c) (c == '/' || c == '\\') macro
32 while ((len > 0) && IS_SEP(path[len - 1])) { in path_canonicalize()
53 if (IS_SEP(path[i])) { in path_remove_last_component()
/dports/devel/apr1/apr-1.7.0/file_io/os2/
H A Ddir_make_recurse.c22 #define IS_SEP(c) (c == '/' || c == '\\') macro
32 while ((len > 0) && IS_SEP(path[len - 1])) { in path_canonicalize()
53 if (IS_SEP(path[i])) { in path_remove_last_component()
/dports/www/dfileserver/DFileServer/src/
H A DCPathResolver.cxx50 inline bool IS_SEP( char &c ) { return ( c == '/' || c == '\\' ); } in IS_SEP() function
52 inline bool IS_SEP( char &c ) { return ( c == '/' ); } in IS_SEP() function
205 if( !IS_SEP( Path[i] ) ) Current += Path[i]; in PathExplode()
206 if( IS_SEP( Path[i] ) || i == Path.length() - 1 ) { in PathExplode()
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dfileutils.c2229 #define IS_SEP(x) (*(x) == SEP || *(x) == ALTSEP) in _Py_normpath() macro
2231 #define IS_SEP(x) (*(x) == SEP) in _Py_normpath() macro
2233 #define SEP_OR_END(x) (IS_SEP(x) || IS_END(x)) in _Py_normpath()
2236 if (p1[0] == L'.' && IS_SEP(&p1[1])) { in _Py_normpath()
2238 while (IS_SEP(path) && !IS_END(path)) { in _Py_normpath()
2254 else if (IS_SEP(&p1[0]) && IS_SEP(&p1[1])) { in _Py_normpath()
2260 if (IS_SEP(p1)) { in _Py_normpath()
2271 else if (IS_SEP(&p1[0]) && IS_SEP(&p1[1]) && !IS_SEP(&p1[2])) { in _Py_normpath()
2295 if (p3[0] == L'.' && p3[1] == L'.' && IS_SEP(&p3[2])) { in _Py_normpath()
2326 #undef IS_SEP in _Py_normpath()
/dports/math/gap/gap-4.11.0/src/
H A Dsysfiles.c512 #define IS_SEP(C) (!IsAlpha(C) && !IsDigit(C) && (C)!='_') macro
2496 } while ( p>line && (!IS_SEP(*(p-1)) || IS_SEP(*p))); in syFgets()
2511 } while ( *p!='\0' && (IS_SEP(*(p-1)) || !IS_SEP(*p))); in syFgets()
2553 } while ( p>line && (!IS_SEP(*(p-1)) || IS_SEP(*p))); in syFgets()
2569 } while ( *q!='\0' && (IS_SEP(*(q-1)) || !IS_SEP(*q))); in syFgets()
2607 } while ( *p!='\0' && (IS_SEP(*(p-1)) || !IS_SEP(*p))); in syFgets()
2612 while ( *p!='\0' && IS_SEP(*p) ) ++p; in syFgets()
2622 } while ( *p!='\0' && (IS_SEP(*(p-1)) || !IS_SEP(*p))); in syFgets()
2651 if ( p == line || IS_SEP(p[-1]) ) { in syFgets()
2668 } while ( q>line && (!IS_SEP(*(q-1)) || IS_SEP(*q))); in syFgets()
/dports/audio/sndio/sndio-1.8.1/sndiod/
H A Ddsp.c151 #define IS_SEP(c) \ in aparams_strtoenc() macro
192 } else if (IS_SEP(*p)) { in aparams_strtoenc()
216 } else if (IS_SEP(*p)) { in aparams_strtoenc()
220 } else if (!IS_SEP(*p)) in aparams_strtoenc()
/dports/multimedia/audacious/audacious-4.1/src/libaudcore/
H A Daudstrings.cc81 #define IS_SEP(c) ((c) == '/' || (c) == '\\') macro
83 #define IS_SEP(c) ((c) == '/') macro
493 (!filename[homelen] || IS_SEP(filename[homelen]))) in filename_contract()
507 if (filename[0] == '~' && (!filename[1] || IS_SEP(filename[1]))) in filename_expand()
561 if (set > str && !IS_SEP(set[-1])) in filename_build()
784 if (path[0] && path[1] == ':' && IS_SEP(path[2])) in uri_construct()
/dports/security/distcache/distcache-1.5.1/util/
H A Dpiper.c527 #define IS_SEP(s) (strncmp((s), pipe_sep, strlen(pipe_sep)) == 0) macro
558 if((*argv[0] != '-') || IS_SEP(*argv)) goto done; in main()
596 if(IS_SEP(*argv)) { in main()
/dports/audio/sndio/sndio-1.8.1/aucat/
H A Ddsp.c221 #define IS_SEP(c) \ in slot_new()
262 } else if (IS_SEP(*p)) {
286 } else if (IS_SEP(*p)) {
290 } else if (!IS_SEP(*p))
/dports/security/ossec-hids-local/ossec-hids-3.6.0/src/shared/
H A Dvalidate_op.c669 #define IS_SEP(x) (*x == ' ' || *x == ',') macro
727 if (IS_SEP(day_str)) { in OS_IsValidDay()
/dports/security/ossec-hids-server/ossec-hids-3.6.0/src/shared/
H A Dvalidate_op.c669 #define IS_SEP(x) (*x == ' ' || *x == ',') macro
727 if (IS_SEP(day_str)) { in OS_IsValidDay()
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/src/shared/
H A Dvalidate_op.c669 #define IS_SEP(x) (*x == ' ' || *x == ',') macro
727 if (IS_SEP(day_str)) { in OS_IsValidDay()
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/sparc/sparc/
H A Dpromlib.c389 #define IS_SEP(c) ((c) == '/' || (c) == '@' || (c) == ':') in obp_v2_finddevice() macro
404 while ((c = *endp) != '\0' && !IS_SEP(c)) in obp_v2_finddevice()
/dports/www/lynx-current/lynx2.9.0dev.9/src/
H A DLYUtils.c7925 #define IS_SEP(p) ((p == '\\') || (p == '/') || (p == ':')) macro
8001 if (IS_SEP(*cp)) { in unsafe_filename()
/dports/www/lynx/lynx2.8.9rel.1/src/
H A DLYUtils.c7922 #define IS_SEP(p) ((p == '\\') || (p == '/') || (p == ':')) macro
7998 if (IS_SEP(*cp)) { in unsafe_filename()