Lines Matching refs:type

50 /* Float type variations */
53 echo "\n\n*** Output for float type ***\n";
69 /* Integer type variations */
72 echo "\n\n*** Output for integer type ***\n";
88 /* Binary type variations */
90 echo "\n\n*** Output for binary type ***\n";
101 /* Chararter type variations */
102 echo "\n\n*** Output for char type ***\n";
112 /* Scientific type variations */
113 echo "\n\n*** Output for scientific type ***\n";
123 /* Unsigned Integer type variation */
124 echo "\n\n*** Output for unsigned integer type ***\n";
134 /* Octal type variations */
135 echo "\n\n*** Output for octal type ***\n";
145 /* Hexadecimal type variations */
146 echo "\n\n*** Output for hexadecimal type ***\n";
156 /* String type variations */
157 echo "\n\n*** Output for string type ***\n";
173 /* variations of %g type */
176 echo "\n\n*** Output for '%g' type ***\n";
216 echo"\n\n*** Output for excess of mixed type arguments ***\n";
219 echo"\n\n*** Output for string format parameter and integer type argument ***\n";
222 echo"\n\n*** Output for integer format parameter and string type argument ***\n";
241 *** Output for float type ***
355 *** Output for integer type ***
451 *** Output for binary type ***
475 *** Output for char type ***
493 *** Output for scientific type ***
517 *** Output for unsigned integer type ***
541 *** Output for octal type ***
565 *** Output for hexadecimal type ***
589 *** Output for string type ***
621 *** Output for '%g' type ***
692 *** Output for excess of mixed type arguments ***
695 *** Output for string format parameter and integer type argument ***
698 *** Output for integer format parameter and string type argument ***