Home
last modified time | relevance | path

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

/coreutils/src/
Dod.c631 decode_one_format (char const *s_orig, char const *s, char const **next, in ATTRIBUTE_NONNULL()
679 error (0, 0, _("invalid type string %s"), quote (s_orig)); in ATTRIBUTE_NONNULL()
691 quote (s_orig), size); in ATTRIBUTE_NONNULL()
797 error (0, 0, _("invalid type string %s"), quote (s_orig)); in ATTRIBUTE_NONNULL()
811 quote (s_orig), size); in ATTRIBUTE_NONNULL()
867 *s, quote (s_orig)); in ATTRIBUTE_NONNULL()
973 char const *s_orig = s; in ATTRIBUTE_NONNULL() local
982 if (! decode_one_format (s_orig, s, &next, &spec[n_specs])) in ATTRIBUTE_NONNULL()