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

/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_map.c96 const char *begin_token; local
234 begin_token = s;
242 s_strndup(begin_token, s - begin_token);
603 const char *begin_token; local
663 begin_token = name_s++;
666 &begin_token, &end_token, &token);
682 name_s = get_mapping_item(begin_token, name_s_end,
1034 const char *begin_token; local
1062 begin_token
1144 const char *begin_token; local
1247 const char *begin_token; local
1372 const char *begin_token; local
1444 const char *begin_token; local
1594 const char *begin_token; local
1718 const char *begin_token; local
1853 const char *begin_token; local
1945 const char *begin_token; local
2246 const char *begin_token; local
2299 const char *begin_token; local
2582 const char *begin_token; local
[all...]
H A Dnis_parse_ldap_util.c1850 get_next_token(const char **begin_token, const char **end_token, token_type *t) argument
1852 const char *s = *begin_token;
1866 *begin_token = s;
1888 *begin_token = s_begin + 1;
1900 *begin_token = s;
1921 *begin_token = s_begin;

Completed in 64 milliseconds