Home
last modified time | relevance | path

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

/freebsd/usr.sbin/boot0cfg/
H A Dboot0cfg.c90 static const int nopt = nitems(opttbl); variable
457 for (i = 0; i < nopt; i++) { in display_mbr()
557 for (i = 0; i < nopt; i++) in stropt()
560 if (i == nopt) in stropt()
/freebsd/contrib/unbound/util/
H A Dconfig_file.c1058 char buf[1024], nopt[64]; in config_get_option() local
1061 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()