Searched refs:errno (Results 126 - 150 of 4275) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/compat/
H A Dmktemp.c35 #include <errno.h>
59 extern int errno;
83 errno = ENOTDIR;
96 if (errno != EEXIST)
100 return(errno == ENOENT ? 1 : 0);
H A Dpselect.c41 #include <errno.h>
73 sverrno = errno;
75 errno = sverrno;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/unicode/charsets/
H A Dgeneric_mb.c33 #include <errno.h>
64 errno = EILSEQ;
70 errno = E2BIG;
100 errno = EILSEQ;
106 errno = E2BIG;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Ddevice.c37 #include <errno.h>
104 * error return NULL with errno set to the error code returned by ntfs_malloc().
112 errno = EINVAL;
119 int eo = errno;
121 errno = eo;
137 * Return 0 on success or -1 on error with errno set to the error code. The
145 errno = EINVAL;
149 errno = EBUSY;
172 * On error and nothing has been read, return -1 with errno set appropriately
184 errno
[all...]
H A Dattrlist.c36 #include <errno.h>
55 * Return 1 if inode need attribute list, 0 if not, -1 on error with errno set
56 * to the error code. If function succeed errno set to 0. The following error
67 errno = EINVAL;
75 errno = EINVAL;
81 errno = EINVAL;
85 errno = 0;
100 * Return 0 on success and -1 on error with errno set to the error code. The
122 errno = EINVAL;
133 errno
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/vfs/
H A Dea_sys.c22 #include <errno.h>
100 switch(errno) {
110 LOG(log_error, logtype_afpd, "sys_getextattr_size: error: %s", strerror(errno));
175 switch(errno) {
185 LOG(log_error, logtype_afpd, "sys_getextattr_content(%s): error: %s", attruname, strerror(errno));
237 if (ret == -1) switch(errno) {
248 LOG(log_error, logtype_afpd, "sys_list_extattr(%s): error opening atttribute dir: %s", uname, strerror(errno));
325 switch(errno) {
341 strerror(errno));
379 switch(errno) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/vfs/
H A Dea_sys.c22 #include <errno.h>
100 switch(errno) {
110 LOG(log_error, logtype_afpd, "sys_getextattr_size: error: %s", strerror(errno));
175 switch(errno) {
185 LOG(log_error, logtype_afpd, "sys_getextattr_content(%s): error: %s", attruname, strerror(errno));
237 if (ret == -1) switch(errno) {
248 LOG(log_error, logtype_afpd, "sys_list_extattr(%s): error opening atttribute dir: %s", uname, strerror(errno));
325 switch(errno) {
341 strerror(errno));
379 switch(errno) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/libsmbclient/
H A Dtestsmbc.c24 #include <errno.h>
91 fprintf(stderr, "Initializing the smbclient library ...: %s\n", strerror(errno));
100 argv[1], strerror(errno));
116 strerror(errno));
153 fprintf(stderr, "Creating file: %s: %s\n", file, strerror(errno));
169 fprintf(stderr, "writing file: %s: %s\n", file, strerror(errno));
182 fprintf(stderr, "Seeking file: %s: %s\n", file, strerror(errno));
195 fprintf(stderr, "Reading file: %s: %s\n", file, strerror(errno));
208 fprintf(stderr, "Fstat'ing file: %s: %s\n", file, strerror(errno));
220 fprintf(stderr, "Closing file: %s: %s\n", file, strerror(errno));
[all...]
H A Dtestbrowse.c22 #include <errno.h>
77 *ppUrl, errno, strerror(errno));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dmount_util.c16 #include <errno.h>
43 if (errno == ENOENT)
50 if (res == -1 && errno == EROFS)
68 fprintf(stderr, "%s: fork: %s\n", progname, strerror(errno));
89 progname, tmp, strerror(errno));
96 strerror(errno));
101 fprintf(stderr, "%s: waitpid: %s\n", progname, strerror(errno));
119 mnt, strerror(errno));
125 fprintf(stderr, "%s: fork: %s\n", progname, strerror(errno));
133 strerror(errno));
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dubd_user.c9 #include <errno.h>
49 err = -errno;
50 printk("start_io_thread - clone failed : errno = %d\n", errno);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/tt/
H A Dtrap_user.c7 #include <errno.h>
20 int save_errno = errno, is_user = 0;
58 errno = save_errno;
H A Dsyscall_user.c8 #include <errno.h>
48 "errno = %d", errno);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/skas/
H A Dtrap.c7 #include <errno.h>
25 int save_user, save_errno = errno;
59 errno = save_errno;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Drandom.c26 #include <errno.h>
70 if (errno == EINTR)
126 die ("pipe failed: %s\n", strerror (errno));
130 die ("fork failed: %s\n", strerror (errno));
135 die ("write failed: %s\n", strerror (errno));
149 die ("read failed: %s\n", strerror (errno));
153 while ( (i=waitpid (pid, &status, 0)) == -1 && errno == EINTR)
185 die ("pipe failed: %s\n", strerror (errno));
189 die ("fork failed: %s\n", strerror (errno));
194 die ("write failed: %s\n", strerror (errno));
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/compat/
H A Dpselect.c41 #include <errno.h>
73 sverrno = errno;
75 errno = sverrno;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Derrchk.h47 /* check for return val 0 which is ok, every other is an error, prints errno */
51 LOG(log_error, logtype_default, "%s failed: %s", #a, strerror(errno)); \
69 LOG(log_error, logtype_default, "%s failed: %s", #a, strerror(errno)); \
91 /* check for return val 0 which is ok, every other is an error, prints errno */
95 LOG(log_error, logtype_default, "%s failed: %s", #a, strerror(errno)); \
113 LOG(log_error, logtype_default, "%s failed: %s", #a, strerror(errno)); \
127 /* check for return val != NULL, prints errno */
131 LOG(log_error, logtype_default, "%s failed: %s", #a, strerror(errno)); \
149 LOG(log_error, logtype_default, "%s failed: %s", #a, strerror(errno)); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A Dptrace_user.c8 #include <errno.h>
22 return -errno;
29 return -errno;
36 return -errno;
43 return -errno;
61 "register %d, value = 0x%lx, errno = %d\n", i,
62 regs[i], errno);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/include/salt/
H A Ddebug.h141 #define sw_translate_error(expr, errno) ((expr) ? 0 : (errno))
153 # define sw_socket_errno() errno
154 # define sw_set_socket_errno(X) errno = X
155 # define sw_system_errno() errno
156 # define sw_set_system_errno(X) errno = X
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Derrchk.h47 /* check for return val 0 which is ok, every other is an error, prints errno */
51 LOG(log_error, logtype_default, "%s failed: %s", #a, strerror(errno)); \
69 LOG(log_error, logtype_default, "%s failed: %s", #a, strerror(errno)); \
91 /* check for return val 0 which is ok, every other is an error, prints errno */
95 LOG(log_error, logtype_default, "%s failed: %s", #a, strerror(errno)); \
113 LOG(log_error, logtype_default, "%s failed: %s", #a, strerror(errno)); \
127 /* check for return val != NULL, prints errno */
131 LOG(log_error, logtype_default, "%s failed: %s", #a, strerror(errno)); \
149 LOG(log_error, logtype_default, "%s failed: %s", #a, strerror(errno)); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfull-write.c28 #include <errno.h>
43 /* Set errno to zero upon EOF. */
48 Set errno to ENOSPC so they get a sensible diagnostic. */
55 When writing, set errno if fewer than COUNT bytes are written.
57 errno to distinguish failure from EOF (errno == 0). */
71 errno = ZERO_BYTE_TRANSFER_ERRNO;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DMemoryException.java30 final int errno,
32 super(s, errno, dbenv);
28 MemoryException(final String s, final DatabaseEntry dbt, final int errno, final DbEnv dbenv) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_cb_rea.c50 if(errno == EAGAIN) {
51 errno = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dlock.c29 if ((res == -1) && (errno == EAGAIN))
30 errno = EWOULDBLOCK;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/adouble/
H A Dad_write.c14 #include <errno.h>
55 errno = EACCES;
111 err = errno;
116 errno = err;
122 errno = err;
127 errno = err;
132 errno = err;
137 /* return the write errno */
143 errno = err;

Completed in 288 milliseconds

1234567891011>>