OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:right_prec
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libc/stdlib/
strfmon.c
126
int
right_prec
; /* right precision */
local in function:vstrfmon_l
165
right_prec
= -1; /* no right precision specified */
227
GET_NUMBER(
right_prec
, loc);
228
if ((unsigned int)
right_prec
>= maxsize - (dst - s) -
282
left_prec,
right_prec
, pad_char, lc, loc);
529
int
right_prec
, int pad_char, struct lconv *lc, locale_t loc)
564
/* fill
right_prec
with default value */
565
if (
right_prec
== -1) {
567
right_prec
= lc->int_frac_digits;
569
right_prec
= lc->frac_digits
[
all
...]
Completed in 20 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025