Lines Matching refs:errstr

96 verify_value(ns_config_t *cfg, char *name, char *value, char *errstr);
1104 /* Size of errstr needs to be MAXERROR */
1106 __s_api_crosscheck(ns_config_t *ptr, char *errstr, int check_dn)
1122 (void) snprintf(errstr, MAXERROR,
1132 (void) snprintf(errstr, MAXERROR,
1144 (void) snprintf(errstr, MAXERROR,
1155 (void) snprintf(errstr, MAXERROR,
1164 (void) snprintf(errstr, MAXERROR,
1190 (void) snprintf(errstr, MAXERROR,
1199 (void) snprintf(errstr, MAXERROR,
1244 (void) snprintf(errstr, MAXERROR,
1251 (void) snprintf(errstr, MAXERROR,
1378 char errstr[MAXERROR];
1381 (void) snprintf(errstr, sizeof (errstr), gettext(
1383 MKERROR(LOG_ERR, *error, NS_CONFIG_SYNTAX, strdup(errstr),
1491 * Size of errstr buffer needs to be MAXERROR.
1494 verify_value(ns_config_t *cfg, char *name, char *value, char *errstr)
1503 (void) snprintf(errstr, MAXERROR,
1556 (void) snprintf(errstr, MAXERROR,
1573 (void) snprintf(errstr, MAXERROR,
1596 (void) snprintf(errstr, MAXERROR,
1642 char errstr[2 * MAXERROR];
1653 (void) snprintf(errstr, sizeof (errstr),
1656 MKERROR(LOG_ERR, *error, NS_CONFIG_SYNTAX, strdup(errstr),
1698 (void) snprintf(errstr, sizeof (errstr),
1703 strdup(errstr), NULL);
1720 (void) snprintf(errstr, sizeof (errstr),
1725 strdup(errstr), NULL);
1749 (void) snprintf(errstr, sizeof (errstr),
1754 strdup(errstr), NULL);
1857 (void) snprintf(errstr, sizeof (errstr),
1862 strdup(errstr), NULL);
1969 (void) snprintf(errstr, sizeof (errstr),
1974 strdup(errstr), NULL);
2210 (void) snprintf(errstr, sizeof (errstr),
2217 strdup(errstr), NULL);
2238 (void) snprintf(errstr, sizeof (errstr),
2242 strdup(errstr), NULL);
2283 (void) snprintf(errstr, sizeof (errstr),
2289 strdup(errstr), NULL);
2310 (void) snprintf(errstr, sizeof (errstr),
2314 strdup(errstr), NULL);
2328 (void) snprintf(errstr, sizeof (errstr),
2333 strdup(errstr), NULL);
2383 (void) snprintf(errstr,
2384 sizeof (errstr),
2392 strdup(errstr),
2397 (void) snprintf(errstr,
2398 sizeof (errstr),
2407 strdup(errstr),
2493 (void) snprintf(errstr,
2494 sizeof (errstr),
2502 strdup(errstr),
2571 (void) snprintf(errstr,
2572 sizeof (errstr),
2580 strdup(errstr),
2585 (void) snprintf(errstr,
2586 sizeof (errstr),
2594 strdup(errstr),
2620 (void) snprintf(errstr, sizeof (errstr),
2623 MKERROR(LOG_ERR, *error, NS_CONFIG_SYNTAX, strdup(errstr),
2636 if ((*def->ns_verify)(type, def, &conf, errstr) != NS_SUCCESS) {
2639 (void) snprintf(errstr, sizeof (errstr),
2640 gettext("%s"), errstr);
2642 strdup(errstr), NULL);
2705 char errstr[2 * MAXERROR];
2730 (void) snprintf(errstr, sizeof (errstr),
2733 MKERROR(LOG_WARNING, *error, NS_CONFIG_SYNTAX, strdup(errstr),
2753 (void) snprintf(errstr, sizeof (errstr),
2759 strdup(errstr), NULL);
2923 char errstr[2 * MAXERROR];
2952 (void) snprintf(errstr, sizeof (errstr),
2959 strdup(errstr), NULL);
2977 (void) snprintf(errstr, sizeof (errstr),
2980 strdup(errstr), NULL);
3287 char errstr[MAXERROR];
3317 (void) snprintf(errstr, sizeof (errstr),
3322 strdup(errstr), NULL);
3365 char errstr[MAXERROR];
3389 (void) snprintf(errstr, MAXERROR,
3393 strdup(errstr), NULL);
3404 (void) snprintf(errstr, MAXERROR,
3408 strdup(errstr), NULL);
3427 char errstr[MAXERROR], errbuf[MAXERROR];
3460 (void) snprintf(errstr, sizeof (errstr),
3469 (void) snprintf(errstr, sizeof (errstr),
3473 (void) snprintf(errstr, sizeof (errstr),
3480 strdup(errstr), NULL);
3493 if (__s_api_crosscheck(ptr, errstr, B_TRUE) != NS_SUCCESS) {
3495 MKERROR(LOG_WARNING, *errorp, NS_CONFIG_SYNTAX, strdup(errstr),