Searched refs:openat (Results 1 – 25 of 29) sorted by relevance
12
| /dragonfly/gnu/usr.bin/grep/libgreputils/ |
| HD | fcntl.h | 635 # undef openat 636 # define openat rpl_openat 638 _GL_FUNCDECL_RPL (openat, int, 641 _GL_CXXALIAS_RPL (openat, int, 645 _GL_FUNCDECL_SYS (openat, int, 649 _GL_CXXALIAS_SYS (openat, int, 652 _GL_CXXALIASWARN (openat); 654 # undef openat 656 _GL_WARN_ON_USE (openat, "openat is not portable - "
|
| HD | Makefile | 59 openat-die.c \ 60 openat-proc.c \ 61 openat-safer.c \
|
| /dragonfly/contrib/grep/lib/ |
| HD | fcntl--.h | 30 # undef openat 31 # define openat openat_safer macro
|
| HD | openat-safer.c | 45 return fd_safer (openat (fd, file, flags, mode)); in openat_safer()
|
| HD | opendirat.c | 40 int new_fd = openat (dir_fd, dir, open_flags); in opendirat()
|
| HD | openat.h | 43 openat (Fd, File, Flags, Mode)
|
| HD | chdir-long.c | 75 int new_fd = openat (cdb->fd, dir, in cdb_advance_fd()
|
| HD | fts.c | 352 ? openat (sp->fts_cwd_fd, dir, open_flags) in diropen() 1773 int parent_fd = openat (cwd_fd, "..", open_flags); in fd_ring_check()
|
| /dragonfly/test/stress/stress2/testcases/openat/ |
| HD | openat.c | 99 if ((tfd = openat(fd, file, O_RDONLY|O_CREAT, 0660)) == -1) in test_openat() 121 if ((tfd = openat(fd, file, O_RDONLY|O_CREAT, 0660)) == -1) in test_renameat() 146 if ((tfd = openat(fd, file, O_RDONLY|O_CREAT, 0660)) == -1) in test_unlinkat()
|
| HD | Makefile | 3 PROG=openat
|
| /dragonfly/test/stress/stress2/ |
| HD | marcus.cfg | 15 testcases/openat/openat
|
| /dragonfly/test/stress/stress2/testcases/ |
| HD | Makefile | 13 openat \
|
| /dragonfly/contrib/cvs-1.12/ |
| HD | README.DELETED | 131 lib/openat.c 132 lib/openat.h
|
| /dragonfly/libexec/dma/ |
| HD | dma-mbox-create.c | 139 f = openat(maildirfd, user, O_RDONLY|O_CREAT|O_NOFOLLOW, 0600); in main()
|
| /dragonfly/sys/sys/ |
| HD | fcntl.h | 335 int openat(int, const char *, int, ...);
|
| HD | syscall.mk | 272 openat.o \
|
| HD | sysunion.h | 278 struct openat_args openat; member
|
| /dragonfly/lib/libc/include/ |
| HD | namespace.h | 77 #define openat _openat macro
|
| HD | un-namespace.h | 58 #undef openat
|
| /dragonfly/sys/vfs/dirfs/ |
| HD | dirfs_subr.c | 194 dnp->dn_fd = openat(pathnp->dn_fd, tmp, in dirfs_alloc_file() 602 dnp->dn_fd = openat(parentfd, tmp, flags); in dirfs_open_helper()
|
| /dragonfly/contrib/grep/ |
| HD | README.DELETED | 110 lib/openat.c
|
| /dragonfly/lib/libc/sys/ |
| HD | Makefile.inc | 170 MLINKS+=open.2 openat.2
|
| HD | Symbol.map | 197 openat;
|
| /dragonfly/contrib/libarchive/libarchive/ |
| HD | archive_read_disk_posix.c | 1594 int fd = openat(tree_current_dir_fd(t), in setup_current_filesystem() 1768 int fd = openat(tree_current_dir_fd(t), in setup_current_filesystem() 1890 int fd = openat(tree_current_dir_fd(t), in setup_current_filesystem() 2076 return (openat(tree_current_dir_fd(t), path, flags)); in open_on_current_dir()
|
| /dragonfly/lib/libthread_xu/thread/ |
| HD | thr_syscalls.c | 420 __strong_reference(__openat, openat);
|
12