Searched refs:st_buf (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/nftw/ |
H A D | test_func64.c | 173 struct stat st_buf; in test_func8() local 189 stat(path_name, &st_buf) : lstat(path_name, in test_func8() 190 &st_buf)) == -1) { in test_func8() 195 if (st_buf.st_dev != stat_pointer->st_dev) { in test_func8() 202 if (st_buf.st_ino != stat_pointer->st_ino) { in test_func8() 209 if (st_buf.st_mode != stat_pointer->st_mode) { in test_func8() 216 if (st_buf.st_nlink != stat_pointer->st_nlink) { in test_func8() 223 if (st_buf.st_uid != stat_pointer->st_uid) { in test_func8() 230 if (st_buf.st_gid != stat_pointer->st_gid) { in test_func8() 237 if (st_buf in test_func8() [all...] |
H A D | test_func.c | 172 struct stat st_buf; in test_func8() local 187 stat(path_name, &st_buf) : lstat(path_name, in test_func8() 188 &st_buf)) == -1) { in test_func8() 193 if (st_buf.st_dev != stat_pointer->st_dev) { in test_func8() 200 if (st_buf.st_ino != stat_pointer->st_ino) { in test_func8() 207 if (st_buf.st_mode != stat_pointer->st_mode) { in test_func8() 214 if (st_buf.st_nlink != stat_pointer->st_nlink) { in test_func8() 221 if (st_buf.st_uid != stat_pointer->st_uid) { in test_func8() 228 if (st_buf.st_gid != stat_pointer->st_gid) { in test_func8() 235 if (st_buf in test_func8() [all...] |
/third_party/f2fs-tools/lib/ |
H A D | libf2fs.c | 743 struct stat *st_buf; in f2fs_dev_is_umounted() 794 st_buf = malloc(sizeof(struct stat)); in f2fs_dev_is_umounted() 795 ASSERT(st_buf); in f2fs_dev_is_umounted() 797 if (stat(path, st_buf) == 0 && S_ISBLK(st_buf->st_mode)) { in f2fs_dev_is_umounted() 804 free(st_buf); in f2fs_dev_is_umounted() 808 free(st_buf); in f2fs_dev_is_umounted()
|
/third_party/curl/src/ |
H A D | tool_doswin.c | 470 struct_stat st_buf; in rename_if_reserved_dos_device_name() local 567 if(base && ((stat(base, &st_buf)) == 0) && (S_ISCHR(st_buf.st_mode))) { in rename_if_reserved_dos_device_name()
|
/third_party/ffmpeg/libavformat/ |
H A D | segment.c | 437 char st_buf[AV_TIMECODE_STR_SIZE]; in segment_end() local 447 av_dict_set(&s->streams[i]->metadata, "timecode", av_timecode_make_string(&st_tc, st_buf, 0), 0); in segment_end()
|
Completed in 7 milliseconds