| /freebsd/contrib/bc/tests/bc/ |
| H A D | void.txt | 1 define void stuff(x) { 9 stuff(0) 10 stuff(1) 11 stuff(2.2839) 12 stuff(-9.9289389)
|
| H A D | 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)
|
| H A D | strings_results.txt | 44 stuff 45 stuff
|
| H A D | posix_errors.txt | 29 define void a(e) { "stuff" } 33 v = "stuff"
|
| H A D | strings.txt | 56 "stuff" 63 v("stuff")
|
| H A D | stdin.txt | 1 #stuff
|
| /freebsd/tools/tools/net80211/wesside/dics/ |
| H A D | 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/usr.bin/fortune/strfile/ |
| H A D | strfile.h | 49 unsigned char stuff[4]; /* 64-bit aligned space */ member 50 #define str_delim stuff[0] /* delimiting character */
|
| /freebsd/contrib/bsnmp/ |
| H A D | 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/share/examples/BSD_daemon/ |
| H A D | 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
|
| H A D | 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 64 An example of how to use the stuff above. Outputs a simple
|
| /freebsd/contrib/openresolv/ |
| H A D | libc.in | 189 stuff="$($list_resolv | keys_remove nameserver domain search)" 190 if [ -n "$stuff" ]; then 191 newconf="$newconf$stuff$NL"
|
| /freebsd/crypto/openssh/ |
| H A D | TODO | 54 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/crypto/openssl/providers/ |
| H A D | build.info | 71 # Default provider stuff 83 # Base provider stuff 93 # FIPS provider stuff 131 # Legacy provider stuff 173 # Null provider stuff
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | hp | 7 # 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/contrib/bsnmp/snmp_mibII/ |
| H A D | BEGEMOT-IP-MIB.txt | 31 -- Private MIB for IP stuff. 56 "The MIB for IP stuff that is not in the official IP MIBs."
|
| /freebsd/contrib/libpcap/cmake/Modules/ |
| H A D | Finddpdk.cmake | 68 # 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/usr.bin/m4/tests/ |
| H A D | regress.m4wrap3.out | 1 normal m4 stuff
|
| H A D | m4wrap3.m4 | 11 normal m4 stuff
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | t.split1 | 1 BEGIN { z = "stuff" }
|
| H A D | T.getline | 96 L2' | $awk 'BEGIN { $0="old stuff"; $1="new"; getline x; print}' >foo1 97 echo 'new stuff' >foo2
|
| H A D | README.TESTS | 14 basic stuff -- they have to work. 40 There is undoubtedly more stuff in the archive; it's been
|
| /freebsd/contrib/ntp/sntp/m4/ |
| H A D | os_cflags.m4 | 5 # allow ntp_os_cflags to be preset to skip this stuff 106 # allow ntp_os_ldflags to be preset to skip this stuff
|
| /freebsd/crypto/krb5/src/lib/krb5/krb/ |
| H A D | t_ser.c | 33 static const char stuff[]="You can't take a pointer to a function and convert \ variable 296 adataent.contents = (uint8_t *)stuff; in ser_acontext_test() 335 memcpy(ckdata, &stuff, sizeof(ckdata)); in ser_cksum_test()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_LH_COMPFUNC.pod | 115 * Implement the hash and compare functions; "stuff" can be any word. 129 static IMPLEMENT_LHASH_HASH_FN(stuff, TYPE) 130 static IMPLEMENT_LHASH_COMP_FN(stuff, TYPE) 135 DECLARE_LHASH_HASH_FN(stuff, TYPE) 136 DECLARE_LHASH_COMP_FN(stuff, TYPE) 142 htable = B<lh_I<TYPE>_new>(LHASH_HASH_FN(stuff), LHASH_COMP_FN(stuff));
|