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

/opensolaris-onvv-gate/usr/src/cmd/mailx/
H A Dcmd2.c415 register char *tok_end; /* end of last token */ local
438 tok_beg = tok_end = NOSTR;
444 tok_end = p - 1;
457 for (tok_beg = p, tok_end = NOSTR, p++;
470 tok_end = p;
478 tok_end = NOSTR;
497 tok_end = p - 1;
499 if (tok_beg != NOSTR && tok_end != NOSTR) {
506 tok_end[1] = '\0';
/opensolaris-onvv-gate/usr/src/lib/libnisdb/yptol/
H A Dshim_changepasswd.c885 char *p, *tok_start, *tok_end; local
892 tok_end = p;
896 tok_end = p;
902 *op = am(myself, tok_end - tok_start + 2);
908 strncpy(*op, tok_start, tok_end - tok_start + 1);
911 (*op)[tok_end - tok_start + 1] = '\0';

Completed in 48 milliseconds