Searched refs:stuff (Results 1 – 25 of 261) sorted by relevance
1234567891011
| /freebsd-13-stable/contrib/bc/tests/bc/ |
| HD | void.txt | 1 define void stuff(x) { 9 stuff(0) 10 stuff(1) 11 stuff(2.2839) 12 stuff(-9.9289389)
|
| HD | errors.txt | 209 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)
|
| HD | strings_results.txt | 44 stuff 45 stuff
|
| HD | posix_errors.txt | 29 define void a(e) { "stuff" } 33 v = "stuff"
|
| HD | strings.txt | 56 "stuff" 63 v("stuff")
|
| /freebsd-13-stable/tools/tools/net80211/wesside/dics/ |
| HD | dics.c | 186 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/ |
| HD | strfile.h | 51 unsigned char stuff[4]; /* 64-bit aligned space */ member 52 #define str_delim stuff[0] /* delimiting character */
|
| /freebsd-13-stable/share/examples/BSD_daemon/ |
| HD | beastie.fig | 7 # 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
|
| HD | README | 4 # 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/ |
| HD | oid-list | 14 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/ |
| HD | GENERIC-MMCCAM | 22 # CAM-specific stuff 29 # Add CAMDEBUG stuff
|
| /freebsd-13-stable/contrib/openresolv/ |
| HD | libc.in | 189 stuff="$($list_resolv | keys_remove nameserver domain search)" 190 if [ -n "$stuff" ]; then 191 newconf="$newconf$stuff$NL"
|
| /freebsd-13-stable/sys/contrib/ngatm/ |
| HD | FREEBSD-upgrade | 3 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/ |
| HD | PB47 | 21 # Enable the uboot environment stuff rather then the 22 # redboot stuff.
|
| HD | ONIONOMEGA | 42 # Enable the uboot environment stuff rather then the 43 # redboot stuff.
|
| HD | DB120 | 35 # Enable the uboot environment stuff rather then the 36 # redboot stuff.
|
| HD | CARAMBOLA2 | 45 # Enable the uboot environment stuff rather then the 46 # redboot stuff.
|
| HD | AP143 | 40 # Enable the uboot environment stuff rather then the 41 # redboot stuff.
|
| HD | AP121 | 40 # Enable the uboot environment stuff rather then the 41 # redboot stuff.
|
| HD | DIR-655A1 | 38 # Enable the uboot environment stuff rather then the 39 # redboot stuff.
|
| HD | TL-WR1043NDv2 | 31 # Enable the uboot environment stuff rather then the 32 # redboot stuff.
|
| HD | TL-WR740Nv4 | 40 # Enable the uboot environment stuff rather then the 41 # redboot stuff.
|
| HD | TP-WN1043ND | 36 # Enable the uboot environment stuff rather then the 37 # redboot stuff.
|
| HD | ALFA_HORNET_UB | 46 # Enable the uboot environment stuff rather then the 47 # redboot stuff.
|
| HD | TL-WDR4300 | 36 # Enable the uboot environment stuff rather then the 37 # redboot stuff.
|
1234567891011