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

  /external/e2fsprogs/lib/blkid/
resolve.c 47 ret = blkid_strdup(found->bit_val);
83 ret = blkid_strdup(token);
97 ret = blkid_strdup(blkid_dev_devname(dev));
devno.c 54 char *blkid_strdup(const char *s) function
69 dp->name = blkid_strdup(name);
119 *devname = blkid_strdup(path);
tag.c 170 t->bit_name = blkid_strdup(name);
186 head->bit_name = blkid_strdup(name);
233 name = blkid_strdup(token);
244 value = blkid_strdup(value);
blkidP.h 104 extern char *blkid_strdup(const char *s);
devname.c 74 dev->bid_name = blkid_strdup(devname);
173 res = blkid_strdup(path);
234 devname = blkid_strdup(device);
cache.c 107 cache->bic_filename = blkid_strdup(filename);
save.c 182 cache->bic_filename = blkid_strdup(argv[1]);

Completed in 487 milliseconds