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

  /external/honggfuzz/
input.c 222 char bufv[1025] = {0}; local
223 if (sscanf(lineptr, "\"%1024s", bufv) != 1 &&
224 sscanf(lineptr, "%1024[^=]=\"%1024s", bufn, bufv) != 2) {
229 char* s = util_StrDup(bufv);
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 131 int count, void *bufv)
137 unsigned char *buf = bufv;
215 int count, const void *bufv)
221 const unsigned char *buf = bufv;

Completed in 82 milliseconds