HomeSort by: relevance | last modified time | path
    Searched defs:get_next_token (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/dhcp/dist/common/
conflex.c 252 * in turn calls get_next_token, which does *not* return tokens for
321 * The get_next_token() function consumes the next token and
329 get_next_token(const char **rval, unsigned *rlen, function
375 return get_next_token(rval, rlen, cfile, ISC_FALSE);
386 return get_next_token(rval, rlen, cfile, ISC_TRUE);
  /src/external/mpl/dhcp/dist/keama/
conflex.c 237 * in turn calls get_next_token, which does *not* return tokens for
306 * The get_next_token() function consumes the next token and
314 get_next_token(const char **rval, unsigned *rlen, function
356 return get_next_token(rval, rlen, cfile, ISC_FALSE);
367 return get_next_token(rval, rlen, cfile, ISC_TRUE);

Completed in 22 milliseconds