HomeSort by relevance Sort by last modified time
    Searched refs:eofread (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
sscanf.c 57 static int eofread(void *, char *, int);
61 eofread(void *cookie, char *buf, int len) function
82 f._read = eofread;
vsscanf.c 51 static int eofread __P((void *, char *, int));
55 eofread(cookie, buf, len) function
79 f._read = eofread;
vswscanf.c 52 static int eofread(void *, char *, int);
56 eofread(void *cookie, char *buf, int len) function
93 f._read = eofread;
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vsscanf.c 40 eofread(void *cookie, char *buf, int len) function
56 f._read = eofread;
vswscanf.c 43 static int eofread(void *, char *, int);
46 eofread(void *cookie, char *buf, int len) function
82 f._read = eofread;

Completed in 651 milliseconds