Searched refs:setup_out_fd (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dsmbrun.c30 static int setup_out_fd(void) function
41 DEBUG(0,("setup_out_fd: Failed to create file %s. (%s)\n",
46 DEBUG(10,("setup_out_fd: Created tmp file %s\n", path ));
72 if (outfd && ((*outfd = setup_out_fd()) == -1)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dafprun.c74 static int setup_out_fd(void) function
85 LOG(log_error, logtype_afpd, "setup_out_fd: Failed to create file %s. (%s)",path, strerror(errno) );
170 if (outfd && ((*outfd = setup_out_fd()) == -1)) {

Completed in 102 milliseconds