Searched defs:E2BIG (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Derrno.h47 #define E2BIG 7 /* Arg list too long */ macro
/illumos-gate/usr/src/lib/libast/common/comp/
H A Diconv.c59 #ifndef E2BIG
60 #define E2BIG ENOMEM macro
67 if (*fn && !e) e = E2BIG; \
643 e = E2BIG;
652 e = E2BIG;
764 e = E2BIG;
835 e = E2BIG;
889 e = E2BIG;
980 e = E2BIG;
1370 if (errno == E2BIG)
[all...]
/illumos-gate/usr/src/boot/sys/sys/
H A Derrno.h55 #define E2BIG 7 /* Argument list too long */ macro
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Ds5errno.h50 #define E2BIG 7 /* Arg list too long */ macro
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java69 * E2BIG.
71 public static final int E2BIG = 7; field in class:PoolsException
/illumos-gate/usr/src/uts/common/sys/
H A Derrno.h59 #define E2BIG 7 /* Arg list too long */ macro
/illumos-gate/usr/src/uts/common/avs/ns/
H A Dcontract.h357 #define E2BIG 0 macro

Completed in 66 milliseconds