/titanic_50/usr/src/uts/common/sys/ |
H A D | rwstlock.h | 64 ((l)->rwst_count == (LONG_MIN | (intptr_t)curthread)) 66 ((struct _kthread *)((l)->rwst_count & ~LONG_MIN)) : NULL) 76 #define RWST_WRITE_ENTER(l) (l)->rwst_count = LONG_MIN | (intptr_t)curthread
|
H A D | types.h | 573 #define LONG_MIN (-9223372036854775807L-1L) macro 580 #define LONG_MIN (-2147483647L-1L) macro 594 #define OFF_MIN LONG_MIN
|
/titanic_50/usr/src/head/iso/ |
H A D | limits_iso.h | 79 #define LONG_MIN (-9223372036854775807L-1L) macro 86 #define LONG_MIN (-2147483647L-1L)
|
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_limits.h | 31 #ifndef LONG_MIN 32 #define LONG_MIN -2147483648 macro
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_limits.h | 52 #ifndef LONG_MIN 53 #define LONG_MIN -2147483648 macro
|
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_limits.h | 31 #ifndef LONG_MIN 32 #define LONG_MIN -2147483648 macro
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_limits.h | 52 #ifndef LONG_MIN 53 #define LONG_MIN -2147483648 macro
|
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_limits.h | 31 #ifndef LONG_MIN 32 #define LONG_MIN -2147483648 macro
|
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_limits.h | 31 #ifndef LONG_MIN 32 #define LONG_MIN -2147483648 macro
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_limits.h | 52 #ifndef LONG_MIN 53 #define LONG_MIN -2147483648 macro
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_limits.h | 52 #ifndef LONG_MIN 53 #define LONG_MIN -2147483648 macro
|
/titanic_50/usr/src/common/util/ |
H A D | strtol.c | 113 limit = LONG_MIN; in ddi_strtol() 146 return (neg ? LONG_MIN : LONG_MAX); in ddi_strtol()
|
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | limits | 31 #ifndef LONG_MIN 32 #define LONG_MIN -2147483648
|
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | limits | 31 #ifndef LONG_MIN 32 #define LONG_MIN -2147483648
|
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | limits | 31 #ifndef LONG_MIN 32 #define LONG_MIN -2147483648
|
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | limits | 31 #ifndef LONG_MIN 32 #define LONG_MIN -2147483648
|
/titanic_50/usr/src/lib/libast/common/features/ |
H A D | limits.c | 233 #ifndef LONG_MIN in main() 252 #ifndef LONG_MIN in main()
|
/titanic_50/usr/src/lib/libbc/inc/include/ |
H A D | limits.h | 48 #define LONG_MIN -0x80000000 macro
|
/titanic_50/usr/src/ucbhead/sys/ |
H A D | types.h | 410 #define LONG_MIN (-2147483647L-1L) /* min value of a "long int" */ macro 414 #define LONG_MIN (-9223372036854775807L-1L) macro
|
/titanic_50/usr/src/lib/libshell/common/bltins/ |
H A D | getopts.c | 117 …switch(opt_info.index>=0 && opt_info.index<=argc?(opt_info.num= LONG_MIN,flag=optget(argv,options)… in b_getopts() 172 if(opt_info.num == LONG_MIN) in b_getopts()
|
/titanic_50/usr/src/lib/libc/port/i18n/ |
H A D | wcstol.c | 51 #define _WLONG_MIN LONG_MIN
|
/titanic_50/usr/src/cmd/getconf/ |
H A D | getconf.c | 428 #ifndef LONG_MIN 429 #define LONG_MIN -1 macro 503 LONG_MIN, "LONG_MIN", SELFCONF, NOFLAGS,
|
/titanic_50/usr/src/cmd/valtools/ |
H A D | ckrange.c | 226 lvalue = LONG_MIN; in main()
|
/titanic_50/usr/src/cmd/ssh/libssh/common/ |
H A D | misc.c | 217 (errno == ERANGE && (port == LONG_MIN || port == LONG_MAX)) || in a2port() 268 (errno == ERANGE && (secs == LONG_MIN || secs == LONG_MAX)) || in convtime()
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/profile/ |
H A D | prof_get.c | 256 if ((ret_long == LONG_MIN || ret_long == LONG_MAX) && errno != 0) in profile_get_integer()
|