Searched refs:bid_keyword_list (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13-stable/contrib/libarchive/libarchive/ |
| HD | archive_read_support_format_mtree.c | 524 bid_keyword_list(const char *p, ssize_t len, int unset, int last_is_path) in bid_keyword_list() function 662 return (bid_keyword_list(pp, ll, 0, *last_is_path)); in bid_entry() 728 if (bid_keyword_list(p, len, 0, 0) <= 0) in detect_form() 771 if (bid_keyword_list(p+4, len-4, 0, 0) <= 0) in detect_form() 777 if (bid_keyword_list(p+6, len-6, 1, 0) <= 0) in detect_form()
|