/freebsd/contrib/atf/atf-c/detail/ |
H A D | text_test.c | 50 array_size(const char *words[]) in array_size() 64 check_split(const char *str, const char *delim, const char *words[]) in check_split() 238 const char *words[] = { NULL }; in ATF_TC_BODY() local 243 const char *words[] = { NULL }; in ATF_TC_BODY() local 248 const char *words[] = { NULL }; in ATF_TC_BODY() local 253 const char *words[] = { "a", "b", NULL }; in ATF_TC_BODY() local 258 const char *words[] = { "a", "b", "c", "d", NULL }; in ATF_TC_BODY() local 263 const char *words[] = { "foo", "bar", NULL }; in ATF_TC_BODY() local 268 const char *words[] = { "foo", "bar", "baz", "foobar", NULL }; in ATF_TC_BODY() local 273 const char *words[] = { "foo", "bar", NULL }; in ATF_TC_BODY() local [all …]
|
/freebsd/contrib/tnftp/src/ |
H A D | complete.c | 86 complete_ambiguous(char *word, int list, StringList *words) in complete_ambiguous() 142 StringList *words; in complete_command() local 171 StringList *words; in complete_local() local 254 StringList *words; in complete_option() local 285 StringList *words; in complete_remote() local
|
/freebsd/contrib/atf/atf-c++/detail/ |
H A D | text_test.cpp | 69 std::vector< std::string > words; in ATF_TEST_CASE_BODY() local 104 std::set< std::string > words; in ATF_TEST_CASE_BODY() local 167 std::vector< std::string > words; in ATF_TEST_CASE_BODY() local 232 std::vector< std::string > words; in ATF_TEST_CASE_BODY() local
|
H A D | text.hpp | 57 join(const T& words, const std::string& separator) in join()
|
/freebsd/contrib/kyua/utils/cmdline/ |
H A D | options_test.cpp | 300 const cmdline::list_option::option_type words = in ATF_TEST_CASE_BODY() local 307 const cmdline::list_option::option_type words = in ATF_TEST_CASE_BODY() local 315 const cmdline::list_option::option_type words = in ATF_TEST_CASE_BODY() local 325 const cmdline::list_option::option_type words = in ATF_TEST_CASE_BODY() local 335 const cmdline::list_option::option_type words = in ATF_TEST_CASE_BODY() local 345 const cmdline::list_option::option_type words = in ATF_TEST_CASE_BODY() local
|
/freebsd/contrib/kyua/utils/text/ |
H A D | operations_test.cpp | 259 std::vector< std::string > words = text::split("", ' '); in ATF_TEST_CASE_BODY() local 268 std::vector< std::string > words = text::split("foo", ' '); in ATF_TEST_CASE_BODY() local 278 std::vector< std::string > words = text::split("foo bar baz", ' '); in ATF_TEST_CASE_BODY() local 290 std::vector< std::string > words = text::split("XfooXXbarXXXbazXX", 'X'); in ATF_TEST_CASE_BODY() local
|
/freebsd/lib/libc/gen/ |
H A D | wordexp.c | 55 wordexp(const char * __restrict words, wordexp_t * __restrict we, int flags) in wordexp() 121 we_askshell(const char *words, wordexp_t *we, int flags) in we_askshell() 299 we_check(const char *words) in we_check()
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_intern.c | 175 void bn_set_static_words(BIGNUM *a, const BN_ULONG *words, int size) in bn_set_static_words() 188 int bn_set_words(BIGNUM *a, const BN_ULONG *words, int num_words) in bn_set_words()
|
/freebsd/sys/dev/ixl/ |
H A D | i40e_nvm.c | 262 u16 words, void *data, in i40e_read_nvm_aq() 453 u16 *words, u16 *data) in i40e_read_nvm_buffer_srctl() 486 u16 *words, u16 *data) in i40e_read_nvm_buffer_aq() 545 u16 *words, u16 *data) in __i40e_read_nvm_buffer() 565 u16 *words, u16 *data) in i40e_read_nvm_buffer() 595 u32 offset, u16 words, void *data, in i40e_write_nvm_aq() 667 u16 words, void *data) in __i40e_write_nvm_buffer() 734 u16 words = I40E_SR_SECTOR_SIZE_IN_WORDS; in i40e_calc_nvm_checksum() local
|
/freebsd/sys/dev/e1000/ |
H A D | e1000_i210.c | 89 s32 e1000_read_nvm_srrd_i210(struct e1000_hw *hw, u16 offset, u16 words, in e1000_read_nvm_srrd_i210() 134 s32 e1000_write_nvm_srwr_i210(struct e1000_hw *hw, u16 offset, u16 words, in e1000_write_nvm_srwr_i210() 175 static s32 e1000_write_nvm_srwr(struct e1000_hw *hw, u16 offset, u16 words, in e1000_write_nvm_srwr() 275 u16 E1000_UNUSEDARG words, u16 *data) in e1000_read_invm_i210()
|
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()
|
/freebsd/sbin/ipf/libipf/ |
H A D | findword.c | 13 findword(wordtab_t *words, char *name) in findword()
|
H A D | printfieldhdr.c | 14 printfieldhdr(wordtab_t *words, wordtab_t *field) in printfieldhdr()
|
/freebsd/crypto/heimdal/kadmin/ |
H A D | add-random-users.c | 81 unsigned nwords, char **words) in add_user() 116 char **words; in add_users() local
|
/freebsd/contrib/bmake/ |
H A D | str.c | 126 Substring *words; in Substring_Words() local 279 Words words; in Str_Words() local
|
/freebsd/contrib/tcpdump/ |
H A D | print-smb.c | 168 const u_char *words, const u_char *dat, const u_char *buf, const u_char *maxbuf) in print_trans2() 326 const u_char *words, const u_char *data1, const u_char *buf, const u_char *maxbuf) in print_trans() 394 const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) in print_negprot() 432 … 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
|
/freebsd/sys/powerpc/amigaone/ |
H A D | cpld.h | 38 void *words; member
|
/freebsd/sys/contrib/ck/include/ |
H A D | ck_bitmap.h | 317 unsigned int i, words, slop; in ck_bitmap_empty() local 348 unsigned int i, slop, words; in ck_bitmap_full() local 379 unsigned int count, i, slop, words; in ck_bitmap_count() local 407 unsigned int count, i, slop, words; in ck_bitmap_count_intersect() local
|
/freebsd/lib/msun/src/ |
H A D | s_nan.c | 51 _scan_nan(uint32_t *words, int num_words, const char *s) in _scan_nan()
|
/freebsd/sbin/ipf/iplang/ |
H A D | iplang_l.l | 46 struct lwordtab words[] = { variable
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | space_map.c | 225 uint64_t *words = db->db_data; in space_map_reversed_last_block_entries() local 330 int words = 1; in space_map_incremental_destroy() local 553 maptype_t maptype, uint64_t vdev_id, uint8_t words, dmu_buf_t **dbp, in space_map_write_seg() 711 uint8_t words = 1; in space_map_write_impl() local
|
/freebsd/sys/dev/wg/ |
H A D | wg_crypto.c | 28 static inline void cpu_to_le32_array(uint32_t *buf, unsigned int words) in cpu_to_le32_array() 35 static inline void le32_to_cpu_array(uint32_t *buf, unsigned int words) in le32_to_cpu_array()
|
/freebsd/sys/dev/igc/ |
H A D | igc_i225.c | 444 s32 igc_read_nvm_srrd_i225(struct igc_hw *hw, u16 offset, u16 words, in igc_read_nvm_srrd_i225() 489 s32 igc_write_nvm_srwr_i225(struct igc_hw *hw, u16 offset, u16 words, in igc_write_nvm_srwr_i225() 530 static s32 __igc_write_nvm_srwr(struct igc_hw *hw, u16 offset, u16 words, in __igc_write_nvm_srwr()
|
/freebsd/lib/libc/inet/ |
H A D | inet_ntop.c | 112 u_int words[NS_IN6ADDRSZ / NS_INT16SZ]; in inet_ntop6() local
|
/freebsd/usr.sbin/pw/ |
H A D | pw.c | 199 getindex(const char * words[],const char * word) getindex() argument
|