Home
last modified time | relevance | path

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

12345678910>>...65

/freebsd/contrib/libedit/
H A Del.h113 FILE *el_infile; /* Stdio stuff */
114 FILE *el_outfile; /* Stdio stuff */
115 FILE *el_errfile; /* Stdio stuff */
126 el_terminal_t el_terminal; /* Terminal dependent stuff */
127 el_tty_t el_tty; /* Tty dependent stuff */
128 el_refresh_t el_refresh; /* Refresh stuff */
129 el_prompt_t el_prompt; /* Prompt stuff */
130 el_prompt_t el_rprompt; /* Prompt stuff */
132 el_chared_t el_chared; /* Characted editor stuff */
133 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 */
128 * OSSL_STORE_CTX stuff
148 * Cache of stuff, to be able to return the contents of a PKCS#12
157 * 'file' scheme stuff
165 * 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.
7 # Bus stuff.
14 # Connac-Lib stuff.
17 # MT76x02-Lib stuff (we don't need; that's for older chipsets not yet supported)
20 # 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/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
H A Dbeauregard.conf10 # Miscellaneous stuff
18 # Authentication 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.info70 # Default provider stuff
82 # Base provider stuff
92 # FIPS provider stuff
130 # Legacy provider stuff
172 # 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/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/secure/lib/libcrypto/man/man3/
H A DOPENSSL_LH_COMPFUNC.3216 \& * Implement the hash and compare functions; "stuff" can be any word.
230 \& static IMPLEMENT_LHASH_HASH_FN(stuff, TYPE)
231 \& static IMPLEMENT_LHASH_COMP_FN(stuff, TYPE)
238 \& DECLARE_LHASH_HASH_FN(stuff, TYPE)
239 \& DECLARE_LHASH_COMP_FN(stuff, TYPE)
247 \& htable = B<lh_I<TYPE>_new>(LHASH_HASH_FN(stuff), LHASH_COMP_FN(stuff));
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_LH_COMPFUNC.pod94 * Implement the hash and compare functions; "stuff" can be any word.
108 static IMPLEMENT_LHASH_HASH_FN(stuff, TYPE)
109 static IMPLEMENT_LHASH_COMP_FN(stuff, TYPE)
114 DECLARE_LHASH_HASH_FN(stuff, TYPE)
115 DECLARE_LHASH_COMP_FN(stuff, TYPE)
121 htable = B<lh_I<TYPE>_new>(LHASH_HASH_FN(stuff), LHASH_COMP_FN(stuff));
/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/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>>...65