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

  /src/external/bsd/unbound/dist/testcode/
replay.c 76 parse_keyword(char** line, const char* keyword) function
163 if(parse_keyword(&parse, "ADDRESS")) {
177 if(parse_keyword(&parse, "RANGE_END")) {
208 if(!parse_keyword(&remain, "FILE_BEGIN"))
271 if(parse_keyword(&remain, "NOTHING")) {
273 } else if(parse_keyword(&remain, "QUERY")) {
279 } else if(parse_keyword(&remain, "CHECK_ANSWER")) {
282 } else if(parse_keyword(&remain, "CHECK_OUT_QUERY")) {
285 } else if(parse_keyword(&remain, "REPLY")) {
288 } else if(parse_keyword(&remain, "TIMEOUT"))
    [all...]
  /src/external/bsd/ntp/dist/sntp/libopts/
configfile.c 1180 txt = parse_keyword(opts, txt+len, pType);
1241 parse_keyword(tOptions * opts, char const * txt, tOptionValue * typ) function
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_mtree.c 130 static int parse_keyword(struct archive_read *, struct mtree *,
1430 r1 = parse_keyword(a, mtree, entry, iter, parsed_kws);
1604 parse_keyword(struct archive_read *a, struct mtree *mtree, function

Completed in 24 milliseconds