Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dshell_common.c506 OPT_soft = (1 << 1), enumerator
516 if (opts & OPT_soft) in printlim()
596 opts |= OPT_soft; 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()
672 if (opts & OPT_soft) in shell_builtin_ulimit()