/freebsd/contrib/libedit/ |
H A D | el.h | 113 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 D | store_local.h | 22 * 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 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 | strings.txt | 56 "stuff" 63 v("stuff")
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | RawCommentList.h | 38 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 D | Makefile | 3 # 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 D | Makefile | 7 # Common stuff. 10 # PCI stuff. 13 # USB stuff. 16 # SDIO stuff.
|
/freebsd/usr.sbin/crunch/examples/ |
H A D | fixit.conf | 14 # /bin stuff 22 # /sbin stuff 29 # /usr/bin stuff 36 # gnu 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() 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 D | malarky.conf | 5 # stuff, this can be done with only a commmand line of the form 11 # Miscellaneous stuff 19 # Authentication stuff
|
H A D | grundoon.conf | 16 # Access control stuff 24 # Authentication stuff 32 # Miscellaneous stuff
|
H A D | pogo.conf | 23 # Access control stuff 31 # Authentication stuff 39 # Miscellaneous stuff
|
H A D | beauregard.conf | 10 # Miscellaneous stuff 18 # Authentication stuff
|
/freebsd/share/examples/BSD_daemon/ |
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/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/doc/usd/22.trofftut/ |
H A D | tt12 | 139 ^if t troff stuff ... 140 ^if n nroff stuff ... 146 ^if 'string1'string2' stuff 148 does `stuff' if
|
/freebsd/crypto/openssl/providers/ |
H A D | build.info | 70 # 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 D | pcy_lib.c | 18 /* X509_POLICY_TREE stuff */ 56 /* X509_POLICY_LEVEL stuff */ 84 /* X509_POLICY_NODE stuff */
|
/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/secure/lib/libcrypto/man/man3/ |
H A D | OPENSSL_LH_COMPFUNC.3 | 216 \& * 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 D | OPENSSL_LH_COMPFUNC.pod | 94 * 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 D | OutputAggregator.h | 51 // 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 D | random_adaptor_example.c | 67 /* 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
|