Searched refs:parse_keyword (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | configfile.c | 1178 txt = parse_keyword(opts, txt+len, pType); in parse_attrs() 1239 parse_keyword(tOptions * opts, char const * txt, tOptionValue * typ) in parse_keyword() function
|
H A D | proto.h | 93 parse_keyword(tOptions * opts, char const * txt, tOptionValue * typ);
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_mtree.c | 129 static int parse_keyword(struct archive_read *, struct mtree *, 1427 r1 = parse_keyword(a, mtree, entry, iter, parsed_kws); in parse_line() 1601 parse_keyword(struct archive_read *a, struct mtree *mtree, in parse_keyword() function
|