Searched refs:fdes (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dpopen.c211 int fdes, status; local
219 if (pids == 0 || pids[fdes = fileno(iop)] == 0)
227 while ((pid = waitpid(pids[fdes], &status, 0)) < 0 && errno == EINTR)
230 pids[fdes] = 0;
/freebsd-11-stable/libexec/ftpd/
H A Dpopen.c180 int fdes, omask, status; local
187 if (pids == NULL || pids[fdes = fileno(iop)] == 0)
191 while ((pid = waitpid(pids[fdes], &status, 0)) < 0 && errno == EINTR)
194 pids[fdes] = 0;
/freebsd-11-stable/usr.sbin/cron/cron/
H A Dpopen.c232 register int fdes; local
241 if (pids == 0 || pids[fdes = fileno(iop)] == 0)
245 while ((pid = wait(&stat_loc)) != pids[fdes] && pid != -1)
248 pids[fdes] = 0;
/freebsd-11-stable/usr.bin/at/
H A Dat.c216 int fdes, lockdes, fd2; local
285 if ((fdes = creat(atfile, O_WRONLY)) == -1)
288 if ((fd2 = dup(fdes)) <0)
314 if((fp = fdopen(fdes, "w")) == NULL)
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DMapFile.cpp127 for (const EhSectionPiece *fde : rec->fdes)
H A DSyntheticSections.cpp423 rec->fdes.push_back(&piece);
489 for (EhSectionPiece *fde : rec->fdes) {
514 for (EhSectionPiece *fde : rec->fdes) {
579 for (EhSectionPiece *fde : rec->fdes) {
2936 std::vector<FdeData> fdes = getPartition().ehFrame->getFdeData();
2944 write32(buf + 8, fdes.size());
2947 for (FdeData &fde : fdes) {
H A DSyntheticSections.h63 std::vector<EhSectionPiece *> fdes; member in struct:lld::elf::CieRecord
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h196 #define __sanitizer_syscall_pre_getpeername(fdes, asa, alen) \
198 (long long)(fdes), (long long)(asa), (long long)(alen))
199 #define __sanitizer_syscall_post_getpeername(res, fdes, asa, alen) \
201 res, (long long)(fdes), (long long)(asa), (long long)(alen))
202 #define __sanitizer_syscall_pre_getsockname(fdes, asa, alen) \
204 (long long)(fdes), (long long)(asa), (long long)(alen))
205 #define __sanitizer_syscall_post_getsockname(res, fdes, asa, alen) \
207 res, (long long)(fdes), (long long)(asa), (long long)(alen))
738 #define __sanitizer_syscall_pre_compat_43_ogetpeername(fdes, asa, alen) \
740 (long long)(fdes), (lon
[all...]
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_socket.c887 int fdes;
893 bsd_args.fdes = args->s;
907 int fdes;
913 bsd_args.fdes = args->s;
H A Dlinux_file.c226 args->fdes, (long)args->off, args->whence);
228 return (kern_lseek(td, args->fdes, args->off, args->whence));
/freebsd-11-stable/sys/kern/
H A Duipc_syscalls.c1536 int fdes;
1550 error = kern_getsockname(td, uap->fdes, &sa, &len);
1635 int fdes;
1649 error = kern_getpeername(td, uap->fdes, &sa, &len);
H A Dsystrace_args.c229 iarg[0] = p->fdes; /* int */
238 iarg[0] = p->fdes; /* int */
/freebsd-11-stable/sys/sys/
H A Dsysproto.h151 char fdes_l_[PADL_(int)]; int fdes; char fdes_r_[PADR_(int)]; member in struct:getpeername_args
156 char fdes_l_[PADL_(int)]; int fdes; char fdes_r_[PADR_(int)]; member in struct:getsockname_args
2294 char fdes_l_[PADL_(int)]; int fdes; char fdes_r_[PADR_(int)]; member in struct:ogetpeername_args
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_systrace_args.c232 iarg[0] = p->fdes; /* int */
241 iarg[0] = p->fdes; /* int */
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_systrace_args.c85 iarg[0] = p->fdes; /* l_uint */
H A Dlinux_proto.h55 char fdes_l_[PADL_(l_uint)]; l_uint fdes; char fdes_r_[PADR_(l_uint)]; member in struct:linux_lseek_args
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_systrace_args.c153 iarg[0] = p->fdes; /* l_uint */
H A Dlinux32_proto.h94 char fdes_l_[PADL_(l_uint)]; l_uint fdes; char fdes_r_[PADR_(l_uint)]; member in struct:linux_lseek_args
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_systrace_args.c153 iarg[0] = p->fdes; /* l_uint */
H A Dlinux_proto.h94 char fdes_l_[PADL_(l_uint)]; l_uint fdes; char fdes_r_[PADR_(l_uint)]; member in struct:linux_lseek_args

Completed in 592 milliseconds