Home
last modified time | relevance | path

Searched refs:limithow (Results 1 – 1 of 1) sorted by relevance

/freebsd/bin/sh/
H A Dmiscbltin.c493 enum limithow { SOFT = 0x1, HARD = 0x2 }; enum
496 printlimit(enum limithow how, const struct rlimit *limit, in printlimit()
518 enum limithow how = SOFT | HARD; in ulimitcmd()