Searched refs:thousands_len (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrfmon.c94 bufend -= thousands_len; \
95 (void) memcpy(bufend, thousands_sep, thousands_len); \
543 int thousands_len; local
556 thousands_len = strlen(thousands_sep); /* 0 or 1 usually */
617 thousands_len != 0 &&

Completed in 53 milliseconds