Searched refs:begin_token (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_map.c96 const char *begin_token; local
235 begin_token = s;
243 s_strndup(begin_token, s - begin_token);
602 const char *begin_token; local
662 begin_token = name_s++;
665 &begin_token, &end_token, &token);
681 name_s = get_mapping_item(begin_token, name_s_end,
1033 const char *begin_token; local
1061 begin_token
1143 const char *begin_token; local
1246 const char *begin_token; local
1371 const char *begin_token; local
1443 const char *begin_token; local
1593 const char *begin_token; local
1717 const char *begin_token; local
1836 const char *begin_token; local
1928 const char *begin_token; local
2229 const char *begin_token; local
2282 const char *begin_token; local
2566 const char *begin_token; local
[all...]
H A Dnis_parse_ldap_util.c1847 get_next_token(const char **begin_token, const char **end_token, token_type *t) argument
1849 const char *s = *begin_token;
1863 *begin_token = s;
1885 *begin_token = s_begin + 1;
1897 *begin_token = s;
1918 *begin_token = s_begin;

Completed in 36 milliseconds