Lines Matching defs:define
35 define()
243 define basic 'basic functionality'
295 define format_escapes "backslash escapes in format string"
352 define s_strings "%s string output"
370 define c_chars '%c (character) format conversions'
460 define d_decimal '%d (decimal integer) conversions'
488 define i_decimal '%i (decimal integer) conversions'
569 define u_unsigned '%u (unsigned decimal integer) conversions'
635 define o_octal '%o (octal integer) conversions'
686 define x_hex '%x (hexadecimal output) conversions'
708 define X_hex '%X (hexadecimal output) conversions'
845 define f_floats '%f (floating) conversions'
870 define F_floats '%F (floating) conversions'
1007 define e_floats "%e floating point conversions"
1032 define E_floats "%E floating point conversions"
1101 define g_floats '%g (floating) conversions'
1127 define G_floats '%G (floating) conversions'
1167 define a_floats '%a floating conversion'
1199 define A_floats '%A floating conversion'
1232 define missing_args "format string when there are no more args"
1262 define repeated_format 'format string is reused until all args used'
1341 define b_SysV_echo '%b format - emulate SysV echo escapes'
1370 define
1395 define indirect_width "using * to get field width from arg"
1418 define indirect_precision 'Using .* as to get precision from arg'
1440 define indirect_both 'Using *.* as to get width & precision from args'
1505 define q_quoting '%q quote string suitably for sh processing'
1653 define NetBSD_extensions "Local NetBSD additions to printf"
1732 define B_string_expand "NetBSD specific %B string expansion"