Home
last modified time | relevance | path

Searched full:stuff (Results 1 – 25 of 1762) sorted by relevance

12345678910>>...71

/freebsd/contrib/libedit/
H A Del.h114 FILE *el_infile; /* Stdio stuff */
115 FILE *el_outfile; /* Stdio stuff */
116 FILE *el_errfile; /* Stdio stuff */
127 el_terminal_t el_terminal; /* Terminal dependent stuff */
128 el_tty_t el_tty; /* Tty dependent stuff */
129 el_refresh_t el_refresh; /* Refresh stuff */
130 el_prompt_t el_prompt; /* Prompt stuff */
131 el_prompt_t el_rprompt; /* Prompt stuff */
133 el_chared_t el_chared; /* Characted editor stuff */
134 el_map_t el_map; /* Key mapping stuff */
[all …]
/freebsd/crypto/openssl/crypto/store/
H A Dstore_local.h22 * OSSL_STORE_INFO stuff
46 * OSSL_STORE_SEARCH stuff
74 * OSSL_STORE_LOADER stuff
81 /* loader stuff */
84 /* Legacy stuff */
99 /* Provider stuff */
129 * OSSL_STORE_CTX stuff
149 * Cache of stuff, to be able to return the contents of a PKCS#12
158 * 'file' scheme stuff
166 * Provider stuff
/freebsd/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 Dstrings.txt56 "stuff"
63 v("stuff")
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h38 RCK_BCPLSlash, ///< \code /// stuff \endcode
39 RCK_BCPLExcl, ///< \code //! stuff \endcode
40 RCK_JavaDoc, ///< \code /** stuff */ \endcode
41 RCK_Qt, ///< \code /*! stuff */ \endcode, also used by HeaderDoc
72 /// \code ///< stuff \endcode
73 /// \code //!< stuff \endcode
74 /// \code /**< stuff */ \endcode
75 /// \code /*!< stuff */ \endcode
81 /// \code //< stuff \endcode
82 /// \code /*< stuff */ \endcode
/freebsd/sys/modules/mt76/core/
H A DMakefile3 # Basic stuff.
8 # Bus stuff.
15 # Connac-Lib stuff.
18 # MT76x02-Lib stuff (we don't need; that's for older chipsets not yet supported)
21 # MT792X-LIB stuff.
/freebsd/sys/modules/mt76/mt7921/
H A DMakefile7 # Common stuff.
10 # PCI stuff.
13 # USB stuff.
16 # SDIO stuff.
/freebsd/usr.sbin/crunch/examples/
H A Dfixit.conf14 # /bin stuff
22 # /sbin stuff
29 # /usr/bin stuff
36 # gnu stuff
/freebsd/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()
280 // printf("sending stuff to %s\n", ip); in send_stuff()
281 for (i = 0; i < stuff; i++) { in send_stuff()
[all …]
/freebsd/sys/modules/mt76/mt7925/
H A DMakefile7 # Common stuff.
10 # PCI stuff.
13 # USB stuff.
/freebsd/contrib/ntp/conf/
H A Dmalarky.conf5 # stuff, this can be done with only a commmand line of the form
11 # Miscellaneous stuff
19 # Authentication stuff
H A Dgrundoon.conf16 # Access control stuff
24 # Authentication stuff
32 # Miscellaneous stuff
H A Dpogo.conf23 # Access control stuff
31 # Authentication stuff
39 # Miscellaneous stuff
/freebsd/share/examples/BSD_daemon/
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/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/share/doc/usd/22.trofftut/
H A Dtt12139 ^if t troff stuff ...
140 ^if n nroff stuff ...
146 ^if 'string1'string2' stuff
148 does `stuff' if
/freebsd/crypto/openssl/providers/
H A Dbuild.info71 # Default provider stuff
83 # Base provider stuff
93 # FIPS provider stuff
131 # Legacy provider stuff
173 # Null provider stuff
/freebsd/crypto/openssl/crypto/x509/
H A Dpcy_lib.c18 /* X509_POLICY_TREE stuff */
56 /* X509_POLICY_LEVEL stuff */
84 /* X509_POLICY_NODE stuff */
/freebsd/secure/lib/libcrypto/man/man3/
H A DOPENSSL_LH_COMPFUNC.3175 \& * Implement the hash and compare functions; "stuff" can be any word.
189 \& static IMPLEMENT_LHASH_HASH_FN(stuff, TYPE)
190 \& static IMPLEMENT_LHASH_COMP_FN(stuff, TYPE)
197 \& DECLARE_LHASH_HASH_FN(stuff, TYPE)
198 \& DECLARE_LHASH_COMP_FN(stuff, TYPE)
206 \& htable = B<lh_I<TYPE>_new>(LHASH_HASH_FN(stuff), LHASH_COMP_FN(stuff));
/freebsd/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/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DOutputAggregator.h51 // Don't do a lot of stuff like this, but it's convenient for silly stuff.
59 // For multi-threaded usage, we can collect stuff in another aggregator,
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_LH_COMPFUNC.pod115 * 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));
/freebsd/share/examples/kld/random_adaptor/
H A Drandom_adaptor_example.c67 /* Do initialisation stuff here */ in live_random_example_init()
74 /* Do de-initialisation stuff here */ in live_random_example_deinit()
77 /* get <c> bytes of random stuff into <buf>. You may presume

12345678910>>...71