Home
last modified time | relevance | path

Searched refs:COMMA_CHAR (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_yp_util.c156 if (!strchr(in->dbId, COMMA_CHAR) && strchr(out->dbId, COMMA_CHAR)) in merge_table_mapping()
462 dom = strchr(t->dbId, COMMA_CHAR); in second_parser_pass()
1173 else if (strchr(maps, COMMA_CHAR)) { in getfullmapname()
1221 if (strchr(mapname, COMMA_CHAR)) in checkfullmapname()
1272 if (strchr(tmp_map->dbId, COMMA_CHAR)) { in append_domainContext()
H A Dnis_parse_ldap_util.c1108 if (len == 0 || s[len - 1] != COMMA_CHAR) { in append_comma()
1111 s[len] = COMMA_CHAR; in append_comma()
1140 if (len > 0 && (*dn)[len-1] == COMMA_CHAR) { in make_full_dn()
1172 if (len > 0 && (dn->read.base)[len-1] == COMMA_CHAR) { in make_fqdn()
1890 } else if (*s == EQUAL_CHAR || *s == COMMA_CHAR || in get_next_token()
1894 else if (*s == COMMA_CHAR) in get_next_token()
1908 *s == OPEN_PAREN_CHAR || *s == COMMA_CHAR || in get_next_token()
1961 match = c == COMMA_CHAR; in skip_token()
2395 } else if (*s == COMMA_CHAR) { in get_ava_list()
H A Dnis_parse_ldap_conf.h45 #define COMMA_CHAR ',' macro
90 (c) == COMMA_CHAR || \
H A Dnis_parse_ldap_map.c131 if (strchr(tmp_dbId, COMMA_CHAR)) { in add_mapping_attribute()
658 while (name_s < name_s_end && *name_s != COMMA_CHAR) in parse_name_fields()
709 if (*name_s == COMMA_CHAR) in parse_name_fields()
2190 case COMMA_CHAR: in skip_get_dn()
2198 last_comma = *dn == COMMA_CHAR; in skip_get_dn()