Searched refs:commentChar (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/
H A Dldap_parse.h563 * commentChar NIS map comment character
628 * '#', commentChar
656 char commentChar; member in struct:__anon1971
H A Dnis_parse_ldap_yp_util.c83 mapping->commentChar = DEFAULT_COMMENT_CHAR;
173 if (out->commentChar == DEFAULT_COMMENT_CHAR &&
174 in->commentChar != DEFAULT_COMMENT_CHAR)
175 out->commentChar = in->commentChar;
1108 if (t->commentChar !=
H A Dnis_parse_ldap_map.c197 if (t_mapping->commentChar !=
212 t_mapping->commentChar = *(s+1);
215 t_mapping->commentChar = NULL;
H A Dnis_parse_ldap_util.c290 if (mapping->commentChar != NULL)
291 mapping->commentChar = NULL;
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Ddit_access_utils.c329 if (t->commentChar != '\0') {
335 if (dptr[i] == t->commentChar) {
826 if (t->commentChar != '\0' &&
829 commentSep[1] = t->commentChar;

Completed in 4479 milliseconds