Searched refs:vars (Results 1 – 15 of 15) sorted by relevance
/busybox-1.35.0/shell/ash_test/ash-vars/ |
D | var6.tests | 1 # reject invalid vars
|
D | param_expand_len1.tests | 1 # ${#c} for any single char c means "length of $c", including all special vars
|
D | param_expand_bash_substring.right | 43 Substrings from special vars
|
D | unset.tests | 31 # check read only vars
|
D | param_expand_bash_substring.tests | 59 echo "Substrings from special vars"
|
/busybox-1.35.0/shell/hush_test/hush-vars/ |
D | var6.tests | 1 # reject invalid vars
|
D | param_expand_len1.tests | 1 # ${#c} for any single char c means "length of $c", including all special vars
|
D | param_expand_bash_substring.right | 43 Substrings from special vars
|
D | unset.tests | 33 # check read only vars
|
D | param_expand_bash_substring.tests | 59 echo "Substrings from special vars"
|
/busybox-1.35.0/shell/ |
D | README.job | 105 execve("/bin/sh", ["sh"], [/* 34 vars */]) = 0 282 execve("/bin/sleep", ["sleep", "1"], [/* 34 vars */]) = 0 302 execve("/bin/sleep", ["sleep", "2"], [/* 34 vars */]) = 0
|
D | ash.c | 11962 union node *vars, **vpp; in simplecmd() local 11973 vars = NULL; in simplecmd() 11974 vpp = &vars; in simplecmd() 12059 && !vars && !redir in simplecmd() 12096 n->ncmd.assign = vars; in simplecmd()
|
/busybox-1.35.0/scripts/ |
D | Kbuild.include | 130 …ote: when using inline perl scripts [perl -e '...$$t=1;...'] in $(cmd_xxx) double $$ your perl vars
|
/busybox-1.35.0/miscutils/ |
D | bc.c | 787 BcVec vars; 5288 v = var ? &G.prog.vars : &G.prog.arrs; in xc_program_search() 7022 && G.prog.vars.len == 0 in zxc_vm_process() 7369 bc_vec_free(&G.prog.vars); in xc_program_free() 7418 bc_vec_init(&G.prog.vars, sizeof(BcVec), bc_vec_free); in xc_program_init()
|
/busybox-1.35.0/docs/ |
D | style-guide.txt | 279 If you want to convert all the non-K&R vars in your file all at once, follow
|