Home
last modified time | relevance | path

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

12345678910

/freebsd-14.2/contrib/bc/tests/bc/
H A Dvoid.txt1 define void stuff(x) {
9 stuff(0)
10 stuff(1)
11 stuff(2.2839)
12 stuff(-9.9289389)
H A Derrors.txt209 for (i=0; i; ++i) if (i) print "stuff"; else i; if (!i) i + 1; else i; }
291 v = "stuff" + "other"
292 v = "stuff"; v + v
293 v = "stuff"; v * 3
294 v = "stuff"; v - 3
295 v = "stuff"; v / 3
296 v = "stuff"; divmod(v, 3, a[])
297 v = "stuff"; modexp(v, 3, 2)
298 define f(x) { x * x }; f("stuff")
299 define f(x) { x * x }; v = "stuff"; f(v)
H A Dstrings_results.txt44 stuff
45 stuff
H A Dposix_errors.txt29 define void a(e) { "stuff" }
33 v = "stuff"
H A Dstrings.txt56 "stuff"
63 v("stuff")
H A Dstdin.txt1 #stuff
/freebsd-14.2/tools/tools/net80211/wesside/dics/
H A Ddics.c186 unsigned char *stuff; in udp_checksum() local
189 stuff = (unsigned char*) malloc(len + sizeof(struct ippseudo)); in udp_checksum()
190 if(!stuff) { in udp_checksum()
195 ph = (struct ippseudo*) stuff; in udp_checksum()
203 memcpy(stuff + sizeof(struct ippseudo), stuff0, len); in udp_checksum()
205 return in_cksum((unsigned short*)stuff, len+sizeof(struct ippseudo)); in udp_checksum()
214 int stuff, delay; in send_stuff() local
217 stuff = poll_rate*pps; in send_stuff()
281 for (i = 0; i < stuff; i++) { in send_stuff()
/freebsd-14.2/usr.bin/fortune/strfile/
H A Dstrfile.h51 unsigned char stuff[4]; /* 64-bit aligned space */ member
52 #define str_delim stuff[0] /* delimiting character */
/freebsd-14.2/share/examples/BSD_daemon/
H A Dbeastie.fig7 # can do whatever you want with this stuff. If we meet some day, and you think
8 # this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
H A DREADME4 # can do whatever you want with this stuff. If we meet some day, and you think
5 # this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
10 This directory contains various stuff relating to the FreeBSD daemon
64 An example of how to use the stuff above. Outputs a simple
/freebsd-14.2/contrib/bsnmp/
H A Doid-list14 3 BEGEMOT-IP snmpd IP related stuff.
15 4 BEGEMOT-IFACE-MIB interface MIB private stuff
22 202 BEGEMOT-HOSTRES snmpd HOSTRES module private stuff
/freebsd-14.2/sys/amd64/conf/
H A DGENERIC-MMCCAM24 # CAM-specific stuff
31 # Add CAMDEBUG stuff
/freebsd-14.2/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-14.2/crypto/openssh/
H A DTODO54 information in wtmpx or utmpx or any of that stuff if it's not detected
64 similar tests. E.g move all the type detection stuff into one file,
65 entropy related stuff into another.
/freebsd-14.2/crypto/openssl/providers/
H A Dbuild.info70 # Default provider stuff
82 # Base provider stuff
92 # FIPS provider stuff
130 # Legacy provider stuff
172 # Null provider stuff
/freebsd-14.2/usr.bin/m4/tests/
H A Dregress.m4wrap3.out1 normal m4 stuff
H A Dm4wrap3.m411 normal m4 stuff
/freebsd-14.2/contrib/one-true-awk/testdir/
H A Dt.split11 BEGIN { z = "stuff" }
H A DT.getline96 L2' | $awk 'BEGIN { $0="old stuff"; $1="new"; getline x; print}' >foo1
97 echo 'new stuff' >foo2
H A DREADME.TESTS14 basic stuff -- they have to work.
40 There is undoubtedly more stuff in the archive; it's been
/freebsd-14.2/contrib/bsnmp/snmp_mibII/
H A DBEGEMOT-IP-MIB.txt31 -- Private MIB for IP stuff.
56 "The MIB for IP stuff that is not in the official IP MIBs."
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dhp7 # applied to the "TML" stuff; I'm assuming the Apollo stuff is
21 # 1.2, and 2.0). The 1.2 and 2.0 stuff isn't in the HP-UX 10.0
23 # stuff, and the 68030 and 68040 stuff isn't there at all - are they not
38 # The "misc" stuff needs a byte order; the archives look suspiciously
41 #### Old Apollo stuff
/freebsd-14.2/contrib/libpcap/cmake/Modules/
H A DFinddpdk.cmake68 # Just don't do this stuff on earlier versions. If that
79 # run the stuff in the script.
83 # a version recent enough to run the stuff the package's
/freebsd-14.2/contrib/ntp/sntp/m4/
H A Dos_cflags.m45 # allow ntp_os_cflags to be preset to skip this stuff
106 # allow ntp_os_ldflags to be preset to skip this stuff
/freebsd-14.2/sys/arm/conf/
H A DGENERIC-MMCCAM15 # Add CAMDEBUG stuff

12345678910