Searched refs:parse_err_msg (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/ldap/ns_ldap/ |
H A D | ldapaddent.c | 74 char parse_err_msg [PARSE_ERR_MSG_LEN]; variable 616 (void) strlcpy(parse_err_msg, gettext("line too long"), in genent_hosts() 651 (void) strlcpy(parse_err_msg, gettext("no host"), in genent_hosts() 658 (void) strlcpy(parse_err_msg, gettext("Internal error"), in genent_hosts() 661 (void) snprintf(parse_err_msg, sizeof (parse_err_msg), in genent_hosts() 672 (void) fprintf(stderr, "%s\n", parse_err_msg); in genent_hosts() 686 (void) strlcpy(parse_err_msg, gettext("no cname"), in genent_hosts() 874 (void) strlcpy(parse_err_msg, gettext("line too long"), in genent_rpc() 902 (void) strlcpy(parse_err_msg, gettext("no number"), in genent_rpc() 914 (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()
|