Searched refs:conv_char (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat-invalid.h34 #define INVALID_CONVERSION_SPECIFIER(directive_number,conv_char) \
35 (c_isprint (conv_char) \
36 ? xasprintf (_("In the directive number %u, the character '%c' is not a valid conversion specifier."), directive_number, conv_char) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dtparm.c495 char conv_char = fmt[strlen (fmt) - 1]; local
496 if (conv_char == 's')
514 if (i == 0 && conv_char == 'c')
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dtparm.c495 char conv_char = fmt[strlen (fmt) - 1]; local
496 if (conv_char == 's')
514 if (i == 0 && conv_char == 'c')

Completed in 87 milliseconds