Searched refs:nullSeparator (Results 1 – 3 of 3) sorted by relevance
53 int nullSeparator; /* Lines separated by null, not CR/CRLF/etc. */ member57 lafe_line_reader(const char *pathname, int nullSeparator) in lafe_line_reader() argument65 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()
33 struct lafe_line_reader *lafe_line_reader(const char *, int nullSeparator);
355 const char *pathname, int nullSeparator) in archive_match_exclude_pattern_from_file() argument364 nullSeparator); in archive_match_exclude_pattern_from_file()369 const wchar_t *pathname, int nullSeparator) in archive_match_exclude_pattern_from_file_w() argument378 nullSeparator); in archive_match_exclude_pattern_from_file_w()421 const char *pathname, int nullSeparator) in archive_match_include_pattern_from_file() argument430 nullSeparator); in archive_match_include_pattern_from_file()435 const wchar_t *pathname, int nullSeparator) in archive_match_include_pattern_from_file_w() argument444 nullSeparator); in archive_match_include_pattern_from_file_w()598 int mbs, const void *pathname, int nullSeparator) in add_pattern_from_file() argument653 if (nullSeparator) { in add_pattern_from_file()