Home
last modified time | relevance | path

Searched refs:arg0 (Results 1 – 9 of 9) sorted by relevance

/busybox-1.35.0/shell/hush_test/hush-misc/
Dsource5.right1 0:arg0 1:arg1 2:arg2
3 0:arg0 1:q 2:w
Dsource5.tests3 "$THIS_SH" -c '. ./sourced1' arg0 arg1 arg2
5 "$THIS_SH" -c '. ./sourced1 q w e' arg0 arg1 arg2
/busybox-1.35.0/shell/ash_test/ash-misc/
Dsource5.right1 0:arg0 1:arg1 2:arg2
3 0:arg0 1:q 2:w
Dsource5.tests3 "$THIS_SH" -c '. ./sourced1' arg0 arg1 arg2
5 "$THIS_SH" -c '. ./sourced1 q w e' arg0 arg1 arg2
/busybox-1.35.0/shell/ash_test/ash-vars/
Dparam_expand_len.tests2 "$THIS_SH" -c 'echo $#' arg0
3 "$THIS_SH" -c 'echo $#' arg0 arg1
/busybox-1.35.0/shell/hush_test/hush-vars/
Dparam_expand_len.tests2 "$THIS_SH" -c 'echo $#' arg0
3 "$THIS_SH" -c 'echo $#' arg0 arg1
/busybox-1.35.0/coreutils/
Dtest.c897 const char *arg0; in test_main() local
902 arg0 = bb_basename(argv[0]); in test_main()
904 && (arg0[0] == '[') in test_main()
907 if (!arg0[1]) { /* "[" ? */ in test_main()
/busybox-1.35.0/shell/
Dash.c406 char *arg0; /* value of $0 */ member
490 #define arg0 (G_misc.arg0 ) macro
1396 fprintf(stderr, "%s: ", arg0); in ash_vmsg()
1398 if (strcmp(arg0, commandname)) in ash_vmsg()
7540 p = num ? shellparam.p[num - 1] : arg0; in varvalue()
14480 arg0 = xargv[0]; in procargs()
14520 arg0 = *xargv++; in procargs()
14521 commandname = arg0; in procargs()
Dhush.c6575 char arg0; in expand_one_var() local
6583 arg0 = arg[0]; in expand_one_var()
6584 arg[0] = (arg0 & 0x7f); in expand_one_var()
6901 /*dquoted:*/ (arg0 & 0x80) in expand_one_var()
6908 /*handle_squotes:*/ !(arg0 & 0x80), in expand_one_var()
6950 arg[0] = arg0; in expand_one_var()