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

  /external/e2fsprogs/debian/
libblkid1.symbols 35 blkid_strndup@Base 1.33
  /external/e2fsprogs/lib/blkid/
devno.c 36 char *blkid_strndup(const char *s, int length) function
56 return blkid_strndup(s, 0);
blkidP.h 105 extern char *blkid_strndup(const char *s, const int length);
read.c 222 name = blkid_strndup(start, end-start);
tag.c 139 if (!(val = blkid_strndup(value, vlength)) && value)

Completed in 150 milliseconds