Home
last modified time | relevance | path

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

/dports/audio/xmcd/xmcd-3.3.2/common_d/
H A Dutil.h208 extern int util_dirstat(char *, struct stat *, bool_t);
H A Dutil.c1470 util_dirstat(char *path, struct stat *stbufp, bool_t use_lstat) in util_dirstat() function
/dports/audio/xmcd/xmcd-3.3.2/cdda_d/
H A Dwr_gen.c747 if (util_dirstat(dpath, &stbuf, FALSE) < 0 ) { in gen_open_file()
/dports/audio/xmcd/xmcd-3.3.2/xmcd_d/
H A Dcdfunc.c1668 if (util_dirstat(TEMP_DIR, &stbuf, TRUE) < 0) { in cd_mkdirs()
1717 if (util_dirstat(path, &stbuf, TRUE) < 0) { in cd_mkdirs()
1747 if (util_dirstat(path, &stbuf, TRUE) < 0) { in cd_mkdirs()
/dports/audio/xmcd/xmcd-3.3.2/cdinfo_d/
H A Dcdinfo_i.c7688 if (util_dirstat(outdir, &stbuf, FALSE) < 0) { in cdinfo_out_discog()