Lines Matching defs:names
68 static const char * const names[_LOCALE_MAX] = {
171 assert(names[p]);
174 nonempty(getenv(names[p])));
290 assert(names[p]);
293 l = strv_env_unset(l, names[p]);
297 if (asprintf(&t, "%s=%s", names[p], c->locale[p]) < 0)
343 assert(names[p]);
346 l_unset[c_set++] = (char*) names[p];
350 if (asprintf(&s, "%s=%s", names[p], c->locale[p]) < 0)
875 if (asprintf(&t, "%s=%s", names[p], c->locale[p]) < 0)
913 k = strlen(names[p]);
914 if (startswith(*i, names[p]) &&
984 k = strlen(names[p]);
985 if (startswith(*i, names[p]) && (*i)[k] == '=') {