Home
last modified time | relevance | path

Searched refs:parse_keyword (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/ntp/sntp/libopts/
H A Dconfigfile.c66 parse_keyword(tOptions * opts, char const * txt, tOptionValue * typ);
1222 txt = parse_keyword(opts, txt+len, pType); in parse_attrs()
1283 parse_keyword(tOptions * opts, char const * txt, tOptionValue * typ) in parse_keyword() function
/freebsd-13.1/contrib/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c130 static int parse_keyword(struct archive_read *, struct mtree *,
1412 r1 = parse_keyword(a, mtree, entry, iter, parsed_kws); in parse_line()
1586 parse_keyword(struct archive_read *a, struct mtree *mtree, in parse_keyword() function