Home
last modified time | relevance | path

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

/freebsd/lib/libefivar/
H A Defivar-dp-parse.c131 while (!IS_NULL (*StrPointer)) { in GetParamByNodeName()
140 if (IS_NULL (*StrPointer)) { in GetParamByNodeName()
185 if (IS_NULL (*Str)) { in SplitStr()
192 while (!IS_NULL (*Str)) { in SplitStr()
257 if (IS_NULL (*Str)) { in GetNextDeviceNodeStr()
264 while (!IS_NULL (*Str)) { in GetNextDeviceNodeStr()
282 while (!IS_NULL (*Str)) { in GetNextDeviceNodeStr()
309 if (!IS_NULL (*Str)) { in GetNextDeviceNodeStr()
417 while (!IS_NULL (*Str)) { in StrToAscii()
1106 if (IS_NULL (*DisplayDeviceStr)) { in DevPathFromTextAcpiAdr()
[all …]
H A Duefi-dplib.h62 #define IS_NULL(a) ((a) == '\0') macro