Home
last modified time | relevance | path

Searched refs:ETC_HOST_SUFFIX (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/os/
H A Daccess.c966 #define ETC_HOST_SUFFIX ".hosts" in ResetHosts() macro
967 fnamelen = strlen(ETC_HOST_PREFIX) + strlen(ETC_HOST_SUFFIX) + in ResetHosts()
971 snprintf(fname, sizeof(fname), ETC_HOST_PREFIX "%s" ETC_HOST_SUFFIX, in ResetHosts()