Searched refs:parse_err_msg (Results 1 – 3 of 3) sorted by relevance
| /titanic_41/usr/src/cmd/ldap/ns_ldap/ |
| H A D | ldapaddent.c | 74 char parse_err_msg [PARSE_ERR_MSG_LEN]; variable 614 (void) strlcpy(parse_err_msg, gettext("line too long"), in genent_hosts() 649 (void) strlcpy(parse_err_msg, gettext("no host"), in genent_hosts() 656 (void) strlcpy(parse_err_msg, gettext("Internal error"), in genent_hosts() 659 (void) snprintf(parse_err_msg, sizeof (parse_err_msg), in genent_hosts() 670 (void) fprintf(stderr, "%s\n", parse_err_msg); in genent_hosts() 684 (void) strlcpy(parse_err_msg, gettext("no cname"), in genent_hosts() 872 (void) strlcpy(parse_err_msg, gettext("line too long"), in genent_rpc() 900 (void) strlcpy(parse_err_msg, gettext("no number"), in genent_rpc() 912 (void) strlcpy(parse_err_msg, gettext("no number"), in genent_rpc() [all …]
|
| H A D | ldapaddent.h | 56 extern char parse_err_msg[PARSE_ERR_MSG_LEN];
|
| H A D | ldapaddrbac.c | 82 (void) strcpy(parse_err_msg, "line too long"); in genent_attr()
|