Lines Matching defs:errstr

95 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, boolean_t check_dn,
1123 (void) snprintf(errstr, MAXERROR,
1133 (void) snprintf(errstr, MAXERROR,
1145 (void) snprintf(errstr, MAXERROR,
1156 (void) snprintf(errstr, MAXERROR,
1165 (void) snprintf(errstr, MAXERROR,
1191 (void) snprintf(errstr, MAXERROR,
1200 (void) snprintf(errstr, MAXERROR,
1218 (void) snprintf(errstr, MAXERROR,
1226 (void) snprintf(errstr, MAXERROR,
1268 (void) snprintf(errstr, MAXERROR,
1275 (void) snprintf(errstr, MAXERROR,
1402 char errstr[MAXERROR];
1405 (void) snprintf(errstr, sizeof (errstr), gettext(
1407 MKERROR(LOG_ERR, *error, NS_CONFIG_SYNTAX, strdup(errstr),
1515 * Size of errstr buffer needs to be MAXERROR.
1518 verify_value(ns_config_t *cfg, char *name, char *value, char *errstr)
1527 (void) snprintf(errstr, MAXERROR,
1580 (void) snprintf(errstr, MAXERROR,
1597 (void) snprintf(errstr, MAXERROR,
1620 (void) snprintf(errstr, MAXERROR,
1666 char errstr[2 * MAXERROR];
1677 (void) snprintf(errstr, sizeof (errstr),
1680 MKERROR(LOG_ERR, *error, NS_CONFIG_SYNTAX, strdup(errstr),
1722 (void) snprintf(errstr, sizeof (errstr),
1727 strdup(errstr), NULL);
1744 (void) snprintf(errstr, sizeof (errstr),
1749 strdup(errstr), NULL);
1773 (void) snprintf(errstr, sizeof (errstr),
1778 strdup(errstr), NULL);
1881 (void) snprintf(errstr, sizeof (errstr),
1886 strdup(errstr), NULL);
1993 (void) snprintf(errstr, sizeof (errstr),
1998 strdup(errstr), NULL);
2234 (void) snprintf(errstr, sizeof (errstr),
2241 strdup(errstr), NULL);
2262 (void) snprintf(errstr, sizeof (errstr),
2266 strdup(errstr), NULL);
2307 (void) snprintf(errstr, sizeof (errstr),
2313 strdup(errstr), NULL);
2334 (void) snprintf(errstr, sizeof (errstr),
2338 strdup(errstr), NULL);
2352 (void) snprintf(errstr, sizeof (errstr),
2357 strdup(errstr), NULL);
2407 (void) snprintf(errstr,
2408 sizeof (errstr),
2416 strdup(errstr),
2421 (void) snprintf(errstr,
2422 sizeof (errstr),
2431 strdup(errstr),
2517 (void) snprintf(errstr,
2518 sizeof (errstr),
2526 strdup(errstr),
2595 (void) snprintf(errstr,
2596 sizeof (errstr),
2604 strdup(errstr),
2609 (void) snprintf(errstr,
2610 sizeof (errstr),
2618 strdup(errstr),
2644 (void) snprintf(errstr, sizeof (errstr),
2647 MKERROR(LOG_ERR, *error, NS_CONFIG_SYNTAX, strdup(errstr),
2660 if ((*def->ns_verify)(type, def, &conf, errstr) != NS_SUCCESS) {
2663 (void) snprintf(errstr, sizeof (errstr),
2664 gettext("%s"), errstr);
2666 strdup(errstr), NULL);
2729 char errstr[2 * MAXERROR];
2754 (void) snprintf(errstr, sizeof (errstr),
2757 MKERROR(LOG_WARNING, *error, NS_CONFIG_SYNTAX, strdup(errstr),
2777 (void) snprintf(errstr, sizeof (errstr),
2783 strdup(errstr), NULL);
2947 char errstr[2 * MAXERROR];
2976 (void) snprintf(errstr, sizeof (errstr),
2983 strdup(errstr), NULL);
3001 (void) snprintf(errstr, sizeof (errstr),
3004 strdup(errstr), NULL);
3311 char errstr[MAXERROR];
3341 (void) snprintf(errstr, sizeof (errstr),
3346 strdup(errstr), NULL);
3389 char errstr[MAXERROR];
3413 (void) snprintf(errstr, MAXERROR,
3417 strdup(errstr), NULL);
3428 (void) snprintf(errstr, MAXERROR,
3432 strdup(errstr), NULL);
3451 char errstr[MAXERROR], errbuf[MAXERROR];
3484 (void) snprintf(errstr, sizeof (errstr),
3493 (void) snprintf(errstr, sizeof (errstr),
3497 (void) snprintf(errstr, sizeof (errstr),
3504 strdup(errstr), NULL);
3517 if (__s_api_crosscheck(ptr, errstr, B_TRUE, B_FALSE) != NS_SUCCESS) {
3519 MKERROR(LOG_WARNING, *errorp, NS_CONFIG_SYNTAX, strdup(errstr),