/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
|
gnulib-comp.m4 | 90 # Code from module getdelim: 349 AC_LIBOBJ([getdelim]) 352 gl_STDIO_MODULE_INDICATOR([getdelim]) 977 lib/getdelim.c [all...] |
/bionic/tests/ |
stdio_test.cpp | 50 TEST(stdio, getdelim) { 66 ASSERT_EQ(getdelim(&word_read, &allocated_length, ' ', fp), static_cast<int>(strlen(expected[i]))); 74 // getdelim returns -1 but doesn't set errno if we're already at EOF. 77 ASSERT_EQ(getdelim(&word_read, &allocated_length, ' ', fp), -1); 93 ASSERT_EQ(getdelim(NULL, &buffer_length, ' ', fp), -1); 98 ASSERT_EQ(getdelim(&buffer, NULL, ' ', fp), -1); 104 ASSERT_EQ(getdelim(&buffer, &buffer_length, ' ', fp), -1);
|
/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...] |
/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))
|
gnulib.mk | 207 ## begin gnulib module getdelim 210 EXTRA_DIST += getdelim.c 212 EXTRA_libsed_a_SOURCES += getdelim.c 214 ## end gnulib module getdelim [all...] |
/bionic/libc/upstream-netbsd/libc/stdio/ |
getdelim.c | 1 /* $NetBSD: getdelim.c,v 1.13 2011/07/22 23:12:30 joerg Exp $ */ 31 __RCSID("$NetBSD: getdelim.c,v 1.13 2011/07/22 23:12:30 joerg Exp $"); 48 __weak_alias(getdelim, _getdelim) 145 getdelim(char **__restrict buf, size_t *__restrict buflen, function
|
getline.c | 44 return getdelim(buf, buflen, '\n', fp);
|
/cts/tests/tests/bionic/ |
bionic-unit-tests-cts_list.txt | 487 getdelim
|
/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...] |
/external/bison/ |
Android.mk | 111 lib/getdelim.c \
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
stdio.h | 114 /* Like `getdelim', but reads up to a newline. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-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.7-4.6/sysroot/usr/include/bits/ |
stdio.h | 114 /* Like `getdelim', but reads up to a newline. */
|
/ndk/sources/host-tools/sed-4.2.1/ |
bootstrap.sh | 121 ${CC} -DHAVE_CONFIG_H -I.. -I. -c getdelim.c || exit 1
|
bootstrap.sh.in | 121 ${CC} -DHAVE_CONFIG_H -I.. -I. -c getdelim.c || exit 1
|
config_h.in | 203 /* Define to 1 if you have the declaration of `getdelim', and to 0 if you 272 /* Define to 1 if you have the `getdelim' function. */
|