Searched refs:LONG_MAX (Results 101 - 103 of 103) sorted by relevance

12345

/freebsd-11-stable/contrib/libxo/libxo/
H A Dlibxo.c5127 if (width == LONG_MIN || width == LONG_MAX || bp == cp || *cp != '\0') {
5169 if (width == LONG_MIN || width == LONG_MAX
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dtree.c1929 max = LONG_MAX; min = LONG_MIN; break;
/freebsd-11-stable/sys/kern/
H A Dvfs_bio.c961 maxbuf = (LONG_MAX / 3) / BKVASIZE;

Completed in 189 milliseconds

12345