Home
last modified time | relevance | path

Searched refs:p_realstat (Results 1 – 7 of 7) sorted by relevance

/dports/ftp/vsftpd/vsftpd-3.0.5/
H A Dsysutil.c1298 const struct stat* p_realstat = (const struct stat*) p_stat; in vsf_sysutil_statbuf_is_regfile() local
1299 return S_ISREG(p_realstat->st_mode); in vsf_sysutil_statbuf_is_regfile()
1305 const struct stat* p_realstat = (const struct stat*) p_stat; in vsf_sysutil_statbuf_is_symlink() local
1306 return S_ISLNK(p_realstat->st_mode); in vsf_sysutil_statbuf_is_symlink()
1312 const struct stat* p_realstat = (const struct stat*) p_stat; in vsf_sysutil_statbuf_is_socket() local
1313 return S_ISSOCK(p_realstat->st_mode); in vsf_sysutil_statbuf_is_socket()
1319 const struct stat* p_realstat = (const struct stat*) p_stat; in vsf_sysutil_statbuf_is_dir() local
1320 return S_ISDIR(p_realstat->st_mode); in vsf_sysutil_statbuf_is_dir()
/dports/ftp/vsftpd-ext/vsFTPd-3.0.3-ext.1/
H A Dsysutil.c1360 const struct stat* p_realstat = (const struct stat*) p_stat; in vsf_sysutil_statbuf_is_regfile() local
1361 return S_ISREG(p_realstat->st_mode); in vsf_sysutil_statbuf_is_regfile()
1367 const struct stat* p_realstat = (const struct stat*) p_stat; in vsf_sysutil_statbuf_is_symlink() local
1368 return S_ISLNK(p_realstat->st_mode); in vsf_sysutil_statbuf_is_symlink()
1374 const struct stat* p_realstat = (const struct stat*) p_stat; in vsf_sysutil_statbuf_is_socket() local
1375 return S_ISSOCK(p_realstat->st_mode); in vsf_sysutil_statbuf_is_socket()
1381 const struct stat* p_realstat = (const struct stat*) p_stat; in vsf_sysutil_statbuf_is_dir() local
1382 return S_ISDIR(p_realstat->st_mode); in vsf_sysutil_statbuf_is_dir()
/dports/sysutils/htop/htop-3.1.2/netbsd/
H A DNetBSDProcessList.c336 switch (kproc->p_realstat) { in NetBSDProcessList_scanProcs()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dnetbsd-nat.c403 printf_filtered ("State: %s\n", process_status(kp.p_realstat)); in info_proc()
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dsysctl.h591 uint64_t p_realstat; /* LONG: non-LWP process status */ member
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dkern_proc.c2284 ki->p_realstat = p->p_stat; in fill_kproc2()
/dports/net-mgmt/collectd5/collectd-5.12.0/src/
H A Dprocesses.c2492 switch (procs[i].p_realstat) {