Home
last modified time | relevance | path

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

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