Home
last modified time | relevance | path

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

/dragonfly/contrib/expat/lib/
H A Dxmlparse.c8389 const char *const valueOrNull = getenv(variableName); in getDebugLevel() local
8390 if (valueOrNull == NULL) { in getDebugLevel()
8393 const char *const value = valueOrNull; in getDebugLevel()