Home
last modified time | relevance | path

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

/dragonfly/lib/libefivar/
H A Defivar-dp-parse.c139 while (!IS_NULL (*StrPointer)) { in GetParamByNodeName()
146 if (IS_NULL (*StrPointer)) { in GetParamByNodeName()
190 if (IS_NULL (*Str)) { in SplitStr()
197 while (!IS_NULL (*Str)) { in SplitStr()
261 if (IS_NULL (*Str)) { in GetNextDeviceNodeStr()
268 while (!IS_NULL (*Str)) { in GetNextDeviceNodeStr()
284 while (!IS_NULL (*Str)) { in GetNextDeviceNodeStr()
311 if (!IS_NULL (*Str)) { in GetNextDeviceNodeStr()
418 while (!IS_NULL (*Str)) { in StrToAscii()
1997 if (!IS_NULL (*GatewayIPStr) && !IS_NULL (*SubnetMaskStr)) { in DevPathFromTextIPv4()
[all …]
H A Duefi-dplib.h71 #define IS_NULL(a) ((a) == '\0') macro