Home
last modified time | relevance | path

Searched refs:keyword (Results 1 – 25 of 320) sorted by relevance

12345678910>>...13

/freebsd/contrib/ldns/
H A Dlibdns.vim7 syn keyword ldnsMacro LDNS_MALLOC
8 syn keyword ldnsMacro LDNS_XMALLOC
9 syn keyword ldnsMacro LDNS_CALLOC
10 syn keyword ldnsMacro LDNS_REALLOC
11 syn keyword ldnsMacro LDNS_XREALLOC
12 syn keyword ldnsMacro LDNS_FREE
13 syn keyword ldnsMacro LDNS_DEP
14 syn keyword ldnsMacro LDNS_VERSION
15 syn keyword ldnsMacro LDNS_REVISION
94 syn keyword ldnsType ldns_hdr
[all …]
H A Dparse.c258 ldns_fget_keyword_data(FILE *f, const char *keyword, const char *k_del, char *data, in ldns_fget_keyword_data() argument
261 return ldns_fget_keyword_data_l(f, keyword, k_del, data, d_del, in ldns_fget_keyword_data()
266 ldns_fget_keyword_data_l(FILE *f, const char *keyword, const char *k_del, char *data, in ldns_fget_keyword_data_l() argument
273 if(strlen(keyword) >= LDNS_MAX_KEYWORDLEN) in ldns_fget_keyword_data_l()
286 if (strncmp(fkeyword, keyword, LDNS_MAX_KEYWORDLEN - 1) == 0) { in ldns_fget_keyword_data_l()
485 ldns_bget_keyword_data(ldns_buffer *b, const char *keyword, const char *k_del, char in ldns_bget_keyword_data() argument
492 if(strlen(keyword) >= LDNS_MAX_KEYWORDLEN) in ldns_bget_keyword_data()
505 if (strncmp(fkeyword, keyword, strlen(keyword)) == 0) { in ldns_bget_keyword_data()
/freebsd/tools/tools/genericize/
H A Dgenericize.pl55 $config{$keyword}->{$1} = $2;
87 if ($keyword eq 'machine') {
90 } elsif ($keyword eq 'ident') {
93 $config{$keyword} && $config{$keyword}->{$1} &&
101 delete($config{$keyword})
102 unless %{$config{$keyword}};
103 } elsif ($config{$keyword} && $config{$keyword}->{$value}) {
105 delete($config{$keyword})
106 unless %{$config{$keyword}};
122 print "$keyword";
[all …]
/freebsd/crypto/openssh/regress/unittests/authopt/
H A Dtests.c201 #define FLAG_TEST(keyword, var, val) \ in test_authkeys_parse() argument
203 TEST_START("sshauthopt_parse " keyword); \ in test_authkeys_parse()
206 opts = sshauthopt_parse(keyword, &errstr); \ in test_authkeys_parse()
231 #define STRING_TEST(keyword, var, val) \ in test_authkeys_parse() argument
233 TEST_START("sshauthopt_parse " keyword); \ in test_authkeys_parse()
438 #define FLAG_TEST(keybase, keyword, var) \ in test_merge() argument
441 "no_" keybase, keyword, 0, var, 0); \ in test_merge()
450 "only_" keybase, keyword, 1, var, 1); \ in test_merge()
459 "no_permit", keyword, 1, var, 0); \ in test_merge()
463 "no_permit", "no-" keyword, 1, var, 0); \ in test_merge()
[all …]
/freebsd/tests/sys/cddl/zfs/tests/history/
H A Dhistory_common.kshlib209 typeset keyword=$4
213 log_note "Checking cmd($subcmd) for $ds, keyword='$keyword'"
215 $GREP $keyword >/dev/null 2>&1
234 typeset keyword=$4
242 keyword="$subcmd"
243 verify_history_line "$line" $subcmd $ds $keyword
249 verify_history_line "$line" "$_subcmd" $ds "$keyword"
255 verify_history_line "$line" "$_subcmd" $ds "$keyword"
/freebsd/tests/sys/cddl/zfs/tests/online_offline/
H A Donline_offline_002_neg.ksh35 keyword="$1"
39 case "$keyword" in
72 for keyword in "" "mirror" "raidz" "raidz2"; do
74 default_setup_noexit "$keyword $DISKS"
75 verify_assertion "$keyword"
/freebsd/crypto/openssl/test/
H A Devp_test.c380 if (strcmp(keyword, "Input") == 0) in digest_test_parse()
384 if (strcmp(keyword, "Count") == 0) in digest_test_parse()
386 if (strcmp(keyword, "Ncopy") == 0) in digest_test_parse()
617 if (strcmp(keyword, "Key") == 0) in cipher_test_parse()
626 if (strcmp(keyword, "IV") == 0) in cipher_test_parse()
1241 if (strcmp(keyword, "Key") == 0) in mac_test_parse()
1243 if (strcmp(keyword, "IV") == 0) in mac_test_parse()
1259 if (strcmp(keyword, "XOF") == 0) in mac_test_parse()
2104 if (strcmp(keyword, "N") == 0) in scrypt_test_parse()
2106 if (strcmp(keyword, "p") == 0) in scrypt_test_parse()
[all …]
/freebsd/contrib/netbsd-tests/bin/ps/
H A Dkeywords5 # The first column (keyword) is the name of a keyword.
8 # with the keyword, except if the keyword is an alias, in which case the
9 # second column is the name of another keyword.
12 # means that the keyword is an alias. "LJUST" means that the keyword
14 # the keyword should be displayed in a right-justified column.
16 # keyword header flag
/freebsd/crypto/openssh/
H A Dservconf.c1346 if (*keyword == '\0') in process_server_config_line_depth()
1347 keyword = strdelim(&str); in process_server_config_line_depth()
1348 if (!keyword || !*keyword || *keyword == '#') in process_server_config_line_depth()
1352 filename, linenum, keyword); in process_server_config_line_depth()
1708 filename, linenum, keyword); in process_server_config_line_depth()
1737 filename, linenum, keyword); in process_server_config_line_depth()
1743 filename, linenum, keyword, in process_server_config_line_depth()
1814 filename, linenum, keyword); in process_server_config_line_depth()
1860 filename, linenum, keyword); in process_server_config_line_depth()
1886 filename, linenum, keyword); in process_server_config_line_depth()
[all …]
/freebsd/stand/usb/tools/
H A Dsysinit.c45 static const char *keyword; variable
184 keyword = optarg; in main()
195 struct_name == NULL || keyword == NULL) in main()
261 if (strcmp(keyword, "sysinit") == 0) in main()
263 else if (strcmp(keyword, "sysuninit") == 0) in main()
266 errx(EX_USAGE, "Unknown keyword '%s'", keyword); in main()
287 if (strcmp((const char *)(*sipp)->b_keyword_name, keyword)) in do_sysinit()
313 if (strcmp((const char *)(*sipp)->b_keyword_name, keyword)) in do_sysinit()
/freebsd/usr.sbin/makefs/
H A Dmtree.c479 char keyword[PATH_MAX]; in read_mtree_keywords() local
495 error = read_word(fp, keyword, sizeof(keyword)); in read_mtree_keywords()
499 if (keyword[0] == '\0') in read_mtree_keywords()
502 value = strchr(keyword, '='); in read_mtree_keywords()
518 switch (keyword[0]) { in read_mtree_keywords()
547 if (strcmp(keyword, "gid") == 0) { in read_mtree_keywords()
569 if (strcmp(keyword, "link") == 0) { in read_mtree_keywords()
587 if (strcmp(keyword, "mode") == 0) { in read_mtree_keywords()
616 if (strcmp(keyword, "size") == 0) { in read_mtree_keywords()
678 if (strcmp(keyword, "uid") == 0) { in read_mtree_keywords()
[all …]
/freebsd/sys/dev/sfxge/common/
H A Defx_vpd.c442 efx_vpd_keyword_t keyword; in efx_vpd_next_keyword() local
459 *keywordp = keyword; in efx_vpd_next_keyword()
511 efx_vpd_keyword_t keyword; in efx_vpd_hunk_verify() local
664 efx_vpd_keyword_t keyword = 0; in efx_vpd_hunk_next() local
681 keyword = 0; in efx_vpd_hunk_next()
690 keyword = 0; in efx_vpd_hunk_next()
715 *keywordp = keyword; in efx_vpd_hunk_next()
737 __in efx_vpd_keyword_t keyword, in efx_vpd_hunk_get() argument
772 if (ikeyword == keyword) { in efx_vpd_hunk_get()
802 efx_vpd_keyword_t keyword; in efx_vpd_hunk_set() local
[all …]
/freebsd/contrib/unbound/sldns/
H A Dparse.c227 sldns_fget_keyword_data(FILE *f, const char *keyword, const char *k_del, char *data, in sldns_fget_keyword_data() argument
230 return sldns_fget_keyword_data_l(f, keyword, k_del, data, d_del, in sldns_fget_keyword_data()
235 sldns_fget_keyword_data_l(FILE *f, const char *keyword, const char *k_del, char *data, in sldns_fget_keyword_data_l() argument
242 if(strlen(keyword) >= LDNS_MAX_KEYWORDLEN) in sldns_fget_keyword_data_l()
255 if (strncmp(fkeyword, keyword, LDNS_MAX_KEYWORDLEN - 1) == 0) { in sldns_fget_keyword_data_l()
492 sldns_bget_keyword_data(sldns_buffer *b, const char *keyword, const char *k_del, char in sldns_bget_keyword_data() argument
499 if(strlen(keyword) >= LDNS_MAX_KEYWORDLEN) in sldns_bget_keyword_data()
512 if (strncmp(fkeyword, keyword, strlen(keyword)) == 0) { in sldns_bget_keyword_data()
H A Dparse.h112 ssize_t sldns_fget_keyword_data(FILE *f, const char *keyword, const char *k_del, char *data, const …
127 ssize_t sldns_fget_keyword_data_l(FILE *f, const char *keyword, const char *k_del, char *data, cons…
140 ssize_t sldns_bget_keyword_data(struct sldns_buffer *b, const char *keyword, const char *k_del, cha…
/freebsd/sys/x86/x86/
H A Dvmware_guestrpc.c261 vmware_guestrpc_set_guestinfo(const char *keyword, const char *val) in vmware_guestrpc_set_guestinfo() argument
268 printf("%s: %s=%s\n", __func__, keyword, val); in vmware_guestrpc_set_guestinfo()
273 sbuf_printf(&sb, "info-set guestinfo.fbsd.%s %s", keyword, val); in vmware_guestrpc_set_guestinfo()
296 vmware_guestrpc_get_guestinfo(const char *keyword, struct sbuf *sbufp) in vmware_guestrpc_get_guestinfo() argument
303 printf("%s: %s\n", __func__, keyword); in vmware_guestrpc_get_guestinfo()
308 sbuf_printf(&sb, "info-get guestinfo.fbsd.%s", keyword); in vmware_guestrpc_get_guestinfo()
/freebsd/tests/sys/cddl/zfs/tests/hotspare/
H A Dhotspare_shared_001_pos.ksh84 for keyword in "${keywords[@]}" ; do
85 setup_hotspares "$keyword" $sdev
86 log_must create_pool $TESTPOOL1 $keyword $pool1devs
H A Dhotspare_export_001_neg.ksh116 for keyword in "${my_keywords[@]}" ; do
117 setup_hotspares $keyword $share_spare
118 verify_assertion $keyword $share_spare
/freebsd/contrib/tcsh/
H A Dgethost.c58 static const char *keyword[] = variable
106 for (i = 0; keyword[i] != NULL; i++) in findtoken()
107 if (strcmp(keyword[i], ptr) == 0) in findtoken()
358 explode(defs), keyword[token]); in main()
361 keyword[token]); in main()
368 (void) fprintf(stdout, "# define _%s_\n", keyword[token]); in main()
369 (void) fprintf(stdout, " %s = %s;\n", keyword[token], stmt); in main()
/freebsd/sys/dev/sfxge/
H A Dsfxge.c333 value.evv_keyword = ioc->u.vpd.keyword; in sfxge_vpd_ioctl()
347 value.evv_keyword = ioc->u.vpd.keyword; in sfxge_vpd_ioctl()
955 efx_vpd_tag_t tag, const char *keyword) in sfxge_vpd_try_add() argument
962 value.evv_keyword = EFX_VPD_KEYWORD(keyword[0], keyword[1]); in sfxge_vpd_try_add()
966 SYSCTL_ADD_PROC(ctx, list, OID_AUTO, keyword, in sfxge_vpd_try_add()
968 sc, tag << 16 | EFX_VPD_KEYWORD(keyword[0], keyword[1]), in sfxge_vpd_try_add()
978 char keyword[3]; in sfxge_vpd_init() local
1012 keyword[0] = 'V'; in sfxge_vpd_init()
1013 keyword[2] = 0; in sfxge_vpd_init()
1014 for (keyword[1] = '0'; keyword[1] <= '9'; keyword[1]++) in sfxge_vpd_init()
[all …]
/freebsd/contrib/ldns/ldns/
H A Dparse.h123 ssize_t ldns_fget_keyword_data(FILE *f, const char *keyword, const char *k_del, char *data, const c…
138 ssize_t ldns_fget_keyword_data_l(FILE *f, const char *keyword, const char *k_del, char *data, const…
151 ssize_t ldns_bget_keyword_data(ldns_buffer *b, const char *keyword, const char *k_del, char *data, …
/freebsd/tests/sys/cddl/zfs/tests/zfsd/
H A Dzfsd_hotspare_001_pos.ksh144 for keyword in "${my_keywords[@]}"; do
145 setup_hotspares "$keyword"
146 verify_assertion "$keyword"
/freebsd/usr.sbin/bsdconfig/docsinstall/
H A DINDEX39 # Two-part variable that defines an action to take when `keyword' is passed on
40 # a bsdconfig command line. Variable takes the form "keyword|command" and
41 # multiple occurrences of the variable (with different `keyword's, or different
42 # `keyword's AND `command's) are allowed. If `command' begins with a '/' then
44 # else it is a path relative to the directory this INDEX file is in. `keyword'
/freebsd/usr.sbin/bsdconfig/diskmgmt/
H A DINDEX39 # Two-part variable that defines an action to take when `keyword' is passed on
40 # a bsdconfig command line. Variable takes the form "keyword|command" and
41 # multiple occurrences of the variable (with different `keyword's, or different
42 # `keyword's AND `command's) are allowed. If `command' begins with a '/' then
44 # else it is a path relative to the directory this INDEX file is in. `keyword'
/freebsd/usr.sbin/bsdconfig/password/
H A DINDEX39 # Two-part variable that defines an action to take when `keyword' is passed on
40 # a bsdconfig command line. Variable takes the form "keyword|command" and
41 # multiple occurrences of the variable (with different `keyword's, or different
42 # `keyword's AND `command's) are allowed. If `command' begins with a '/' then
44 # else it is a path relative to the directory this INDEX file is in. `keyword'
/freebsd/usr.sbin/bsdconfig/security/
H A DINDEX39 # Two-part variable that defines an action to take when `keyword' is passed on
40 # a bsdconfig command line. Variable takes the form "keyword|command" and
41 # multiple occurrences of the variable (with different `keyword's, or different
42 # `keyword's AND `command's) are allowed. If `command' begins with a '/' then
44 # else it is a path relative to the directory this INDEX file is in. `keyword'

12345678910>>...13