Searched refs:dupfdopen (Results 1 – 5 of 5) sorted by relevance
/openbsd/sys/sys/ |
H A D | filedesc.h | 133 int dupfdopen(struct proc *, int, int);
|
/openbsd/sys/kern/ |
H A D | kern_descrip.c | 1359 dupfdopen(struct proc *p, int indx, int mode) in dupfdopen() function
|
H A D | vfs_syscalls.c | 1129 dupfdopen(p, indx, flags)) == 0) { in doopenat()
|
/openbsd/regress/usr.bin/diff/ |
H A D | t9.1 | 745 dupfdopen(fdp, indx, p->p_dupfd, flags, error)) == 0) {
|
H A D | t9.2 | 885 dupfdopen(fdp, indx, p->p_dupfd, flags, error)) == 0) {
|