Home
last modified time | relevance | path

Searched refs:IS_SLASH (Results 1 – 2 of 2) sorted by relevance

/dragonfly/lib/libefivar/
H A Duefi-dplib.h70 #define IS_SLASH(a) ((a) == '/') macro
H A Defivar-dp-parse.c269 if (!IS_SLASH (*Str) && in GetNextDeviceNodeStr()
285 if ((IS_COMMA (*Str) || IS_SLASH (*Str)) && (ParenthesesStack == 0)) { in GetNextDeviceNodeStr()