Searched refs:IS_COMMA (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/lib/libefivar/
H A Duefi-dplib.h65 #define IS_COMMA(a) ((a) == ',') macro
H A Defivar-dp-parse.c271 !IS_COMMA (*Str) &&
286 if ((IS_COMMA (*Str) || IS_SLASH (*Str)) && (ParenthesesStack == 0)) {
306 if (IS_COMMA (*Str)) {

Completed in 113 milliseconds