Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Difplugd.c639 goto exiting; in ifplugd_main()
660 goto exiting; in ifplugd_main()
677 goto exiting; in ifplugd_main()
693 goto exiting; in ifplugd_main()
704 goto exiting; in ifplugd_main()
718 goto exiting; in ifplugd_main()
747 goto exiting; in ifplugd_main()
763 exiting: in ifplugd_main()
/busybox-1.35.0/shell/
Dash_doc.txt46 of exiting. (true) in subshell does not seem to matter, as another user
Dhush.c935 smallint exiting; /* used to prevent EXIT trap recursion */ member
1980 G.exiting = 1; in restore_ttypgrp_and__exit()
2078 if (G.exiting <= 0 && G_traps && G_traps[0] && G_traps[0][0]) { in hush_exit()
2083 G.exiting = 1; /* prevent EXIT trap recursion */ in hush_exit()
/busybox-1.35.0/editors/
Dawk.c563 smallint exiting; member
637 #define exiting (G1.exiting ) macro
3539 if (!exiting) { in awk_exit()
3540 exiting = TRUE; in awk_exit()
/busybox-1.35.0/
DConfig.in331 bool "Clean up all memory before exiting (usually not needed)"
/busybox-1.35.0/miscutils/
Dbc.c811 IF_FEATURE_CLEAN_UP(smallint exiting;)
841 # define G_exiting G.exiting