Searched refs:stat_buf (Results 26 - 46 of 46) sorted by relevance

12

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Dupdate_dyld_shared_cache.cpp206 struct stat stat_buf; local
207 if ( stat(completePath, &stat_buf) == 0 ) {
216 struct stat stat_buf; local
217 if ( stat(completePath, &stat_buf) == 0 )
271 struct stat stat_buf; local
272 if ( stat(completePath, &stat_buf) == 0 ) {
282 if ( (lstat(pathToSymlink, &stat_buf) == 0) && S_ISLNK(stat_buf.st_mode) ) {
1073 struct stat stat_buf; local
1074 if ( stat(fCacheFilePath, &stat_buf)
1446 struct stat stat_buf; local
2589 struct stat stat_buf; local
2950 struct stat stat_buf; local
3180 struct stat stat_buf; local
3361 struct stat stat_buf; local
[all...]
H A DMachORebaser.hpp1042 struct stat stat_buf;
1043 if ( fstat(fd, &stat_buf) == -1)
1045 if ( stat_buf.st_size < 20 )
1049 uint8_t* p = (uint8_t*)::mmap(NULL, stat_buf.st_size, prot, flags, fd, 0);
1103 fFileSize = stat_buf.st_size;
H A Ddsc_extractor.cpp374 struct stat stat_buf; local
375 if ( stat(dirs, &stat_buf) != 0 ) {
/macosx-10.10.1/kext_tools-384.1.4/
H A Dkextfind_main.c633 struct stat stat_buf; local
635 if (stat(pathname, &stat_buf) != 0) {
644 if ((stat_buf.st_mode & S_IFMT) != S_IFDIR) {
H A Dkextd_main.c297 struct stat stat_buf; local
316 if (stat(kAppleSetupDonePath, &stat_buf) == -1 && errno == ENOENT) {
/macosx-10.10.1/iodbc-42.5/iodbc/iodbcinst/
H A Ddlf.c1058 struct stat stat_buf; local
1081 if (stat (path, &stat_buf) == -1)
1096 if (p->dev == stat_buf.st_dev && p->ino == stat_buf.st_ino)
1214 p->dev = stat_buf.st_dev;
1215 p->ino = stat_buf.st_ino;
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dformdata.c792 const struct_stat * stat_buf)
822 const struct_stat * stat_buf)
824 switch(stat_buf->st_fab_rfm) {
827 return VmsRealFileSize(name, stat_buf);
830 return stat_buf->st_size;
791 VmsRealFileSize(const char * name, const struct_stat * stat_buf) argument
821 VmsSpecialSize(const char * name, const struct_stat * stat_buf) argument
/macosx-10.10.1/xnu-2782.1.97/SETUP/kextsymboltool/
H A Dkextsymboltool.c116 struct stat stat_buf; local
126 if(fstat(fd, &stat_buf) == -1)
129 if (0 == (stat_buf.st_mode & S_IFREG))
135 if (0 == stat_buf.st_size) {
140 *objSize = stat_buf.st_size;
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Driscix.c576 struct stat stat_buf; local
580 && (fstat(fileno((FILE *) (abfd->iostream)), &stat_buf) == 0)
581 && ((stat_buf.st_mode & 0111) != 0))
H A Dpdp11.c624 struct stat stat_buf; local
635 && (fstat(fileno((FILE *) (abfd->iostream)), &stat_buf) == 0)
636 && ((stat_buf.st_mode & 0111) != 0))
H A Daoutx.h613 struct stat stat_buf; local
624 && (fstat (fileno ((FILE *) (abfd->iostream)), &stat_buf) == 0)
625 && ((stat_buf.st_mode & 0111) != 0))
/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dtool_operate.c147 const struct_stat * stat_buf)
177 const struct_stat * stat_buf)
179 switch(stat_buf->st_fab_rfm) {
182 return vms_realfilesize(name, stat_buf);
185 return stat_buf->st_size;
146 vms_realfilesize(const char * name, const struct_stat * stat_buf) argument
176 VmsSpecialSize(const char * name, const struct_stat * stat_buf) argument
/macosx-10.10.1/dyld-353.2.1/src/
H A DImageLoader.cpp188 bool ImageLoader::statMatch(const struct stat& stat_buf) const
190 return ( (this->fDevice == stat_buf.st_dev) && (this->fInode == stat_buf.st_ino) );
H A DImageLoader.h362 bool statMatch(const struct stat& stat_buf) const;
H A DImageLoaderMachO.cpp1123 struct stat stat_buf; local
1124 if ( stat(newPath, &stat_buf) != -1 ) {
/macosx-10.10.1/system_cmds-643.1.1/trace.tproj/
H A Dtrace.c2287 struct stat stat_buf; local
2297 if (fstat(fd, &stat_buf) == -1)
2307 file_size = stat_buf.st_size;
2309 if (stat_buf.st_size != 0)
2311 if ((file_addr = mmap(0, stat_buf.st_size, PROT_READ|PROT_WRITE,
/macosx-10.10.1/IOKitUser-1050.1.21/
H A DIOKitLib.c3011 struct stat stat_buf; local
3020 if(fstat(fd, &stat_buf) == -1) {
3024 if (0 == (stat_buf.st_mode & S_IFREG))
3031 *objSize = stat_buf.st_size;
3033 *objAddr = (vm_address_t) mmap(NULL, round_page(stat_buf.st_size), PROT_READ, MAP_FILE|MAP_PRIVATE, fd, 0);
/macosx-10.10.1/gpatch-3/patch/
H A Dpch.c675 struct stat stat_buf; local
686 stat_result = stat (filename, &stat_buf);
688 if (! (stat_result == 0 && S_ISDIR (stat_buf.st_mode)))
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Detags.c1652 struct stat stat_buf;
1686 if (stat (real_name, &stat_buf) != 0)
1692 if (stat (uncompressed_name, &stat_buf) == 0)
1700 if (stat (compressed_name, &stat_buf) != 0)
1709 if (stat (compressed_name, &stat_buf) == 0)
1735 if (!S_ISREG (stat_buf.st_mode))
1647 struct stat stat_buf; local
/macosx-10.10.1/IOKitUser-1050.1.21/graphics.subproj/
H A DIOGraphicsLib.c372 struct stat stat_buf; local
373 gIOGraphicsInstallBoot = (0 != stat(kAppleSetupDonePath, &stat_buf));
2880 struct stat stat_buf; local
2881 if (0 == stat(kIOGraphicsLogfilePath, &stat_buf)) do
/macosx-10.10.1/IOKitUser-1050.1.21/kext.subproj/
H A DOSKext.c11686 struct stat stat_buf; local
11724 if (0 != stat(urlPath, &stat_buf) || 0 != lstat(urlPath, &lstat_buf)) {
11745 if ( (stat_buf.st_uid != 0) || (stat_buf.st_gid != 0 ) ||
11746 (stat_buf.st_mode & S_IWOTH) || (stat_buf.st_mode & S_IWGRP) ) {

Completed in 245 milliseconds

12