Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/util/support/
H A Dpath.c41 #define IS_SEPARATOR(c) ((c) == '\\' || (c) == '/') macro
44 #define IS_SEPARATOR(c) ((c) == '/') macro