/ndk/sources/host-tools/sed-4.2.1/m4/ |
getdelim.m4 | 0 # getdelim.m4 serial 5 15 dnl Persuade glibc <stdio.h> to declare getdelim(). 18 AC_REPLACE_FUNCS([getdelim]) 19 AC_CHECK_DECLS_ONCE([getdelim]) 30 # Prerequisites of lib/getdelim.c.
|
gnulib-comp.m4 | 61 gl_STDIO_MODULE_INDICATOR([getdelim]) 287 lib/getdelim.c 368 m4/getdelim.m4
|
/external/bison/m4/ |
getdelim.m4 | 0 # getdelim.m4 serial 10 15 dnl Persuade glibc <stdio.h> to declare getdelim(). 18 AC_CHECK_DECLS_ONCE([getdelim]) 20 AC_CHECK_FUNCS_ONCE([getdelim]) 24 AC_CACHE_CHECK([for working getdelim function], [gl_cv_func_working_getdelim], 40 int len = getdelim (&line, &siz, '\n', in); 49 if (getdelim (&line, &siz, '\n', in) == -1) 83 # Prerequisites of lib/getdelim.c.
|
stdio_h.m4 | 77 ]], [dprintf fpurge fseeko ftello getdelim getline gets pclose popen
|
/external/bison/lib/ |
getline.c | 26 return getdelim (lineptr, n, '\n', stream);
|
getdelim.c | 0 /* getdelim.c --- Implementation of replacement getdelim function. 57 getdelim (char **lineptr, size_t *n, int delimiter, FILE *fp) function
|
stdio.in.h | 640 # undef getdelim 641 # define getdelim rpl_getdelim 643 _GL_FUNCDECL_RPL (getdelim, ssize_t, 647 _GL_CXXALIAS_RPL (getdelim, ssize_t, 652 _GL_FUNCDECL_SYS (getdelim, ssize_t, 657 _GL_CXXALIAS_SYS (getdelim, ssize_t, 661 _GL_CXXALIASWARN (getdelim); 663 # undef getdelim 665 _GL_WARN_ON_USE (getdelim, "getdelim is unportable - [all...] |
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
getdelim.c | 1 /* $OpenBSD: getdelim.c,v 1.1 2012/03/21 23:44:35 fgsch Exp $ */ 2 /* $NetBSD: getdelim.c,v 1.13 2011/07/22 23:12:30 joerg Exp $ */ 45 getdelim(char **__restrict buf, size_t *__restrict buflen, function
|
getline.c | 36 return getdelim(buf, buflen, '\n', fp);
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
getdelim.c | 3 /* getdelim.c --- Implementation of replacement getdelim function. 57 getdelim (char **lineptr, size_t *n, int delimiter, FILE *fp) function
|
getline.c | 30 return getdelim (lineptr, n, '\n', stream);
|
stdio.in.h | 489 extern ssize_t getdelim (char **lineptr, size_t *linesize, int delimiter, 493 # undef getdelim 494 # define getdelim(l, s, d, f) \ 495 (GL_LINK_WARNING ("getdelim is unportable - " \ 496 "use gnulib module getdelim for portability"), \ 497 getdelim (l, s, d, f))
|
/bionic/tests/ |
stdio_test.cpp | 75 TEST(stdio, getdelim) { 91 ASSERT_EQ(getdelim(&word_read, &allocated_length, ' ', fp), static_cast<int>(strlen(expected[i]))); 99 // getdelim returns -1 but doesn't set errno if we're already at EOF. 102 ASSERT_EQ(getdelim(&word_read, &allocated_length, ' ', fp), -1); 119 ASSERT_EQ(getdelim(NULL, &buffer_length, ' ', fp), -1); 124 ASSERT_EQ(getdelim(&buffer, NULL, ' ', fp), -1); 130 ASSERT_EQ(getdelim(&buffer, &buffer_length, ' ', fp), -1);
|
/external/bison/darwin-lib/ |
stdio.h | 973 _GL_CXXALIASWARN (getdelim); variable 975 # undef getdelim macro [all...] |
/external/bison/linux-lib/ |
stdio.h | 973 _GL_CXXALIASWARN (getdelim); variable 975 # undef getdelim macro [all...] |
/development/ndk/platforms/android-L/arch-arm64/symbols/ |
libc.so.functions.txt | 346 getdelim
|
/development/ndk/platforms/android-L/arch-mips64/symbols/ |
libc.so.functions.txt | 347 getdelim
|
/development/ndk/platforms/android-L/arch-x86_64/symbols/ |
libc.so.functions.txt | 346 getdelim
|
/external/bison/ |
Android.mk | 111 lib/getdelim.c \
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/ |
stdio.h | 114 /* Like `getdelim', but reads up to a newline. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
stdio.h | 114 /* Like `getdelim', but reads up to a newline. */
|
/development/ndk/platforms/android-9/arch-mips/lib-bootstrap/lib/ |
libc.so | |
/development/ndk/platforms/android-9/arch-mips/lib-bootstrap/lib32/ |
libc.so | |
/development/ndk/platforms/android-L/arch-mips64/lib-bootstrap/lib/ |
libc.so | |
/development/ndk/platforms/android-L/arch-mips64/lib-bootstrap/lib32/ |
libc.so | |