HomeSort by relevance Sort by last modified time
    Searched defs:getdelim (Results 1 - 6 of 6) sorted by null

  /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
  /external/bison/lib/
getdelim.c 0 /* getdelim.c --- Implementation of replacement getdelim function.
57 getdelim (char **lineptr, size_t *n, int delimiter, FILE *fp) function
  /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
  /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/genext2fs/
genext2fs.c 325 getdelim(char **lineptr, size_t *n, int delim, FILE *stream) function
386 #define getline(a,b,c) getdelim(a,b,'\n',c)
    [all...]

Completed in 2906 milliseconds