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()85 lr->nullSeparator ? "" : "\x0d\x0a"); in lafe_line_reader_find_eol()102 if (lr->nullSeparator || line_start[0] != '\0') in lafe_line_reader_next()
33 struct lafe_line_reader *lafe_line_reader(const char *, int nullSeparator);
351 const char *pathname, int nullSeparator) in archive_match_exclude_pattern_from_file() argument360 nullSeparator); in archive_match_exclude_pattern_from_file()365 const wchar_t *pathname, int nullSeparator) in archive_match_exclude_pattern_from_file_w() argument374 nullSeparator); in archive_match_exclude_pattern_from_file_w()417 const char *pathname, int nullSeparator) in archive_match_include_pattern_from_file() argument426 nullSeparator); in archive_match_include_pattern_from_file()431 const wchar_t *pathname, int nullSeparator) in archive_match_include_pattern_from_file_w() argument440 nullSeparator); in archive_match_include_pattern_from_file_w()592 int mbs, const void *pathname, int nullSeparator) in add_pattern_from_file() argument647 if (nullSeparator) { in add_pattern_from_file()