Home
last modified time | relevance | path

Searched defs:keyword (Results 1 – 25 of 83) sorted by relevance

1234

/netbsd/lib/libc/gen/
H A Dfmtmsg.c58 static const struct keyword { struct
59 size_t len; /* strlen(keyword) */ argument
60 const char * const keyword; member
/netbsd/usr.bin/xlint/lint1/
H A Dlex.c102 static const struct keyword { struct
121 } keywords[] = { argument
/netbsd/usr.sbin/eeprom/
H A Dprephandlers.c78 prep_action(char *keyword, char *arg) in prep_action()
88 prep_handler(char *keyword, char *arg) in prep_handler()
H A Dophandlers.c72 op_action(char *keyword, char *arg) in op_action()
98 op_handler(char *keyword, char *arg) in op_handler()
H A Dofhandlers.c82 of_action(char *keyword, char *arg) in of_action()
92 of_handler(char *keyword, char *arg) in of_handler()
H A Dmain.c184 char *keyword, *arg; in action() local
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dm2-exp.y731 struct keyword { struct
736 static struct keyword keytab[] = argument
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dm2-exp.y731 struct keyword { struct
736 static struct keyword keytab[] = argument
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A Dgprofng.cc180 const char *keyword; in exec_cmd() member
193 const char *keyword = argc > 1 ? argv[1] : ""; in exec_cmd() local
/netbsd/external/bsd/ntp/dist/ntpdc/
H A Dntpdc.h46 char *keyword; member
57 const char *keyword; /* command key word */ member
/netbsd/external/bsd/unbound/dist/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()
235 sldns_fget_keyword_data_l(FILE *f, const char *keyword, const char *k_del, char *data, 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()
/netbsd/usr.bin/indent/
H A Dlexi.c49 static const struct keyword { struct
52 } keywords[] = { argument
/netbsd/crypto/external/bsd/openssl.old/dist/test/
H A Devp_test.c360 const char *keyword, const char *value) in digest_test_parse()
533 static int cipher_test_parse(EVP_TEST *t, const char *keyword, in cipher_test_parse()
939 const char *keyword, const char *value) in mac_test_parse()
1177 const char *keyword, const char *value) in pkey_test_parse()
1401 const char *keyword, const char *value) in scrypt_test_parse()
1418 const char *keyword, const char *value) in pbkdf2_test_parse()
1438 const char *keyword, const char *value) in pkcs12_test_parse()
1486 const char *keyword, const char *value) in pbe_test_parse()
1619 const char *keyword, const char *value) in encode_test_parse()
1763 const char *keyword, const char *value) in kdf_test_parse()
[all …]
/netbsd/external/bsd/ntp/dist/ntpq/
H A Dntpq.h85 const char *keyword; member
96 const char *keyword; /* command key word */ member
/netbsd/crypto/external/bsd/openssl/dist/test/
H A Devp_test.c376 const char *keyword, const char *value) in digest_test_parse()
611 static int cipher_test_parse(EVP_TEST *t, const char *keyword, in cipher_test_parse()
1225 const char *keyword, const char *value) in mac_test_parse()
1757 const char *keyword, const char *value) in pkey_test_parse()
2064 const char *keyword, const char *value) in scrypt_test_parse()
2081 const char *keyword, const char *value) in pbkdf2_test_parse()
2101 const char *keyword, const char *value) in pkcs12_test_parse()
2151 const char *keyword, const char *value) in pbe_test_parse()
2296 const char *keyword, const char *value) in encode_test_parse()
2487 const char *keyword, const char *value) in rand_test_parse()
[all …]
/netbsd/external/gpl2/gettext/dist/gettext-tools/src/
H A Dxgettext.h70 const char *keyword; /* the keyword, not NUL terminated */ member
277 const char *keyword; /* the keyword, not NUL terminated */ member
/netbsd/external/gpl3/gdb/dist/gdb/guile/
H A Dscm-utils.c293 lookup_keyword (const SCM *keyword_list, SCM keyword) in lookup_keyword()
383 SCM keyword = scm_car (rest); in gdbscm_parse_function_args_1() local
/netbsd/external/gpl3/gdb.old/dist/gdb/guile/
H A Dscm-utils.c293 lookup_keyword (const SCM *keyword_list, SCM keyword) in lookup_keyword()
383 SCM keyword = scm_car (rest); in gdbscm_parse_function_args_1() local
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dparse.c129 #define match(keyword, subr, st) \ argument
614 #define matcha(keyword, subr, st) \ argument
746 #define matchs(keyword, subr, st) \ argument
767 #define matcho(keyword, subr, st) \ argument
787 #define matchds(keyword, subr, st) \ argument
803 #define matchdo(keyword, subr, st) \ argument
H A Dparse.cc131 #define match(keyword, subr, st) \ argument
616 #define matcha(keyword, subr, st) \ argument
750 #define matchs(keyword, subr, st) \ argument
771 #define matcho(keyword, subr, st) \ argument
791 #define matchds(keyword, subr, st) \ argument
807 #define matchdo(keyword, subr, st) \ argument
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dparse.c129 #define match(keyword, subr, st) \ argument
614 #define matcha(keyword, subr, st) \ argument
746 #define matchs(keyword, subr, st) \ argument
767 #define matcho(keyword, subr, st) \ argument
787 #define matchds(keyword, subr, st) \ argument
803 #define matchdo(keyword, subr, st) \ argument
/netbsd/external/gpl2/rcs/dist/src/
H A Drcskeep.c132 char keyword[keylength+1]; local
/netbsd/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.h183 c_parser_next_token_is_keyword (c_parser *parser, enum rid keyword) in c_parser_next_token_is_keyword()
/netbsd/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.h183 c_parser_next_token_is_keyword (c_parser *parser, enum rid keyword) in c_parser_next_token_is_keyword()
/netbsd/external/apache2/llvm/dist/llvm/utils/lit/tests/unit/
H A DTestRunner.py68 def get_parser(parser_list, keyword): argument

1234