Searched refs:nopt (Results 1 – 1 of 1) sorted by relevance
1018 char buf[1024], nopt[64]; in config_get_option() local1021 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()