Home
last modified time | relevance | path

Searched refs:xfdopen_for_write (Results 1 – 9 of 9) sorted by relevance

/busybox-1.35.0/libbb/
Dwfopen.c52 FILE* FAST_FUNC xfdopen_for_write(int fd) in xfdopen_for_write() function
Dupdate_passwd.c156 new_fp = xfdopen_for_write(new_fd); in update_passwd()
Dlineedit.c1573 fp = xfdopen_for_write(fd); in save_history()
1625 fp = xfdopen_for_write(fd); in save_history()
/busybox-1.35.0/coreutils/
Ddos2unix.c85 out = xfdopen_for_write(fd); in convert()
/busybox-1.35.0/mailutils/
Dreformime.c187 fp = xfdopen_for_write(fd[1]); in parse()
/busybox-1.35.0/networking/
Difupdown.c1258 *in = xfdopen_for_write(infd.wr); in popen2()
1371 return xfdopen_for_write(fd); in open_new_state_file()
/busybox-1.35.0/modutils/
Dmodprobe-small.c515 fp = xfdopen_for_write(fd); in write_out_dep_bb()
/busybox-1.35.0/editors/
Dsed.c1601 G.nonstdout = xfdopen_for_write(nonstdoutfd); in sed_main()
/busybox-1.35.0/include/
Dlibbb.h1069 FILE* xfdopen_for_write(int fd) FAST_FUNC;