Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdlib/
H A Dstrfmon.c100 static int __calc_left_pad(int, char *, struct lconv *);
266 pad_size = __calc_left_pad((flags ^ IS_NEGATIVE), in vstrfmon_l()
268 __calc_left_pad(flags, currency_symbol, lc); in vstrfmon_l()
462 __calc_left_pad(int flags, char *cur_symb, struct lconv *lc) in __calc_left_pad() function