| /freebsd-11-stable/contrib/atf/atf-c++/detail/ |
| D | text_test.cpp | 69 std::vector< std::string > words; in ATF_TEST_CASE_BODY() local 72 words.clear(); in ATF_TEST_CASE_BODY() 73 str = join(words, ","); in ATF_TEST_CASE_BODY() 76 words.clear(); in ATF_TEST_CASE_BODY() 77 words.push_back(""); in ATF_TEST_CASE_BODY() 78 str = join(words, ","); in ATF_TEST_CASE_BODY() 81 words.clear(); in ATF_TEST_CASE_BODY() 82 words.push_back(""); in ATF_TEST_CASE_BODY() 83 words.push_back(""); in ATF_TEST_CASE_BODY() 84 str = join(words, ","); in ATF_TEST_CASE_BODY() [all …]
|
| /freebsd-11-stable/contrib/binutils/gas/config/ |
| HD | atof-ieee.c | 139 make_invalid_floating_point_number (LITTLENUM_TYPE *words) in make_invalid_floating_point_number() argument 143 words[0] = (LITTLENUM_TYPE) ((unsigned) -1) >> 1; in make_invalid_floating_point_number() 144 words[1] = (LITTLENUM_TYPE) -1; in make_invalid_floating_point_number() 145 words[2] = (LITTLENUM_TYPE) -1; in make_invalid_floating_point_number() 146 words[3] = (LITTLENUM_TYPE) -1; in make_invalid_floating_point_number() 147 words[4] = (LITTLENUM_TYPE) -1; in make_invalid_floating_point_number() 148 words[5] = (LITTLENUM_TYPE) -1; in make_invalid_floating_point_number() 164 LITTLENUM_TYPE *words) /* Build the binary here. */ in atof_ieee() argument 227 make_invalid_floating_point_number (words); in atof_ieee() 237 make_invalid_floating_point_number (words); in atof_ieee() [all …]
|
| HD | atof-vax.c | 142 make_invalid_floating_point_number (LITTLENUM_TYPE *words) in make_invalid_floating_point_number() argument 144 *words = 0x8000; /* Floating Reserved Operand Code. */ in make_invalid_floating_point_number() 193 LITTLENUM_TYPE *words) /* Build the binary here. */ in atof_vax() argument 214 make_invalid_floating_point_number (words); in atof_vax() 228 make_invalid_floating_point_number (words); in atof_vax() 231 else if (flonum_gen2vax (what_kind, &f, words)) in atof_vax() 244 LITTLENUM_TYPE *words) /* Deliver answer here. */ in flonum_gen2vax() argument 254 make_invalid_floating_point_number (words); in flonum_gen2vax() 260 memset (words, '\0', sizeof (LITTLENUM_TYPE) * precision); in flonum_gen2vax() 274 make_invalid_floating_point_number (words); in flonum_gen2vax() [all …]
|
| /freebsd-11-stable/contrib/atf/atf-c/detail/ |
| HD | text_test.c | 50 array_size(const char *words[]) in array_size() argument 56 for (word = words; *word != NULL; word++) in array_size() 64 check_split(const char *str, const char *delim, const char *words[]) in check_split() argument 73 printf("Expecting %zd words\n", array_size(words)); in check_split() 74 ATF_CHECK_EQ(atf_list_size(&list), array_size(words)); in check_split() 76 for (word = words, i = 0; *word != NULL; word++, i++) { in check_split() 77 printf("Word at position %zd should be '%s'\n", i, words[i]); in check_split() 78 ATF_CHECK_STREQ((const char *)atf_list_index_c(&list, i), words[i]); in check_split() 238 const char *words[] = { NULL }; in ATF_TC_BODY() local 239 check_split("", " ", words); in ATF_TC_BODY() [all …]
|
| /freebsd-11-stable/contrib/tnftp/src/ |
| HD | complete.c | 86 complete_ambiguous(char *word, int list, StringList *words) in complete_ambiguous() argument 94 if (words->sl_cur == 0) in complete_ambiguous() 97 if (words->sl_cur == 1) { /* only once choice available */ in complete_ambiguous() 98 p = words->sl_str[0] + wordlen; in complete_ambiguous() 110 lastmatch = words->sl_str[0]; in complete_ambiguous() 112 for (i = 1 ; i < words->sl_cur ; i++) { in complete_ambiguous() 113 for (j = wordlen ; j < strlen(words->sl_str[i]); j++) in complete_ambiguous() 114 if (lastmatch[j] != words->sl_str[i][j]) in complete_ambiguous() 130 qsort(words->sl_str, words->sl_cur, sizeof(char *), comparstr); in complete_ambiguous() 131 list_vertical(words); in complete_ambiguous() [all …]
|
| /freebsd-11-stable/tools/tools/notescheck/ |
| HD | notescheck.py | 234 words = [] 237 words.append(group) 241 words.append(word) 243 return words 249 words = tokenize(line) 252 if words[0] == 'include': 256 if words[1] == 'standard': 260 if words[1] != 'optional' and words[1] != 'mandatory': 265 for word in words[2:]: 308 words = line.split() [all …]
|
| /freebsd-11-stable/contrib/binutils/opcodes/ |
| HD | arc-dis.c | 76 a = state->words[1]; \ 85 flag = BIT (state->words[0], 8); \ 86 state->nullifyMode = BITS (state->words[0], 5, 6); \ 87 cond = BITS (state->words[0], 0, 4); \ 96 cond = BITS (state->words[0], 0, 4); \ 115 field = FIELDD (state->words[0]); \ 123 fieldA = FIELDA (state->words[0]); \ 135 fieldB = FIELDB (state->words[0]); \ 143 fieldC = FIELDC (state->words[0]); \ 165 #define NEXT_WORD(x) (offset += 4, state->words[x]) [all …]
|
| /freebsd-11-stable/contrib/tcpdump/ |
| HD | print-smb.c | 173 const u_char *words, const u_char *dat, const u_char *buf, const u_char *maxbuf) in print_trans2() argument 178 const u_char *w = words + 1; in print_trans2() 182 ND_TCHECK(words[0]); in print_trans2() 191 if (words[0] == 0) { in print_trans2() 206 if (words[0] == 8) { in print_trans2() 207 smb_fdata(ndo, words + 1, in print_trans2() 212 smb_fdata(ndo, words + 1, in print_trans2() 214 words + 1 + 14 * 2, unicodestr); in print_trans2() 219 smb_fdata(ndo, words + 1, in print_trans2() 221 words + 1 + 10 * 2, unicodestr); in print_trans2() [all …]
|
| /freebsd-11-stable/release/picobsd/tinyware/msh/ |
| HD | sh3.c | 92 wp = (wp2 = t->words) != NULL 220 t->words = wp2; 273 t->words = wp; 468 for (wp = t1->words; *wp;) 675 if ((cp = t->words[1]) == NULL && (cp = homedir->value) == NULL) 692 n = t->words[1]? getn(t->words[1]): 1; 717 cp = rexecve(t->words[0], t->words, makenv()); 718 prs(t->words[0]); prs(": "); err(cp); 729 if ((cp = t->words[1]) == NULL) { 752 for(i = 0; (t->words[i]=t->words[i+1]) != NULL; i++) [all …]
|
| /freebsd-11-stable/sys/libkern/ |
| HD | inet_ntop.c | 106 u_int words[NS_IN6ADDRSZ / NS_INT16SZ]; in inet_ntop6() local 114 memset(words, '\0', sizeof words); in inet_ntop6() 116 words[i / 2] |= (src[i] << ((1 - (i % 2)) << 3)); in inet_ntop6() 122 if (words[i] == 0) { in inet_ntop6() 159 (best.len == 7 && words[7] != 0x0001) || in inet_ntop6() 160 (best.len == 5 && words[5] == 0xffff))) { in inet_ntop6() 166 tp += sprintf(tp, "%x", words[i]); in inet_ntop6()
|
| /freebsd-11-stable/contrib/ntp/lib/isc/ |
| HD | inet_ntop.c | 125 unsigned int words[NS_IN6ADDRSZ / NS_INT16SZ]; in inet_ntop6() local 133 memset(words, '\0', sizeof(words)); in inet_ntop6() 135 words[i / 2] |= (src[i] << ((1 - (i % 2)) << 3)); in inet_ntop6() 140 if (words[i] == 0) { in inet_ntop6() 177 (best.len == 7 && words[7] != 0x0001) || in inet_ntop6() 178 (best.len == 5 && words[5] == 0xffff))) { in inet_ntop6() 185 tp += snprintf(tp, sizeof(tmp) - (tp - tmp), "%x", words[i]); in inet_ntop6()
|
| /freebsd-11-stable/lib/libc/inet/ |
| HD | inet_ntop.c | 116 u_int words[NS_IN6ADDRSZ / NS_INT16SZ]; in inet_ntop6() local 124 memset(words, '\0', sizeof words); in inet_ntop6() 126 words[i / 2] |= (src[i] << ((1 - (i % 2)) << 3)); in inet_ntop6() 132 if (words[i] == 0) { in inet_ntop6() 169 (best.len == 7 && words[7] != 0x0001) || in inet_ntop6() 170 (best.len == 5 && words[5] == 0xffff))) { in inet_ntop6() 178 tp += sprintf(tp, "%x", words[i]); in inet_ntop6()
|
| HD | inet_net_ntop.c | 172 int words; in inet_net_ntop_ipv6() local 200 words = (bits + 15) / 16; in inet_net_ntop_ipv6() 201 if (words == 1) in inet_net_ntop_ipv6() 202 words = 2; in inet_net_ntop_ipv6() 206 for (i = 0; i < (words * 2); i += 2) { in inet_net_ntop_ipv6() 225 if (zero_l != words && zero_s == 0 && ((zero_l == 6) || in inet_net_ntop_ipv6() 231 for (p = 0; p < words; p++) { in inet_net_ntop_ipv6() 236 if (p == words - 1) in inet_net_ntop_ipv6()
|
| HD | inet_cidr_ntop.c | 166 u_int words[NS_IN6ADDRSZ / NS_INT16SZ]; in inet_cidr_ntop_ipv6() local 179 memset(words, '\0', sizeof words); in inet_cidr_ntop_ipv6() 181 words[i / 2] |= (src[i] << ((1 - (i % 2)) << 3)); in inet_cidr_ntop_ipv6() 187 if (words[i] == 0) { in inet_cidr_ntop_ipv6() 224 (best.len == 7 && words[7] != 0x0001) || in inet_cidr_ntop_ipv6() 225 (best.len == 5 && words[5] == 0xffff))) { in inet_cidr_ntop_ipv6() 242 tp += SPRINTF((tp, "%x", words[i])); in inet_cidr_ntop_ipv6()
|
| /freebsd-11-stable/sys/dev/ixl/ |
| HD | i40e_nvm.c | 261 u16 words, void *data, in i40e_read_nvm_aq() argument 277 if ((offset + words) > hw->nvm.sr_size) in i40e_read_nvm_aq() 280 (offset + words), hw->nvm.sr_size); in i40e_read_nvm_aq() 281 else if (words > I40E_SR_SECTOR_SIZE_IN_WORDS) in i40e_read_nvm_aq() 285 words, I40E_SR_SECTOR_SIZE_IN_WORDS); in i40e_read_nvm_aq() 286 else if (((offset + (words - 1)) / I40E_SR_SECTOR_SIZE_IN_WORDS) in i40e_read_nvm_aq() 291 offset, words); in i40e_read_nvm_aq() 295 2 * words, /*bytes*/ in i40e_read_nvm_aq() 381 u16 *words, u16 *data) in i40e_read_nvm_buffer_srctl() argument 389 for (word = 0; word < *words; word++) { in i40e_read_nvm_buffer_srctl() [all …]
|
| /freebsd-11-stable/contrib/ipfilter/lib/ |
| HD | printfieldhdr.c | 14 printfieldhdr(words, field) in printfieldhdr() argument 15 wordtab_t *words, *field; in printfieldhdr() 22 for (i = 0, w = words; w->w_word != NULL; ) { 24 printfieldhdr(words, w); 35 for (w = words; w->w_word != NULL; w++) {
|
| /freebsd-11-stable/sys/contrib/ck/include/ |
| HD | ck_bitmap.h | 317 unsigned int i, words, slop; in ck_bitmap_empty() local 322 words = limit / CK_BITMAP_BLOCK; in ck_bitmap_empty() 324 for (i = 0; i < words; i++) { in ck_bitmap_empty() 348 unsigned int i, slop, words; in ck_bitmap_full() local 354 words = limit / CK_BITMAP_BLOCK; in ck_bitmap_full() 356 for (i = 0; i < words; i++) { in ck_bitmap_full() 379 unsigned int count, i, slop, words; in ck_bitmap_count() local 384 words = limit / CK_BITMAP_BLOCK; in ck_bitmap_count() 386 for (i = 0, count = 0; i < words; i++) in ck_bitmap_count() 407 unsigned int count, i, slop, words; in ck_bitmap_count_intersect() local [all …]
|
| /freebsd-11-stable/crypto/openssh/openbsd-compat/ |
| HD | inet_ntop.c | 120 u_int words[IN6ADDRSZ / INT16SZ]; in inet_ntop6() local 129 memset(words, '\0', sizeof words); in inet_ntop6() 131 words[i / 2] |= (src[i] << ((1 - (i % 2)) << 3)); in inet_ntop6() 135 if (words[i] == 0) { in inet_ntop6() 179 (best.len == 6 || (best.len == 5 && words[5] == 0xffff))) { in inet_ntop6() 185 advance = snprintf(tp, ep - tp, "%x", words[i]); in inet_ntop6()
|
| /freebsd-11-stable/contrib/ldns/compat/ |
| HD | inet_ntop.c | 125 u_int words[IN6ADDRSZ / INT16SZ]; in inet_ntop6() local 134 memset(words, '\0', sizeof words); in inet_ntop6() 136 words[i / 2] |= (src[i] << ((1 - (i % 2)) << 3)); in inet_ntop6() 142 if (words[i] == 0) { in inet_ntop6() 186 (best.len == 6 || (best.len == 5 && words[5] == 0xffff))) { in inet_ntop6() 192 advance = snprintf(tp, ep - tp, "%x", words[i]); in inet_ntop6()
|
| /freebsd-11-stable/contrib/unbound/compat/ |
| HD | inet_ntop.c | 125 u_int words[IN6ADDRSZ / INT16SZ]; in inet_ntop6() local 134 memset(words, '\0', sizeof words); in inet_ntop6() 136 words[i / 2] |= (src[i] << ((1 - (i % 2)) << 3)); in inet_ntop6() 142 if (words[i] == 0) { in inet_ntop6() 186 (best.len == 6 || (best.len == 5 && words[5] == 0xffff))) { in inet_ntop6() 192 advance = snprintf(tp, ep - tp, "%x", words[i]); in inet_ntop6()
|
| /freebsd-11-stable/tools/tools/locale/tools/ |
| HD | convert_map.pl | 98 @words = split /\s+/; 99 $name = $words[0]; 100 $utf8val = $words[1]; 128 @words = split /\s+/; 129 $utf8 = $words[1]; 132 $val = $words[0];
|
| /freebsd-11-stable/sys/dev/e1000/ |
| HD | e1000_nvm.c | 440 s32 e1000_read_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) in e1000_read_nvm_spi() argument 453 if ((offset >= nvm->word_size) || (words > (nvm->word_size - offset)) || in e1000_read_nvm_spi() 454 (words == 0)) { in e1000_read_nvm_spi() 480 for (i = 0; i < words; i++) { in e1000_read_nvm_spi() 500 s32 e1000_read_nvm_microwire(struct e1000_hw *hw, u16 offset, u16 words, in e1000_read_nvm_microwire() argument 513 if ((offset >= nvm->word_size) || (words > (nvm->word_size - offset)) || in e1000_read_nvm_microwire() 514 (words == 0)) { in e1000_read_nvm_microwire() 527 for (i = 0; i < words; i++) { in e1000_read_nvm_microwire() 555 s32 e1000_read_nvm_eerd(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) in e1000_read_nvm_eerd() argument 566 if ((offset >= nvm->word_size) || (words > (nvm->word_size - offset)) || in e1000_read_nvm_eerd() [all …]
|
| /freebsd-11-stable/contrib/file/magic/Magdir/ |
| HD | cracklib | 7 >4 long >0 (%i words) 9 >>8 long >-1 (%i words) 11 >4 belong >-1 (%i words) 14 >12 belong >0 (%i words)
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | gcov-io.c | 220 gcov_write_words (unsigned words) in gcov_write_words() argument 236 if (gcov_var.offset + words > gcov_var.alloc) in gcov_write_words() 237 gcov_allocate (gcov_var.offset + words); in gcov_write_words() 240 gcov_var.offset += words; in gcov_write_words() 378 gcov_read_words (unsigned words) in gcov_read_words() argument 384 if (excess < words) in gcov_read_words() 402 if (gcov_var.length + words > gcov_var.alloc) in gcov_read_words() 403 gcov_allocate (gcov_var.length + words); in gcov_read_words() 409 if (gcov_var.length < words) in gcov_read_words() 411 gcov_var.overread += words - gcov_var.length; in gcov_read_words() [all …]
|
| /freebsd-11-stable/sys/contrib/octeon-sdk/ |
| HD | cvmx-dma-engine.c | 524 int words = 0; in cvmx_dma_engine_transfer() local 530 words += header.s.nfst; in cvmx_dma_engine_transfer() 531 … header.s.nlst = __cvmx_dma_engine_build_internal_pointers(buffers + words, last_address, size); in cvmx_dma_engine_transfer() 532 words += header.s.nlst; in cvmx_dma_engine_transfer() 537 words += header.s.nfst; in cvmx_dma_engine_transfer() 538 … header.s.nlst = __cvmx_dma_engine_build_external_pointers(buffers + words, last_address, size); in cvmx_dma_engine_transfer() 539 words += header.s.nlst + ((header.s.nlst-1) >> 2) + 1; in cvmx_dma_engine_transfer() 543 words += header.s.nfst + ((header.s.nfst-1) >> 2) + 1; in cvmx_dma_engine_transfer() 544 … header.s.nlst = __cvmx_dma_engine_build_external_pointers(buffers + words, last_address, size); in cvmx_dma_engine_transfer() 545 words += header.s.nlst + ((header.s.nlst-1) >> 2) + 1; in cvmx_dma_engine_transfer() [all …]
|