Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dshell_common.c505 OPT_hard = (1 << 0), enumerator
592 opts |= OPT_hard; in shell_builtin_ulimit()
610 if (!(opts & (OPT_hard | OPT_soft))) in shell_builtin_ulimit()
611 opts |= (OPT_hard | OPT_soft); in shell_builtin_ulimit()
670 if (opts & OPT_hard) in shell_builtin_ulimit()