Searched refs:HARD (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/bin/sh/
H A Dmiscbltin.c495 enum limithow { SOFT = 0x1, HARD = 0x2 }; enumerator in enum:limithow
505 else if (how & HARD)
520 enum limithow how = SOFT | HARD;
530 how = HARD;
597 if (how & HARD)
/freebsd-11-stable/usr.bin/limits/
H A Dlimits.c281 enum { ANY=0, SOFT=1, HARD=2, BOTH=3, DISPLAYONLY=4 } type = ANY; enumerator in enum:__anon8636
322 type = HARD;
328 type = SOFT|HARD;
426 which_limits[rcswhich] |= HARD;
430 which_limits[rcswhich] |= HARD;
431 } else if (which_limits[rcswhich] == HARD) {
447 if (which_limits[rcswhich] & HARD)
523 if (which_limits[rcswhich] & HARD) {
/freebsd-11-stable/contrib/binutils/
H A DMakefile.tpl1446 ;; where "maybe-" is only included if HARD is true, and all-gcc

Completed in 94 milliseconds