Searched refs:want (Results 26 - 50 of 156) sorted by relevance

1234567

/freebsd-10.0-release/crypto/openssh/
H A Dauth2-jpake.c178 fatal("%s: not enough bytes for rawsalt (want %u have %u)",
196 makesalt(u_int want, const char *user) argument
202 if (want > sizeof(ret) - 1)
203 fatal("%s: want %u", __func__, want);
207 for (i = 0; i < want; i++)
/freebsd-10.0-release/lib/libz/
H A Dgzguts.h172 unsigned want; /* requested buffer size, default is GZBUFSIZE */ member in struct:__anon5719
H A Dgzread.c97 state->in = (unsigned char *)malloc(state->want);
98 state->out = (unsigned char *)malloc(state->want << 1);
107 state->size = state->want;
/freebsd-10.0-release/contrib/binutils/ld/
H A Dmri.c254 mri_alias (const char *want, const char *is, int isn) argument
269 mri_add_to_list (&alias, is, 0, want, 0, 0);
/freebsd-10.0-release/contrib/binutils/
H A Dylwrap52 DESIRED is the file we actually want instead of OUTPUT
153 # We do not want to overwrite a header file if it hasn't
165 # We don't want the resulting debug information to point at
169 # We want to use the real output file name, not yy.lex.c for
172 # We want the include guards to be adjusted too.
196 # is not specified, we don't want an error when the header
/freebsd-10.0-release/contrib/bmake/mk/
H A Dinstall-new.mk34 # If the .new file is different, we want it.
H A Doptions.mk26 # User sets WITH_* and WITHOUT_* to indicate what they want.
H A Dgendirdeps.mk66 # We do _not_ want to read our own output!
97 # is the script that extracts what we want.
197 # will want to visit bsd/include
266 # if you want to capture SRC_DIRDEPS in .MAKE.DEPENDFILE put
298 # .depend may contain things we don't want.
H A Dwarnings.mk81 # we want to set W_* for each warning so they are easy to turn off.
121 # which is the bit we ultimately want. It allows W_* to be set on a
H A Dlibs.mk81 # tell libs.mk we might want to install things
H A Dmeta.subdir.mk44 # we want to find Makefile.depend.* ie for all machines
H A Dprogs.mk80 # tell progs.mk we might want to install things
H A Dsys.mk32 # Sometimes we want to turn on debugging in just one or two places
60 # turn it into what we want - just the date
132 # if you want objdirs make them automatic
/freebsd-10.0-release/contrib/openbsm/config/
H A Dylwrap49 DESIRED is the file we actually want instead of OUTPUT
69 # Otherwise, we want the empty string (not ".").
165 # We do not want to overwrite a header file if it hasn't
176 # We don't want the resulting debug information to point at
178 # We want to use the real output file name, not yy.lex.c for
180 # We want the include guards to be adjusted too.
204 # is not specified, we don't want an error when the header
/freebsd-10.0-release/share/mk/
H A Dbsd.test.mk38 # tell progs.mk we might want to install things
H A Dbsd.progs.mk69 # tell progs.mk we might want to install things
/freebsd-10.0-release/sys/kern/
H A Dkern_et.c119 et_find(const char *name, int check, int want) argument
130 if ((et->et_flags & check) != want)
/freebsd-10.0-release/sys/netgraph/
H A Dng_ether.c549 u_char want; local
555 want = !!*((u_int32_t *)msg->data);
556 if (want ^ priv->promisc) {
557 if ((error = ifpromisc(priv->ifp, want)) != 0)
559 priv->promisc = want;
/freebsd-10.0-release/usr.sbin/ppp/
H A Ddeflate.c470 int want; local
475 want = (o->data[0] >> 4) + 8;
477 if (want < 8 || want > 15) {
480 } else if (want != cfg->deflate.in.winsize) {
/freebsd-10.0-release/contrib/binutils/gas/
H A Dcgen.c135 md_begin() if you plan to use these functions and you want the
348 gas_cgen_parse_operand (cd, want, strP, opindex, opinfo, resultP, valueP)
355 enum cgen_parse_operand_type want;
382 if (want == CGEN_PARSE_OPERAND_INIT)
415 /* FIXME: Need to check `want'. */
428 if (want == CGEN_PARSE_OPERAND_SYMBOLIC)
464 expression symbol we want here. */
555 /* ??? Target foo issues various warnings here, so one might want to provide
562 don't want frag_now to change between calls.
/freebsd-10.0-release/sys/dev/ixgb/
H A DREADME75 7. If you want the driver to load automatically when the system is booted:
100 8. If you want to compile the driver into the kernel, enter:
/freebsd-10.0-release/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c82 * actions we want to perform and schedule ubt_task which would run in the
1112 int len, want, got, total; local
1139 want = sizeof(ng_hci_scodata_pkt_t);
1143 * adjust amount of data we want
1146 want = sizeof(ng_hci_scodata_pkt_t);
1148 if (got >= want)
1149 want += mtod(m, ng_hci_scodata_pkt_t *)->length;
1154 if (got + len > want)
1155 len = want - got;
1165 if (got != want)
[all...]
/freebsd-10.0-release/contrib/ncurses/progs/
H A Ddump_entry.c105 size_t want = need + dst->used + 1; local
106 if (want > dst->size) {
107 dst->size += (want + 1024); /* be generous */
306 /* filter out capabilities we may want to suppress */
397 unsigned want = strlen(separator) + need; local
400 && column + (int) want > width) {
694 * Some older versions of vi want rmir/smir to be defined
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c453 * Specified rule number is zero if we want to clear all entries.
454 * log_only is 1 if we only want to reset logs, zero otherwise.
533 printf("ipfw: size mismatch (have %d want %d)\n", size, l);
999 int len = 0, want; local
1008 want = chain->static_len + ipfw_dyn_len();
1009 if (size >= want)
1012 if (size >= want)
1015 if (size >= want)
/freebsd-10.0-release/contrib/dialog/
H A Dchecklist.c332 int want = (int) (use_width * ((double) name_width) / local
334 name_width = (want > need) ? want : need;

Completed in 255 milliseconds

1234567