Searched refs:nopt (Results 1 – 2 of 2) sorted by relevance
90 static const int nopt = nitems(opttbl); variable457 for (i = 0; i < nopt; i++) { in display_mbr()557 for (i = 0; i < nopt; i++) in stropt()560 if (i == nopt) in stropt()
1058 char buf[1024], nopt[64]; in config_get_option() local1061 if(opt && opt[strlen(opt)-1] == ':' && strlen(opt)<sizeof(nopt)) { in config_get_option()1062 memmove(nopt, opt, strlen(opt)); in config_get_option()1063 nopt[strlen(opt)-1] = 0; in config_get_option()1064 opt = nopt; in config_get_option()