Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mailx/
H A Dcmd2.c415 register char *tok_end; /* end of last token */ in snarf() local
438 tok_beg = tok_end = NOSTR; in snarf()
444 tok_end = p - 1; in snarf()
457 for (tok_beg = p, tok_end = NOSTR, p++; in snarf()
470 tok_end = p; in snarf()
478 tok_end = NOSTR; in snarf()
497 tok_end = p - 1; in snarf()
499 if (tok_beg != NOSTR && tok_end != NOSTR) { in snarf()
506 tok_end[1] = '\0'; in snarf()
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dshim_changepasswd.c888 char *p, *tok_start, *tok_end; in get_next_token() local
895 tok_end = p; in get_next_token()
899 tok_end = 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()