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

/netbsd-current/tests/lib/libc/string/
H A Dt_popcount.c43 popcount_init(const char *cfg_var) argument
47 if (strcasecmp(cfg_var, "YES") == 0 ||
48 strcasecmp(cfg_var, "Y") == 0 ||
49 strcasecmp(cfg_var, "1") == 0 ||
50 strcasecmp(cfg_var, "T") == 0 ||
51 strcasecmp(cfg_var, "TRUE") == 0) {

Completed in 94 milliseconds