Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gmake/dist/
H A Dhash.h84 #define STRING_HASH_1(KEY, RESULT) do { \ argument
89 #define return_STRING_HASH_1(KEY) do { \ argument
95 #define STRING_HASH_2(KEY, RESULT) do { \ argument
100 #define return_STRING_HASH_2(KEY) do { \ argument
114 #define STRING_N_HASH_1(KEY, N, RESULT) do { \ argument
122 #define return_STRING_N_HASH_1(KEY, N) do { \ argument
128 #define STRING_N_HASH_2(KEY, N, RESULT) do { \ argument
136 #define return_STRING_N_HASH_2(KEY, N) do { \ argument
153 #define ISTRING_HASH_1(KEY, RESULT) do { \ argument
158 #define return_ISTRING_HASH_1(KEY) do { \ argument
[all …]
/netbsd-src/external/bsd/ntp/dist/include/
H A Dadjtime.h44 #define KEY 659847L macro
/netbsd-src/external/bsd/ntp/dist/tests/libntp/
H A Dauthkeys.c128 const char* KEY = "52a"; in test_AddWithAuthUseKey() local
137 const char* KEY = ""; in test_EmptyKey() local
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Drclex.c76 #define K(KEY) { #KEY, KEY } argument
77 #define KRT(KEY) { #KEY, RT_##KEY } argument
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Drclex.c76 #define K(KEY) { #KEY, KEY } argument
77 #define KRT(KEY) { #KEY, RT_##KEY } argument
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dbio_enc_test.c24 static const unsigned char KEY[] = { variable
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dbio_enc_test.c24 static const unsigned char KEY[] = { variable
/netbsd-src/external/bsd/iscsi/dist/include/
H A Dparameters.h161 #define PARAM_LIST_ADD(LIST, TYPE, KEY, DFLT, VALID, ELSE) \ argument
167 #define PARAM_TEXT_ADD(LIST, KEY, VAL, TEXT, LEN, SIZE, OFFER, ELSE ) \ argument
/netbsd-src/usr.sbin/mtree/
H A Dmisc.c61 } KEY; typedef
[all...]
/netbsd-src/external/bsd/nvi/dist/vi/
H A Dvi.c433 #define KEY(key, ec_flags) { \ macro
/netbsd-src/tests/lib/libc/db/
H A Dh_db.c62 enum S { COMMAND, COMPARE, GET, PUT, REMOVE, SEQ, SEQFLAG, KEY, DATA }; enumerator
/netbsd-src/external/mit/isl/dist/
H A Disl_box.c550 #define KEY enum isl_fb_key macro
H A Disl_schedule_read.c54 #define KEY enum isl_schedule_key macro
H A Disl_schedule_constraints.c559 #define KEY enum isl_sc_key macro
H A Disl_ast.c2626 #define KEY enum isl_ast_expr_op_type macro
2732 #define KEY enum isl_ast_expr_type macro
3334 #define KEY enum isl_ast_node_type macro
H A Disl_ast_graft.c1510 #define KEY enum isl_graft_key macro
H A Disl_flow.c1871 #define KEY enum isl_ai_key macro
/netbsd-src/external/gpl2/groff/dist/src/utils/indxbib/
H A Dindxbib.cpp472 KEY, // in the middle of a key in do_file() enumerator
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dxml.h71 TT, CODE, COMMAND_TAG, ENV, FILE_TAG, OPTION, SAMP, KBD, URL, KEY, enumerator
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_ssl.c74 static const char KEY[] = variable
/netbsd-src/sys/sys/
H A Dmount.h225 #define VFS_LOADVNODE(MP, VP, KEY, KEY_LEN, NEW_KEY) \ argument
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhctoken.h258 KEY = 457, enumerator
/netbsd-src/external/mpl/dhcp/dist/keama/
H A Ddhctoken.h262 KEY = 457, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprObjC.h848 enum { BASE, KEY, END_EXPR }; enumerator
/netbsd-src/external/mit/expat/dist/lib/
H A Dxmlparse.c201 typedef const XML_Char *KEY; typedef