Home
last modified time | relevance | path

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

/freebsd/contrib/diff/src/
H A Dutil.c82 message (char const *format_msgid, char const *arg1, char const *arg2) in message() argument
84 message5 (format_msgid, arg1, arg2, 0, 0); in message()
88 message5 (char const *format_msgid, char const *arg1, char const *arg2, in message5() argument
100 arg[0] = format_msgid; in message5()
122 printf (_(format_msgid), arg1, arg2, arg3, arg4); in message5()