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

  /src/external/mpl/dhcp/dist/common/
conflex.c 391 * The do_peek_token() function checks the next token without
400 do_peek_token(const char **rval, unsigned int *rlen, function
449 return do_peek_token(rval, rlen, cfile, ISC_FALSE);
460 return do_peek_token(rval, rlen, cfile, ISC_TRUE);
  /src/external/mpl/dhcp/dist/keama/
conflex.c 372 * The do_peek_token() function checks the next token without
381 do_peek_token(const char **rval, unsigned int *rlen, function
427 return do_peek_token(rval, rlen, cfile, ISC_FALSE);
438 return do_peek_token(rval, rlen, cfile, ISC_TRUE);

Completed in 16 milliseconds