Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/util/
H A Dconfig_file.c1018 char buf[1024], nopt[64]; in config_get_option() local
1021 if(opt && opt[strlen(opt)-1] == ':' && strlen(opt)<sizeof(nopt)) { in config_get_option()
1022 memmove(nopt, opt, strlen(opt)); in config_get_option()
1023 nopt[strlen(opt)-1] = 0; in config_get_option()
1024 opt = nopt; in config_get_option()