Lines Matching refs:str
75 isc_syslog_facilityfromstring(const char *str, int *facilityp) {
78 REQUIRE(str != NULL);
82 if (strcasecmp(facilities[i].strval, str) == 0) {
97 char *str[1];
99 str[0] = buf;
112 BIND_INFO_MSG, NULL, 1, 0, str, NULL);
116 BIND_WARN_MSG, NULL, 1, 0, str, NULL);
120 BIND_ERR_MSG, NULL, 1, 0, str, NULL);
169 NTReportError(const char *name, const char *str) {
173 buf[0] = str;