Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dshim_changepasswd.c888 char *p, *tok_start, *tok_end; in get_next_token() local
894 tok_start = p; in get_next_token()
905 *op = am(myself, tok_end - tok_start + 2); in get_next_token()
911 strncpy(*op, tok_start, tok_end - tok_start + 1); in get_next_token()
914 (*op)[tok_end - tok_start + 1] = '\0'; in get_next_token()