Home
last modified time | relevance | path

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

/coreutils/src/
Dsystem.h180 #define _(msgid) gettext (msgid) argument
181 #define N_(msgid) msgid argument
Dnumfmt.c696 char const *msgid = nullptr; in simple_strtod_fatal() local
706 msgid = N_("value too large to be converted: %s"); in simple_strtod_fatal()
710 msgid = N_("invalid number: %s"); in simple_strtod_fatal()
714 msgid = N_("rejecting suffix in input: %s (consider using --from)"); in simple_strtod_fatal()
718 msgid = N_("invalid suffix in input: %s"); in simple_strtod_fatal()
722 msgid = N_("missing 'i' suffix in input: %s (e.g Ki/Mi/Gi)"); in simple_strtod_fatal()
728 error (conv_exit_code, 0, gettext (msgid), quote (input_str)); in simple_strtod_fatal()
Duniq.c233 size_opt (char const *opt, char const *msgid) in size_opt() argument
244 error (EXIT_FAILURE, 0, "%s: %s", opt, _(msgid)); in size_opt()
Dsplit.c1301 strtoint_die (char const *msgid, char const *arg) in strtoint_die() argument
1304 gettext (msgid), quote (arg)); in strtoint_die()
1317 parse_n_units (char const *arg, char const *multipliers, char const *msgid) in parse_n_units() argument
1321 strtoint_die (msgid, arg); in parse_n_units()
Dsort.c4118 badfieldspec (char const *spec, char const *msgid) in badfieldspec() argument
4121 _(msgid), quote (spec)); in badfieldspec()
4159 parse_field_count (char const *string, size_t *val, char const *msgid) in parse_field_count() argument
4178 if (msgid) in parse_field_count()
4180 _(msgid), quote (string)); in parse_field_count()
/coreutils/gl/lib/
Drandread.c39 #define _(msgid) gettext (msgid) argument