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

/freebsd-13-stable/usr.sbin/boot0cfg/
H A Dboot0cfg.c93 static const int nopt = nitems(opttbl); variable
460 for (i = 0; i < nopt; i++) {
560 for (i = 0; i < nopt; i++)
563 if (i == nopt)
/freebsd-13-stable/usr.sbin/bhyve/
H A Dblock_if.c435 char *nopt, *xopts, *cp; local
462 nopt = xopts = strdup(optstr);
465 if (cp == nopt) /* file or device pathname */
491 fd = open(nopt, (ro ? O_RDONLY : O_RDWR) | extra);
494 fd = open(nopt, O_RDONLY | extra);
499 warn("Could not open backing file: %s", nopt);
504 warn("Could not stat backing file %s", nopt);
618 free(nopt);
/freebsd-13-stable/contrib/subversion/subversion/svn/
H A Dconflict-callbacks.c773 int nopt;
781 nopt = builtin_options->nelts + ARRAY_LEN(extra_resolver_options);
783 nopt += ARRAY_LEN(extra_resolver_options_text);
784 *options = apr_array_make(result_pool, nopt, sizeof(client_option_t *));
1234 int nopt;
1242 nopt = builtin_options->nelts + ARRAY_LEN(extra_resolver_options) +
1244 *options = apr_array_make(result_pool, nopt, sizeof(client_option_t *));
1486 int nopt;
1498 nopt = builtin_options->nelts + ARRAY_LEN(extra_resolver_options_tree) +
1500 *options = apr_array_make(result_pool, nopt, sizeo
772 int nopt; local
1233 int nopt; local
1485 int nopt; local
[all...]
/freebsd-13-stable/contrib/unbound/util/
H A Dconfig_file.c944 char buf[1024], nopt[64]; local
947 if(opt && opt[strlen(opt)-1] == ':' && strlen(opt)<sizeof(nopt)) {
948 memmove(nopt, opt, strlen(opt));
949 nopt[strlen(opt)-1] = 0;
950 opt = nopt;

Completed in 298 milliseconds