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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dcatopen.c174 size_t len_locale; local
176 len_locale = strlen(locale);
178 if (saved_total_len + len_locale > PATH_MAX)
181 (void) memcpy(saved, locale, len_locale);
182 saved += len_locale;

Completed in 19 milliseconds