Home
last modified time | relevance | path

Searched defs:ROOTED (Results 1 – 2 of 2) sorted by relevance

/dports/mail/alpine/alpine-465e23b/pith/osdep/
H A Dbldpath.c31 #define ROOTED(S) (*(S) == '\\' || (isalpha((unsigned char) (S)[0]) && (S)[1] == ':')) macro
34 #define ROOTED(S) (*(S) == '/') macro
/dports/editors/pico-alpine/alpine-465e23b/pith/osdep/
H A Dbldpath.c31 #define ROOTED(S) (*(S) == '\\' || (isalpha((unsigned char) (S)[0]) && (S)[1] == ':')) macro
34 #define ROOTED(S) (*(S) == '/') macro