Lines Matching refs:btmp
266 const char *btmp;
268 if ((btmp = value->value) == NULL)
270 if (strcmp(btmp, "TRUE") == 0
271 || strcmp(btmp, "true") == 0
272 || strcmp(btmp, "Y") == 0
273 || strcmp(btmp, "y") == 0
274 || strcmp(btmp, "YES") == 0
275 || strcmp(btmp, "yes") == 0) {
279 if (strcmp(btmp, "FALSE") == 0
280 || strcmp(btmp, "false") == 0
281 || strcmp(btmp, "N") == 0
282 || strcmp(btmp, "n") == 0
283 || strcmp(btmp, "NO") == 0
284 || strcmp(btmp, "no") == 0) {