Searched refs:words (Results 26 - 50 of 175) sorted by relevance

1234567

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-smb.c173 const u_char *words, const u_char *dat, const u_char *buf, const u_char *maxbuf)
178 const u_char *w = words + 1;
182 ND_TCHECK(words[0]);
191 if (words[0] == 0) {
206 if (words[0] == 8) {
207 smb_fdata(ndo, words + 1,
212 smb_fdata(ndo, words + 1,
214 words + 1 + 14 * 2, unicodestr);
219 smb_fdata(ndo, words + 1,
221 words
172 print_trans2(netdissect_options *ndo, const u_char *words, const u_char *dat, const u_char *buf, const u_char *maxbuf) argument
335 print_trans(netdissect_options *ndo, const u_char *words, const u_char *data1, const u_char *buf, const u_char *maxbuf) argument
402 print_negprot(netdissect_options *ndo, const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) argument
443 print_sesssetup(netdissect_options *ndo, const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) argument
487 print_lockingandx(netdissect_options *ndo, const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) argument
806 const u_char *words, *maxwords, *data; local
[all...]
H A Daddrtostr.c116 uint16_t words [IN6ADDRSZ / INT16SZ]; local
124 words[i] = (srcaddr[2*i] << 8) | srcaddr[2*i + 1];
132 if (words[i] == 0)
182 (best.len == 6 || (best.len == 5 && words[5] == 0xffff)))
194 snprintfed = snprintf (dp, space_left, "%x", words[i]);
/freebsd-13-stable/crypto/heimdal/kuser/
H A Dgenerate-requests.c58 errx(1, "%s is an empty file, no words to try", filename);
71 char **words; local
78 nwords = read_words (filename, &words);
81 char *name = words[rand() % nwords];
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/removal/
H A Dremove_mirror_sanity.ksh32 WORDS_FILE1="/usr/dict/words"
33 WORDS_FILE2="/usr/share/dict/words"
50 log_must diff $WORDS_FILE1 $TESTDIR/words
52 log_must diff $WORDS_FILE2 $TESTDIR/words
/freebsd-13-stable/crypto/openssh/
H A Dmdoc2man.awk45 retval=retval words[++w]
72 nwords=split($0,words)
75 if(match(words[w],"^Li|Pf$")) {
77 } else if(match(words[w],"^Xo$")) {
82 } else if(match(words[w],"^Xc$")) {
88 } else if(match(words[w],"^Bd$")) {
90 if(match(words[w+1],"-literal")) {
95 } else if(match(words[w],"^Ed$")) {
98 } else if(match(words[w],"^Ns$")) {
103 } else if(match(words[
[all...]
/freebsd-13-stable/lib/libc/gen/
H A Dwordexp.c53 * Perform shell word expansion on `words' and place the resulting list
54 * of words in `we'. See wordexp(3).
59 wordexp(const char * __restrict words, wordexp_t * __restrict we, int flags) argument
71 if ((error = we_check(words)) != 0) {
75 if ((error = we_askshell(words, we, flags)) != 0) {
125 we_askshell(const char *words, wordexp_t *we, int flags) argument
127 int pdesw[2]; /* Pipe for writing words */
131 long nwords, nbytes; /* Number of words, bytes from child */
172 * We are the child; make /bin/sh expand `words'.
194 * We are the parent; write the words
303 we_check(const char *words) argument
[all...]
/freebsd-13-stable/lib/libc/i386/string/
H A Dswab.S57 testl $7,%ecx # copy first group of 1 to 7 words
67 L2: shrl $3,%ecx # copy remainder 8 words at a time
/freebsd-13-stable/lib/libc/inet/
H A Dinet_cidr_ntop.c168 u_int words[NS_IN6ADDRSZ / NS_INT16SZ]; local
181 memset(words, '\0', sizeof words);
183 words[i / 2] |= (src[i] << ((1 - (i % 2)) << 3));
189 if (words[i] == 0) {
226 (best.len == 7 && words[7] != 0x0001) ||
227 (best.len == 5 && words[5] == 0xffff))) {
244 tp += SPRINTF((tp, "%x", words[i]));
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarmod-match.mk3 # Tests for the :M variable modifier, which filters words that match the
12 # Only keep words that start with an uppercase letter.
17 # Only keep words that start with a character other than an uppercase letter.
22 # Only keep words that don't start with s and at the same time end with
H A Dvarmod-order-reverse.mk3 # Tests for the :Or variable modifier, which returns the words, sorted in
H A Dvarmod-order.mk3 # Tests for the :O variable modifier, which returns the words, sorted in
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-raid.c133 * @param num_words Number of command words to submit
134 * @param words Command words
138 int cvmx_raid_submit(int num_words, cvmx_raid_word_t words[]) argument
140 cvmx_cmd_queue_result_t result = cvmx_cmd_queue_write(CVMX_CMD_QUEUE_RAID, 1, num_words, (uint64_t *)words);
H A Dcvmx-raid.h66 * This structure defines the type of command words the RAID block
197 * @param num_words Number of command words to submit
198 * @param words Command words
202 int cvmx_raid_submit(int num_words, cvmx_raid_word_t words[]);
H A Dcvmx-dma-engine.c410 * @return Number of PCI / PCIe address chunks created. The number of words used
524 int words = 0; local
530 words += header.s.nfst;
531 header.s.nlst = __cvmx_dma_engine_build_internal_pointers(buffers + words, last_address, size);
532 words += header.s.nlst;
537 words += header.s.nfst;
538 header.s.nlst = __cvmx_dma_engine_build_external_pointers(buffers + words, last_address, size);
539 words += header.s.nlst + ((header.s.nlst-1) >> 2) + 1;
543 words += header.s.nfst + ((header.s.nfst-1) >> 2) + 1;
544 header.s.nlst = __cvmx_dma_engine_build_external_pointers(buffers + words, last_addres
[all...]
/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_x540.h52 s32 ixgbe_read_eerd_buffer_X540(struct ixgbe_hw *hw, u16 offset, u16 words,
55 s32 ixgbe_write_eewr_buffer_X540(struct ixgbe_hw *hw, u16 offset, u16 words,
/freebsd-13-stable/crypto/heimdal/kadmin/
H A Dadd-random-users.c36 #define WORDS_FILENAME "/usr/share/dict/words"
73 errx(1, "%s is an empty file, no words to try", filename);
81 unsigned nwords, char **words)
92 snprintf (name, sizeof(name), "%s%d", words[r1 % nwords], r2 % 1000);
116 char **words; local
130 nwords = read_words (filename, &words);
133 add_user (context, kadm_handle, nwords, words);
80 add_user(krb5_context context, void *kadm_handle, unsigned nwords, char **words) argument
/freebsd-13-stable/sys/contrib/ck/include/
H A Dck_bitmap.h317 unsigned int i, words, slop; local
322 words = limit / CK_BITMAP_BLOCK;
324 for (i = 0; i < words; i++) {
348 unsigned int i, slop, words; local
354 words = limit / CK_BITMAP_BLOCK;
356 for (i = 0; i < words; i++) {
379 unsigned int count, i, slop, words; local
384 words = limit / CK_BITMAP_BLOCK;
386 for (i = 0, count = 0; i < words; i++)
407 unsigned int count, i, slop, words; local
[all...]
/freebsd-13-stable/sys/dev/ixl/
H A Di40e_nvm.c62 /* Switching to words (sr_size contains power of 2KB) */
251 * @module_pointer: module pointer location in words from the NVM beginning
252 * @offset: offset in words from module start
253 * @words: number of words to write
254 * @data: buffer with words to write to the Shadow RAM
257 * Writes a 16 bit words buffer to the Shadow RAM using the admin command.
261 u16 words, void *data,
277 if ((offset + words) > hw->nvm.sr_size)
280 (offset + words), h
259 i40e_read_nvm_aq(struct i40e_hw *hw, u8 module_pointer, u32 offset, u16 words, void *data, bool last_command) argument
451 i40e_read_nvm_buffer_srctl(struct i40e_hw *hw, u16 offset, u16 *words, u16 *data) argument
484 i40e_read_nvm_buffer_aq(struct i40e_hw *hw, u16 offset, u16 *words, u16 *data) argument
542 __i40e_read_nvm_buffer(struct i40e_hw *hw, u16 offset, u16 *words, u16 *data) argument
563 i40e_read_nvm_buffer(struct i40e_hw *hw, u16 offset, u16 *words, u16 *data) argument
593 i40e_write_nvm_aq(struct i40e_hw *hw, u8 module_pointer, u32 offset, u16 words, void *data, bool last_command) argument
664 __i40e_write_nvm_buffer(struct i40e_hw *hw, u8 module_pointer, u32 offset, u16 words, void *data) argument
733 u16 words = I40E_SR_SECTOR_SIZE_IN_WORDS; local
[all...]
/freebsd-13-stable/lib/libc/mips/string/
H A Dbcmp.S74 and a3, a2, ~3 # compute number of whole words left
78 lw v0, 0(a0) # compare words
100 and a3, a2, ~3 # compute number of whole words left
104 LWHI v0, 0(a0) # compare words a0 unaligned, a1 aligned
H A Dbzero.S65 and v0, a1, SZREG-1 # compute number of words left
70 PTR_ADDU a0, a0, SZREG # clear words
/freebsd-13-stable/contrib/apr/network_io/unix/
H A Dinet_ntop.c151 unsigned int words[IN6ADDRSZ / INT16SZ]; local
163 next_dest = words;
217 (best.len == 6 || (best.len == 5 && words[5] == 0xffff))) {
224 tp += apr_snprintf(tp, sizeof tmp - (tp - tmp), "%x", words[i]);
/freebsd-13-stable/contrib/atf/atf-c/detail/
H A Dtext.c93 atf_text_split(const char *str, const char *delim, atf_list_t *words) argument
99 err = atf_list_init(words);
122 err = atf_list_append(words, atf_dynstr_fini_disown(&word), true);
134 atf_list_fini(words);
/freebsd-13-stable/crypto/openssl/crypto/bn/
H A Dbn_intern.c175 void bn_set_static_words(BIGNUM *a, const BN_ULONG *words, int size) argument
181 a->d = (BN_ULONG *)words;
188 int bn_set_words(BIGNUM *a, const BN_ULONG *words, int num_words) argument
195 memcpy(a->d, words, sizeof(BN_ULONG) * num_words);
/freebsd-13-stable/usr.sbin/pw/
H A Dpw.c109 static int getindex(const char *words[], const char *word);
131 * Break off the first couple of words to determine what exactly
204 getindex(const char *words[], const char *word) argument
208 while (words[i]) {
209 if (strcmp(words[i], word) == 0)
/freebsd-13-stable/contrib/kyua/utils/text/
H A Doperations_test.cpp171 refill_test("first-long-word\nother\nwords", "first-long-word other words",
173 refill_test("first-long-word\nother words", "first-long-word other words",
175 refill_test("first-long-word other\nwords", "first-long-word other words",
177 refill_test("first-long-word other words", "first-long-word other words",
196 refill_test("this is\na-string-with-long-words",
197 "this is a-string-with-long-words", 10, 10);
259 std::vector< std::string > words = text::split("", ' '); local
261 ATF_REQUIRE(exp_words == words);
268 std::vector< std::string > words = text::split("foo", ' '); local
278 std::vector< std::string > words = text::split("foo bar baz", ' '); local
290 std::vector< std::string > words = text::split("XfooXXbarXXXbazXX", 'X'); local
[all...]

Completed in 292 milliseconds

1234567