Home
last modified time | relevance | path

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

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