Home
last modified time | relevance | path

Searched refs:ffsb_strdup (Results 1 – 5 of 5) sorted by relevance

/external/ltp/utils/ffsb-6.0-rc2/
Dfilelist.c86 b->basedir = ffsb_strdup(basedir); in init_filelist()
87 b->basename = ffsb_strdup(basename); in init_filelist()
173 newfile->name = ffsb_strdup(buf); in add_file()
220 newdir->name = ffsb_strdup(buf); in add_dir()
238 newfile->name = ffsb_strdup(name); in add_file_named()
Dutil.h40 char *ffsb_strdup(const char *str);
Dffsb_fc.c103 fc->callout = ffsb_strdup(callout); in fc_set_callout()
Dutil.c82 char *ffsb_strdup(const char *str) in ffsb_strdup() function
Dffsb_fs.c34 fs->basedir = ffsb_strdup(basedir); in init_ffsb_fs()