Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/locale/
A Dlocale.c294 static struct lconv the_lconv; variable
300 register char *p = (char *)(&the_lconv); in localeconv()
306 } while (p < (char *) &the_lconv.negative_sign); in localeconv()
308 p = (&the_lconv.int_frac_digits); in localeconv()
312 } while (p <= &the_lconv.int_n_sign_posn); in localeconv()
314 return &the_lconv; in localeconv()
319 static struct lconv the_lconv; variable
323 register char *p = (char *) &the_lconv; in localeconv()
330 } while (p < &the_lconv.int_frac_digits); in localeconv()
336 } while (p <= &the_lconv.int_n_sign_posn); in localeconv()
[all …]

Completed in 5 milliseconds