/titanic_41/usr/src/lib/print/libipp-core/common/ |
H A D | ipp_types.c | 41 #define MININT (-MAXINT - 1) 66 {"copies", VTAG_INTEGER, 1, MAXINT}, 67 {"copies-default", VTAG_INTEGER, 1, MAXINT}, 68 {"copies-supported", VTAG_RANGE_OF_INTEGER, 1, MAXINT}, 91 {"job-id", VTAG_INTEGER, 1, MAXINT}, 92 {"job-impressions", VTAG_INTEGER, 0, MAXINT}, 93 {"job-impressions-completed", VTAG_INTEGER, 0, MAXINT}, 94 {"job-impressions-supported", VTAG_RANGE_OF_INTEGER, 0, MAXINT}, 95 {"job-k-octets", VTAG_INTEGER, 0, MAXINT}, 96 {"job-k-octets-processed", VTAG_INTEGER, 0, MAXINT}, [all …]
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | strtod.c | 54 string_to_decimal((char **)&cp, MAXINT, lc, &dr, &form, &pechar); in strtod() 85 string_to_decimal((char **)&cp, MAXINT, -1, &dr, &form, &pechar); in strtof() 116 string_to_decimal((char **)&cp, MAXINT, -1, &dr, &form, &pechar); in strtold()
|
/titanic_41/usr/src/lib/libc/port/print/ |
H A D | vsprintf.c | 64 siop._cnt = MAXINT; in _vsprintf_c89() 78 if ((size_t)count > MAXINT) { in _vsprintf_c89()
|
H A D | sprintf.c | 51 siop._cnt = MAXINT; in sprintf() 64 if ((size_t)count > MAXINT) { in sprintf()
|
H A D | vwprintf.c | 96 if ((size_t)count > MAXINT) { in _vwprintf_c89() 142 if ((size_t)count > MAXINT) { in _vfwprintf_c89() 179 if ((size_t)count > MAXINT) { in _vswprintf_c89()
|
H A D | wprintf.c | 93 if ((size_t)count > MAXINT) { in wprintf() 136 if ((size_t)count > MAXINT) { in fwprintf() 167 if ((size_t)count > MAXINT) { in swprintf()
|
H A D | vprintf.c | 97 if ((size_t)count > MAXINT) { in _vprintf_c89()
|
H A D | vfprintf.c | 97 if ((size_t)count > MAXINT) { in _vfprintf_c89()
|
H A D | printf.c | 83 if ((size_t)count > MAXINT) { in printf()
|
H A D | vsnprintf.c | 63 size_t max = MAXINT; in _vsnprintf_c89()
|
H A D | fprintf.c | 88 if ((size_t)count > MAXINT) { in fprintf()
|
/titanic_41/usr/src/ucblib/libucb/inc/ |
H A D | stdiom.h | 51 #define MAXVAL (MAXINT - (MAXINT % BUFSIZ))
|
/titanic_41/usr/src/cmd/vi/port/ |
H A D | printf.c | 60 #define MAXINT 32767 /* largest normal length positive integer */ macro 191 prec = MAXINT; in viprintf() 334 while (value > MAXINT) {
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | winchstr.c | 50 return (winchnstr(win, str, MAXINT)); in winchstr()
|
/titanic_41/usr/src/ucblib/libucb/port/stdio/ |
H A D | vsprintf.c | 56 siop._cnt = MAXINT; in vsprintf()
|
H A D | sprintf.c | 57 siop._cnt = MAXINT; in sprintf()
|
/titanic_41/usr/src/lib/libbc/libc/stdio/4.2/ |
H A D | vsprintf.c | 44 siop._cnt = MAXINT; in vsprintf()
|
H A D | sprintf.c | 45 siop._cnt = MAXINT; in sprintf()
|
/titanic_41/usr/src/lib/libbc/libc/stdio/sys5/ |
H A D | vsprintf.c | 51 siop._cnt = MAXINT; in vsprintf()
|
H A D | sprintf.c | 46 siop._cnt = MAXINT; in sprintf()
|
/titanic_41/usr/src/cmd/devmgmt/cmds/ |
H A D | devfree.c | 203 if (*p || (lkey <= 0) || (lkey > MAXINT)) { in main() 259 if (*p || (lkey <= 0) || (lkey > MAXINT)) { in main()
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_fat.c | 312 FAT_SUPER->current_cluster_num = MAXINT; in fat_dir() 342 filemax = MAXINT; in fat_dir() 483 FAT_SUPER->current_cluster_num = MAXINT; in fat_dir()
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | strtod.c | 45 string_to_decimal(&cp, MAXINT, 0, &dr, &form, &pechar);
|
/titanic_41/usr/src/lib/libc/inc/ |
H A D | stdiom.h | 105 #define MAXVAL (MAXINT - (MAXINT % BUFSIZ))
|
/titanic_41/usr/src/lib/libkmf/libkmf/common/ |
H A D | rdn_parser.c | 403 p1 = p2 = MAXINT; in rdnavcompare() 410 n2k->name && (p1 == MAXINT || p2 == MAXINT); in rdnavcompare()
|