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

/freebsd-11-stable/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
392 if (stat(fullname, &filestat) == 0 && S_ISDIR(filestat
[all...]
H A Dinp.c142 struct stat filestat; local
155 statfailed = stat(filename, &filestat);
169 statfailed = stat(filename, &filestat);
173 filemode = filestat.st_mode;
176 if ((uint64_t)filestat.st_size > SIZE_MAX) {
180 i_size = (size_t)filestat.st_size;
H A Dpch.c106 struct stat filestat; local
125 if (fstat(fileno(pfp), &filestat))
127 p_filesize = filestat.st_size;
/freebsd-11-stable/lib/libprocstat/
H A Dlibprocstat.h109 struct filestat { struct
111 int fs_flags; /* filestat specific flags. */
119 STAILQ_ENTRY(filestat) next;
164 STAILQ_HEAD(filestat_list, filestat);
187 int procstat_get_pipe_info(struct procstat *procstat, struct filestat *fst,
189 int procstat_get_pts_info(struct procstat *procstat, struct filestat *fst,
191 int procstat_get_sem_info(struct procstat *procstat, struct filestat *fst,
193 int procstat_get_shm_info(struct procstat *procstat, struct filestat *fst,
195 int procstat_get_socket_info(struct procstat *procstat, struct filestat *fst,
197 int procstat_get_vnode_info(struct procstat *procstat, struct filestat *fs
[all...]
H A Dlibprocstat.c128 static int procstat_get_pipe_info_sysctl(struct filestat *fst,
130 static int procstat_get_pipe_info_kvm(kvm_t *kd, struct filestat *fst,
132 static int procstat_get_pts_info_sysctl(struct filestat *fst,
134 static int procstat_get_pts_info_kvm(kvm_t *kd, struct filestat *fst,
136 static int procstat_get_sem_info_sysctl(struct filestat *fst,
138 static int procstat_get_sem_info_kvm(kvm_t *kd, struct filestat *fst,
140 static int procstat_get_shm_info_sysctl(struct filestat *fst,
142 static int procstat_get_shm_info_kvm(kvm_t *kd, struct filestat *fst,
144 static int procstat_get_socket_info_sysctl(struct filestat *fst,
146 static int procstat_get_socket_info_kvm(kvm_t *kd, struct filestat *fs
[all...]
/freebsd-11-stable/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,
316 print_socket_info(struct procstat *procstat, struct filestat *fs
[all...]
H A Dfuser.c291 struct filestat *fst;
/freebsd-11-stable/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-11-stable/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-11-stable/usr.bin/svn/lib/libapr/
H A DMakefile35 filestat.c \
/freebsd-11-stable/contrib/apr/
H A Dapr.mak76 -@erase "$(INTDIR)\filestat.obj"
149 "$(INTDIR)\filestat.obj" \
262 -@erase "$(INTDIR)\filestat.obj"
335 "$(INTDIR)\filestat.obj" \
448 -@erase "$(INTDIR)\filestat.obj"
521 "$(INTDIR)\filestat.obj" \
634 -@erase "$(INTDIR)\filestat.obj"
708 "$(INTDIR)\filestat.obj" \
893 SOURCE=.\file_io\win32\filestat.c
895 "$(INTDIR)\filestat
[all...]
H A Dlibapr.mak72 -@erase "$(INTDIR)\filestat.obj"
190 "$(INTDIR)\filestat.obj" \
316 -@erase "$(INTDIR)\filestat.obj"
434 "$(INTDIR)\filestat.obj" \
560 -@erase "$(INTDIR)\filestat.obj"
678 "$(INTDIR)\filestat.obj" \
804 -@erase "$(INTDIR)\filestat.obj"
922 "$(INTDIR)\filestat.obj" \
1091 SOURCE=.\file_io\win32\filestat.c
1093 "$(INTDIR)\filestat
[all...]
H A Dbuild-outputs.mk30 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
40 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
186 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
198 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
255 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
263 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-11-stable/usr.bin/procstat/
H A Dprocstat_files.c292 struct filestat *fst;
/freebsd-11-stable/usr.sbin/nandsim/
H A Dnandsim.c936 struct stat filestat; local
967 if (stat(gargv[3], &filestat) != 0) {
973 fsize = filestat.st_size;

Completed in 205 milliseconds