Home
last modified time | relevance | path

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

1234567891011

/freebsd-13.1/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")
/freebsd-13.1/tools/tools/net80211/wesside/dics/
H A Ddics.c188 unsigned char *stuff; in udp_checksum() local
191 stuff = (unsigned char*) malloc(len + sizeof(struct ippseudo)); in udp_checksum()
192 if(!stuff) { in udp_checksum()
197 ph = (struct ippseudo*) stuff; in udp_checksum()
205 memcpy(stuff + sizeof(struct ippseudo), stuff0, len); in udp_checksum()
207 return in_cksum((unsigned short*)stuff, len+sizeof(struct ippseudo)); in udp_checksum()
216 int stuff, delay; in send_stuff() local
219 stuff = poll_rate*pps; in send_stuff()
283 for (i = 0; i < stuff; i++) { in send_stuff()
/freebsd-13.1/usr.bin/fortune/strfile/
H A Dstrfile.h52 unsigned char stuff[4]; /* 64-bit aligned space */ member
53 #define str_delim stuff[0] /* delimiting character */
/freebsd-13.1/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
11 This directory contains various stuff relating to the FreeBSD daemon
61 An example of how to use the stuff above. Outputs a simple
/freebsd-13.1/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-13.1/sys/amd64/conf/
H A DGENERIC-MMCCAM23 # CAM-specific stuff
30 # Add CAMDEBUG stuff
/freebsd-13.1/sys/contrib/ngatm/
H A DFREEBSD-upgrade3 This is the part of the NgATM stuff that is shared by kernel and user.
20 5. check-out the imported stuff
/freebsd-13.1/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-13.1/sys/mips/conf/
H A DONIONOMEGA43 # Enable the uboot environment stuff rather then the
44 # redboot stuff.
H A DPB4722 # Enable the uboot environment stuff rather then the
23 # redboot stuff.
H A DCARAMBOLA246 # Enable the uboot environment stuff rather then the
47 # redboot stuff.
H A DDB12036 # Enable the uboot environment stuff rather then the
37 # redboot stuff.
H A DAP14341 # Enable the uboot environment stuff rather then the
42 # redboot stuff.
H A DAP12141 # Enable the uboot environment stuff rather then the
42 # redboot stuff.
H A DTL-WR740Nv441 # Enable the uboot environment stuff rather then the
42 # redboot stuff.
H A DTL-WR1043NDv232 # Enable the uboot environment stuff rather then the
33 # redboot stuff.
H A DDIR-655A139 # Enable the uboot environment stuff rather then the
40 # redboot stuff.
H A DTL-WDR430037 # Enable the uboot environment stuff rather then the
38 # redboot stuff.
H A DALFA_HORNET_UB47 # Enable the uboot environment stuff rather then the
48 # redboot stuff.
H A DTP-MR302048 # Enable the uboot environment stuff rather then the
49 # redboot stuff.

1234567891011