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

/freebsd-13-stable/usr.bin/ipcs/
H A Dipcs.c104 #define BIGGEST 1 macro
124 option |= BIGGEST | CREATOR | OUTSTANDING | PID | TIME;
127 option |= BIGGEST;
329 if (option & BIGGEST)
364 if (option & BIGGEST)
409 if (option & BIGGEST)
443 if (option & BIGGEST)
495 if (option & BIGGEST)
522 if (option & BIGGEST)
/freebsd-13-stable/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 35 milliseconds