Searched refs:getdelim (Results 1 – 17 of 17) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | getline.c | 36 return getdelim(buf, buflen, '\n', fp); in getline()
|
D | getdelim.c | 46 getdelim(char **__restrict buf, size_t *__restrict buflen, in getdelim() function 135 DEF_WEAK(getdelim);
|
/bionic/tests/ |
D | stdio_test.cpp | 106 TEST(STDIO_TEST, getdelim) { in TEST() argument 122 …ASSERT_EQ(getdelim(&word_read, &allocated_length, ' ', fp), static_cast<int>(strlen(expected[i]))); in TEST() 133 ASSERT_EQ(getdelim(&word_read, &allocated_length, ' ', fp), -1); in TEST() 150 ASSERT_EQ(getdelim(NULL, &buffer_length, ' ', fp), -1); in TEST() 155 ASSERT_EQ(getdelim(&buffer, NULL, ' ', fp), -1); in TEST() 161 ASSERT_EQ(getdelim(&buffer, &buffer_length, ' ', fp), -1); in TEST() 171 ASSERT_EQ(-1, getdelim(&word_read, &allocated_length, ' ', fp)); in TEST()
|
/bionic/libc/include/ |
D | stdio.h | 122 ssize_t getdelim(char ** __restrict, size_t * __restrict, int,
|
/bionic/libc/ |
D | libc.mips64.map | 364 getdelim;
|
D | libc.x86_64.map | 364 getdelim;
|
D | libc.arm64.map | 364 getdelim;
|
D | libc.x86.brillo.map | 431 getdelim;
|
D | libc.mips.brillo.map | 433 getdelim;
|
D | libc.arm.brillo.map | 435 getdelim;
|
D | libc.mips.map | 433 getdelim;
|
D | libc.x86.map | 431 getdelim;
|
D | libc.arm.map | 435 getdelim;
|
D | libc.map.txt | 437 getdelim;
|
D | Android.mk | 472 upstream-openbsd/lib/libc/stdio/getdelim.c \
|
D | Android.bp | 492 "upstream-openbsd/lib/libc/stdio/getdelim.c",
|
/bionic/libc/tools/ |
D | posix-2013.txt | 329 getdelim
|