Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/hush_test/hush-misc/
Dwait6.tests1 # In bash, "wait $!" extracts correct exitcode even if bg task has already exited
/busybox-1.35.0/shell/ash_test/ash-misc/
Dwait6.tests1 # In bash, "wait $!" extracts correct exitcode even if bg task has already exited
/busybox-1.35.0/shell/
DREADME14 bg
/busybox-1.35.0/util-linux/
Dmount.c1273 smallint bg = 0; in nfsmount() local
1275 enum { bg = 0 }; in nfsmount() enumerator
1514 bg = val; in nfsmount()
1519 bg = !val; in nfsmount()
1601 if (bg && we_saw_this_host_before(hostname)) { in nfsmount()
1739 if (!bg) in nfsmount()
1829 if (bg) { in nfsmount()
/busybox-1.35.0/docs/
Dposix_conformance.txt19 alias, bg, cd, fg, getopts, hash, jobs, read, type, umask, ulimit,
/busybox-1.35.0/scripts/kconfig/
Dgconf.c190 &style->bg[GTK_STATE_NORMAL], in replace_button_icon()