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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dconstant.t123 use constant E2BIG => $! = 7; constant
124 test 33, E2BIG == 7;
127 test 34, length(E2BIG) > 6;
/osnet-11/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;
1394 case E2BIG
[all...]

Completed in 17 milliseconds