/dflybsd-src/contrib/tnftp/src/ |
H A D | complete.c | 86 complete_ambiguous(char *word, int list, StringList *words) in complete_ambiguous() 141 StringList *words; in complete_command() local 170 StringList *words; in complete_local() local 253 StringList *words; in complete_option() local 284 StringList *words; in complete_remote() local
|
/dflybsd-src/contrib/binutils-2.34/gas/config/ |
H A D | atof-ieee.c | 138 make_invalid_floating_point_number (LITTLENUM_TYPE *words) in make_invalid_floating_point_number() 164 LITTLENUM_TYPE * words, in atof_ieee_detail() 227 LITTLENUM_TYPE *words) /* Build the binary here. */ in atof_ieee() 281 gen_to_words (LITTLENUM_TYPE *words, int precision, long exponent_bits) in gen_to_words() 760 LITTLENUM_TYPE words[MAX_LITTLENUMS]; in ieee_md_atof() local
|
/dflybsd-src/contrib/binutils-2.27/gas/config/ |
H A D | atof-ieee.c | 137 make_invalid_floating_point_number (LITTLENUM_TYPE *words) in make_invalid_floating_point_number() 162 LITTLENUM_TYPE *words) /* Build the binary here. */ in atof_ieee() 249 gen_to_words (LITTLENUM_TYPE *words, int precision, long exponent_bits) in gen_to_words() 717 LITTLENUM_TYPE words[MAX_LITTLENUMS]; in ieee_md_atof() local
|
/dflybsd-src/lib/libc/gen/ |
H A D | wordexp.c | 57 wordexp(const char * __restrict words, wordexp_t * __restrict we, int flags) in wordexp() 123 we_askshell(const char *words, wordexp_t *we, int flags) in we_askshell() 299 we_check(const char *words) in we_check()
|
/dflybsd-src/sys/dev/netif/ig_hal/ |
H A D | e1000_nvm.c | 447 s32 e1000_read_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) in e1000_read_nvm_spi() 507 s32 e1000_read_nvm_microwire(struct e1000_hw *hw, u16 offset, u16 words, in e1000_read_nvm_microwire() 562 s32 e1000_read_nvm_eerd(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) in e1000_read_nvm_eerd() 610 s32 e1000_write_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) in e1000_write_nvm_spi() 690 s32 e1000_write_nvm_microwire(struct e1000_hw *hw, u16 offset, u16 words, in e1000_write_nvm_microwire()
|
H A D | e1000_i210.c | 235 s32 e1000_read_nvm_srrd_i210(struct e1000_hw *hw, u16 offset, u16 words, in e1000_read_nvm_srrd_i210() 280 s32 e1000_write_nvm_srwr_i210(struct e1000_hw *hw, u16 offset, u16 words, in e1000_write_nvm_srwr_i210() 321 static s32 e1000_write_nvm_srwr(struct e1000_hw *hw, u16 offset, u16 words, in e1000_write_nvm_srwr() 419 u16 E1000_UNUSEDARG words, u16 *data) in e1000_read_invm_i210()
|
H A D | e1000_82571.c | 787 static s32 e1000_write_nvm_82571(struct e1000_hw *hw, u16 offset, u16 words, in e1000_write_nvm_82571() 906 u16 words, u16 *data) in e1000_write_nvm_eewr_82571()
|
/dflybsd-src/contrib/tcpdump/ |
H A D | print-smb.c | 170 const u_char *words, const u_char *dat, const u_char *buf, const u_char *maxbuf) in print_trans2() 328 const u_char *words, const u_char *data1, const u_char *buf, const u_char *maxbuf) in print_trans() 396 const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) in print_negprot() 433 … const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) in print_sesssetup() 473 … const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) in print_lockingandx() 786 const u_char *words, *maxwords, *data; in print_smb() local
|
H A D | addrtostr.c | 116 uint16_t words [IN6ADDRSZ / INT16SZ]; in addrtostr6() local
|
/dflybsd-src/contrib/bmake/ |
H A D | str.c | 122 Substring *words; in Substring_Words() local 275 Words words; in Str_Words() local
|
H A D | str.h | 61 char **words; member 68 Substring *words; member
|
/dflybsd-src/contrib/grep/src/ |
H A D | kwsearch.c | 35 ptrdiff_t words; member 102 ptrdiff_t words = kwswords (kwset); in Fcompile() local
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | gcov-io.c | 235 gcov_write_words (unsigned words) in gcov_write_words() 393 gcov_read_words (unsigned words) in gcov_read_words()
|
H A D | lower-subreg.c | 367 unsigned int words, i; in decompose_register() local 663 unsigned int words; in resolve_simple_move() local 872 unsigned int words, i; in resolve_clobber() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | lower-subreg.c | 111 unsigned int *words) in interesting_mode_p() 532 unsigned int regno, size, words; in find_decomposable_subregs() local 593 unsigned int size, words, i; in decompose_register() local 859 unsigned int orig_size, words; in resolve_simple_move() local 1092 unsigned int orig_size, words, i; in resolve_clobber() local
|
/dflybsd-src/contrib/openbsd_libm/src/ |
H A D | s_nan.c | 68 _scan_nan(uint32_t *words, int num_words, const char *s)
|
/dflybsd-src/crypto/libressl/crypto/bn/ |
H A D | bn_lib.c | 269 bn_expand_internal(const BIGNUM *b, int words) in bn_expand_internal() 345 bn_dup_expand(const BIGNUM *b, int words) in bn_dup_expand() 390 bn_expand2(BIGNUM *b, int words) in bn_expand2() 1022 int i, words; in BN_swap_ct() local
|
H A D | bn_lcl.h | 524 #define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):bn_expand2((a),(words))) argument 596 #define bn_wcheck_size(bn, words) \ argument 608 #define bn_wcheck_size(bn, words) argument
|
/dflybsd-src/lib/libc/inet/ |
H A D | inet_ntop.c | 113 u_int words[NS_IN6ADDRSZ / NS_INT16SZ]; in inet_ntop6() local
|
H A D | inet_net_ntop.c | 162 int words; in inet_net_ntop_ipv6() local
|
H A D | inet_cidr_ntop.c | 156 u_int words[NS_IN6ADDRSZ / NS_INT16SZ]; in inet_cidr_ntop_ipv6() local
|
/dflybsd-src/sys/libkern/ |
H A D | inet_ntop.c | 103 u_int words[NS_IN6ADDRSZ / NS_INT16SZ]; in inet_ntop6() local
|
/dflybsd-src/usr.sbin/pw/ |
H A D | pw.c | 263 getindex(const char *words[], const char *word) in getindex()
|
/dflybsd-src/sys/dev/netif/ix/ |
H A D | ixgbe_x540.c | 422 u16 offset, u16 words, u16 *data) in ixgbe_read_eerd_buffer_X540() 473 u16 offset, u16 words, u16 *data) in ixgbe_write_eewr_buffer_X540()
|
/dflybsd-src/games/battlestar/ |
H A D | globals.c | 238 char words[NWORD][WORDLEN]; variable
|