Searched refs:fdopen (Results 76 - 100 of 127) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/test/
H A Dminigzip.c218 gz->file = path == NULL ? fdopen(fd, gz->write ? "wb" : "rb") :
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dzipcloak.c620 if ((y = tempzf = outzip = fdopen(yd, FOPW_TMP)) == NULL) {
H A Dzipnote.c641 if ((tempzf = y = fdopen(yd, FOPW)) == NULL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dcsharpcomp.c308 fp = fdopen (fd[0], "r");
310 error (EXIT_FAILURE, errno, _("fdopen() failed"));
H A Djavacomp.c590 fp = fdopen (fd[0], "r");
671 fp = fdopen (fd[0], "r");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/hotplug2/
H A Dhotplug2.c361 fp = fdopen(fds[0], "r");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Dtftpd.c326 file = fdopen(fd, (mode == RRQ)? "r":"w");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dlease.c135 if (fd < 0 || (sync_file = fdopen(fd, "w")) == NULL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dftp.c497 FTPLogError(cip, kDoPerror, "Could not fdopen.\n");
511 if ((cip->cin = fdopen(sockfd, "r")) == NULL) {
514 FTPLogError(cip, kDoPerror, "Could not fdopen.\n");
518 if ((cip->cout = fdopen(sock2fd, "w")) == NULL) {
521 FTPLogError(cip, kDoPerror, "Could not fdopen.\n");
H A Dncftp.h122 # define fdopen _fdopen macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dlp.c629 if (( lp.lp_stream = fdopen( fd, "w" )) == NULL ) {
630 LOG(log_error, logtype_papd, "lp_open fdopen: %s", strerror(errno) );
792 if (( cfile = fdopen( fd, "w" )) == NULL ) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Difupdown.c1040 *in = fdopen(infd[1], "w");
1041 *out = fdopen(outfd[0], "r");
H A Dwget.c572 fp = fdopen(xconnect_stream(lsa), "r+");
574 bb_perror_msg_and_die("fdopen");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/runit/
H A Dsvlogd.c362 ld->filecur = fdopen(ld->fdcur, "a"); ////
624 ld->filecur = fdopen(ld->fdcur, "a"); ////
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps-util-unix.c189 if ((f = fdopen (fd, "w")) == NULL)
192 "Failed to fdopen fd %d: %s", fd, _dbus_strerror (errno));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/test/
H A Dminigzip.c222 gz->file = path == NULL ? fdopen(fd, gz->write ? "wb" : "rb") :
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dstatus.c693 if (( fp = fdopen( fd, "w" )) == NULL ) {
694 LOG(log_error, logtype_afpd, "ERROR: Cannot fdopen %s (%s). Using one-time signature.",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/atalkd/
H A Dconfig.c224 if (( newconf = fdopen( fd, "w" )) == NULL ) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/random/
H A Drndunix.c455 stream = fdopen(pipedes[STDIN_FILENO], "r");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drndunix.c455 stream = fdopen(pipedes[STDIN_FILENO], "r");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-autoipd/
H A Dmain.c852 if (!(f = fdopen(fds[0], "r"))) {
853 daemon_log(LOG_ERR, "fdopen() failed: %s", strerror(errno));
914 if (!(ret = fdopen(fds[1], "w"))) {
915 daemon_log(LOG_ERR, "fdopen() failed: %s", strerror(errno));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A Dmain.c852 if (!(f = fdopen(fds[0], "r"))) {
853 daemon_log(LOG_ERR, "fdopen() failed: %s", strerror(errno));
914 if (!(ret = fdopen(fds[1], "w"))) {
915 daemon_log(LOG_ERR, "fdopen() failed: %s", strerror(errno));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/netkit-ftp-0.18-pre1/ftp/
H A Dcmds.c940 ftemp = fdopen(fd, "r");
942 printf("fdopen failed, oops\n");
1017 fp = fdopen(fd, "r");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dnet_rpc_samsync.c1789 if (!(add_file = fdopen(smb_mkstemp(add_name),"w"))) {
1794 if (!(mod_file = fdopen(smb_mkstemp(mod_name),"w"))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l2tpd-0.69/
H A Dl2tpd.c76 FILE *f = fdopen (fd2, "a");
79 log (LOG_WARN, "show_status: fdopen() failed on fd %d\n", fd);

Completed in 444 milliseconds

123456