Searched refs:statbuf (Results 1 – 1 of 1) sorted by relevance
145 struct stat statbuf; in file_exists() local146 return stat(filename, &statbuf) == 0; in file_exists()151 struct stat statbuf; in verify_file() local153 if (stat(filename, &statbuf) != 0) { in verify_file()159 if (!is_mv && S_ISDIR(statbuf.st_mode)) { in verify_file()303 struct stat statbuf; in zxc_mv_or_cp() local305 if (stat(dest_name, &statbuf) == 0) { in zxc_mv_or_cp()307 if (S_ISDIR(statbuf.st_mode)) { in zxc_mv_or_cp()
Completed in 3 milliseconds