Home
last modified time | relevance | path

Searched refs:fmemstream (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/pkgconf/tests/api/
H A Dtest-fileio.c21 fmemstream(const char *contents) in fmemstream() function
37 FILE *f = fmemstream("hello"); in test_fgetline_no_trailing_newline()
53 FILE *f = fmemstream(""); in test_fgetline_empty_stream()
65 FILE *f = fmemstream("hello\nworld\n"); in test_fgetline_lf()
85 FILE *f = fmemstream("hello\r\nworld\r\n"); in test_fgetline_crlf()
105 FILE *f = fmemstream("hello\rworld\r"); in test_fgetline_lone_cr()
125 FILE *f = fmemstream("foo\\\nbar\n"); in test_fgetline_backslash_continuation_lf()
138 FILE *f = fmemstream("foo\\\r\nbar\r\n"); in test_fgetline_backslash_continuation_crlf()
154 FILE *f = fmemstream("foo\\\rbar\r"); in test_fgetline_backslash_continuation_lone_cr()
172 FILE *f = fmemstream("foo\\bar\n"); in test_fgetline_backslash_not_continuation()
[all …]