Searched refs:filestat (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/patch_cmds-17/patch/
H A Dutil.c97 struct stat filestat; local
102 if (backup_type == none || stat(orig, &filestat) != 0)
104 orig_device = filestat.st_dev;
105 orig_inode = filestat.st_ino;
129 while (stat(bakname, &filestat) == 0 &&
130 orig_device == filestat.st_dev && orig_inode == filestat.st_ino) {
330 struct stat filestat; local
362 if (stat(fullname, &filestat) == 0 && S_ISDIR(filestat
382 struct stat filestat; local
[all...]
H A Dinp.c137 struct stat filestat; local
150 statfailed = stat(filename, &filestat);
164 statfailed = stat(filename, &filestat);
171 (filestat.st_mode & 0222) == 0 ||
173 ((filestat.st_mode & 0022) == 0 && filestat.st_uid != getuid())) {
205 if ((filestat.st_mode & 0222) != 0)
227 if (system(buf) || stat(filename, &filestat))
232 filemode = filestat.st_mode;
235 i_size = filestat
[all...]
H A Dpch.c101 struct stat filestat; local
115 fstat(fileno(pfp), &filestat); local
116 p_filesize = filestat.st_size;
/macosx-10.9.5/gpatch-3/patch/
H A Dutil.c261 struct stat const *filestat, char **getbuf, char **diffbuf)
289 && ! (filestat
290 && filestat->st_dev == cstat.st_dev
291 && filestat->st_ino == cstat.st_ino))
341 else if (!readonly && filestat
358 else if (!readonly && filestat &&
387 char const *getbuf, struct stat *filestat)
410 if (stat (filename, filestat) != 0)
260 version_controller(char const *filename, int readonly, struct stat const *filestat, char **getbuf, char **diffbuf) argument
386 version_get(char const *filename, char const *cs, int exists, int readonly, char const *getbuf, struct stat *filestat) argument
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/unix/
H A Dfile.c356 struct stat filestat; local
357 memset(&filestat,0,sizeof(struct stat));
359 if ((stat(filename, &filestat)) == -1)
362 if(! S_ISREG(filestat.st_mode))
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/
H A Dfile.c406 struct stat filestat; local
407 memset(&filestat,0,sizeof(struct stat));
409 if ((stat(filename, &filestat)) == -1)
412 if(! S_ISREG(filestat.st_mode))
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Draw2tiff.c360 struct stat filestat; local
365 fstat(fd, &filestat);
367 if (filestat.st_size < hdr_size) {
372 imagesize = (filestat.st_size - hdr_size) / nbands / depth;
429 if (filestat.st_size<(off_t)(hdr_size+(*width)*(*length)*nbands*depth)) {
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/
H A Dapr.mak70 -@erase "$(INTDIR)\filestat.obj"
171 "$(INTDIR)\filestat.obj" \
276 -@erase "$(INTDIR)\filestat.obj"
378 "$(INTDIR)\filestat.obj" \
483 -@erase "$(INTDIR)\filestat.obj"
585 "$(INTDIR)\filestat.obj" \
690 -@erase "$(INTDIR)\filestat.obj"
792 "$(INTDIR)\filestat.obj" \
897 -@erase "$(INTDIR)\filestat.obj"
999 "$(INTDIR)\filestat
[all...]
H A Dlibapr.mak69 -@erase "$(INTDIR)\filestat.obj"
179 "$(INTDIR)\filestat.obj" \
297 -@erase "$(INTDIR)\filestat.obj"
408 "$(INTDIR)\filestat.obj" \
526 -@erase "$(INTDIR)\filestat.obj"
637 "$(INTDIR)\filestat.obj" \
755 -@erase "$(INTDIR)\filestat.obj"
866 "$(INTDIR)\filestat.obj" \
984 -@erase "$(INTDIR)\filestat.obj"
1095 "$(INTDIR)\filestat
[all...]
H A DNWGNUmakefile318 $(OBJDIR)/filestat.o \
H A Dbuild-outputs.mk26 file_io/unix/filestat.lo: file_io/unix/filestat.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_file_info.h include/apr_file_io.h include/apr_general.h include/apr_inherit.h include/apr_pools.h include/apr_strings.h include/apr_tables.h include/apr_thread_mutex.h include/apr_time.h include/apr_user.h include/apr_want.h
36 OBJECTS_file_io_unix = file_io/unix/buffer.lo file_io/unix/copy.lo file_io/unix/dir.lo file_io/unix/fileacc.lo file_io/unix/filedup.lo file_io/unix/filepath.lo file_io/unix/filepath_util.lo file_io/unix/filestat.lo file_io/unix/flock.lo file_io/unix/fullrw.lo file_io/unix/mktemp.lo file_io/unix/open.lo file_io/unix/pipe.lo file_io/unix/readwrite.lo file_io/unix/seek.lo file_io/unix/tempdir.lo
178 file_io/os2/filestat.lo: file_io/os2/filestat.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_file_info.h include/apr_file_io.h include/apr_general.h include/apr_inherit.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_tables.h include/apr_thread_mutex.h include/apr_time.h include/apr_user.h include/apr_want.h
190 OBJECTS_file_io_os2 = file_io/os2/buffer.lo file_io/os2/copy.lo file_io/os2/dir.lo file_io/os2/dir_make_recurse.lo file_io/os2/fileacc.lo file_io/os2/filedup.lo file_io/os2/filepath.lo file_io/os2/filepath_util.lo file_io/os2/filestat.lo file_io/os2/filesys.lo file_io/os2/flock.lo file_io/os2/fullrw.lo file_io/os2/maperrorcode.lo file_io/os2/mktemp.lo file_io/os2/open.lo file_io/os2/pipe.lo file_io/os2/readwrite.lo file_io/os2/seek.lo file_io/os2/tempdir.lo
247 file_io/win32/filestat.lo: file_io/win32/filestat.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_file_info.h include/apr_file_io.h include/apr_general.h include/apr_inherit.h include/apr_pools.h include/apr_strings.h include/apr_tables.h include/apr_thread_mutex.h include/apr_time.h include/apr_user.h include/apr_want.h
255 OBJECTS_file_io_win32 = file_io/unix/copy.lo file_io/unix/fileacc.lo file_io/unix/filepath_util.lo file_io/unix/fullrw.lo file_io/unix/mktemp.lo file_io/unix/tempdir.lo file_io/win32/buffer.lo file_io/win32/dir.lo file_io/win32/filedup.lo file_io/win32/filepath.lo file_io/win32/filestat.lo file_io/win32/filesys.lo file_io/win32/flock.lo file_io/win32/open.lo file_io/win32/pipe.lo file_io/win32/readwrite.lo file_io/win32/seek.lo
/macosx-10.9.5/apr-30/apr/apr/
H A Dapr.mak70 -@erase "$(INTDIR)\filestat.obj"
171 "$(INTDIR)\filestat.obj" \
276 -@erase "$(INTDIR)\filestat.obj"
378 "$(INTDIR)\filestat.obj" \
483 -@erase "$(INTDIR)\filestat.obj"
585 "$(INTDIR)\filestat.obj" \
690 -@erase "$(INTDIR)\filestat.obj"
792 "$(INTDIR)\filestat.obj" \
897 -@erase "$(INTDIR)\filestat.obj"
999 "$(INTDIR)\filestat
[all...]
H A Dlibapr.mak69 -@erase "$(INTDIR)\filestat.obj"
179 "$(INTDIR)\filestat.obj" \
297 -@erase "$(INTDIR)\filestat.obj"
408 "$(INTDIR)\filestat.obj" \
526 -@erase "$(INTDIR)\filestat.obj"
637 "$(INTDIR)\filestat.obj" \
755 -@erase "$(INTDIR)\filestat.obj"
866 "$(INTDIR)\filestat.obj" \
984 -@erase "$(INTDIR)\filestat.obj"
1095 "$(INTDIR)\filestat
[all...]
H A Dbuild-outputs.mk26 file_io/unix/filestat.lo: file_io/unix/filestat.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_file_info.h include/apr_file_io.h include/apr_general.h include/apr_inherit.h include/apr_pools.h include/apr_strings.h include/apr_tables.h include/apr_thread_mutex.h include/apr_time.h include/apr_user.h include/apr_want.h
36 file_io/unix/filestat-32-bit-inode.lo: file_io/unix/filestat-32-bit-inode.c .make.dirs
38 OBJECTS_file_io_unix = file_io/unix/buffer.lo file_io/unix/copy.lo file_io/unix/dir.lo file_io/unix/fileacc.lo file_io/unix/filedup.lo file_io/unix/filepath.lo file_io/unix/filepath_util.lo file_io/unix/filestat.lo file_io/unix/flock.lo file_io/unix/fullrw.lo file_io/unix/mktemp.lo file_io/unix/open.lo file_io/unix/pipe.lo file_io/unix/readwrite.lo file_io/unix/seek.lo file_io/unix/tempdir.lo
40 OBJECTS_file_io_unix += file_io/unix/filestat-32-bit-inode.lo
182 file_io/os2/filestat.lo: file_io/os2/filestat.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_file_info.h include/apr_file_io.h include/apr_general.h include/apr_inherit.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_tables.h include/apr_thread_mutex.h include/apr_time.h include/apr_user.h include/apr_want.h
194 OBJECTS_file_io_os2 = file_io/os2/buffer.lo file_io/os2/copy.lo file_io/os2/dir.lo file_io/os2/dir_make_recurse.lo file_io/os2/fileacc.lo file_io/os2/filedup.lo file_io/os2/filepath.lo file_io/os2/filepath_util.lo file_io/os2/filestat.lo file_io/os2/filesys.lo file_io/os2/flock.lo file_io/os2/fullrw.lo file_io/os2/maperrorcode.lo file_io/os2/mktemp.lo file_io/os2/open.lo file_io/os2/pipe.lo file_io/os2/readwrite.lo file_io/os2/seek.lo file_io/os2/tempdir.lo
251 file_io/win32/filestat
[all...]
H A DNWGNUmakefile318 $(OBJDIR)/filestat.o \

Completed in 239 milliseconds