Searched refs:errno (Results 1 - 25 of 2616) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/lib/
H A Derrno.c2 * linux/lib/errno.c
7 int errno; variable
/asus-wl-520gu-7.0.1.45/src/router/ez-ipupdate/
H A Derror.h5 extern int errno;
6 # define error_string strerror(errno)
9 extern int errno;
10 # define error_string (sys_errlist[errno])
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dunistd.h4 extern int errno;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dunistd.h4 extern int errno;
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/et/
H A Dinternal.h14 #include <errno.h>
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/e2p/
H A Dsetversion.c18 #include <errno.h>
32 extern int errno;
33 errno = EOPNOTSUPP;
H A Dgetversion.c18 #include <errno.h>
33 extern int errno;
34 errno = EOPNOTSUPP;
H A Dfgetversion.c21 #include <errno.h>
48 save_errno = errno;
52 errno = save_errno;
61 extern int errno;
62 errno = EOPNOTSUPP;
H A Dfsetversion.c21 #include <errno.h>
49 save_errno = errno;
52 errno = save_errno;
59 extern int errno;
60 errno = EOPNOTSUPP;
/asus-wl-520gu-7.0.1.45/src/router/acl/libacl/
H A Dacl_extended_fd.c37 if (retval < 0 && errno != ENOATTR && errno != ENODATA)
42 if (retval < 0 && errno != ENOATTR && errno != ENODATA)
H A Dacl_extended_file.c37 if (retval < 0 && errno != ENOATTR && errno != ENODATA)
42 if (retval < 0 && errno != ENOATTR && errno != ENODATA)
H A Dacl_delete_def_file.c35 if (error < 0 && errno != ENOATTR && errno != ENODATA)
H A Dacl_valid.c22 #include <errno.h>
36 errno = EINVAL;
/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dxgetcwd.c10 #include <errno.h>
19 Return NULL and set errno on error.
29 errno = 0;
36 errno = 0;
37 while ((ret = getcwd (cwd, path_max)) == NULL && errno == ERANGE) {
40 errno = 0;
44 int save_errno = errno;
46 errno = save_errno;
H A Dwfopen.c29 #include <errno.h>
37 errno = 0;
H A Dsafe_read.c29 #include <errno.h>
41 } while (n < 0 && errno == EINTR);
H A Dvperror_msg.c29 #include <errno.h>
36 int err=errno;
/asus-wl-520gu-7.0.1.45/src/router/busybox/pwd_grp/
H A Dfgetgrent.c22 #include <errno.h>
28 errno = EINTR;
H A Dfgetpwent.c21 #include <errno.h>
28 errno = EINTR;
H A Dgetpw.c22 #include <errno.h>
31 errno = EINVAL;
40 errno = ENOBUFS;
H A Dputpwent.c22 #include <errno.h>
28 errno = EINVAL;
/asus-wl-520gu-7.0.1.45/src/router/samba/testsuite/libsmbclient/src/init/
H A Dinit_4.c4 #include <errno.h>
14 err = errno;
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/radiusclient/lib/
H A Dstrerror.c37 sprintf(buf, "unknown error: %d", errno);
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/radius/radiusclient/lib/
H A Dstrerror.c37 sprintf(buf, "unknown error: %d", errno);
/asus-wl-520gu-7.0.1.45/src/router/fdisk/
H A Ddisksize.c1 #include <errno.h>
12 if (errno != EFBIG)

Completed in 442 milliseconds

1234567891011>>