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

/freebsd-current/usr.bin/fortune/strfile/
H A Dstrfile.h49 unsigned char stuff[4]; /* 64-bit aligned space */ member in struct:__anon892
50 #define str_delim stuff[0] /* delimiting character */
/freebsd-current/tools/tools/net80211/wesside/dics/
H A Ddics.c186 unsigned char *stuff; local
189 stuff = (unsigned char*) malloc(len + sizeof(struct ippseudo));
190 if(!stuff) {
195 ph = (struct ippseudo*) stuff;
203 memcpy(stuff + sizeof(struct ippseudo), stuff0, len);
205 return in_cksum((unsigned short*)stuff, len+sizeof(struct ippseudo));
214 int stuff, delay; local
217 stuff = poll_rate*pps;
280 // printf("sending stuff to %s\n", ip);
281 for (i = 0; i < stuff;
[all...]
/freebsd-current/contrib/openresolv/
H A Dlibc.in189 stuff="$($list_resolv | keys_remove nameserver domain search)"
190 if [ -n "$stuff" ]; then
191 newconf="$newconf$stuff$NL"
/freebsd-current/sys/conf/
H A Dnewvers.sh304 * The SCCS stuff is a marker that by convention identifies the kernel. While
H A Dkern.pre.mk89 # XXX LOCORE means "don't declare C stuff" not "for locore.s".
/freebsd-current/usr.bin/posixmqcontrol/
H A Dposixmqcontrol.c428 struct mq_attr stuff = { local
437 stuff.mq_flags |= O_NONBLOCK;
452 handle = mq_open(queue, flags, q_creation.mode, &stuff);
/freebsd-current/contrib/bmake/mk/sys/
H A DSunOS.mk24 # the stuff in /usr/xpg4/bin is usually more sane.
/freebsd-current/share/mk/
H A Ddirdeps-targets.mk166 # allow a top-level makefile to do other stuff
H A Dsrc.opts.mk315 # Bad coupling for libsecure stuff with bearssl and efi, so broken on EFI
317 BROKEN_OPTIONS+=BEARSSL # bearssl brings in secure efi stuff xxx
H A Dbsd.subdir.mk23 # put the stuff into the right "distribution".
H A Dbsd.lib.mk142 # prefer .s to a .c, add .po, remove stuff not used in the BSD libraries
/freebsd-current/contrib/bmake/mk/
H A Ddirdeps-targets.mk166 # allow a top-level makefile to do other stuff
/freebsd-current/contrib/kyua/utils/process/
H A Dexecutor_pid_test.cpp41 with stuff from step 1. When I found this bug, step 3 was
/freebsd-current/crypto/openssl/util/perl/OpenSSL/
H A DParseC.pm82 # CPP stuff
214 my $stuff = pop @preprocessor_conds;
216 map { m|^!(.*)$| ? $1 : '!'.$_ } @$stuff
257 # They are really preprocessor stuff, but they look like C stuff
262 # Deprecated stuff, by OpenSSL release.
274 # Core stuff
288 # LHASH stuff
319 # STACK stuff
403 # ASN1 stuff
[all...]
H A DTest.pm790 internal stuff), or if it's used to pass a command down to a subprocess.
/freebsd-current/stand/
H A Ddefs.mk141 # Add in the no float / no SIMD stuff and announce we're freestanding
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc543 /* get as far as we can with easy stuff */
621 /* the hard stuff */
/freebsd-current/contrib/tcsh/
H A Dtw.parse.c202 /* Don't quote '/' to make the recognize stuff work easily */
H A Dsh.func.c1624 * later but most of the stuff following won't
1626 * stuff) as intended until the name is actually
1715 * not print the right stuff neither does unsetenv). This was for Mach,
2413 * The stuff here seems to work, but I did it by trial and error rather
/freebsd-current/sys/netinet/tcp_stacks/
H A Dsack_filter.c42 uint32_t stuff; member in struct:inpcb
/freebsd-current/tools/tools/net80211/wesside/wesside/
H A Dwesside.c211 unsigned int udp_checksum(unsigned char *stuff, int len, struct in_addr *sip, argument
228 memcpy(tmp + sizeof(struct ippseudo), stuff, len);
1118 // check if its a TTL update from dictionary stuff
1445 // log it if its stuff not from us...
1471 // we have prga... check if its our stuff being relayed...
1486 // see if we get the multicast stuff of when decrypting
1604 // stuff for us
1637 // stuff for us
1642 // stuff in network [even for us]
/freebsd-current/crypto/openssl/
H A DConfigure1156 # Override config entries with stuff from the guesser.
2616 # Take copies so we don't get interference from added stuff
2942 my @stuff = @_;
2943 return sub { add(@stuff)->(); }
/freebsd-current/sys/crypto/openssl/arm/
H A Dpoly1305-armv4.S141 str r0,[sp,#12] @ offload stuff
/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Dvpaes-armv8.pl99 // Decryption stuff
937 // add in smeared stuff
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm2019 encouragement, advice, bug reports, and all the other good stuff.

Completed in 348 milliseconds