Searched defs:avoid_fd (Results 1 – 2 of 2) sorted by relevance
/busybox-1.35.0/shell/ |
D | hush.c | 1567 static int dup_CLOEXEC(int fd, int avoid_fd) in dup_CLOEXEC() 1584 static int xdup_CLOEXEC_and_close(int fd, int avoid_fd) in xdup_CLOEXEC_and_close() 1698 static int move_HFILEs_on_redirect(int fd, int avoid_fd) in move_HFILEs_on_redirect() 7814 static struct squirrel *add_squirrel(struct squirrel *sq, int fd, int avoid_fd) in add_squirrel() 7871 static int save_fd_on_redirect(int fd, int avoid_fd, struct squirrel **sqp) in save_fd_on_redirect()
|
D | ash.c | 5631 dup_CLOEXEC(int fd, int avoid_fd) in dup_CLOEXEC() 5648 xdup_CLOEXEC_and_close(int fd, int avoid_fd) in xdup_CLOEXEC_and_close() 5708 save_fd_on_redirect(int fd, int avoid_fd, struct redirtab *sq) in save_fd_on_redirect()
|