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

  /external/fio/
smalloc.h 7 extern char *smalloc_strdup(const char *);
cgroup.c 42 mntpoint = smalloc_strdup(mnt->mnt_dir);
66 cm->root = smalloc_strdup(name);
smalloc.c 498 char *smalloc_strdup(const char *str) function
filesetup.c 1286 f->file_name = smalloc_strdup(file_name);
1492 __f->file_name = smalloc_strdup(f->file_name);

Completed in 37 milliseconds