Searched refs:before (Results 1 – 25 of 38) sorted by relevance
12
/busybox-1.35.0/testsuite/date/ |
D | date-@-works | 3 # Just before DST switched off 9 # Just before DST switched on
|
D | date-timezone | 18 # before dst is switched on 26 # before dst is switched off
|
/busybox-1.35.0/shell/hush_test/hush-invert/ |
D | invert.tests | 4 # user subshells (...) did this wrong in bash versions before 2.04
|
/busybox-1.35.0/shell/ash_test/ash-invert/ |
D | invert.tests | 4 # user subshells (...) did this wrong in bash versions before 2.04
|
/busybox-1.35.0/shell/ash_test/ash-signals/ |
D | signal1.tests | 12 # Ensure we do not execute "trap" below before "kill -USR1" above
|
D | sigint1.tests | 33 # it may happen that /bin/true exits with exitcode 0 before
|
/busybox-1.35.0/shell/hush_test/hush-signals/ |
D | signal1.tests | 12 # Ensure we do not execute "trap" below before "kill -USR1" above
|
D | sigint1.tests | 33 # it may happen that /bin/true exits with exitcode 0 before
|
/busybox-1.35.0/loginutils/ |
D | README | 31 before it execs login program. Minor things we do conditionally are: 46 Getty should write LOGIN_PROCESS utmp record before it starts waiting 66 ??? Should login write LOGIN_PROCESS utmp record before it starts waiting 69 Login should write USER_PROCESS utmp record just before it is about
|
/busybox-1.35.0/shell/ash_test/ash-vars/ |
D | var_bash5.tests | 1 # This testcase checks whether slashes in ${v/a/b} are parsed before
|
D | var_bash4.tests | 9 # unquoted expansions - they have a backslash before z.
|
/busybox-1.35.0/shell/hush_test/hush-vars/ |
D | var_bash5.tests | 1 # This testcase checks whether slashes in ${v/a/b} are parsed before
|
D | var_bash4.tests | 9 # unquoted expansions - they have a backslash before z.
|
/busybox-1.35.0/ |
D | .indent.pro | 3 --break-before-boolean-operator
|
/busybox-1.35.0/util-linux/ |
D | hwclock.c | 79 int before = tm_time.tm_sec; in read_rtc() local 83 if (before != (int)tm_time.tm_sec) in read_rtc()
|
/busybox-1.35.0/examples/ |
D | inittab | 30 # For askfirst, before running the specified process, init displays 32 # and then waits for the user to press enter before starting it. 93 # Stuff to do before rebooting
|
/busybox-1.35.0/docs/ |
D | mdev.txt | 29 Of course, a more "full" setup would entail executing this before the previous 35 The simple explanation here is that [1] you need to have /sys mounted before 108 $ Run before removing the device. 109 * Run both after creating and before removing the device.
|
D | contributing.txt | 16 help. However, before you dive in, headlong and hotfoot, there are some things 26 Don't make your work obsolete before you start! 173 before you write any code, please ask beforehand on the mailing list something 182 Also, before you write a line of code, please read the 'new-applet-HOWTO.txt' 238 of what it does. (But not before you test it! See the next section for some 261 It's considered good form to test your new feature before you submit a patch 262 to the mailing list, and especially before you push a change to Git. Here 392 should test your changes before you push them. You should also talk to an 393 applet maintainer before you make any kind of sweeping changes to somebody
|
D | tcp.txt | 51 shutdown() and from close() before all data is sent, 53 RST before all our data is sent.
|
D | new-applet-HOWTO.txt | 81 Before you submit your applet for inclusion in BusyBox, (or better yet, before 187 applets.src.h before adding your applet - it contains important info
|
/busybox-1.35.0/shell/ash_test/ash-heredoc/ |
D | heredoc_backslash1.tests | 67 # but currently hush doesn't do it. (Tab before "4" is not allowed, though.)
|
/busybox-1.35.0/shell/hush_test/hush-heredoc/ |
D | heredoc_backslash1.tests | 67 # but currently hush doesn't do it. (Tab before "4" is not allowed, though.)
|
/busybox-1.35.0/shell/hush_test/hush-getopts/ |
D | getopt_simple.tests | 5 # before new loop with "unset OPTIND", "OPTIND=1" or "OPTIND=0".
|
/busybox-1.35.0/shell/ash_test/ash-getopts/ |
D | getopt_simple.tests | 5 # before new loop with "unset OPTIND", "OPTIND=1" or "OPTIND=0".
|
/busybox-1.35.0/shell/ |
D | brace.txt | 23 Brace expansion is performed before any other expansions, and any char-
|
12