Searched defs:strval (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/unix/
H A Dsyslog.c34 const char *strval; member in struct:dsn_c_pvt_sfnt
76 for (i = 0; facilities[i].strval != NULL; i++) {
77 if (strcasecmp(facilities[i].strval, str) == 0) {
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dsyslog.c39 const char *strval; member in struct:dsn_c_pvt_sfnt
81 for (i = 0; facilities[i].strval != NULL; i++) {
82 if (strcasecmp(facilities[i].strval, str) == 0) {
/bind-9.6-ESV-R11/contrib/zkt/
H A Dncparse.c202 char strval[255+1]; local
204 char strval[4095+1]; local
220 while ( (tok = gettok (fp, strval, sizeof strval)) != EOF )
229 if ( gettok (fp, strval, sizeof (strval)) == TOK_STRING )
232 strval, dir);
233 if ( *strval != '/' && *dir )
234 snprintf (path, sizeof (path), "%s/%s", dir, strval);
236 snprintf (path, sizeof (path), "%s", strval);
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dtc.c662 const char *strval; local
665 strval = atf_tc_get_config_var(tc, name);
666 err = atf_text_to_bool(strval, &val);
670 "boolean value; found %s", name, strval);
694 const char *strval; local
697 strval = atf_tc_get_config_var(tc, name);
698 err = atf_text_to_long(strval, &val);
702 "long value; found %s", name, strval);

Completed in 14 milliseconds