Home
last modified time | relevance | path

Searched refs:possible_format_p (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dxgettext.c1910 if (possible_format_p (is_format[i])) in set_format_flags_from_context()
1953 if (possible_format_p (is_format[format_python]) in warn_format_string()
2161 && !(i == format_c && possible_format_p (is_format[format_objc])) in remember_a_message()
2162 && !(i == format_objc && possible_format_p (is_format[format_c])) in remember_a_message()
2166 && (possible_format_p (is_format[format_qt]) in remember_a_message()
2167 || possible_format_p (is_format[format_boost])))) in remember_a_message()
2272 && possible_format_p (mp->is_format[format_objc])) in remember_a_message_plural()
2274 && possible_format_p (mp->is_format[format_c])) in remember_a_message_plural()
2278 && (possible_format_p (mp->is_format[format_qt]) in remember_a_message_plural()
2279 || possible_format_p (mp->is_format[format_boost])))) in remember_a_message_plural()
H A Dformat.c85 if (possible_format_p (is_format[i])) in check_msgid_msgstr_format()
H A Dmessage.h85 possible_format_p (enum is_format);
H A Dwrite-mo.c211 if (possible_format_p (mp->is_format[format_c]) in write_table()
212 || possible_format_p (mp->is_format[format_objc])) in write_table()
H A Dmsgmerge.c1051 && possible_format_p (ref->is_format[i]) in message_merge()
1052 && !possible_format_p (def->is_format[i]) in message_merge()
H A Dmessage.c88 possible_format_p (enum is_format is_format) in possible_format_p() function
H A DChangeLog.0162 * message.h (possible_format_p, message_alloc, message_free,
175 * message.c (possible_format_p, message_alloc, message_free,
810 * message.h (possible_format_p): Change return type to bool.
811 * message.c (possible_format_p): Likewise.
2246 (possible_format_p): Renamed from possible_c_format_p.
2252 (possible_format_p): Renamed from possible_c_format_p.
H A DChangeLog3226 * message.c (possible_format_p): Handle also yes_according_to_context.
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dgettext-po.c1065 return (possible_format_p (mp->is_format[i]) ? 1 : 0); in po_message_is_format()