Searched refs:strerror (Results 101 - 125 of 784) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/
H A Dgetifaddr.c39 DPRINTF(E_ERROR, L_GENERAL, "socket(PF_INET, SOCK_DGRAM): %s\n", strerror(errno));
45 DPRINTF(E_ERROR, L_GENERAL, "ioctl(s, SIOCGIFADDR, ...): %s\n", strerror(errno));
52 DPRINTF(E_ERROR, L_GENERAL, "inet_ntop(): %s\n", strerror(errno));
81 DPRINTF(E_ERROR, L_GENERAL, "inet_ntop(): %s\n", strerror(errno));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Dminissdp.c71 DPRINTF(E_ERROR, L_SSDP, "setsockopt(udp, IP_ADD_MEMBERSHIP): %s\n", strerror(errno));
89 DPRINTF(E_ERROR, L_SSDP, "socket(udp): %s\n", strerror(errno));
95 DPRINTF(E_WARN, L_SSDP, "setsockopt(udp, SO_REUSEADDR): %s\n", strerror(errno));
108 DPRINTF(E_ERROR, L_SSDP, "bind(udp): %s\n", strerror(errno));
142 DPRINTF(E_ERROR, L_SSDP, "socket(udp_notify): %s\n", strerror(errno));
150 DPRINTF(E_ERROR, L_SSDP, "setsockopt(udp_notify, IP_MULTICAST_LOOP): %s\n", strerror(errno));
157 DPRINTF(E_ERROR, L_SSDP, "setsockopt(udp_notify, IP_MULTICAST_IF): %s\n", strerror(errno));
166 DPRINTF(E_ERROR, L_SSDP, "setsockopt(udp_notify, SO_BROADCAST): %s\n", strerror(errno));
177 DPRINTF(E_ERROR, L_SSDP, "bind(udp_notify): %s\n", strerror(errno));
286 DPRINTF(E_ERROR, L_SSDP, "sendto(udp): %s\n", strerror(errn
[all...]
H A Dgetifaddr.c63 DPRINTF(E_ERROR, L_GENERAL, "socket: %s\n", strerror(errno));
70 DPRINTF(E_INFO, L_GENERAL, "SIOCGIFADDR %s: %s\n", ifname, strerror(errno));
77 DPRINTF(E_ERROR, L_GENERAL, "inet_ntop(): %s\n", strerror(errno));
98 DPRINTF(E_ERROR, L_GENERAL, "ioctl(s, SIOCGIFNETMASK, ...): %s\n", strerror(errno));
119 DPRINTF(E_ERROR, L_GENERAL, "SIOCGIFCONF: %s\n", strerror(errno));
137 DPRINTF(E_ERROR, L_GENERAL, "inet_ntop(): %s\n", strerror(errno));
H A Dtivo_beacon.c65 DPRINTF(E_ERROR, L_TIVO, "socket(http): %s\n", strerror(errno));
71 DPRINTF(E_WARN, L_TIVO, "setsockopt(http, SO_REUSEADDR): %s\n", strerror(errno));
81 DPRINTF(E_ERROR, L_TIVO, "bind(http): %s\n", strerror(errno));
88 DPRINTF(E_WARN, L_TIVO, "setsockopt(http, SO_BROADCAST): %s\n", strerror(errno));
117 DPRINTF(E_ERROR, L_TIVO, "Error getting interface list [%s]\n", strerror(errno));
131 DPRINTF(E_ERROR, L_TIVO, "Failed to get broadcast addr on %s [%s]\n", ifr[i].ifr_name, strerror(errno));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Dgetifaddr.c39 DPRINTF(E_ERROR, L_GENERAL, "socket(PF_INET, SOCK_DGRAM): %s\n", strerror(errno));
45 DPRINTF(E_ERROR, L_GENERAL, "ioctl(s, SIOCGIFADDR, ...): %s\n", strerror(errno));
52 DPRINTF(E_ERROR, L_GENERAL, "inet_ntop(): %s\n", strerror(errno));
81 DPRINTF(E_ERROR, L_GENERAL, "inet_ntop(): %s\n", strerror(errno));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/win32/wince/
H A Dwincecompat.h40 char *strerror(int errnum);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dafprun.c85 LOG(log_error, logtype_afpd, "setup_out_fd: Failed to create file %s. (%s)",path, strerror(errno) );
178 LOG(log_error, logtype_afpd, "afprun: fork failed with error %s", strerror(errno) );
202 LOG(log_error, logtype_afpd, "waitpid(%d) : %s",(int)pid, strerror(errno) );
237 LOG(log_error, logtype_afpd, "afprun: can't change directory to \"/\" %s", strerror(errno) );
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/atalkd/
H A Daep.c42 LOG(log_error, logtype_atalkd, "aep sendto: %s", strerror(errno) );
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/asp/
H A Dasp_tickle.c36 LOG(log_error, logtype_default, "atp_sreq: %s", strerror(errno) );
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/udhcpd/
H A Dpidfile.c40 pidfile, strerror(errno));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/server/
H A Dsockfilt.c200 logmsg("cannot install SIGHUP handler: %s", strerror(ERRNO));
205 logmsg("cannot install SIGPIPE handler: %s", strerror(ERRNO));
210 logmsg("cannot install SIGALRM handler: %s", strerror(ERRNO));
215 logmsg("cannot install SIGINT handler: %s", strerror(ERRNO));
222 logmsg("cannot install SIGTERM handler: %s", strerror(ERRNO));
277 logmsg("unrecoverable read() failure: %s", strerror(error));
321 logmsg("unrecoverable write() failure: %s", strerror(error));
534 error, strerror(error));
710 error, strerror(error));
717 error, strerror(erro
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/libsmbclient/
H A Dtestbrowse.c77 *ppUrl, errno, strerror(errno));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/bridge-1.x/brctl/
H A Dbrctl.c65 strerror(errno));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospf6d/
H A Dospf6_network.c236 ifindex, strerror (errno));
258 ifindex, strerror (errno));
276 ifindex, strerror (errno));
305 zlog_warn ("Network: set SO_REUSEADDR failed: %s", strerror (errno));
316 strerror (errno));
326 zlog_warn ("Network: set IPV6_RECVPKTINFO failed: %s", strerror (errno));
330 zlog_warn ("Network: set IPV6_PKTINFO failed: %s", strerror (errno));
341 zlog_warn ("Network: set IPV6_CHECKSUM failed: %s", strerror (errno));
399 *ifindex, strerror (errno), errno);
434 zlog_warn ("Network: recvmsg failed: %s", strerror (errn
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
H A Db_uname.c24 "%s: %s: %s\n", progname, UNAMEFILE, strerror(errno));
137 fprintf(stderr, "%s: uname: %s\n", progname, strerror(errno));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Djava-post.pl11 s!public [^(]*[ _]strerror\([^)]*\)!$& /* no exception */!;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Db_uname.c24 "%s: %s: %s\n", progname, UNAMEFILE, strerror(errno));
137 fprintf(stderr, "%s: uname: %s\n", progname, strerror(errno));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/libtest/
H A Dlib505.c67 error, strerror(error));
78 error, strerror(error));
H A Dlib525.c60 error, strerror(error));
71 error, strerror(error));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavdevice/
H A Dbktr.c135 av_log(NULL, AV_LOG_ERROR, "Warning. Tuner not opened, continuing: %s\n", strerror(errno));
139 av_log(NULL, AV_LOG_ERROR, "%s: %s\n", video_device, strerror(errno));
162 av_log(NULL, AV_LOG_ERROR, "METEORSETGEO: %s\n", strerror(errno));
167 av_log(NULL, AV_LOG_ERROR, "BT848SFMT: %s\n", strerror(errno));
173 av_log(NULL, AV_LOG_ERROR, "METEORSINPUT: %s\n", strerror(errno));
182 av_log(NULL, AV_LOG_ERROR, "mmap: %s\n", strerror(errno));
189 av_log(NULL, AV_LOG_ERROR, "TVTUNER_SETFREQ: %s\n", strerror(errno));
194 av_log(NULL, AV_LOG_ERROR, "TVTUNER_SAUDIO: %s\n", strerror(errno));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dstring.in.h545 # undef strerror macro
546 # define strerror rpl_strerror macro
547 extern char *strerror (int);
550 # undef strerror macro
551 # define strerror(e) \ macro
552 (GL_LINK_WARNING ("strerror is unportable - " \
553 "use gnulib module strerror to guarantee non-NULL result"), \
554 strerror (e))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dstring.in.h545 # undef strerror macro
546 # define strerror rpl_strerror macro
547 extern char *strerror (int);
550 # undef strerror macro
551 # define strerror(e) \ macro
552 (GL_LINK_WARNING ("strerror is unportable - " \
553 "use gnulib module strerror to guarantee non-NULL result"), \
554 strerror (e))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/csv/
H A Dcode.c61 "%s: %s\n", optarg, strerror(errno));
92 "%s: %s: %s\n", progname, cfile, strerror(errno));
97 "%s: %s: %s\n", progname, hfile, strerror(errno));
161 fprintf(stderr, "%s: %s\n", progname, strerror(errno));
172 fprintf(stderr, "%s: %s\n", progname, strerror(errno));
216 fprintf(stderr, "%s: stdin: %s\n", progname, strerror(errno));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/acl/
H A Dunix.c47 LOG(log_warning, logtype_afpd, "get_nfsv4_acl(\"%s/%s\"): %s", getcwdpath(), name, strerror(errno));
67 getcwdpath(), name, ace_count, strerror(errno));
99 LOG(log_error, logtype_afpd, "combine_aces: malloc %s", strerror(errno));
141 LOG(log_error, logtype_afpd, "strip_trivial_aces: malloc %s", strerror(errno));
180 LOG(log_error, logtype_afpd, "strip_nontrivial_aces: malloc %s", strerror(errno));
245 LOG(log_error, logtype_afpd, "nfsv4_chmod: error setting acl: %s", strerror(errno));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dnon-ascii.c110 error, strerror(error));
123 error, strerror(error));
171 error, strerror(error));
184 error, strerror(error));
233 error, strerror(error));
246 error, strerror(error));

Completed in 588 milliseconds

1234567891011>>