/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | atof-ieee.c | 299 words[1] = 0; in gen_to_words() 308 words[2] = 0; in gen_to_words() 309 words[3] = 0; in gen_to_words() 310 words[4] = 0; in gen_to_words() 334 words[1] = 0; in gen_to_words() 340 words[1] = 0; in gen_to_words() 341 words[2] = 0; in gen_to_words() 342 words[3] = 0; in gen_to_words() 441 lp = words; in gen_to_words() 559 lp = words; in gen_to_words() [all …]
|
H A D | atof-vax.c | 214 make_invalid_floating_point_number (words); in atof_vax() 228 make_invalid_floating_point_number (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() 274 make_invalid_floating_point_number (words); in flonum_gen2vax() 312 make_invalid_floating_point_number (words); in flonum_gen2vax() 320 lp = words; in flonum_gen2vax() 330 for (; lp < words + precision; lp++) in flonum_gen2vax() 352 carry && (lp >= words); in flonum_gen2vax() 362 make_invalid_floating_point_number (words); in flonum_gen2vax() [all …]
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | atof-ieee.c | 309 words[1] = 0; 318 words[2] = 0; 319 words[3] = 0; 320 words[4] = 0; 344 words[1] = 0; 350 words[1] = 0; 351 words[2] = 0; 352 words[3] = 0; 450 lp = words; 568 lp = words; [all …]
|
H A D | atof-tahoe.c | 70 LITTLENUM_TYPE * words); 107 make_invalid_floating_point_number (words) in make_invalid_floating_point_number() argument 108 LITTLENUM_TYPE *words; in make_invalid_floating_point_number() 111 *words = 0x8000; 153 atof_tahoe (str, what_kind, words) in atof_tahoe() argument 290 lp = words; 325 carry && (lp >= words); 333 if ((word1 ^ *words) 367 LITTLENUM_TYPE words[MAX_PRECISION]; local 390 words); [all …]
|
H A D | atof-vax.c | 41 LITTLENUM_TYPE * words)); 151 make_invalid_floating_point_number (words) in make_invalid_floating_point_number() argument 152 LITTLENUM_TYPE *words; in make_invalid_floating_point_number() 205 atof_vax (str, what_kind, words) in atof_vax() argument 243 make_invalid_floating_point_number (words); 248 if (flonum_gen2vax (what_kind, &f, words)) 263 flonum_gen2vax (format_letter, f, words) in flonum_gen2vax() argument 367 lp = words; 377 for (; lp < words + precision; lp++) 405 carry && (lp >= words); [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/Text-ParseWords/t/ |
H A D | ParseWords.t | 9 is($words[0], 'foo'); 10 is($words[1], 'bar quiz'); 11 is($words[2], 'zoo'); 52 @words = shellwords($string); 53 is(@words, 0); 55 @words = parse_line('s+', 0, $string); 56 is(@words, 0); 58 @words = quotewords('s+', 0, $string); 59 is(@words, 0); 66 is(@words, 0); [all …]
|
/openbsd/usr.sbin/tcpdump/ |
H A D | print-smb.c | 266 fdata(words+1,f1,MINIMUM(words+1+2*CVAL(words,0),maxbuf)); in print_trans() 302 fdata(words+1,f1,MINIMUM(words + 1 + CVAL(words,0)*2,maxbuf)); in print_negprot() 329 fdata(words+1,f1,MINIMUM(words + 1 + CVAL(words,0)*2,maxbuf)); in print_sesssetup() 523 words = buf+32; in print_smb() 524 data = words + 1 + CVAL(words,0)*2; in print_smb() 527 while (words && data) in print_smb() 545 fdata(words+1,f1,words + 1 + wct*2); in print_smb() 565 if ((fn->flags & FLG_CHAIN) && CVAL(words,0) && SVAL(words,1)!=0xFF) { in print_smb() 567 words = buf + SVAL(words,3); in print_smb() 568 data = words + 1 + CVAL(words,0)*2; in print_smb() [all …]
|
/openbsd/bin/ksh/ |
H A D | edit.c | 402 pr_list(words); in x_print_expansions() 416 char **words; in x_file_glob() local 457 words = NULL; in x_file_glob() 568 if (strcmp(words[i], words[i + 1])) in x_command_glob() 569 words[j++] = words[i]; in x_command_glob() 573 words[j++] = words[i]; in x_command_glob() 651 *words = NULL; in x_try_array() 706 *words = areallocarray(*words, (*nwords) + 2, sizeof **words, in x_try_array() 882 char **words; in glob_path() local 922 words[j] = words[i]; in glob_path() [all …]
|
/openbsd/usr.bin/ftp/ |
H A D | complete.c | 116 qsort(words->sl_str, words->sl_cur, sizeof(char *), comparstr); in complete_ambiguous() 117 list_vertical(words); in complete_ambiguous() 128 StringList *words; in complete_command() local 132 words = sl_init(); in complete_command() 143 sl_free(words, 0); in complete_command() 153 StringList *words; in complete_local() local 177 words = sl_init(); in complete_local() 196 sl_free(words, 1); in complete_local() 208 StringList *words; in complete_remote() local 265 words = sl_init(); in complete_remote() [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/Text-ParseWords/lib/Text/ |
H A D | ParseWords.pm | 22 my @words = parse_line('\s+', 0, $line); 23 pop @words if (@words and !defined $words[-1]); 24 return() unless (@words || !length($line)); 25 push(@allwords, @words); 34 my($line, @words, @allwords); 37 @words = parse_line($delim, $keep, $line); 38 return() unless (@words || !length($line)); 39 push(@allwords, @words); 136 my (@words, $snippet); 170 push(@words, $field); [all …]
|
/openbsd/regress/usr.bin/mandoc/roff/cond/ |
H A D | close.out_ascii | 15 text line contains closing brace and additional words 21 conditional content following words with whitespace 23 conditional contentfollowing words without whitespace 25 preceding words standard multi-line style following words 27 preceding words 29 non-standard multi-line style following words 31 preceding words text line block end with additional words following 32 words 36 preceding words close on request line following words 38 preceding words two closes oonntthheesame macro line
|
/openbsd/gnu/usr.bin/binutils/opcodes/ |
H A D | arc-dis.c | 53 a = state->words[1]; \ 92 field = FIELDD (state->words[0]); \ 613 if (BIT (state->words[0],13)) 644 if (BIT (state->words[0],25)) 730 FIELDC (state->words[0]), 754 if (BITS (state->words[0],9,9)) 773 repeatsOp = (FIELDC (state->words[0]) == FIELDB (state->words[0])); 1199 s.words[0] = bfd_getl32(buffer); 1201 s.words[0] = bfd_getb32(buffer); 1207 s.words[1] = bfd_getl32(buffer); [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | arc-dis.c | 76 a = state->words[1]; \ 115 field = FIELDD (state->words[0]); \ 602 if (BIT (state->words[0],13)) in dsmOneArcInst() 633 if (BIT (state->words[0], 25)) in dsmOneArcInst() 719 FIELDC (state->words[0]), in dsmOneArcInst() 743 if (BITS (state->words[0],9,9)) in dsmOneArcInst() 762 repeatsOp = (FIELDC (state->words[0]) == FIELDB (state->words[0])); in dsmOneArcInst() 1183 s.words[0] = bfd_getl32(buffer); in decodeInstr() 1185 s.words[0] = bfd_getb32(buffer); in decodeInstr() 1191 s.words[1] = bfd_getl32(buffer); in decodeInstr() [all …]
|
/openbsd/games/battlestar/ |
H A D | parse.c | 103 if ((wp = lookup(words[n])) == NULL) { in parse() 120 strlcpy(words[i - 1], words[i], WORDLEN); in parse() 127 if (wordvalue[n] == AND && words[n][0] == ',' in parse() 141 strlcpy(words[i - 1], words[i], WORDLEN); in parse() 162 strlcpy(tmpword, words[n - 1], WORDLEN); in parse() 163 strlcpy(words[n - 1], words[n + 1], WORDLEN); in parse() 164 strlcpy(words[n + 1], tmpword, WORDLEN); in parse() 175 strlcpy(words[i - 1], words[i + 1], WORDLEN); in parse()
|
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | check-init.c | 42 typedef word *words; typedef 101 static void check_bool_init PARAMS ((tree, words, words, words)); 103 static void check_cond_init PARAMS ((tree, tree, tree, words, words, words)); 104 static void check_bool2_init PARAMS ((enum tree_code, tree, tree, words, words, words)); 206 words before; 259 words when_false_0 = tmp; 417 words saved; 425 words combined; 455 words after; in done_alternative() 480 words before; [all …]
|
/openbsd/lib/libz/ |
H A D | crc32.c | 709 z_word_t const *words; in crc32_z() local 722 words = (z_word_t const *)buf; in crc32_z() 779 word0 = crc0 ^ words[0]; in crc32_z() 781 word1 = crc1 ^ words[1]; in crc32_z() 783 word2 = crc2 ^ words[2]; in crc32_z() 785 word3 = crc3 ^ words[3]; in crc32_z() 787 word4 = crc4 ^ words[4]; in crc32_z() 795 words += N; in crc32_z() 855 words += N; in crc32_z() 917 words += N; in crc32_z() [all …]
|
/openbsd/sys/lib/libz/ |
H A D | crc32.c | 709 z_word_t const *words; in crc32_z() local 722 words = (z_word_t const *)buf; in crc32_z() 779 word0 = crc0 ^ words[0]; in crc32_z() 781 word1 = crc1 ^ words[1]; in crc32_z() 783 word2 = crc2 ^ words[2]; in crc32_z() 785 word3 = crc3 ^ words[3]; in crc32_z() 787 word4 = crc4 ^ words[4]; in crc32_z() 795 words += N; in crc32_z() 855 words += N; in crc32_z() 917 words += N; in crc32_z() [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/ |
H A D | crc32.c | 711 z_word_t const *words; in crc32_z() local 724 words = (z_word_t const *)buf; in crc32_z() 781 word0 = crc0 ^ words[0]; in crc32_z() 783 word1 = crc1 ^ words[1]; in crc32_z() 785 word2 = crc2 ^ words[2]; in crc32_z() 787 word3 = crc3 ^ words[3]; in crc32_z() 789 word4 = crc4 ^ words[4]; in crc32_z() 797 words += N; in crc32_z() 857 words += N; in crc32_z() 919 words += N; in crc32_z() [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/ |
H A D | Complete.pm | 148 my(@words) = split " ", $line; 151 return @ok if @words == 1; 152 return grep /^\Q$word\E/, @ok if @words == 2 && $word; 159 my(@words) = split " ", $line; 162 return @ok if @words == 1; 163 return grep /^\Q$word\E/, @ok if @words == 2 && length($word); 165 } elsif ($words[1] eq 'index') { 167 } elsif ($words[1] eq 'conf') { 169 } elsif ($words[1] eq 'debug') {
|
/openbsd/lib/libcrypto/bn/ |
H A D | bn_lib.c | 196 if (words < 0) { in bn_expand_internal() 216 bn->dmax = words; in bn_expand_internal() 224 int words; in bn_expand_bits() local 231 return bn_wexpand(bn, words); in bn_expand_bits() 237 int words; in bn_expand_bytes() local 250 if (words < 0) in bn_wexpand() 253 if (words <= bn->dmax) in bn_wexpand() 569 int i, words; in BN_swap_ct() local 575 words = (int)nwords; in BN_swap_ct() 576 if (!bn_wexpand(a, words) || !bn_wexpand(b, words)) in BN_swap_ct() [all …]
|
/openbsd/gnu/usr.bin/perl/plan9/ |
H A D | genconfig.pl | 190 my(@words) = split; 191 $words[1] =~ s/\(.*//; # Clip off args from macro 193 if ($words[0] =~ m!^\$(\w+)!) { $pp_vars{$words[1]} = $1; } 194 if (@words > 2) { # We may also have a shell var in the value 195 shift @words; # Discard preprocessor directive 196 my($token) = shift @words; # and keep constant name 198 foreach $word (@words) {
|
/openbsd/gnu/usr.bin/perl/dist/Term-Complete/t/ |
H A D | Complete.t | 26 my @words = ( 'frobnitz', 'frobozz', 'frostychocolatemilkshakes' ); 28 Complete('', \@words); 29 my $data = get_expected('fro', @words); 43 Complete('', @words); 50 Complete('', @words); 58 Complete('prompt:', @words);
|
/openbsd/lib/libc/net/ |
H A D | inet_ntop.c | 106 u_int words[IN6ADDRSZ / INT16SZ]; in inet_ntop6() local 115 memset(words, '\0', sizeof words); in inet_ntop6() 117 words[i / 2] |= (src[i] << ((1 - (i % 2)) << 3)); in inet_ntop6() 121 if (words[i] == 0) { in inet_ntop6() 169 (best.len == 6 || (best.len == 5 && words[5] == 0xffff))) { in inet_ntop6() 175 advance = snprintf(tp, ep - tp, "%x", words[i]); in inet_ntop6()
|
/openbsd/share/dict/ |
H A D | README | 8 words -- common words, and important technical terms from all 10 web2 -- Webster's Second International Dictionary, all 234,936 words 19 words in one of the above files, but should not be accepted. 30 special/math -- some mathematical terms not in /usr/share/dict/words. 34 The subdirectory "special" contains lists of words in specialized fields, 43 should be placed in /usr/local/share/dict/words, which will be used by 44 the spell program. The following example creates a local words list 50 /usr/local/share/dict/acronyms > /usr/local/share/dict/words
|
/openbsd/usr.bin/file/magdir/ |
H A D | 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)
|