Home
last modified time | relevance | path

Searched refs:ac (Results 1 – 21 of 21) sorted by relevance

/busybox-1.35.0/shell/ash_test/ash-getopts/
Dgetopt_test_libc_bug.tests8 echo "*** optstring:'ac' args:-a -b -c -d e"
9 getopts "ac" var -a -b -c -d e; echo "1 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPTARG'"
10 getopts "ac" var -a -b -c -d e; echo "2 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPTARG'"
11 getopts "ac" var -a -b -c -d e; echo "3 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPTARG'"
12 getopts "ac" var -a -b -c -d e; echo "4 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPTARG'"
13 getopts "ac" var -a -b -c -d e; echo "5 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPTARG'"
19 echo "*** optstring:'ac' args:-a -b -c -d e"
21 OPTARG=QWERTY; getopts "ac" var -a -b -c -d e; echo "1 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPT…
22 NEWVAR=NEWVAL; getopts "ac" var -a -b -c -d e; echo "2 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPT…
23 VAR111=NEWVAL; getopts "ac" var -a -b -c -d e; echo "3 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPT…
[all …]
Dgetopt_silent.tests14 echo "*** optstring:':ac' args:-a -b -c"
15 getopts ":ac" var -a -b -c; echo "1 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPTARG'"
16 getopts ":ac" var -a -b -c; echo "2 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPTARG'"
17 getopts ":ac" var -a -b -c; echo "3 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPTARG'"
18 getopts ":ac" var -a -b -c; echo "4 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPTARG'"
23 getopts ":ac" var -a -b -c; echo "5 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPTARG'"
Dgetopt_test_libc_bug.right1 *** optstring:'ac' args:-a -b -c -d e
10 *** optstring:'ac' args:-a -b -c -d e
19 *** optstring:'ac' args:-a -b -c -d e
Dgetopt_silent.right1 *** optstring:':ac' args:-a -b -c
/busybox-1.35.0/shell/hush_test/hush-getopts/
Dgetopt_test_libc_bug.tests10 echo "*** optstring:'ac' args:-a -b -c -d e"
11 getopts "ac" var -a -b -c -d e; echo "1 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPTARG'"
12 getopts "ac" var -a -b -c -d e; echo "2 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPTARG'"
13 getopts "ac" var -a -b -c -d e; echo "3 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPTARG'"
14 getopts "ac" var -a -b -c -d e; echo "4 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPTARG'"
15 getopts "ac" var -a -b -c -d e; echo "5 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPTARG'"
21 echo "*** optstring:'ac' args:-a -b -c -d e"
23 OPTARG=QWERTY; getopts "ac" var -a -b -c -d e; echo "1 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPT…
24 NEWVAR=NEWVAL; getopts "ac" var -a -b -c -d e; echo "2 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPT…
25 VAR111=NEWVAL; getopts "ac" var -a -b -c -d e; echo "3 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPT…
[all …]
Dgetopt_silent.tests16 echo "*** optstring:':ac' args:-a -b -c"
17 getopts ":ac" var -a -b -c; echo "1 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPTARG'"
18 getopts ":ac" var -a -b -c; echo "2 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPTARG'"
19 getopts ":ac" var -a -b -c; echo "3 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPTARG'"
20 getopts ":ac" var -a -b -c; echo "4 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPTARG'"
25 getopts ":ac" var -a -b -c; echo "5 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPTARG'"
Dgetopt_test_libc_bug.right1 *** optstring:'ac' args:-a -b -c -d e
10 *** optstring:'ac' args:-a -b -c -d e
19 *** optstring:'ac' args:-a -b -c -d e
Dgetopt_silent.right1 *** optstring:':ac' args:-a -b -c
/busybox-1.35.0/scripts/kconfig/lxdialog/
Dlxdialog.c165 int j_menu(const char *t, int ac, const char *const *av) in j_menu() argument
168 atoi(av[5]), av[6], (ac - 6) / 2, av + 7); in j_menu()
171 int j_radiolist(const char *t, int ac, const char *const *av) in j_radiolist() argument
174 atoi(av[5]), (ac - 6) / 3, av + 6); in j_radiolist()
177 int j_textbox(const char *t, int ac, const char *const *av) in j_textbox() argument
182 int j_yesno(const char *t, int ac, const char *const *av) in j_yesno() argument
187 int j_inputbox(const char *t, int ac, const char *const *av) in j_inputbox() argument
190 ac == 6 ? av[5] : (char *)NULL); in j_inputbox()
196 int j_msgbox(const char *t, int ac, const char *const *av) in j_msgbox() argument
201 int j_infobox(const char *t, int ac, const char *const *av) in j_infobox() argument
/busybox-1.35.0/coreutils/
Dtr.c108 unsigned char ac; in expand() local
119 ac = bb_process_escape_sequence(&z); in expand()
122 *arg = ac; in expand()
129 ac = arg[2]; in expand()
130 if (ac == '\0') { /* "0-": copy verbatim */ in expand()
136 if (ac == '\\') { in expand()
139 ac = bb_process_escape_sequence(&z); in expand()
142 while (i <= ac) /* ok: i is unsigned _int_ */ in expand()
/busybox-1.35.0/libbb/
Dhash_md5prime.c130 #define FF(a, b, c, d, x, s, ac) { \ argument
131 (a) += F((b), (c), (d)) + (x) + (uint32_t)(ac); \
135 #define GG(a, b, c, d, x, s, ac) { \ argument
136 (a) += G((b), (c), (d)) + (x) + (uint32_t)(ac); \
140 #define HH(a, b, c, d, x, s, ac) { \ argument
141 (a) += H((b), (c), (d)) + (x) + (uint32_t)(ac); \
145 #define II(a, b, c, d, x, s, ac) { \ argument
146 (a) += I((b), (c), (d)) + (x) + (uint32_t)(ac); \
/busybox-1.35.0/scripts/kconfig/
Dkxgettext.c220 int main(int ac, char **av) in main() argument
Dconf.c529 int main(int ac, char **av) in main() argument
535 if (ac > i && av[i][0] == '-') { in main()
Dqconf.cc1385 int main(int ac, char** av) in main() argument
1398 configApp = new QApplication(ac, av); in main()
1399 if (ac > 1 && av[1][0] == '-') { in main()
Dgconf.c1573 int main(int ac, char *av[]) in main() argument
1589 gtk_init(&ac, &av); in main()
1611 if (ac > 1 && av[1][0] == '-') { in main()
Dmconf.c1059 int main(int ac, char **av) in main() argument
/busybox-1.35.0/modutils/
Dmodutils-24.c2130 unsigned long af, ac; in obj_load_order_prio() local
2134 ac = 0; in obj_load_order_prio()
2138 ac |= 32; in obj_load_order_prio()
2141 ac |= 16; in obj_load_order_prio()
2143 ac |= 8; in obj_load_order_prio()
2145 ac |= 4; in obj_load_order_prio()
2147 ac |= 2; in obj_load_order_prio()
2149 return ac; in obj_load_order_prio()
/busybox-1.35.0/docs/
Dunicode_full-bmp.txt5 Markus Kuhn <http://www.cl.cam.ac.uk/~mgk25/> -- 2003-04-22
Dbusybox_footer.pod54 Laurence Anderson <l.d.anderson@warwick.ac.uk>
Dunicode_UTF-8-test.txt4 Markus Kuhn <http://www.cl.cam.ac.uk/~mgk25/> - 2003-02-19
/busybox-1.35.0/
DAUTHORS23 Laurence Anderson <l.d.anderson@warwick.ac.uk>