Lines Matching refs:desc
49 tests[01][desc]="hexadecimal lowercase"
55 tests[02][desc]="hexadecimal 32-bit"
61 tests[03][desc]="multiple arguments"
67 tests[04][desc]="variable position parameters"
73 tests[05][desc]="width"
79 tests[06][desc]="width and precision"
85 tests[07][desc]="variable width and precision"
91 tests[08][desc]="variable position width and precision"
97 tests[09][desc]="multi variable position width and precision"
103 tests[10][desc]="decimal from hex"
109 tests[11][desc]="negative dec (64-bit)"
115 tests[12][desc]="float (basic)"
121 tests[12][desc]="float precision"
127 tests[13][desc]="left justify"
133 tests[14][desc]="newlines"
141 tests[15][desc]="embedded octal escape"
147 tests[16][desc]="backslash string (%b)"
153 tests[17][desc]="backslash c in %b"
159 tests[18][desc]="backslash octal in format"
165 tests[19][desc]="backslash octal in %b"
171 tests[20][desc]="numeric %d and ASCII conversions"
177 tests[21][desc]="verify second arg only"
183 tests[22][desc]="verify missing signed arg"
189 tests[23][desc]="verify missing unsigned arg"
198 desc=${tests[$i][desc]}
203 test_start $t "${tests[$i][desc]}"