Home
last modified time | relevance | path

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

12345678910>>...45

/dports/math/py-chaospy/chaospy-4.3.3/chaospy/distributions/collection/
H A Df.py11 def __init__(self, dfn, dfd, nc): argument
17 def _pdf(self, x, dfn, dfd, nc): argument
28 def _cdf(self, x, dfn, dfd, nc): argument
31 def _ppf(self, q, dfn, dfd, nc): argument
34 def _lower(self, dfn, dfd, nc): argument
37 def _upper(self, dfn, dfd, nc): argument
/dports/security/sudo/sudo-1.9.8p2/lib/iolog/
H A Diolog_loginfo.c47 iolog_parse_loginfo(int dfd, const char *iolog_dir) in iolog_parse_loginfo()
103 iolog_write_info_file_legacy(int dfd, struct eventlog *evlog) in iolog_write_info_file_legacy()
153 iolog_write_info_file_json(int dfd, struct eventlog *evlog) in iolog_write_info_file_json()
226 iolog_write_info_file(int dfd, struct eventlog *evlog) in iolog_write_info_file()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/openat2/
H A Dhelpers.c22 int raw_openat2(int dfd, const char *path, void *how, size_t size) in raw_openat2()
28 int sys_openat2(int dfd, const char *path, struct open_how *how) in sys_openat2()
33 int sys_openat(int dfd, const char *path, struct open_how *how) in sys_openat()
47 int touchat(int dfd, const char *path) in touchat()
71 bool fdequal(int fd, int dfd, const char *path) in fdequal()
H A Drename_attack_test.c37 int dfd; in setup_testdir() local
86 int dfd, afd; in test_rename_attack() local
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/openat2/
H A Dhelpers.c22 int raw_openat2(int dfd, const char *path, void *how, size_t size) in raw_openat2()
28 int sys_openat2(int dfd, const char *path, struct open_how *how) in sys_openat2()
33 int sys_openat(int dfd, const char *path, struct open_how *how) in sys_openat()
47 int touchat(int dfd, const char *path) in touchat()
71 bool fdequal(int fd, int dfd, const char *path) in fdequal()
H A Drename_attack_test.c37 int dfd; in setup_testdir() local
86 int dfd, afd; in test_rename_attack() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/openat2/
H A Dhelpers.c22 int raw_openat2(int dfd, const char *path, void *how, size_t size) in raw_openat2()
28 int sys_openat2(int dfd, const char *path, struct open_how *how) in sys_openat2()
33 int sys_openat(int dfd, const char *path, struct open_how *how) in sys_openat()
47 int touchat(int dfd, const char *path) in touchat()
71 bool fdequal(int fd, int dfd, const char *path) in fdequal()
H A Drename_attack_test.c37 int dfd; in setup_testdir() local
86 int dfd, afd; in test_rename_attack() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/
H A Dutimes.c79 static int do_utimes_path(int dfd, const char __user *filename, in do_utimes_path()
139 long do_utimes(int dfd, const char __user *filename, struct timespec64 *times, in do_utimes()
147 SYSCALL_DEFINE4(utimensat, int, dfd, const char __user *, filename, in SYSCALL_DEFINE4() argument
173 static long do_futimesat(int dfd, const char __user *filename, in do_futimesat()
202 SYSCALL_DEFINE3(futimesat, int, dfd, const char __user *, filename, in SYSCALL_DEFINE3() argument
251 SYSCALL_DEFINE4(utimensat_time32, unsigned int, dfd, const char __user *, filename, struct old_time… in SYSCALL_DEFINE4() argument
267 static long do_compat_futimesat(unsigned int dfd, const char __user *filename, in do_compat_futimesat()
287 SYSCALL_DEFINE3(futimesat_time32, unsigned int, dfd, in SYSCALL_DEFINE3() argument
/dports/multimedia/libv4l/linux-5.13-rc2/fs/
H A Dutimes.c79 static int do_utimes_path(int dfd, const char __user *filename, in do_utimes_path()
139 long do_utimes(int dfd, const char __user *filename, struct timespec64 *times, in do_utimes()
147 SYSCALL_DEFINE4(utimensat, int, dfd, const char __user *, filename, in SYSCALL_DEFINE4() argument
173 static long do_futimesat(int dfd, const char __user *filename, in do_futimesat()
202 SYSCALL_DEFINE3(futimesat, int, dfd, const char __user *, filename, in SYSCALL_DEFINE3() argument
251 SYSCALL_DEFINE4(utimensat_time32, unsigned int, dfd, const char __user *, filename, struct old_time… in SYSCALL_DEFINE4() argument
267 static long do_compat_futimesat(unsigned int dfd, const char __user *filename, in do_compat_futimesat()
287 SYSCALL_DEFINE3(futimesat_time32, unsigned int, dfd, in SYSCALL_DEFINE3() argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/
H A Dutimes.c79 static int do_utimes_path(int dfd, const char __user *filename, in do_utimes_path()
139 long do_utimes(int dfd, const char __user *filename, struct timespec64 *times, in do_utimes()
147 SYSCALL_DEFINE4(utimensat, int, dfd, const char __user *, filename, in SYSCALL_DEFINE4() argument
173 static long do_futimesat(int dfd, const char __user *filename, in do_futimesat()
202 SYSCALL_DEFINE3(futimesat, int, dfd, const char __user *, filename, in SYSCALL_DEFINE3() argument
251 SYSCALL_DEFINE4(utimensat_time32, unsigned int, dfd, const char __user *, filename, struct old_time… in SYSCALL_DEFINE4() argument
267 static long do_compat_futimesat(unsigned int dfd, const char __user *filename, in do_compat_futimesat()
287 SYSCALL_DEFINE3(futimesat_time32, unsigned int, dfd, in SYSCALL_DEFINE3() argument
/dports/security/sudo/sudo-1.9.8p2/src/
H A Dedit_open.c77 dir_is_writable(int dfd, struct sudo_cred *user_cred, struct sudo_cred *cur_cred) in dir_is_writable()
147 dir_is_writable(int dfd, struct sudo_cred *user_cred, struct sudo_cred *cur_cred) in dir_is_writable()
186 sudo_edit_openat_nofollow(int dfd, char *path, int oflags, mode_t mode) in sudo_edit_openat_nofollow()
222 sudo_edit_openat_nofollow(int dfd, char *path, int oflags, mode_t mode) in sudo_edit_openat_nofollow()
278 int dfd, fd, is_writable; in sudo_edit_open_nonwritable() local
421 int dfd; in sudo_edit_parent_valid() local
/dports/sysutils/toybox/toybox-0.8.5/toys/other/
H A Dacpi.c46 int dfd, fd, len, on; in acpi_callback() local
87 int dfd, temp; in temp_callback() local
110 int dfd=5, cur, max; in cool_callback() local
/dports/benchmarks/fio/fio-3.29/oslib/
H A Dstatx.c8 int statx(int dfd, const char *pathname, int flags, unsigned int mask, in statx()
16 int statx(int dfd, const char *pathname, int flags, unsigned int mask, in statx()
/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/complexscripts/scripts/arabic/
H A DArabicWordFormsTestCase.java62 private void processWordForms(File dfd) { in processWordForms()
70 private String[] listWordFormFiles(File dfd) { in listWordFormFiles()
/dports/net/netatalk3/netatalk-3.1.12/libatalk/vfs/
H A Dunix.c135 int copy_file_fd(int sfd, int dfd) in copy_file_fd()
173 int dfd = -1; in copy_file() local
225 int dfd = -1; in copy_ea() local
295 int unix_rename(int sfd, const char *oldpath, int dfd, const char *newpath) in unix_rename()
/dports/sysutils/heirloom/heirloom-070715/libcommon/
H A Dsfile.c36 sfile(int dfd, int sfd, mode_t mode, long long count) in sfile()
95 sfile(int dfd, int sfd, mode_t mode, long long count) in sfile()
/dports/security/suricata/suricata-6.0.4/src/
H A Ddetect-fileext.c254 DetectFileextData *dfd = DetectFileextParse(NULL, "doc", false); in DetectFileextTestParse01() local
269 DetectFileextData *dfd = DetectFileextParse(NULL, "tar.gz", false); in DetectFileextTestParse02() local
288 DetectFileextData *dfd = DetectFileextParse(NULL, "pdf", false); in DetectFileextTestParse03() local
/dports/mail/avenger/avenger-0.8.5/local/
H A Dmailbox.c118 write_esc_from (int dfd, const char *buf, size_t size, int frompos) in write_esc_from()
152 copy_msg (int dfd, int mfd, int uf, int use_readp, int esc_from) in copy_msg()
200 int dfd; in deliver_mbox() local
300 int dfd; in deliver_maildir() local
/dports/science/py-scipy/scipy-1.7.1/scipy/special/cdflib/
H A Dcumf.f1 SUBROUTINE cumf(f,dfn,dfd,cum,ccum) argument
48 DOUBLE PRECISION dfd,dfn,f,cum,ccum local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/solaris/classes/sun/nio/fs/
H A DSolarisUserDefinedFileAttributeView.java80 int dfd = openat(fd, HERE, (O_RDONLY|O_XATTR), 0); in list() local
232 int dfd = openat(fd, HERE, (O_RDONLY|O_XATTR), 0); in delete() local
258 int dfd = openat(ofd, HERE, (O_RDONLY|O_XATTR), 0); in copyExtendedAttributes() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/solaris/classes/sun/nio/fs/
H A DSolarisUserDefinedFileAttributeView.java80 int dfd = openat(fd, HERE, (O_RDONLY|O_XATTR), 0); in list() local
232 int dfd = openat(fd, HERE, (O_RDONLY|O_XATTR), 0); in delete() local
258 int dfd = openat(ofd, HERE, (O_RDONLY|O_XATTR), 0); in copyExtendedAttributes() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/solaris/classes/sun/nio/fs/
H A DSolarisUserDefinedFileAttributeView.java80 int dfd = openat(fd, HERE, (O_RDONLY|O_XATTR), 0); in list() local
232 int dfd = openat(fd, HERE, (O_RDONLY|O_XATTR), 0); in delete() local
258 int dfd = openat(ofd, HERE, (O_RDONLY|O_XATTR), 0); in copyExtendedAttributes() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/nio/fs/
H A DSolarisUserDefinedFileAttributeView.java78 int dfd = openat(fd, HERE, (O_RDONLY|O_XATTR), 0); in list() local
222 int dfd = openat(fd, HERE, (O_RDONLY|O_XATTR), 0); in delete() local
248 int dfd = openat(ofd, HERE, (O_RDONLY|O_XATTR), 0); in copyExtendedAttributes() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/solaris/classes/sun/nio/fs/
H A DSolarisUserDefinedFileAttributeView.java80 int dfd = openat(fd, HERE, (O_RDONLY|O_XATTR), 0); in list() local
232 int dfd = openat(fd, HERE, (O_RDONLY|O_XATTR), 0); in delete() local
258 int dfd = openat(ofd, HERE, (O_RDONLY|O_XATTR), 0); in copyExtendedAttributes() local

12345678910>>...45