Home
last modified time | relevance | path

Searched refs:SINGLE_QUOTE_CHAR (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_map.c207 while (*s != SINGLE_QUOTE_CHAR) in add_mapping_attribute()
209 if (*s == SINGLE_QUOTE_CHAR && in add_mapping_attribute()
210 *(s+2) == SINGLE_QUOTE_CHAR) { in add_mapping_attribute()
212 } else if (*s == SINGLE_QUOTE_CHAR && in add_mapping_attribute()
213 *(s+1) == SINGLE_QUOTE_CHAR) { in add_mapping_attribute()
H A Dnis_parse_ldap_conf.h61 #define SINGLE_QUOTE_CHAR '\'' macro
H A Dnis_parse_ldap_conf.c780 *s == SINGLE_QUOTE_CHAR) { in get_file_attr_val()