HomeSort by: relevance | last modified time | path
    Searched refs:stat_buf (Results 1 - 25 of 26) sorted by relevancy

1 2

  /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/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/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/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/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/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/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/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))
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.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/binutils/dist/gprofng/src/
ClassFile.cc 1009 dbe_stat_t stat_buf; local
1010 if ((fstat64 (fd, &stat_buf) == -1) || (stat_buf.st_size == 0))
1016 cf_bufsz = stat_buf.st_size;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
ClassFile.cc 1009 dbe_stat_t stat_buf; local
1010 if ((fstat64 (fd, &stat_buf) == -1) || (stat_buf.st_size == 0))
1016 cf_bufsz = stat_buf.st_size;
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-playback.cc 2568 struct stat stat_buf; local
2583 if (fstat (fileno (f_in), &stat_buf) == -1)
2649 if (fchmod (fileno (f_out), stat_buf.st_mode) == -1)
  /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)

Completed in 92 milliseconds

1 2