Searched refs:MAXNUM (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/sort/
H A Dfsort.h67 #define MAXNUM 131072 /* low guess at average record count */ macro
74 * Note that no more than MAXNUM records are stored in the buffer,
H A Dfsort.c96 int max_recs = DEBUG('m') ? 16 : MAXNUM;
/netbsd-6-1-5-RELEASE/lib/libm/complex/
H A Dctan.c38 #define MAXNUM DBL_MAX macro
53 w = MAXNUM + MAXNUM * I;
H A Dcatan.c42 #define MAXNUM DBL_MAX macro
78 w = MAXNUM + MAXNUM * I;
/netbsd-6-1-5-RELEASE/games/number/
H A Dnumber.c55 #define MAXNUM 65 /* Biggest number we handle. */ macro
164 if ((len = strlen(line)) > MAXNUM ||
165 (fraction != NULL && (flen = strlen(fraction)) > MAXNUM))
166 errx(1, "number too large, max %d digits.", MAXNUM);
/netbsd-6-1-5-RELEASE/dist/nvi/common/
H A Dmsg.c490 #define MAXNUM 25 macro
503 GET_SPACE_GOTOC(sp, bp, blen, sizeof(action) * MAXNUM + 1);
514 len = snprintf(p, MAXNUM, "%lu ",
544 #undef MAXNUM macro

Completed in 182 milliseconds