Searched refs:COLON_CHAR (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libnisdb/yptol/ |
H A D | shim_changepasswd.c | 84 #define COLON_CHAR ':' macro 897 while ((str_end + 1 != p) && (COLON_CHAR != *p)) { in get_next_token() 987 char sep_str[2] = {COLON_CHAR, '\0'}; in create_pwd_str() 1303 sp->sp_namp, COLON_CHAR, in write_shadow_info() 1304 sp->sp_lstchg, COLON_CHAR, in write_shadow_info() 1305 sp->sp_min, COLON_CHAR, in write_shadow_info() 1306 sp->sp_max, COLON_CHAR, in write_shadow_info() 1307 sp->sp_warn, COLON_CHAR, in write_shadow_info() 1308 sp->sp_inact, COLON_CHAR, in write_shadow_info() 1309 sp->sp_expire, COLON_CHAR, in write_shadow_info()
|
/titanic_50/usr/src/lib/libnisdb/ |
H A D | nis_parse_ldap_conf.h | 53 #define COLON_CHAR ':' macro 94 (c) == COLON_CHAR || \
|
H A D | nis_parse_ldap_map.c | 108 if (*s == COLON_CHAR) in add_mapping_attribute() 111 if (s == attrib_end || *attrib_val == COLON_CHAR) { in add_mapping_attribute() 384 if (*s == COLON_CHAR) { in add_ypdomains_attribute() 428 if (*s == COLON_CHAR) in add_ypdomains_attribute() 529 if (s + 1 >= s_end || *s++ != COLON_CHAR) { in get_ttls() 550 if (s >= s_end || *s++ != COLON_CHAR) { in get_ttls() 2185 case COLON_CHAR: in skip_get_dn()
|
H A D | nis_parse_ldap_util.c | 1784 } else if (*s == COLON_CHAR) { in get_next_object_dn_token() 1812 *s == COLON_CHAR) in get_next_object_dn_token() 1891 *s == CLOSE_PAREN_CHAR || *s == COLON_CHAR) { in get_next_token() 1909 *s == COLON_CHAR || *s == OPEN_BRACKET || in get_next_token()
|