Searched refs:nullSeparator (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/contrib/libarchive/libarchive_fe/
H A Dline_reader.h33 struct lafe_line_reader *lafe_line_reader(const char *, int nullSeparator);
H A Dline_reader.c55 int nullSeparator; /* Lines separated by null, not CR/CRLF/etc. */ member in struct:lafe_line_reader
59 lafe_line_reader(const char *pathname, int nullSeparator) argument
67 lr->nullSeparator = nullSeparator;
87 lr->nullSeparator ? "" : "\x0d\x0a");
104 if (lr->nullSeparator || line_start[0] != '\0')
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_match.c352 const char *pathname, int nullSeparator)
361 nullSeparator);
366 const wchar_t *pathname, int nullSeparator)
375 nullSeparator);
418 const char *pathname, int nullSeparator)
427 nullSeparator);
432 const wchar_t *pathname, int nullSeparator)
441 nullSeparator);
593 int mbs, const void *pathname, int nullSeparator)
647 if (nullSeparator) {
351 archive_match_exclude_pattern_from_file(struct archive *_a, const char *pathname, int nullSeparator) argument
365 archive_match_exclude_pattern_from_file_w(struct archive *_a, const wchar_t *pathname, int nullSeparator) argument
417 archive_match_include_pattern_from_file(struct archive *_a, const char *pathname, int nullSeparator) argument
431 archive_match_include_pattern_from_file_w(struct archive *_a, const wchar_t *pathname, int nullSeparator) argument
592 add_pattern_from_file(struct archive_match *a, struct match_list *mlist, int mbs, const void *pathname, int nullSeparator) argument
[all...]

Completed in 208 milliseconds