Searched defs:strval (Results 1 - 3 of 3) sorted by relevance
/bind-9.11.3/lib/isc/unix/ |
H A D | syslog.c | 25 const char *strval; member in struct:dsn_c_pvt_sfnt 67 for (i = 0; facilities[i].strval != NULL; i++) { 68 if (strcasecmp(facilities[i].strval, str) == 0) {
|
/bind-9.11.3/lib/isc/win32/ |
H A D | syslog.c | 30 const char *strval; member in struct:dsn_c_pvt_sfnt 72 for (i = 0; facilities[i].strval != NULL; i++) { 73 if (strcasecmp(facilities[i].strval, str) == 0) {
|
/bind-9.11.3/unit/atf-src/atf-c/ |
H A D | tc.c | 660 const char *strval; local 663 strval = atf_tc_get_config_var(tc, name); 664 err = atf_text_to_bool(strval, &val); 668 "boolean value; found %s", name, strval); 692 const char *strval; local 695 strval = atf_tc_get_config_var(tc, name); 696 err = atf_text_to_long(strval, &val); 700 "long value; found %s", name, strval);
|
Completed in 10 milliseconds