Searched refs:choices (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-11-stable/usr.sbin/spkrtest/
H A Dspkrtest.sh38 rm -f ${choices}
44 choices=${TMP:-/tmp}/_spkrtest_choices.$$
67 2> ${choices} || cleanExit 0
70 tunes="`cat ${choices} | tr -d '\"'`"
/freebsd-11-stable/contrib/dialog/samples/
H A Ddialog.py163 choices = reduce(lambda res, pair: res + '%d "%s" ' % pair, pairs, '') variable in class:Dialog
165 (text, height, width, menuheight, choices))
186 choices = reduce(lambda res, triple: res + '%d "%s" %s ' % triple, variable in class:Dialog
189 (text, height, width, menuheight, choices))
217 choices = reduce(lambda res, triple: res + '%d "%s" %s ' % triple, variable in class:Dialog
220 (text, height, width, menuheight, choices))
/freebsd-11-stable/tools/tools/net80211/wesside/wesside/
H A Daircrack-ptw-lib.c321 int choices[KEYHSBYTES]; local
328 choices[i] = i;
330 choices[i] = 1;
339 if (doRound(table, 0, fixat, fixvalue, choices, key, keylen, state, 0, strongbytes) == 1) {
340 // printf("hit with %d choices\n", prod);
343 choices[sh2[i].keybyte]++;
345 // printf("choices[%d] is now %d\n", sh2[i].keybyte, choices[sh2[i].keybyte]);
349 prod *= choices[j];
/freebsd-11-stable/sys/xdr/
H A Dxdr.c585 const struct xdr_discrim *choices, /* [value, xdr proc] for each arm */
599 * search choices for a value that matches the discriminator.
602 for (; choices->proc != NULL_xdrproc_t; choices++) {
603 if (choices->value == dscm)
604 return ((*(choices->proc))(xdrs, unp));
582 xdr_union(XDR *xdrs, enum_t *dscmp, char *unp, const struct xdr_discrim *choices, xdrproc_t dfault) argument
/freebsd-11-stable/lib/libc/xdr/
H A Dxdr.c640 xdr_union(XDR *xdrs, enum_t *dscmp, char *unp, const struct xdr_discrim *choices, xdrproc_t dfault) argument
645 * const struct xdr_discrim *choices; // [value, xdr proc] for each arm
660 * search choices for a value that matches the discriminator.
663 for (; choices->proc != NULL_xdrproc_t; choices++) {
664 if (choices->value == dscm)
665 return ((*(choices->proc))(xdrs, unp));
/freebsd-11-stable/stand/lua/
H A Ddrawer.lua314 local choices = entry.items
315 if type(choices) == "function" then
316 choices = choices()
318 if #choices < caridx then
321 return entry.name(caridx, choices[caridx], choices)
H A Dmenu.lua78 local choices = entry.items
79 if type(choices) == "function" then
80 choices = choices()
82 if #choices > 0 then
83 caridx = (caridx % #choices) + 1
85 entry.func(caridx, choices[caridx], choices)
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/
H A Ddpp-qrcode.py117 parser.add_argument('command', choices=['logcat',
H A Dwps-nfc.py458 parser.add_argument('command', choices=['write-config',
H A Dp2p-nfc.py569 parser.add_argument('command', choices=['write-p2p-sel'],
/freebsd-11-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Duserspace.py172 type="choice", choices=fields, default=list(),
176 type="choice", choices=fields, #-s sets the default
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_gart.c694 unsigned choices[2] = {}; local
716 choices[fence->ring == ring ? 0 : 1] = i;
721 if (choices[i]) {
722 vm->id = choices[i];
723 return rdev->vm_manager.active[choices[i]];
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dwps-ap-nfc.py284 parser.add_argument('command', choices=['write-config',
/freebsd-11-stable/contrib/gdb/gdb/
H A Dada-lang.c2525 /* in a listing of choices during disambiguation (see sort_choices, below). */
2560 /* Sort SYMS[0..NSYMS-1] to put the choices in a canonical order by their */
2681 /* Read and validate a set of numeric choices from the user in the
2685 The user types choices as a sequence of numbers on one line
2698 get_selections (int *choices, int n_choices, int max_results,
2721 /* Set choices[0 .. n_chosen-1] to the users' choices in ascending
2748 choices[j] = j;
2753 for (j = n_chosen - 1; j >= 0 && choice < choices[j]; j -= 1)
2757 if (j < 0 || choice != choices[
2693 get_selections(int *choices, int n_choices, int max_results, int is_all_choice, char *annotation_suffix) argument
4819 int *choices = (int *) alloca (result.nelts * sizeof (int)); local
[all...]
/freebsd-11-stable/contrib/apr/
H A Dapr.mak14 !MESSAGE Possible choices for configuration are:
H A Dlibapr.mak14 !MESSAGE Possible choices for configuration are:
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dlibisc.mak14 !MESSAGE Possible choices for configuration are:
/freebsd-11-stable/contrib/gperf/lib/
H A Dconfigure1228 Use these variables to override the choices made by `configure' or to help
/freebsd-11-stable/contrib/gperf/src/
H A Dconfigure1228 Use these variables to override the choices made by `configure' or to help
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Dconfigure818 Use these variables to override the choices made by `configure' or to help
/freebsd-11-stable/contrib/gcclibs/libssp/
H A Dconfigure869 Use these variables to override the choices made by `configure' or to help
/freebsd-11-stable/contrib/ldns/drill/
H A Dconfigure1315 Use these variables to override the choices made by `configure' or to help
/freebsd-11-stable/contrib/bmake/
H A Dconfigure1325 Use these variables to override the choices made by `configure' or to help
/freebsd-11-stable/contrib/byacc/
H A Dconfigure711 Use these variables to override the choices made by `configure' or to help
/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A Dconfigure859 Use these variables to override the choices made by `configure' or to help

Completed in 256 milliseconds

12