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

/freebsd-10-stable/usr.bin/catman/
H A Dcatman.c69 static char *lang_locale; /* short form of locale */ variable
687 if (lang_locale != NULL) {
689 lang_locale);
725 asprintf(&lang_locale, "%.*s%s", (int)(sep - locale),
740 if (lang_locale != NULL)
741 fprintf(stderr, "short locale is %s\n", lang_locale);
/freebsd-10-stable/usr.bin/makewhatis/
H A Dmakewhatis.c102 static char *lang_locale; /* short form of locale */ variable
960 if (lang_locale != NULL) {
961 asprintf(&mandir, "%s/%s", dir, lang_locale);
1006 asprintf(&lang_locale, "%.*s%s", (int)(ptrdiff_t)(sep - locale), locale, &sep[3]);

Completed in 69 milliseconds