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

/freebsd-10.1-release/usr.bin/catman/
H A Dcatman.c67 static char *lang_locale; /* short form of locale */ variable
680 if (lang_locale != NULL) {
682 lang_locale);
718 asprintf(&lang_locale, "%.*s%s", (int)(sep - locale),
733 if (lang_locale != NULL)
734 fprintf(stderr, "short locale is %s\n", lang_locale);
/freebsd-10.1-release/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 99 milliseconds