Searched refs:statbuf (Results 1 – 3 of 3) sorted by relevance
149 struct stat statbuf; in capture_then_play() local176 if (!stat(path, &statbuf)) { in capture_then_play()178 if (S_ISREG(statbuf.st_mode)) { in capture_then_play()
203 struct stat statbuf; in capture_fs_wav() local232 if (!stat(path, &statbuf)) { in capture_fs_wav()233 if (S_ISREG(statbuf.st_mode)) in capture_fs_wav()
257 struct stat statbuf; in capture_fs_wav() local280 if (!stat(path, &statbuf)) { in capture_fs_wav()281 if (S_ISREG(statbuf.st_mode)) in capture_fs_wav()
Completed in 5 milliseconds