Home
last modified time | relevance | path

Searched defs:words (Results 1 – 25 of 56) sorted by relevance

123

/minix3/external/bsd/atf/dist/atf-c/detail/
H A Dtext_test.c53 array_size(const char *words[]) in array_size()
67 check_split(const char *str, const char *delim, const char *words[]) in check_split()
241 const char *words[] = { NULL }; in ATF_TC_BODY() local
246 const char *words[] = { NULL }; in ATF_TC_BODY() local
251 const char *words[] = { NULL }; in ATF_TC_BODY() local
256 const char *words[] = { "a", "b", NULL }; in ATF_TC_BODY() local
261 const char *words[] = { "a", "b", "c", "d", NULL }; in ATF_TC_BODY() local
266 const char *words[] = { "foo", "bar", NULL }; in ATF_TC_BODY() local
271 const char *words[] = { "foo", "bar", "baz", "foobar", NULL }; in ATF_TC_BODY() local
276 const char *words[] = { "foo", "bar", NULL }; in ATF_TC_BODY() local
[all …]
/minix3/external/bsd/bind/dist/unit/atf-src/atf-c/detail/
H A Dtext_test.c55 array_size(const char *words[]) in array_size()
69 check_split(const char *str, const char *delim, const char *words[]) in check_split()
243 const char *words[] = { NULL }; in ATF_TC_BODY() local
248 const char *words[] = { NULL }; in ATF_TC_BODY() local
253 const char *words[] = { NULL }; in ATF_TC_BODY() local
258 const char *words[] = { "a", "b", NULL }; in ATF_TC_BODY() local
263 const char *words[] = { "a", "b", "c", "d", NULL }; in ATF_TC_BODY() local
268 const char *words[] = { "foo", "bar", NULL }; in ATF_TC_BODY() local
273 const char *words[] = { "foo", "bar", "baz", "foobar", NULL }; in ATF_TC_BODY() local
278 const char *words[] = { "foo", "bar", NULL }; in ATF_TC_BODY() local
[all …]
/minix3/sys/dev/
H A Ddev_verbose.c40 dev_untokenstring(const char *words, const uint16_t *token, char *buf, in dev_untokenstring()
56 dev_findvendor(char *buf, size_t len, const char *words, size_t nwords, in dev_findvendor()
76 dev_findproduct(char *buf, size_t len, const char *words, size_t nwords, in dev_findproduct()
/minix3/external/bsd/atf/dist/atf-c++/detail/
H A Dtext_test.cpp73 std::vector< std::string > words; in ATF_TEST_CASE_BODY() local
108 std::set< std::string > words; in ATF_TEST_CASE_BODY() local
171 std::vector< std::string > words; in ATF_TEST_CASE_BODY() local
236 std::vector< std::string > words; in ATF_TEST_CASE_BODY() local
H A Dtext.hpp61 join(const T& words, const std::string& separator) in join()
/minix3/external/bsd/atf/dist/tools/
H A Dtext_test.cpp73 std::vector< std::string > words; in ATF_TEST_CASE_BODY() local
108 std::set< std::string > words; in ATF_TEST_CASE_BODY() local
171 std::vector< std::string > words; in ATF_TEST_CASE_BODY() local
236 std::vector< std::string > words; in ATF_TEST_CASE_BODY() local
H A Dtext.hpp61 join(const T& words, const std::string& separator) in join()
H A Dtext.cpp91 std::vector< std::string > words; in split() local
/minix3/external/bsd/bind/dist/unit/atf-src/atf-c++/detail/
H A Dtext_test.cpp73 std::vector< std::string > words; in ATF_TEST_CASE_BODY() local
108 std::set< std::string > words; in ATF_TEST_CASE_BODY() local
171 std::vector< std::string > words; in ATF_TEST_CASE_BODY() local
236 std::vector< std::string > words; in ATF_TEST_CASE_BODY() local
H A Dtext.hpp61 join(const T& words, const std::string& separator) in join()
/minix3/usr.bin/ftp/
H A Dcomplete.c79 complete_ambiguous(char *word, int list, StringList *words) in complete_ambiguous()
135 StringList *words; in complete_command() local
164 StringList *words; in complete_local() local
247 StringList *words; in complete_option() local
278 StringList *words; in complete_remote() local
/minix3/lib/libc/gen/
H A Dwordexp.c60 wordexp(const char * __restrict words, wordexp_t * __restrict we, int flags) in wordexp()
92 we_askshell(const char *words, wordexp_t *we, int flags) in we_askshell()
253 we_check(const char *words, int flags) in we_check()
/minix3/external/bsd/kyua-cli/dist/utils/cmdline/
H A Doptions_test.cpp301 const cmdline::list_option::option_type words = in ATF_TEST_CASE_BODY() local
308 const cmdline::list_option::option_type words = in ATF_TEST_CASE_BODY() local
316 const cmdline::list_option::option_type words = in ATF_TEST_CASE_BODY() local
326 const cmdline::list_option::option_type words = in ATF_TEST_CASE_BODY() local
336 const cmdline::list_option::option_type words = in ATF_TEST_CASE_BODY() local
346 const cmdline::list_option::option_type words = in ATF_TEST_CASE_BODY() local
/minix3/external/bsd/kyua-cli/dist/utils/text/
H A Doperations_test.cpp228 std::vector< std::string > words = text::split("", ' '); in ATF_TEST_CASE_BODY() local
237 std::vector< std::string > words = text::split("foo", ' '); in ATF_TEST_CASE_BODY() local
247 std::vector< std::string > words = text::split("foo bar baz", ' '); in ATF_TEST_CASE_BODY() local
259 std::vector< std::string > words = text::split("XfooXXbarXXXbazXX", 'X'); in ATF_TEST_CASE_BODY() local
H A Doperations.cpp145 std::vector< std::string > words; in split() local
/minix3/bin/ksh/
H A Dedit.c497 x_print_expansions(nwords, words, is_command) in x_print_expansions() argument
563 char **words; local
708 char **words = (char **) XPptrv(w); local
733 char **words = (char **) XPptrv(w); local
828 char **words; local
901 x_longest_prefix(nwords, words) in x_longest_prefix() argument
924 x_free_words(nwords, words) in x_free_words() argument
1003 char **words; local
/minix3/crypto/external/bsd/heimdal/dist/kadmin/
H A Dadd-random-users.c83 unsigned nwords, char **words) in add_user()
118 char **words; in add_users() local
/minix3/lib/libm/src/
H A Ds_nan.c65 _scan_nan(uint32_t *words, int num_words, const char *s)
/minix3/external/bsd/bind/dist/bin/tests/
H A Dhash_test.c37 unsigned int words) in print_digest()
/minix3/external/bsd/tcpdump/dist/
H A Dprint-smb.c177 const u_char *words, const u_char *dat, const u_char *buf, const u_char *maxbuf) in print_trans2()
340 const u_char *words, const u_char *data1, const u_char *buf, const u_char *maxbuf) in print_trans()
402 const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) in print_negprot()
443const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) in print_sesssetup()
487const u_char *words, const u_char *data, const u_char *buf _U_, const u_char *maxbuf) in print_lockingandx()
805 const u_char *words, *maxwords, *data; in print_smb() local
/minix3/lib/libc/inet/
H A Dinet_ntop.c134 u_int words[NS_IN6ADDRSZ / NS_INT16SZ]; in inet_ntop6() local
/minix3/external/bsd/bind/dist/lib/isc/
H A Dinet_ntop.c124 unsigned int words[NS_IN6ADDRSZ / NS_INT16SZ]; in inet_ntop6() local
/minix3/external/bsd/bind/dist/lib/lwres/
H A Dlwinetntop.c121 unsigned int words[NS_IN6ADDRSZ / NS_INT16SZ]; in inet_ntop6() local
/minix3/crypto/external/bsd/heimdal/dist/kuser/
H A Dgenerate-requests.c73 char **words; in generate_requests() local
/minix3/common/lib/libc/string/
H A Dmemset2.c236 memword_t words[4]; member

123