Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_map.c42 static char *getIndex(const char **s_cur, const char *end_s);
54 static const char *get_lhs(const char *s, const char *end_s,
56 static const char *get_lhs_match(const char *s, const char *end_s,
58 static const char *get_lhs_paren_item(const char *s, const char *end_s,
60 static const char *get_rhs(const char *s, const char *end_s,
62 static const char *get_mapping_item(const char *s, const char *end_s,
65 const char *end_s, char *fmt_string, __nis_mapping_element_t *e,
67 static const char *get_subElement(const char *s, const char *end_s,
1033 const char *end_s = s + len; in get_mapping_rule() local
1057 s = get_lhs(s, end_s, &next->lhs, in get_mapping_rule()
[all …]
H A Dnis_parse_ldap_conf.c95 const char **begin_s, const char **end_s);
253 const char *end_s; in parse_ldap_cmd_line() local
262 *cmdline_options, &begin_s, &end_s); in parse_ldap_cmd_line()
271 begin_s, end_s - begin_s, config_info); in parse_ldap_cmd_line()
274 begin_s, end_s - begin_s, proxy_info); in parse_ldap_cmd_line()
277 begin_s, end_s - begin_s, nis_config, in parse_ldap_cmd_line()
281 begin_s, end_s - begin_s, table_mapping); in parse_ldap_cmd_line()
508 get_attrib_num_cmdline(const char *s, const char **begin_s, const char **end_s) in get_attrib_num_cmdline() argument
544 *end_s = s_end; in get_attrib_num_cmdline()
1249 const char *end_s; in is_cmd_line_option() local
[all …]
H A Dnis_parse_ldap_util.c1853 const char *end_s = *end_token; in get_next_token() local
1856 while (s < end_s && is_whitespace(*s)) in get_next_token()
1858 if (s == end_s) { in get_next_token()
1869 while (s < end_s && is_whitespace(*s)) in get_next_token()
1874 while (s < end_s) { in get_next_token()
1882 if (s >= end_s) { in get_next_token()
1904 while (s < end_s && !is_whitespace(*s)) { in get_next_token()
1915 if (s > end_s) { in get_next_token()
1924 while (s < end_s && is_whitespace(*s)) in get_next_token()
1944 skip_token(const char *s, const char *end_s, token_type t) in skip_token() argument
[all …]
H A Dnis_parse_ldap_conf.h614 extern const char *get_search_triple(const char *s, const char *end_s,
616 extern bool_t parse_index(const char *s, const char *end_s,
620 extern const char *skip_token(const char *s, const char *end_s,