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

/freebsd-13-stable/lib/libprocstat/
H A Dlibprocstat_compat.c96 struct filestat *fst, struct freebsd11_ptsstat *pts, char *errbuf);
98 struct filestat *fst, struct freebsd12_ptsstat *pts_compat, char *errbuf);
100 struct filestat *fst, struct freebsd11_semstat *sem, char *errbuf);
102 struct filestat *fst, struct freebsd11_shmstat *shm, char *errbuf);
104 struct filestat *fst, struct freebsd11_sockstat *sock, char *errbuf);
106 struct filestat *fst, struct freebsd11_vnstat *vn, char *errbuf);
108 struct filestat *fst, struct freebsd12_vnstat *vn_compat, char *errbuf);
114 struct filestat *fst, struct freebsd11_ptsstat *pts_compat, char *errbuf)
133 struct filestat *fst, struct freebsd12_ptsstat *pts_compat, char *errbuf)
152 struct filestat *fs
[all...]
H A Dlibprocstat.h112 struct filestat { struct
114 int fs_flags; /* filestat specific flags. */
122 STAILQ_ENTRY(filestat) next;
169 STAILQ_HEAD(filestat_list, filestat);
192 int procstat_get_pipe_info(struct procstat *procstat, struct filestat *fst,
194 int procstat_get_pts_info(struct procstat *procstat, struct filestat *fst,
196 int procstat_get_sem_info(struct procstat *procstat, struct filestat *fst,
198 int procstat_get_shm_info(struct procstat *procstat, struct filestat *fst,
200 int procstat_get_socket_info(struct procstat *procstat, struct filestat *fst,
202 int procstat_get_vnode_info(struct procstat *procstat, struct filestat *fs
[all...]
H A Dlibprocstat.c134 static int procstat_get_pipe_info_sysctl(struct filestat *fst,
136 static int procstat_get_pipe_info_kvm(kvm_t *kd, struct filestat *fst,
138 static int procstat_get_pts_info_sysctl(struct filestat *fst,
140 static int procstat_get_pts_info_kvm(kvm_t *kd, struct filestat *fst,
142 static int procstat_get_sem_info_sysctl(struct filestat *fst,
144 static int procstat_get_sem_info_kvm(kvm_t *kd, struct filestat *fst,
146 static int procstat_get_shm_info_sysctl(struct filestat *fst,
148 static int procstat_get_shm_info_kvm(kvm_t *kd, struct filestat *fst,
150 static int procstat_get_socket_info_sysctl(struct filestat *fst,
152 static int procstat_get_socket_info_kvm(kvm_t *kd, struct filestat *fs
[all...]
/freebsd-13-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-13-stable/usr.bin/procstat/
H A Dprocstat_pwdx.c56 struct filestat *fst;
H A Dprocstat_files.c298 struct filestat *fst;
/freebsd-13-stable/usr.bin/fstat/
H A Dfstat.c88 struct filestat *fst, const char *uname, const char *cmd, int pid);
90 struct filestat *fst);
92 struct filestat *fst);
94 struct filestat *fst);
96 struct filestat *fst);
98 struct filestat *fst);
100 struct filestat *fst);
219 struct filestat *fst;
237 print_file_info(struct procstat *procstat, struct filestat *fst,
374 print_socket_info(struct procstat *procstat, struct filestat *fs
[all...]
H A Dfuser.c291 struct filestat *fst;
/freebsd-13-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-13-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-13-stable/usr.bin/svn/lib/libapr/
H A DMakefile35 filestat.c \
/freebsd-13-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

Completed in 89 milliseconds