Searched refs:getdelim (Results 1 - 10 of 10) sorted by relevance

/external/bison/lib/
H A Dgetline.c26 return getdelim (lineptr, n, '\n', stream);
H A Dgetdelim.c0 /* getdelim.c --- Implementation of replacement getdelim function.
57 getdelim (char **lineptr, size_t *n, int delimiter, FILE *fp) function
H A Dstdio.in.h640 # 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 i
[all...]
H A Dgnulib.mk463 ## begin gnulib module getdelim
466 EXTRA_DIST += getdelim.c
468 EXTRA_libbison_a_SOURCES += getdelim.c
470 ## end gnulib module getdelim
/external/bison/darwin-lib/
H A Dstdio.h952 # undef getdelim
953 # define getdelim rpl_getdelim
955 _GL_FUNCDECL_RPL (getdelim, ssize_t,
959 _GL_CXXALIAS_RPL (getdelim, ssize_t,
964 _GL_FUNCDECL_SYS (getdelim, ssize_t,
969 _GL_CXXALIAS_SYS (getdelim, ssize_t,
973 _GL_CXXALIASWARN (getdelim); variable
975 # undef getdelim macro
977 _GL_WARN_ON_USE (getdelim, "getdelim i
[all...]
/external/bison/linux-lib/
H A Dstdio.h952 # undef getdelim
953 # define getdelim rpl_getdelim
955 _GL_FUNCDECL_RPL (getdelim, ssize_t,
959 _GL_CXXALIAS_RPL (getdelim, ssize_t,
964 _GL_FUNCDECL_SYS (getdelim, ssize_t,
969 _GL_CXXALIAS_SYS (getdelim, ssize_t,
973 _GL_CXXALIASWARN (getdelim); variable
975 # undef getdelim macro
977 _GL_WARN_ON_USE (getdelim, "getdelim i
[all...]
/external/bison/
H A DAndroid.mk111 lib/getdelim.c \
H A Dconfigure3655 as_fn_append ac_func_list " getdelim"
7287 # Code from module getdelim:
13396 ac_fn_c_check_decl "$LINENO" "getdelim" "ac_cv_have_decl_getdelim" "$ac_includes_default"
22011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working getdelim function" >&5
22012 $as_echo_n "checking for working getdelim function... " >&6; }
22055 int len = getdelim (&line, &siz, '\n', in);
22064 if (getdelim (&line, &siz, '\n', in) == -1)
22105 gl_LIBOBJS="$gl_LIBOBJS getdelim.$ac_objext"
30450 for gl_func in dprintf fpurge fseeko ftello getdelim getline gets pclose popen renameat snprintf tmpfile vdprintf vsnprintf; do
/external/genext2fs/
H A Dgenext2fs.c325 getdelim(char **lineptr, size_t *n, int delim, FILE *stream) function
386 #define getline(a,b,c) getdelim(a,b,'\n',c)
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3792 INTERCEPTOR(SSIZE_T, getdelim, char **lineptr, SIZE_T *n, int delim,
3799 COMMON_INTERCEPT_FUNCTION(getdelim);

Completed in 7207 milliseconds