Home
last modified time | relevance | path

Searched refs:MAXINT (Results 1 – 25 of 61) sorted by relevance

123

/titanic_41/usr/src/lib/print/libipp-core/common/
H A Dipp_types.c41 #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 Dstrtod.c54 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 Dvsprintf.c64 siop._cnt = MAXINT; in _vsprintf_c89()
78 if ((size_t)count > MAXINT) { in _vsprintf_c89()
H A Dsprintf.c51 siop._cnt = MAXINT; in sprintf()
64 if ((size_t)count > MAXINT) { in sprintf()
H A Dvwprintf.c96 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 Dwprintf.c93 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 Dvprintf.c97 if ((size_t)count > MAXINT) { in _vprintf_c89()
H A Dvfprintf.c97 if ((size_t)count > MAXINT) { in _vfprintf_c89()
H A Dprintf.c83 if ((size_t)count > MAXINT) { in printf()
H A Dvsnprintf.c63 size_t max = MAXINT; in _vsnprintf_c89()
H A Dfprintf.c88 if ((size_t)count > MAXINT) { in fprintf()
/titanic_41/usr/src/ucblib/libucb/inc/
H A Dstdiom.h51 #define MAXVAL (MAXINT - (MAXINT % BUFSIZ))
/titanic_41/usr/src/cmd/vi/port/
H A Dprintf.c60 #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 Dwinchstr.c50 return (winchnstr(win, str, MAXINT)); in winchstr()
/titanic_41/usr/src/ucblib/libucb/port/stdio/
H A Dvsprintf.c56 siop._cnt = MAXINT; in vsprintf()
H A Dsprintf.c57 siop._cnt = MAXINT; in sprintf()
/titanic_41/usr/src/lib/libbc/libc/stdio/4.2/
H A Dvsprintf.c44 siop._cnt = MAXINT; in vsprintf()
H A Dsprintf.c45 siop._cnt = MAXINT; in sprintf()
/titanic_41/usr/src/lib/libbc/libc/stdio/sys5/
H A Dvsprintf.c51 siop._cnt = MAXINT; in vsprintf()
H A Dsprintf.c46 siop._cnt = MAXINT; in sprintf()
/titanic_41/usr/src/cmd/devmgmt/cmds/
H A Ddevfree.c203 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 Dfsys_fat.c312 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 Dstrtod.c45 string_to_decimal(&cp, MAXINT, 0, &dr, &form, &pechar);
/titanic_41/usr/src/lib/libc/inc/
H A Dstdiom.h105 #define MAXVAL (MAXINT - (MAXINT % BUFSIZ))
/titanic_41/usr/src/lib/libkmf/libkmf/common/
H A Drdn_parser.c403 p1 = p2 = MAXINT; in rdnavcompare()
410 n2k->name && (p1 == MAXINT || p2 == MAXINT); in rdnavcompare()

123