Home | History | Annotate | Download | only in shared

Lines Matching full:token

666 *  string      (mod) Ptr to string ptr, updated by token.
668 * tokdelim (out) Character that delimits the returned token. (May
669 * be set to NULL if token delimiter is not required).
671 * Returns: Pointer to the next token found. NULL when no more tokens are found.
683 /* Prime the token delimiter */
700 /* Find beginning of token (skip over leading delimiters). Note that
701 * there is no token iff this loop sets str to point to the terminal
710 /* Find the end of the token. If it is not the end of the string,
726 /* Determine if a token has been found. */