| /src/external/mit/libuv/dist/test/ |
| test-pipe-set-fchmod.c | 32 struct stat stat_buf; local 52 memset(&stat_buf, 0, sizeof(stat_buf)); 53 ASSERT_OK(stat(TEST_PIPENAME, &stat_buf)); 54 ASSERT(stat_buf.st_mode & S_IRUSR); 55 ASSERT(stat_buf.st_mode & S_IRGRP); 56 ASSERT(stat_buf.st_mode & S_IROTH); 62 stat(TEST_PIPENAME, &stat_buf); 63 ASSERT(stat_buf.st_mode & S_IWUSR); 64 ASSERT(stat_buf.st_mode & S_IWGRP) [all...] |
| /src/crypto/external/cpl/trousers/dist/src/tcs/ |
| tcs_aik.c | 89 struct stat stat_buf; local 115 if ((rc = fstat(fd, &stat_buf)) == -1) { 121 file_size = (size_t)stat_buf.st_size;
|
| /src/external/gpl2/mkhybrid/dist/ |
| mac_label.c | 38 struct stat stat_buf; local 45 if (stat(mac_boot->name, &stat_buf) < 0) { 100 mac_boot->size = stat_buf.st_size - SECTOR_SIZE - 2*HFS_BLOCKSZ;
|
| /src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| chmod.c | 78 struct stat stat_buf; local 92 if (stat (file, &stat_buf)) 95 file_mode = stat_buf.st_mode & ~S_IFMT; 97 is_dir = stat_buf.st_mode & S_IFDIR;
|
| /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| chmod.c | 78 struct stat stat_buf; local 92 if (stat (file, &stat_buf)) 95 file_mode = stat_buf.st_mode & ~S_IFMT; 97 is_dir = stat_buf.st_mode & S_IFDIR;
|
| /src/crypto/external/cpl/trousers/dist/src/tcs/ps/ |
| tcsps.c | 683 struct stat stat_buf; local 686 if ((rc = fstat(fd, &stat_buf)) != 0) {
|
| /src/crypto/external/cpl/trousers/dist/src/tcsd/ |
| tcsd_conf.c | 742 struct stat stat_buf; local 761 if (stat(tcsd_config_file, &stat_buf) == -1) { 801 if (pw->pw_uid != stat_buf.st_uid || grp->gr_gid != stat_buf.st_gid) { 808 if (((stat_buf.st_mode & 0777) ^ mode) != 0) { 843 struct stat stat_buf; local 847 if (stat(tcsd_options.system_ps_dir, &stat_buf) == -1) { 866 if (stat(tcsd_options.system_ps_dir, &stat_buf) == -1) { 872 if (!S_ISDIR(stat_buf.st_mode)) { 875 } else if (((stat_buf.st_mode & 0777) ^ mode) != 0) [all...] |
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| table.c | 60 struct stat stat_buf; local 110 if (fstat(fd, &stat_buf) < 0) { 114 file->size = stat_buf.st_size;
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| table.c | 60 struct stat stat_buf; local 110 if (fstat(fd, &stat_buf) < 0) { 114 file->size = stat_buf.st_size;
|
| /src/crypto/external/cpl/trousers/dist/src/tspi/ps/ |
| tspps.c | 72 struct stat stat_buf; local 137 if ((rc = stat(buf, &stat_buf)) == -1) { 496 struct stat stat_buf; local 503 if ((rc = fstat(fd, &stat_buf)) == -1) { 508 file_offset = stat_buf.st_size;
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| slapadd.c | 368 struct stat stat_buf; local 422 && !fstat ( fileno ( ldiffp->fp ), &stat_buf ) 423 && S_ISREG(stat_buf.st_mode) ) { 428 stat_buf.st_size);
|
| slapmodify.c | 73 struct stat stat_buf; local 129 && !fstat ( fileno ( ldiffp->fp ), &stat_buf ) 130 && S_ISREG(stat_buf.st_mode) ) { 135 stat_buf.st_size);
|
| /src/external/gpl2/diffutils/dist/src/ |
| cmp.c | 69 static struct stat stat_buf[2]; 291 if (file_desc[f1] < 0 || fstat (file_desc[f1], stat_buf + f1) != 0) 305 if (0 < same_file (&stat_buf[0], &stat_buf[1]) 306 && same_file_attributes (&stat_buf[0], &stat_buf[1]) 328 && S_ISREG (stat_buf[0].st_mode) 329 && S_ISREG (stat_buf[1].st_mode)) 331 off_t s0 = stat_buf[0].st_size - file_position (0); 332 off_t s1 = stat_buf[1].st_size - file_position (1) 68 static struct stat stat_buf[2]; variable in typeref:struct:stat [all...] |
| /src/external/bsd/top/dist/machine/ |
| m_svr4.c | 479 struct stat stat_buf; local 493 if ( !((stat("/stats/sysinfo", &stat_buf) == 0) && 494 (stat_buf.st_mode & S_IFREG)) )
|
| /src/external/gpl3/binutils/dist/bfd/ |
| plugin.c | 437 struct stat stat_buf; local 439 if (fstat (fd, &stat_buf)) 446 file->filesize = stat_buf.st_size;
|
| aoutx.h | 649 struct stat stat_buf; local 660 && (fstat (fileno ((FILE *) (abfd->iostream)), &stat_buf) == 0) 661 && ((stat_buf.st_mode & 0111) != 0))
|
| pdp11.c | 685 struct stat stat_buf; local 696 && (fstat (fileno ((FILE *) (abfd->iostream)), &stat_buf) == 0) 697 && ((stat_buf.st_mode & 0111) != 0))
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| plugin.c | 420 struct stat stat_buf; local 422 if (fstat (fd, &stat_buf)) 429 file->filesize = stat_buf.st_size;
|
| aoutx.h | 649 struct stat stat_buf; local 660 && (fstat (fileno ((FILE *) (abfd->iostream)), &stat_buf) == 0) 661 && ((stat_buf.st_mode & 0111) != 0))
|
| pdp11.c | 685 struct stat stat_buf; local 696 && (fstat (fileno ((FILE *) (abfd->iostream)), &stat_buf) == 0) 697 && ((stat_buf.st_mode & 0111) != 0))
|
| /src/external/gpl3/gdb/dist/bfd/ |
| plugin.c | 267 struct stat stat_buf; local 269 if (fstat (fd, &stat_buf)) 276 file->filesize = stat_buf.st_size;
|
| aoutx.h | 649 struct stat stat_buf; local 660 && (fstat (fileno ((FILE *) (abfd->iostream)), &stat_buf) == 0) 661 && ((stat_buf.st_mode & 0111) != 0))
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| plugin.c | 267 struct stat stat_buf; local 269 if (fstat (fd, &stat_buf)) 276 file->filesize = stat_buf.st_size;
|
| aoutx.h | 656 struct stat stat_buf; local 667 && (fstat (fileno ((FILE *) (abfd->iostream)), &stat_buf) == 0) 668 && ((stat_buf.st_mode & 0111) != 0))
|
| /src/external/gpl3/gcc/dist/gcc/jit/ |
| jit-playback.cc | 2746 struct stat stat_buf; local 2761 if (fstat (fileno (f_in), &stat_buf) == -1) 2827 if (fchmod (fileno (f_out), stat_buf.st_mode) == -1)
|