Searched refs:keyword (Results 51 - 75 of 120) sorted by relevance

12345

/freebsd-current/crypto/openssl/test/
H A Devp_test.c376 const char *keyword, const char *value)
380 if (strcmp(keyword, "Input") == 0)
382 if (strcmp(keyword, "Output") == 0)
384 if (strcmp(keyword, "Count") == 0)
386 if (strcmp(keyword, "Ncopy") == 0)
388 if (strcmp(keyword, "Padding") == 0)
611 static int cipher_test_parse(EVP_TEST *t, const char *keyword, argument
617 if (strcmp(keyword, "Key") == 0)
619 if (strcmp(keyword, "Rounds") == 0) {
626 if (strcmp(keyword, "I
375 digest_test_parse(EVP_TEST *t, const char *keyword, const char *value) argument
1236 mac_test_parse(EVP_TEST *t, const char *keyword, const char *value) argument
1792 pkey_test_parse(EVP_TEST *t, const char *keyword, const char *value) argument
1928 pderive_test_parse(EVP_TEST *t, const char *keyword, const char *value) argument
2099 scrypt_test_parse(EVP_TEST *t, const char *keyword, const char *value) argument
2116 pbkdf2_test_parse(EVP_TEST *t, const char *keyword, const char *value) argument
2136 pkcs12_test_parse(EVP_TEST *t, const char *keyword, const char *value) argument
2186 pbe_test_parse(EVP_TEST *t, const char *keyword, const char *value) argument
2331 encode_test_parse(EVP_TEST *t, const char *keyword, const char *value) argument
2522 rand_test_parse(EVP_TEST *t, const char *keyword, const char *value) argument
2804 kdf_test_parse(EVP_TEST *t, const char *keyword, const char *value) argument
2904 pkey_kdf_test_parse(EVP_TEST *t, const char *keyword, const char *value) argument
3034 void_test_parse(EVP_TEST *t, const char *keyword, const char *value) argument
3142 keygen_test_parse(EVP_TEST *t, const char *keyword, const char *value) argument
3266 digestsigver_test_parse(EVP_TEST *t, const char *keyword, const char *value) argument
[all...]
/freebsd-current/sys/dev/sfxge/
H A Dsfxge_ioc.h99 uint16_t keyword; member in struct:sfxge_ioc_s::__anon4536::__anon4539
H A Dsfxge.c333 value.evv_keyword = ioc->u.vpd.keyword;
347 value.evv_keyword = ioc->u.vpd.keyword;
955 efx_vpd_tag_t tag, const char *keyword)
960 /* Check whether VPD tag/keyword is present */
962 value.evv_keyword = EFX_VPD_KEYWORD(keyword[0], keyword[1]);
966 SYSCTL_ADD_PROC(ctx, list, OID_AUTO, keyword,
968 sc, tag << 16 | EFX_VPD_KEYWORD(keyword[0], keyword[1]),
978 char keyword[ local
954 sfxge_vpd_try_add(struct sfxge_softc *sc, struct sysctl_oid_list *list, efx_vpd_tag_t tag, const char *keyword) argument
[all...]
/freebsd-current/usr.bin/indent/
H A Dlexi.c244 state->keyword = 0;
262 if (p == NULL) { /* not a special keyword... */
270 state->keyword = 4; /* a type name */
274 } else { /* we have a keyword */
275 state->keyword = p->rwcode;
292 state->keyword = 0;
332 * token is in fact a declaration keyword -- one that has been
341 state->keyword = 4; /* a type name */
/freebsd-current/tests/sys/cddl/zfs/tests/zfsd/
H A Dzfsd_hotspare_006_pos.ksh137 for keyword in "${my_keywords[@]}" ; do
138 setup_hotspares "$keyword"
/freebsd-current/tests/sys/cddl/zfs/tests/hotspare/
H A Dhotspare_onoffline_004_neg.ksh152 for keyword in "${keywords[@]}" ; do
153 setup_hotspares "$keyword"
H A Dhotspare_snapshot_002_pos.ksh116 for keyword in "${keywords[@]}" ; do
117 setup_hotspares "$keyword"
H A Dhotspare_clone_002_pos.ksh121 for keyword in "${keywords[@]}" ; do
122 setup_hotspares "$keyword"
/freebsd-current/tests/sys/cddl/zfs/tests/history/
H A Dhistory_009_pos.ksh164 keyword=${array[$i]}
170 log_must verify_history $ADD_HISTORY $subcmd $testfs $keyword
/freebsd-current/sys/contrib/openzfs/etc/init.d/
H A Dzfs-mount.in61 keyword -lxc -openvz -prefix -vserver
H A Dzfs-load-key.in40 keyword -lxc -openvz -prefix -vserver
/freebsd-current/contrib/ntp/ntpq/
H A Dntpq.h82 const char *keyword; member in struct:parse
93 const char *keyword; /* command key word */ member in struct:xcmd
/freebsd-current/sys/x86/x86/
H A Dvmware_guestrpc.c261 vmware_guestrpc_set_guestinfo(const char *keyword, const char *val) argument
268 printf("%s: %s=%s\n", __func__, keyword, val);
273 sbuf_printf(&sb, "info-set guestinfo.fbsd.%s %s", keyword, val);
296 vmware_guestrpc_get_guestinfo(const char *keyword, struct sbuf *sbufp) argument
303 printf("%s: %s\n", __func__, keyword);
308 sbuf_printf(&sb, "info-get guestinfo.fbsd.%s", keyword);
/freebsd-current/crypto/openssh/
H A Dservconf.c1314 char *str, ***chararrayptr, **charptr, *arg, *arg2, *p, *keyword; local
1343 if ((keyword = strdelim(&str)) == NULL)
1346 if (*keyword == '\0')
1347 keyword = strdelim(&str);
1348 if (!keyword || !*keyword || *keyword == '#')
1351 error("%s line %d: no argument after keyword \"%s\"",
1352 filename, linenum, keyword);
1357 opcode = parse_token(keyword, filenam
[all...]
/freebsd-current/sys/dev/sfxge/common/
H A Defx_vpd.c442 efx_vpd_keyword_t keyword; local
451 keyword = EFX_VPD_KEYWORD(tag[pos], tag[pos + 1]);
459 *keywordp = keyword;
511 efx_vpd_keyword_t keyword; local
522 * Parse every tag,keyword in the existing VPD. If the csum is present,
523 * the assert it is correct, and is the final keyword in the RO block.
537 /* RV keyword must be the last in the block */
544 taglen, pos, &keyword, &keylen)) != 0)
547 if (keyword == EFX_VPD_KEYWORD('R', 'V')) {
599 /* RV keyword lengt
664 efx_vpd_keyword_t keyword = 0; local
802 efx_vpd_keyword_t keyword; local
[all...]
/freebsd-current/contrib/bc/src/
H A Dargs.c121 * Redefines a keyword, if it exists and is not a POSIX keyword. Otherwise, it
123 * @param keyword The keyword to redefine.
126 bc_args_redefine(const char* keyword) argument
136 if (!strcmp(keyword, kw->name))
146 bc_error(BC_ERR_FATAL_ARG, 0, keyword);
/freebsd-current/contrib/bmake/unit-tests/
H A Dcounter.mk18 # See parse.c, function Parse_Var, keyword "!Var_Exists".
H A Dcounter-append.mk18 # See parse.c, function Parse_Var, keyword "!Var_Exists".
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DUserSettingsController.cpp99 Properties::Apropos(llvm::StringRef keyword, argument
103 properties_sp->Apropos(keyword, matching_properties);
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_scanner.h20 * uses a "followed by" value associated with each keyword to indicate
32 * avoid the keyword scanner matching a token where a string is needed.
124 extern const char *keyword(int token);
/freebsd-current/contrib/unifdef/
H A Difdef-how.pl14 preprocessor keyword prefixed with NOT.
/freebsd-current/usr.sbin/makefs/
H A Dmtree.c479 char keyword[PATH_MAX]; local
495 error = read_word(fp, keyword, sizeof(keyword));
499 if (keyword[0] == '\0')
502 value = strchr(keyword, '=');
509 * EINVAL - Value provided for a keyword that does
511 * ENOATTR - Value missing for a keyword that needs
512 * a value. The keyword is ignored.
513 * ENOSYS - Unsupported keyword encountered. The
514 * keyword i
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/
H A Dmmp.kshlib31 function check_pool_import # pool opts token keyword
36 typeset keyword=$4
40 grep -iq "$keyword"
/freebsd-current/tests/sys/cddl/zfs/tests/redundancy/
H A Dredundancy.kshlib77 typeset keyword=$2
92 log_must $ZPOOL create -m $TESTDIR $pool $keyword $vdevs
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DHighlighter.h62 ColorStyle keyword; member in struct:lldb_private::HighlightStyle

Completed in 387 milliseconds

12345