Searched refs:need (Results 126 - 150 of 296) sorted by relevance

1234567891011>>

/freebsd-13-stable/sys/i386/linux/
H A Dlinux_locore.asm23 popl %eax /* gcc unwind code need this */
/freebsd-13-stable/sys/conf/
H A Ddtb.build.mk4 # Grab all the options for a kernel build. For backwards compat, we need to
H A Dkern.post.mk4 # the definitions that need to be after all the % directives except %RULES
312 # need for manually running it. For the kernel this is mostly a NOP since
332 # For meta mode we still need to know which file to depend on to avoid
334 # use .depend files. We really only need source files, not headers since
/freebsd-13-stable/share/mk/
H A Dauto.obj.mk54 # We need to chdir, make the directory if needed
H A Dbsd.init.mk48 # Some targets need to know when something may build. This is used to
H A Dbsd.opts.mk18 # need variables defined there prior to the end of the Makefile where
H A Dlocal.dirdeps.mk27 # host version in /usr/lib is used. Internal libraries need to be
209 # we need targets/pseudo/stage to prep the stage tree
H A Dgendirdeps.mk155 # so we need to give it what it expects
189 # and we do not need it any more
258 # we need := so only skip_ql to this point applies
/freebsd-13-stable/stand/lua/
H A Dcolor.lua114 -- We need to reset attributes as well as color scheme here, just in
H A Dhook.lua69 -- up the order in which we've loaded modules and we need to
/freebsd-13-stable/share/examples/drivers/
H A Dmake_device_driver.sh105 # trust me, you'll need this
210 char buffer[BUFFERSIZE]; /* If we need to buffer something. */
439 * so we may need to 'correct' this before we
444 * need for our dumb probe. Also check we have enough ports
457 * If we can't get the resources we need then
458 * we need to abort. Possibly this indicates
577 * things need to be done only in the cardbus case.
682 * If we want to access the memory we will need
844 * You also need read, write, open, close routines.
968 # You may need t
[all...]
/freebsd-13-stable/crypto/openssh/
H A Dmux.c933 * However, for dynamic allocated listen ports we need
1468 mux_client_read(int fd, struct sshbuf *b, size_t need) argument
1478 if ((r = sshbuf_reserve(b, need, &p)) != 0)
1480 for (have = 0; have < need; ) {
1485 len = read(fd, p + have, need - have);
1513 u_int have, need; local
1525 need = sshbuf_len(queue);
1528 for (have = 0; have < need; ) {
1534 len = write(fd, ptr + have, need - have);
1567 size_t need, hav local
[all...]
H A Dchannels.c1110 * Returns: 0 = need more data, -1 = wrong cookie, 1 = ok
1232 u_int len, have, i, found, need; local
1250 need = 1;
1255 need = 2;
1261 if (found == need)
1271 if (found < need)
1297 if (need == 1) { /* SOCKS4: one string */
1330 c->self, need == 1 ? "SOCKS4" : "SOCKS4A", s4_req.command);
1366 u_int have, need, i, found, nmethods, addrlen, af; local
1405 return 0; /* need mor
2194 read_mux(struct ssh *ssh, Channel *c, u_int need) argument
2223 u_int need; local
[all...]
/freebsd-13-stable/contrib/bmake/
H A DMakefile190 # we do not need or want the generated makefile
211 @echo need to unpack mk.tar.gz under ${srcdir} or set MKSRC; false
/freebsd-13-stable/contrib/bmake/mk/
H A Down.mk39 # we need to make sure these are defined too in case sys.mk fails to.
205 # sys.mk should set something appropriate if need be.
H A Dlib.mk90 # If you use -fPIC you need to define BIGPIC to turn on 32-bit
177 # so we don't need to use lorder or tsort
378 # Record any libs that we need to be linked with
585 # during building we usually need/want to install libs somewhere central
588 # Note that we don't need this when using dpadd.mk
H A Dgendirdeps.mk154 # so we need to give it what it expects
188 # and we do not need it any more
257 # we need := so only skip_ql to this point applies
H A Dmeta.sys.mk163 # some targets need to be .PHONY in non-meta mode
H A Dwarnings.mk78 # we need to turn off -Wuninitialized as otherwise we get a warning that
/freebsd-13-stable/contrib/dialog/
H A Dfselect.c143 unsigned need; local
145 need = (unsigned) (list->length + 1);
146 if (need + 1 > list->allocd) {
147 list->allocd = 2 * (need + 1);
/freebsd-13-stable/contrib/ncurses/progs/
H A Dinfocmp.c855 * are a few more hoops that need to be jumped so that
1262 static size_t need; local
1266 need = (strlen(entries->tterm.term_names)
1269 initializer = (char *) malloc(need + 1);
1274 _nc_STRCPY(initializer, entries->tterm.term_names, need);
1280 _nc_SPRINTF(s, _nc_SLIMIT(need) fmt, type);
/freebsd-13-stable/contrib/kyua/store/
H A Dschema_v2.sql154 -- primary key, yet we need to locate entries in the metadatas table solely by
168 -- single table representing all test caes. We may need to revisit this in
210 -- single table representing all test caes. We may need to revisit this in
/freebsd-13-stable/tools/tools/netmap/
H A Dnmreplay.c134 * For the packet descriptor we need the following:
238 uint64_t tot_bytes_rounded; /* need hdr + pad(len) */
240 int swap; /* need to swap fields ? */
315 * We need to compute also the 'first_ts' which refers to a hypotetical
593 * and may need to use the packet size, current time, etc.
754 uint64_t need; local
759 * so we may need to loop the trace more than once (for short traces)
763 need = loops * pf->tot_bytes_rounded + sizeof(struct q_pkt);
764 q->buf = calloc(1, need);
766 D("alloc %lld bytes for queue failed, exiting",(long long)need);
[all...]
/freebsd-13-stable/contrib/sqlite3/tea/win/
H A Dmakefile.vc7 # which marks sections that may need modification. As a minumum you will
8 # need to change the PROJECT, DOTVERSION and DLLOBJS variables to values
26 You will need to run vcvars32.bat from Developer Studio, first, to setup^
39 # You'll need to run vcvars32.bat contained in the MsDev's vc(98)/bin
151 # You need to specify the object files that need to be linked into your
175 # Target names and paths ( shouldn't need changing )
310 # Tests need to ensure we load the right dll file we
383 # You may need to modify this section to reflect the final distribution
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dcond-func.mk70 # They don't need to be balanced.

Completed in 400 milliseconds

1234567891011>>