Home
last modified time | relevance | path

Searched defs:dfd (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/usr.sbin/cron/
H A Datrun.c63 int dfd, pending; in scan_atjobs() local
162 int dfd, len; in atrun() local
321 run_job(const atjob *job, int dfd, const char *atfile) in run_job()
H A Ddatabase.c169 process_crontab(int dfd, const char *uname, const char *fname, in process_crontab()
/openbsd-src/usr.bin/rsync/
H A Dcopy.c70 int fromfd, tofd, dfd; in copy_file() local
H A Dreceiver.c178 int rc = 0, dfd = -1, phase = 0, c; in rsync_receiver() local
H A Duploader.c756 int dfd, x; in pre_file() local
/openbsd-src/usr.sbin/rbootd/
H A Dparseconf.c296 DIR *dfd; in GetBootFiles() local
/openbsd-src/usr.bin/chpass/
H A Dchpass.c65 int i, ch, pfd, tfd, dfd; in main() local
/openbsd-src/usr.sbin/installboot/
H A Dutil.c42 int sfd, dfd; in filecopy() local
/openbsd-src/usr.bin/at/
H A Dat.c445 int dfd, i, shortformat; in list_jobs() local
621 int error, i, ch, changed, dfd; in process_jobs() local
[all...]
/openbsd-src/usr.sbin/acme-client/
H A Dnetproc.c50 int dfd; /* dnsproc handle */ global() member
660 netproc(int kfd,int afd,int Cfd,int cfd,int dfd,int rfd,int revocate,struct authority_c * authority,const char * const * alts,size_t altsz) netproc() argument
/openbsd-src/gnu/llvm/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1574 #define __sanitizer_syscall_pre_mknodat(dfd, filename, mode, dev) \ argument
1577 #define __sanitizer_syscall_post_mknodat(res, dfd, filename, mode, dev) \ argument
1580 #define __sanitizer_syscall_pre_mkdirat(dfd, pathname, mode) \ argument
1583 #define __sanitizer_syscall_post_mkdirat(res, dfd, pathname, mode) \ argument
1586 #define __sanitizer_syscall_pre_unlinkat(dfd, pathname, flag) \ argument
1589 #define __sanitizer_syscall_post_unlinkat(res, dfd, pathname, flag) \ argument
1615 #define __sanitizer_syscall_pre_futimesat(dfd, filename, utimes) \ argument
1618 #define __sanitizer_syscall_post_futimesat(res, dfd, filename, utimes) \ argument
1621 #define __sanitizer_syscall_pre_faccessat(dfd, filename, mode) \ argument
1624 #define __sanitizer_syscall_post_faccessat(res, dfd, filename, mode) \ argument
[all …]
/openbsd-src/sbin/savecore/
H A Dsavecore.c556 DIR *dfd; in find_dev() local
/openbsd-src/usr.bin/vi/common/
H A Drecover.c463 rcv_openat(SCR *sp, int dfd, const char *name, int *locked) in rcv_openat()
/openbsd-src/lib/libc/gen/
H A Dfts.c794 fts_stat(FTS *sp, FTSENT *p, int follow, int dfd) in fts_stat()
/openbsd-src/gnu/usr.bin/perl/
H A Ddoio.c1652 int dfd; S_argvout_final() local
[all...]
H A Dperlio.c3131 const int dfd = PerlLIO_dup_cloexec(fileno(stdio)); PerlIOStdio_dup() local