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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Dusockfd.c36 int usockfd_create(char *usock_fn, mode_t mode, int backlog) argument
48 if (unlink(usock_fn) < 0 && errno != ENOENT) {
50 usock_fn, strerror(errno));
55 strncpy(addr.sun_path, usock_fn, sizeof(addr.sun_path) - 1);
58 usock_fn, strerror(errno));
64 usock_fn, strerror(errno));
71 if (chmod(usock_fn, mode) < 0) {
73 usock_fn, strerror(errno));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dusockfd.c37 int usockfd_create(char *usock_fn, mode_t mode, int backlog) argument
49 if (unlink(usock_fn) < 0 && errno != ENOENT) {
51 usock_fn, strerror(errno));
56 strncpy(addr.sun_path, usock_fn, sizeof(addr.sun_path) - 1);
59 usock_fn, strerror(errno));
65 usock_fn, strerror(errno));
72 if (chmod(usock_fn, mode) < 0) {
74 usock_fn, strerror(errno));

Completed in 95 milliseconds