Searched refs:getconf_dir (Results 1 – 1 of 1) sorted by relevance
1221 const char *getconf_dir = __libc_secure_getenv ("GETCONF_DIR") ?: GETCONF_DIR; in weak_alias() local1222 size_t getconf_dirlen = strlen (getconf_dir); in weak_alias()1226 memcpy (mempcpy (mempcpy (name, getconf_dir, getconf_dirlen), in weak_alias()
Completed in 3 milliseconds