Searched defs: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 */ 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';
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dshim_changepasswd.c888 char *p, *tok_start, *tok_end; local
895 tok_end = p;
899 tok_end = p;
905 *op = am(myself, tok_end - tok_start + 2);
911 strncpy(*op, tok_start, tok_end - tok_start + 1);
914 (*op)[tok_end - tok_start + 1] = '\0';

Completed in 61 milliseconds