Searched refs:nullSeparator (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/libarchive/libarchive_fe/ |
H A D | line_reader.c | 53 int nullSeparator; /* Lines separated by null, not CR/CRLF/etc. */ 57 lafe_line_reader(const char *pathname, int nullSeparator) 65 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() 55 int nullSeparator; /* Lines separated by null, not CR/CRLF/etc. */ global() member 59 lafe_line_reader(const char * pathname,int nullSeparator) lafe_line_reader() argument
|
H A D | line_reader.h | 33 struct lafe_line_reader *lafe_line_reader(const char *, int nullSeparator);
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_match.c | 351 const char *pathname, int nullSeparator) in archive_match_exclude_pattern_from_file() argument 360 nullSeparator); in archive_match_exclude_pattern_from_file() 365 const wchar_t *pathname, int nullSeparator) in archive_match_exclude_pattern_from_file_w() argument 374 nullSeparator); in archive_match_exclude_pattern_from_file_w() 417 const char *pathname, int nullSeparator) in archive_match_include_pattern_from_file() argument 426 nullSeparator); in archive_match_include_pattern_from_file() 431 const wchar_t *pathname, int nullSeparator) in archive_match_include_pattern_from_file_w() argument 440 nullSeparator); in archive_match_include_pattern_from_file_w() 592 int mbs, const void *pathname, int nullSeparator) in add_pattern_from_file() argument 647 if (nullSeparator) { in add_pattern_from_file()
|