Searched refs:BIGGEST (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/usr.bin/ipcs/
H A Dipcs.c101 #define BIGGEST 1 macro
120 option |= BIGGEST | CREATOR | OUTSTANDING | PID | TIME;
123 option |= BIGGEST;
340 if (option & BIGGEST)
375 if (option & BIGGEST)
420 if (option & BIGGEST)
454 if (option & BIGGEST)
506 if (option & BIGGEST)
533 if (option & BIGGEST)
/freebsd-10.1-release/contrib/tzcode/stdtime/
H A Dlocaltime.c133 #define BIGGEST(a, b) (((a) > (b)) ? (a) : (b)) macro
152 char chars[BIGGEST(BIGGEST(TZ_MAX_CHARS + 1, sizeof gmt),

Completed in 105 milliseconds