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

/opensolaris-onvv-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_conf.h53 #define COLON_CHAR ':' macro
94 (c) == COLON_CHAR || \
H A Dnis_parse_ldap_map.c108 if (*s == COLON_CHAR)
111 if (s == attrib_end || *attrib_val == COLON_CHAR) {
387 if (*s == COLON_CHAR) {
431 if (*s == COLON_CHAR)
532 if (s + 1 >= s_end || *s++ != COLON_CHAR) {
553 if (s >= s_end || *s++ != COLON_CHAR) {
2188 case COLON_CHAR:
H A Dnis_parse_ldap_util.c1784 } else if (*s == COLON_CHAR) {
1812 *s == COLON_CHAR)
1891 *s == CLOSE_PAREN_CHAR || *s == COLON_CHAR) {
1909 *s == COLON_CHAR || *s == OPEN_BRACKET ||
/opensolaris-onvv-gate/usr/src/lib/libnisdb/yptol/
H A Dshim_changepasswd.c80 #define COLON_CHAR ':' macro
894 while ((str_end + 1 != p) && (COLON_CHAR != *p)) {
984 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 77 milliseconds