Home
last modified time | relevance | path

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

/busybox-1.35.0/console-tools/
Dsetconsole.c46 int reset; in setconsole_main() local
49 reset = getopt32(argv, "^" "r" "\0" "?1"); in setconsole_main()
51 argv += 1 + reset; in setconsole_main()
55 if (reset) in setconsole_main()
/busybox-1.35.0/shell/ash_test/ash-signals/
Dsubshell.tests1 # Non-empty traps should be reset in subshell
11 # With TERM we'll check whether it is reset
18 (trap; "$THIS_SH" -c 'kill -TERM $PPID'; echo Bad: TERM is not reset)
/busybox-1.35.0/shell/hush_test/hush-signals/
Dsubshell.tests1 # Non-empty traps should be reset in subshell
11 # With TERM we'll check whether it is reset
18 (trap; "$THIS_SH" -c 'kill -TERM $PPID'; echo Bad: TERM is not reset)
/busybox-1.35.0/shell/hush_test/hush-getopts/
Dgetopt_simple.tests4 # relying on shell startup init), or getopts state is reset
/busybox-1.35.0/shell/ash_test/ash-getopts/
Dgetopt_simple.tests4 # relying on shell startup init), or getopts state is reset
/busybox-1.35.0/docs/
Dtcp.txt21 IOW: if we just close(sock) now, kernel can reset the TCP connection
Dbusybox_footer.pod203 reset, tons and tons of bug reports and patches.
/busybox-1.35.0/
DAUTHORS132 reset, tons and tons of bug reports and patches.
DNOFORK_NOEXEC.lst304 reset - noexec. spawner (execs "stty")
/busybox-1.35.0/libbb/
DConfig.src122 is reset).
/busybox-1.35.0/scripts/kconfig/
Dlex.zconf.c_shipped1687 * @note This function does not reset the start condition to @c INITIAL .
1810 * In that case, we don't want to reset the lineno or column.
/busybox-1.35.0/shell/
Dash.c14345 reset(void) in reset() function
14614 reset(); in ash_main()