Lines Matching refs:args
51 tests[01][args]="255"
57 tests[02][args]='65537'
63 tests[03][args]="1 one 2 two 3 three"
69 tests[04][args]="1 one 2 two 3 three"
75 tests[05][args]="abcdef"
81 tests[06][args]="abcdef"
87 tests[07][args]="10 3 abcdef"
93 tests[08][args]="10 abcdef 3"
99 tests[09][args]="10 abcdef 3 5 xyz 1"
105 tests[10][args]="0x1000 0XA"
111 tests[11][args]="-1"
117 tests[12][args]="3.14"
123 tests[12][args]="3.14159"
129 tests[13][args]="45"
135 tests[14][args]="one two three"
143 tests[15][args]="one two"
149 tests[16][args]='\0101\0102\0103'
155 tests[17][args]='\0101\cone two'
161 tests[18][args]=
167 tests[19][args]='HI\0112K\011tabbed'
173 tests[20][args]="3 +3 -3 \"3 \"+ '-"
179 tests[21][args]='abc xyz'
185 tests[22][args]='151'
191 tests[23][args]='151'
200 args="${tests[$i][args]}"
204 [[ -n "$debug" ]] && echo $PRINTF "$format" "${args[@]}"
205 comp=$($PRINTF "$format" ${args[@]})