Home
last modified time | relevance | path

Searched refs:nullSeparator (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/libarchive/libarchive_fe/
H A Dline_reader.c55 int nullSeparator; /* Lines separated by null, not CR/CRLF/etc. */ member
59 lafe_line_reader(const char *pathname, int nullSeparator) in lafe_line_reader() argument
67 lr->nullSeparator = nullSeparator; in lafe_line_reader()
87 lr->nullSeparator ? "" : "\x0d\x0a"); in lafe_line_reader_find_eol()
104 if (lr->nullSeparator || line_start[0] != '\0') in lafe_line_reader_next()
H A Dline_reader.h31 struct lafe_line_reader *lafe_line_reader(const char *, int nullSeparator);
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_match.c352 const char *pathname, int nullSeparator) in archive_match_exclude_pattern_from_file() argument
361 nullSeparator); in archive_match_exclude_pattern_from_file()
366 const wchar_t *pathname, int nullSeparator) in archive_match_exclude_pattern_from_file_w() argument
375 nullSeparator); in archive_match_exclude_pattern_from_file_w()
418 const char *pathname, int nullSeparator) in archive_match_include_pattern_from_file() argument
427 nullSeparator); in archive_match_include_pattern_from_file()
432 const wchar_t *pathname, int nullSeparator) in archive_match_include_pattern_from_file_w() argument
441 nullSeparator); in archive_match_include_pattern_from_file_w()
593 int mbs, const void *pathname, int nullSeparator) in add_pattern_from_file() argument
647 if (nullSeparator) { in add_pattern_from_file()