Searched refs:can_be_empty (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/bsd/atf/dist/atf-c/
H A Dconfig.c46 bool can_be_empty; member in struct:var
98 if (strlen(val) > 0 || var->can_be_empty)
H A Dconfig_test.c45 bool can_be_empty; member in struct:varnames
118 if (v->can_be_empty)
/netbsd-current/external/bsd/atf/dist/tools/
H A Dconfig.cpp42 bool can_be_empty; member in struct:var
79 if (envval.empty() && !v->can_be_empty)
H A Dconfig_test.cpp44 bool can_be_empty; member in struct:varnames
153 if (v->can_be_empty)
/netbsd-current/external/bsd/atf/dist/atf-c++/
H A Dconfig_test.cpp45 bool can_be_empty; member in struct:varnames
150 if (v->can_be_empty)

Completed in 171 milliseconds