Searched refs:COLON_CHAR (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_conf.h48 #define COLON_CHAR ':' macro
89 (c) == COLON_CHAR || \
H A Dnis_parse_ldap_map.c109 if (*s == COLON_CHAR)
112 if (s == attrib_end || *attrib_val == COLON_CHAR) {
383 if (*s == COLON_CHAR) {
427 if (*s == COLON_CHAR)
528 if (s + 1 >= s_end || *s++ != COLON_CHAR) {
549 if (s >= s_end || *s++ != COLON_CHAR) {
2168 case COLON_CHAR:
H A Dnis_parse_ldap_util.c1781 } else if (*s == COLON_CHAR) {
1809 *s == COLON_CHAR)
1888 *s == CLOSE_PAREN_CHAR || *s == COLON_CHAR) {
1906 *s == COLON_CHAR || *s == OPEN_BRACKET ||
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Dshim_changepasswd.c78 #define COLON_CHAR ':' macro
893 while ((str_end + 1 != p) && (COLON_CHAR != *p)) {
983 char sep_str[2] = {COLON_CHAR, '\0'};
1301 sp->sp_namp, COLON_CHAR,
1302 sp->sp_lstchg, COLON_CHAR,
1303 sp->sp_min, COLON_CHAR,
1304 sp->sp_max, COLON_CHAR,
1305 sp->sp_warn, COLON_CHAR,
1306 sp->sp_inact, COLON_CHAR,
1307 sp->sp_expire, COLON_CHAR,
[all...]

Completed in 36 milliseconds