Searched refs:reason_msgid (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/diff/src/ |
| H A D | cmp.c | 110 try_help (char const *reason_msgid, char const *operand) in try_help() argument 112 if (reason_msgid) in try_help() 113 error (0, 0, _(reason_msgid), operand); in try_help()
|
| H A D | sdiff.c | 164 try_help (char const *reason_msgid, char const *operand) in try_help() argument 166 if (reason_msgid) in try_help() 167 error (0, 0, _(reason_msgid), operand); in try_help()
|
| H A D | diff.c | 842 try_help (char const *reason_msgid, char const *operand) in try_help() argument 844 if (reason_msgid) in try_help() 845 error (0, 0, _(reason_msgid), operand); in try_help()
|
| H A D | diff3.c | 406 try_help (char const *reason_msgid, char const *operand) in try_help() argument 408 if (reason_msgid) in try_help() 409 error (0, 0, _(reason_msgid), operand); in try_help()
|