Home
last modified time | relevance | path

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

1234567891011

/freebsd-13-stable/contrib/bc/tests/bc/
HDvoid.txt1 define void stuff(x) {
9 stuff(0)
10 stuff(1)
11 stuff(2.2839)
12 stuff(-9.9289389)
HDerrors.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)
HDstrings_results.txt44 stuff
45 stuff
HDposix_errors.txt29 define void a(e) { "stuff" }
33 v = "stuff"
HDstrings.txt56 "stuff"
63 v("stuff")
/freebsd-13-stable/tools/tools/net80211/wesside/dics/
HDdics.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-13-stable/usr.bin/fortune/strfile/
HDstrfile.h51 unsigned char stuff[4]; /* 64-bit aligned space */ member
52 #define str_delim stuff[0] /* delimiting character */
/freebsd-13-stable/share/examples/BSD_daemon/
HDbeastie.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
HDREADME4 # 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
60 An example of how to use the stuff above. Outputs a simple
/freebsd-13-stable/contrib/bsnmp/
HDoid-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-stable/sys/amd64/conf/
HDGENERIC-MMCCAM22 # CAM-specific stuff
29 # Add CAMDEBUG stuff
/freebsd-13-stable/contrib/openresolv/
HDlibc.in189 stuff="$($list_resolv | keys_remove nameserver domain search)"
190 if [ -n "$stuff" ]; then
191 newconf="$newconf$stuff$NL"
/freebsd-13-stable/sys/contrib/ngatm/
HDFREEBSD-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-stable/sys/mips/conf/
HDPB4721 # Enable the uboot environment stuff rather then the
22 # redboot stuff.
HDONIONOMEGA42 # Enable the uboot environment stuff rather then the
43 # redboot stuff.
HDDB12035 # Enable the uboot environment stuff rather then the
36 # redboot stuff.
HDCARAMBOLA245 # Enable the uboot environment stuff rather then the
46 # redboot stuff.
HDAP14340 # Enable the uboot environment stuff rather then the
41 # redboot stuff.
HDAP12140 # Enable the uboot environment stuff rather then the
41 # redboot stuff.
HDDIR-655A138 # Enable the uboot environment stuff rather then the
39 # redboot stuff.
HDTL-WR1043NDv231 # Enable the uboot environment stuff rather then the
32 # redboot stuff.
HDTL-WR740Nv440 # Enable the uboot environment stuff rather then the
41 # redboot stuff.
HDTP-WN1043ND36 # Enable the uboot environment stuff rather then the
37 # redboot stuff.
HDALFA_HORNET_UB46 # Enable the uboot environment stuff rather then the
47 # redboot stuff.
HDTL-WDR430036 # Enable the uboot environment stuff rather then the
37 # redboot stuff.

1234567891011