Home
last modified time | relevance | path

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

/busybox-1.35.0/libbb/
Dauto_string.c15 static char *saved[4]; in auto_string() local
18 free(saved[cur_saved]); in auto_string()
19 saved[cur_saved] = str; in auto_string()
20 cur_saved = (cur_saved + 1) & (ARRAY_SIZE(saved)-1); in auto_string()
/busybox-1.35.0/shell/hush_test/hush-redir/
Dredir_children_should_not_see_saved_fd_1.tests1 # The "find" should not see "saved" (duplicated) fd #1
Dredir_children_should_not_see_saved_fd_2.tests1 # The "find" should not see "saved" (duplicated) fd #1
Dredir_children_should_not_see_saved_fd_3.tests1 # The "find" should not see "saved" (duplicated) fd #1
/busybox-1.35.0/shell/ash_test/ash-redir/
Dredir_children_should_not_see_saved_fd_1.tests1 # The "find" should not see "saved" (duplicated) fd #1
Dredir_children_should_not_see_saved_fd_2.tests1 # The "find" should not see "saved" (duplicated) fd #1
Dredir_children_should_not_see_saved_fd_3.tests1 # The "find" should not see "saved" (duplicated) fd #1
/busybox-1.35.0/coreutils/
Dprintf.c192 char saved; in print_direc() local
195 saved = format[fmt_length]; in print_direc()
274 format[fmt_length] = saved; in print_direc()
/busybox-1.35.0/findutils/
Dfind.c1635 char **past_HLP, *saved; in find_main() local
1645 saved = *++past_HLP; in find_main()
1646 if (!saved) in find_main()
1648 if (saved[0] != '-') in find_main()
1650 if (!saved[1]) in find_main()
1652 if (saved[1] == '-' && !saved[2]) { in find_main()
1655 saved = *++past_HLP; in find_main()
1658 if ((saved+1)[strspn(saved+1, "HLP")] != '\0') in find_main()
1670 *past_HLP = saved; in find_main()
/busybox-1.35.0/
DINSTALL80 Configuring BusyBox produces a file ".config", which can be saved for future
DMakefile104 saved-output := $(KBUILD_OUTPUT)
DNOFORK_NOEXEC.lst322 scriptreplay - longterm: plays back "script" saved output, sleeping as necessary.
/busybox-1.35.0/docs/
Dkeep_data_small.txt261 855 bytes saved in total.
Dcontributing.txt176 "no" by the folks on the mailing list, then you've saved yourself some time.