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

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
getdelim.c 1 /* $OpenBSD: getdelim.c,v 1.4 2015/08/31 02:53:57 guenther Exp $ */
2 /* $NetBSD: getdelim.c,v 1.13 2011/07/22 23:12:30 joerg Exp $ */
46 getdelim(char **__restrict buf, size_t *__restrict buflen, function
135 DEF_WEAK(getdelim); variable
  /external/toybox/lib/
portability.c 34 ssize_t getdelim(char **linep, size_t *np, int delim, FILE *stream) function
83 return getdelim(linep, np, '\n', stream);

Completed in 52 milliseconds