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);
366 const char *pathname, int nullSeparator) in archive_match_exclude_pattern_from_file() argument375 nullSeparator); in archive_match_exclude_pattern_from_file()380 const wchar_t *pathname, int nullSeparator) in archive_match_exclude_pattern_from_file_w() argument389 nullSeparator); in archive_match_exclude_pattern_from_file_w()432 const char *pathname, int nullSeparator) in archive_match_include_pattern_from_file() argument441 nullSeparator); in archive_match_include_pattern_from_file()446 const wchar_t *pathname, int nullSeparator) in archive_match_include_pattern_from_file_w() argument455 nullSeparator); in archive_match_include_pattern_from_file_w()613 int mbs, const void *pathname, int nullSeparator) in add_pattern_from_file() argument669 if (nullSeparator) { in add_pattern_from_file()