/freebsd/sbin/route/ |
H A D | Makefile | 6 SRCS= route.c keywords.h 8 CLEANFILES+=keywords.h 33 keywords.h: keywords 37 }' < ${.CURDIR}/keywords > ${.TARGET} || (rm -f ${.TARGET}; false)
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_add/ |
H A D | zpool_add_001_pos.ksh | 58 set -A keywords "" "mirror" "raidz" "raidz1" "draid:1s" "draid1:1s" "spare" 81 case ${keywords[i]} in 86 log_must zpool add -f "$TESTPOOL" ${keywords[i]} $vdev 97 log_must zpool add "$TESTPOOL" ${keywords[i]} $vdev 108 log_must zpool add "$TESTPOOL" ${keywords[i]} $vdev 119 log_must zpool add "$TESTPOOL" ${keywords[i]} $vdev
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_add/ |
H A D | zpool_add_001_pos.ksh | 58 set -A keywords "" "mirror" "raidz" "raidz1" "spare" 81 case ${keywords[i]} in 86 log_must $ZPOOL add -f "$TESTPOOL" ${keywords[i]} \ 98 log_must $ZPOOL add "$TESTPOOL" ${keywords[i]} \ 110 log_must $ZPOOL add "$TESTPOOL" ${keywords[i]} \
|
/freebsd/crypto/openssh/regress/unittests/authopt/ |
H A D | tests.c | 140 #define FAIL_TEST(label, keywords) \ in test_authkeys_parse() argument 143 opts = sshauthopt_parse(keywords, &errstr); \ in test_authkeys_parse() 256 #define ARRAY_TEST(label, keywords, var, nvar, val) \ in test_authkeys_parse() argument 262 opts = sshauthopt_parse(keywords, &errstr); \ in test_authkeys_parse() 268 "restrict," keywords ",restrict", &errstr); \ in test_authkeys_parse() 387 #define PREPARE(label, keyname, keywords) \ in test_merge() argument 394 key_opts = sshauthopt_parse(keywords, &errstr); \ in test_merge() 422 #define FLAG_CASE(keybase, label, keyname, keywords, mostly_off, var, val) \ in test_merge() argument 424 PREPARE(keybase " " label, keyname, keywords); \ in test_merge()
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.in | 18 %%% keywords = "bibliography, CACM, Communications of the 403 …keywords = "input-output programs; multiprogramming; program processors; time-sharing programs… 425 …keywords = "difference equations; error analysis; error propagation; recursive computation; su… 443 keywords = "storage allocation; time-sharing programs", 462 …keywords = "artificial intelligence; computational linguistics; language; translation and ling… 480 keywords = "procedure oriented languages", 501 …keywords = "connection tree; digitized image; minimal polygon; nonlinear programming; optimal … 519 keywords = "Laplace transforms; subroutines", 537 keywords = "random number generation; subroutines", 555 keywords = "random number generation; subroutines", [all …]
|
/freebsd/share/doc/papers/ |
H A D | bsdreferences.bib | 31 keywords = {FreeBSD, IP, Unix, networking, students, teaching, virtual hosts}, 51 keywords = {FreeBSD, H-TCP, TCP, congestion control}, 84 keywords = {bug fixing, code migration, empirical study, social network analysis}, 103 keywords = {clone detection, cloning, code copying, open source, version control}, 123 …keywords = {C language, bounds checking, capabilities, compilers, memory protection, memory safety… 143 …keywords = {C language, bounds checking, capabilities, compilers, memory protection, memory safety… 161 …keywords = {C language, bounds checking, capabilities, compilers, memory protection, memory safety… 213 …keywords = {FreeBSD, evolution, linux, open source software, replication study, software engineeri… 231 …keywords = {arp, flow table, freebsd, ip, ipv6, mp, neighbor cache, routing, server load balancing… 309 keywords = {global development, open source, quantitative analysis}, [all …]
|
/freebsd/usr.sbin/ypldap/ |
H A D | parse.y | 336 struct keywords { struct 360 return (strcmp(k, ((const struct keywords *)e)->k_name)); in kw_cmp() argument 367 static const struct keywords keywords[] = { in lookup() local 403 const struct keywords *p; in lookup() 405 p = bsearch(s, keywords, sizeof(keywords)/sizeof(keywords[0]), in lookup() 406 sizeof(keywords[0]), kw_cmp); in lookup()
|
/freebsd/bin/sh/tests/parser/ |
H A D | case1.0 | 2 keywords='if then else elif fi while until for do done { } case esac ! in' 7 for k in $keywords; do
|
/freebsd/usr.bin/localedef/ |
H A D | scanner.c | 86 } keywords[] = { variable 610 for (i = 0; keywords[i].name; i++) { in consume_token() 612 if (strcmp(keywords[i].name, token) != 0) { in consume_token() 616 last_kw = keywords[i].id; in consume_token() 630 return (keywords[i].id); in consume_token()
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_create/ |
H A D | zpool_create_001_pos.ksh | 68 set -A keywords "" "mirror" "raidz" "raidz1" 117 case ${keywords[i]} in
|
/freebsd/contrib/one-true-awk/ |
H A D | lex.c | 46 const Keyword keywords[] = { /* keep sorted: binary searched */ variable 518 n = binsearch(w, keywords, sizeof(keywords)/sizeof(keywords[0])); in word() 520 kp = keywords + n; in word()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TokenKinds.def | 10 // tok::ampamp (corresponding to the && token) as well as keywords for various 97 // Preprocessor keywords. 150 // Language keywords. 405 // C++11 keywords 418 // C++20 / coroutines keywords 423 // C++20 keywords 427 // C++20 keywords. 439 // C23 keywords 652 // HLSL keywords. 678 // Objective-C ARC keywords. [all …]
|
/freebsd/usr.sbin/bsnmpd/tools/libbsnmptools/ |
H A D | bsnmpimport.c | 282 } keywords[] = { variable 454 for (c = 0; keywords[c].str != NULL; c++) in gettoken() 455 if (strcmp(keywords[c].str, nexttok) == 0) { in gettoken() 456 val = keywords[c].val; in gettoken() 457 return (keywords[c].tok); in gettoken()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/ |
H A D | zpool_import.kshlib | 178 typeset keywords="mirror replacing raidz1 raidz2 raidz3 indirect draid1 draid2 draid3" 179 for word in $keywords; do
|
/freebsd/contrib/bsnmp/gensnmptree/ |
H A D | gensnmptree.c | 436 } keywords[] = { variable 621 for (c = 0; keywords[c].str != NULL; c++) in gettoken_internal() 622 if (strcmp(keywords[c].str, str) == 0) { in gettoken_internal() 623 val = keywords[c].val; in gettoken_internal() 624 return (keywords[c].tok); in gettoken_internal() 1140 for (i = 0; keywords[i].str != NULL; i++) in print_syntax() 1141 if (keywords[i].tok == TOK_TYPE && in print_syntax() 1142 keywords[i].val == syntax) { in print_syntax() 1143 printf(" %s", keywords[i].str); in print_syntax()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/ |
H A D | ClangHighlighter.h | 21 llvm::StringSet<> keywords; variable
|
H A D | ClangHighlighter.cpp | 26 return keywords.contains(token); in isKeyword() 30 #define KEYWORD(X, N) keywords.insert(#X); in ClangHighlighter()
|
/freebsd/contrib/netbsd-tests/bin/ps/ |
H A D | keywords | 1 # $NetBSD: keywords,v 1.2 2014/01/16 04:16:32 mlelstv Exp $ 3 # Table of keywords for use with ps "-o" option.
|
/freebsd/sbin/pfctl/tests/files/ |
H A D | pf0028.in | 1 # test logging keywords, and log quick/quick log order
|
/freebsd/contrib/byacc/test/ |
H A D | grammar.y | 1052 static const char *keywords[] = { in init_parser() local 1121 for (i = 0; i < sizeof(keywords)/sizeof(keywords[0]); ++i) { in init_parser() 1122 new_symbol(type_qualifiers, keywords[i], NULL, DS_NONE); in init_parser()
|
/freebsd/tests/sys/cddl/zfs/tests/hotspare/ |
H A D | hotspare.kshlib | 42 typeset -a keywords=("" "mirror" "raidz" "raidz2")
|
H A D | hotspare_scrub_002_pos.ksh | 124 set -A keywords "mirror" "raidz" "raidz2"
|
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evpkdf_x942_des.txt | 3 # Tests start with one of these keywords
|
H A D | evpmac_cmac_des.txt | 9 # Tests start with one of these keywords
|
/freebsd/usr.bin/man/ |
H A D | man.sh | 853 local IFS bad cmd f good key keywords loc opt out path rval wlist 897 for key in $keywords; do 981 keywords="$*"
|