Searched refs:aa (Results 1 – 9 of 9) sorted by relevance
/busybox-1.35.0/shell/ash_test/ash-vars/ |
D | param_expand_assign.tests | 17 "$THIS_SH" -c 'set aa; echo _${1=}' SHELL 18 "$THIS_SH" -c 'set aa; echo _${1:=}' SHELL 19 "$THIS_SH" -c 'set aa; echo _${1=word}' SHELL 20 "$THIS_SH" -c 'set aa; echo _${1:=word}' SHELL
|
/busybox-1.35.0/shell/hush_test/hush-vars/ |
D | param_expand_assign.tests | 17 "$THIS_SH" -c 'set aa; echo _${1=}' SHELL 18 "$THIS_SH" -c 'set aa; echo _${1:=}' SHELL 19 "$THIS_SH" -c 'set aa; echo _${1=word}' SHELL 20 "$THIS_SH" -c 'set aa; echo _${1:=word}' SHELL
|
/busybox-1.35.0/shell/hush_test/hush-misc/ |
D | syntax_err.tests | 2 echo test `echo 'aa`
|
/busybox-1.35.0/applets/ |
D | applet_tables.c | 51 const struct bb_applet *aa = a; in cmp_name() local 53 return strcmp(aa->name, bb->name); in cmp_name()
|
/busybox-1.35.0/networking/ |
D | tls_sp_c32.c | 181 static signed_sp_digit sp_256_cmp_8(const sp_digit* aa, const sp_digit* bb) in sp_256_cmp_8() argument 183 const uint64_t* a = (void*)aa; in sp_256_cmp_8() 506 const uint64_t* aa = (const void*)a; in sp_256to512_mul_8() 533 : "0" (accl), "1" (acch), "2" (acc_hi), "a" (aa[i]), "m" (bb[j]) in sp_256to512_mul_8() 824 static void sp_512to256_mont_reduce_8(sp_digit* r, sp_digit* aa/*, const sp_digit* m, sp_digit mp*/) in sp_512to256_mont_reduce_8() argument 828 uint64_t *a = (void*)aa; in sp_512to256_mont_reduce_8() 844 sp_512to256_mont_shift_8(r, aa); in sp_512to256_mont_reduce_8()
|
D | ntpd.c | 1100 compare_point_edge(const void *aa, const void *bb) in compare_point_edge() argument 1102 const point_t *a = aa; in compare_point_edge() 1114 compare_survivor_metric(const void *aa, const void *bb) in compare_survivor_metric() argument 1116 const survivor_t *a = aa; in compare_survivor_metric()
|
D | nslookup.c | 350 if (!header->aa) in parse_reply()
|
/busybox-1.35.0/shell/ash_test/ash-heredoc/ |
D | heredoc.tests | 82 aa=1
|
/busybox-1.35.0/shell/hush_test/hush-heredoc/ |
D | heredoc.tests | 82 aa=1
|