Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dgetline.c36 return getdelim(buf, buflen, '\n', fp); in getline()
Dgetdelim.c46 getdelim(char **__restrict buf, size_t *__restrict buflen, in getdelim() function
135 DEF_WEAK(getdelim);
/bionic/tests/
Dstdio_test.cpp106 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/
Dstdio.h122 ssize_t getdelim(char ** __restrict, size_t * __restrict, int,
/bionic/libc/
Dlibc.mips64.map364 getdelim;
Dlibc.x86_64.map364 getdelim;
Dlibc.arm64.map364 getdelim;
Dlibc.x86.brillo.map431 getdelim;
Dlibc.mips.brillo.map433 getdelim;
Dlibc.arm.brillo.map435 getdelim;
Dlibc.mips.map433 getdelim;
Dlibc.x86.map431 getdelim;
Dlibc.arm.map435 getdelim;
Dlibc.map.txt437 getdelim;
DAndroid.mk472 upstream-openbsd/lib/libc/stdio/getdelim.c \
DAndroid.bp492 "upstream-openbsd/lib/libc/stdio/getdelim.c",
/bionic/libc/tools/
Dposix-2013.txt329 getdelim