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

/freebsd-10.2-release/usr.bin/patch/
H A Dutil.c98 struct stat filestat; local
103 if (backup_type == none || stat(orig, &filestat) != 0)
114 orig_device = filestat.st_dev;
115 orig_inode = filestat.st_ino;
139 while (stat(bakname, &filestat) == 0 &&
140 orig_device == filestat.st_dev && orig_inode == filestat.st_ino) {
358 struct stat filestat; local
390 if (stat(fullname, &filestat) == 0 && S_ISDIR(filestat
410 struct stat filestat; local
[all...]
H A Dinp.c139 struct stat filestat; local
154 statfailed = stat(filename, &filestat);
168 statfailed = stat(filename, &filestat);
176 (filestat.st_mode & 0222) == 0 ||
178 ((filestat.st_mode & 0022) == 0 && filestat.st_uid != getuid())) {
202 if ((filestat.st_mode & 0222) != 0)
256 stat(filename, &filestat)) {
267 filemode = filestat.st_mode;
270 if ((uint64_t)filestat
[all...]
H A Dpch.c103 struct stat filestat; local
122 if (fstat(fileno(pfp), &filestat))
124 p_filesize = filestat.st_size;
/freebsd-10.2-release/lib/libprocstat/
H A Dlibprocstat.h105 struct filestat { struct
107 int fs_flags; /* filestat specific flags. */
115 STAILQ_ENTRY(filestat) next;
160 STAILQ_HEAD(filestat_list, filestat);
181 int procstat_get_pipe_info(struct procstat *procstat, struct filestat *fst,
183 int procstat_get_pts_info(struct procstat *procstat, struct filestat *fst,
185 int procstat_get_sem_info(struct procstat *procstat, struct filestat *fst,
187 int procstat_get_shm_info(struct procstat *procstat, struct filestat *fst,
189 int procstat_get_socket_info(struct procstat *procstat, struct filestat *fst,
191 int procstat_get_vnode_info(struct procstat *procstat, struct filestat *fs
[all...]
H A Dlibprocstat.c126 static int procstat_get_pipe_info_sysctl(struct filestat *fst,
128 static int procstat_get_pipe_info_kvm(kvm_t *kd, struct filestat *fst,
130 static int procstat_get_pts_info_sysctl(struct filestat *fst,
132 static int procstat_get_pts_info_kvm(kvm_t *kd, struct filestat *fst,
134 static int procstat_get_sem_info_sysctl(struct filestat *fst,
136 static int procstat_get_sem_info_kvm(kvm_t *kd, struct filestat *fst,
138 static int procstat_get_shm_info_sysctl(struct filestat *fst,
140 static int procstat_get_shm_info_kvm(kvm_t *kd, struct filestat *fst,
142 static int procstat_get_socket_info_sysctl(struct filestat *fst,
144 static int procstat_get_socket_info_kvm(kvm_t *kd, struct filestat *fs
[all...]
/freebsd-10.2-release/usr.bin/fstat/
H A Dfstat.c82 struct filestat *fst, const char *uname, const char *cmd, int pid);
84 struct filestat *fst);
86 struct filestat *fst);
88 struct filestat *fst);
90 struct filestat *fst);
92 struct filestat *fst);
94 struct filestat *fst);
210 struct filestat *fst;
228 print_file_info(struct procstat *procstat, struct filestat *fst,
314 print_socket_info(struct procstat *procstat, struct filestat *fs
[all...]
H A Dfuser.c289 struct filestat *fst;
/freebsd-10.2-release/contrib/ntp/lib/isc/unix/
H A Dfile.c357 struct stat filestat; local
358 memset(&filestat,0,sizeof(struct stat));
360 if ((stat(filename, &filestat)) == -1)
363 if(! S_ISREG(filestat.st_mode))
/freebsd-10.2-release/contrib/ntp/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))
/freebsd-10.2-release/usr.bin/svn/lib/libapr/
H A DMakefile12 filepath_util.c filestat.c flock.c fullrw.c getopt.c \
/freebsd-10.2-release/contrib/apr/
H A Dapr.mak72 -@erase "$(INTDIR)\filestat.obj"
178 "$(INTDIR)\filestat.obj" \
286 -@erase "$(INTDIR)\filestat.obj"
392 "$(INTDIR)\filestat.obj" \
500 -@erase "$(INTDIR)\filestat.obj"
606 "$(INTDIR)\filestat.obj" \
714 -@erase "$(INTDIR)\filestat.obj"
820 "$(INTDIR)\filestat.obj" \
928 -@erase "$(INTDIR)\filestat.obj"
1034 "$(INTDIR)\filestat
[all...]
H A Dlibapr.mak71 -@erase "$(INTDIR)\filestat.obj"
186 "$(INTDIR)\filestat.obj" \
307 -@erase "$(INTDIR)\filestat.obj"
422 "$(INTDIR)\filestat.obj" \
543 -@erase "$(INTDIR)\filestat.obj"
658 "$(INTDIR)\filestat.obj" \
779 -@erase "$(INTDIR)\filestat.obj"
894 "$(INTDIR)\filestat.obj" \
1015 -@erase "$(INTDIR)\filestat.obj"
1130 "$(INTDIR)\filestat
[all...]
H A Dbuild-outputs.mk28 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
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
181 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
193 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
250 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
258 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
/freebsd-10.2-release/usr.bin/procstat/
H A Dprocstat_files.c294 struct filestat *fst;
/freebsd-10.2-release/usr.sbin/nandsim/
H A Dnandsim.c934 struct stat filestat; local
965 if (stat(gargv[3], &filestat) != 0) {
971 fsize = filestat.st_size;

Completed in 142 milliseconds