Searched refs:id (Results 126 - 150 of 2462) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/kcm/
H A Dglue.c51 krb5_ccache id)
53 return CACHENAME(id);
57 kcmss_resolve(krb5_context context, krb5_ccache *id, const char *res) argument
63 kcmss_gen_new(krb5_context context, krb5_ccache *id) argument
70 krb5_ccache id,
74 kcm_ccache c = KCMCACHE(id);
90 krb5_ccache id)
92 kcm_ccache c = KCMCACHE(id);
96 id->data.data = NULL;
97 id
50 kcmss_get_name(krb5_context context, krb5_ccache id) argument
69 kcmss_initialize(krb5_context context, krb5_ccache id, krb5_principal primary_principal) argument
89 kcmss_close(krb5_context context, krb5_ccache id) argument
103 kcmss_destroy(krb5_context context, krb5_ccache id) argument
117 kcmss_store_cred(krb5_context context, krb5_ccache id, krb5_creds *creds) argument
133 kcmss_retrieve(krb5_context context, krb5_ccache id, krb5_flags which, const krb5_creds *mcred, krb5_creds *creds) argument
158 kcmss_get_principal(krb5_context context, krb5_ccache id, krb5_principal *principal) argument
174 kcmss_get_first(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor) argument
188 kcmss_get_next(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor, krb5_creds *creds) argument
212 kcmss_end_get(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor) argument
221 kcmss_remove_cred(krb5_context context, krb5_ccache id, krb5_flags which, krb5_creds *cred) argument
237 kcmss_set_flags(krb5_context context, krb5_ccache id, krb5_flags flags) argument
245 kcmss_get_version(krb5_context context, krb5_ccache id) argument
272 kcm_internal_ccache(krb5_context context, kcm_ccache c, krb5_ccache id) argument
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/x509v3/
H A Dpcy_data.c78 /* Create a data based on an existing policy. If 'id' is NULL use the
79 * oid in the policy, otherwise use 'id'. This behaviour covers the two
89 ASN1_OBJECT *id; local
94 id = OBJ_dup(cid);
95 if (!id)
99 id = NULL;
107 if (id)
108 ASN1_OBJECT_free(id);
117 if (id)
118 ret->valid_policy = id;
[all...]
/netbsd-6-1-5-RELEASE/dist/pdisk/
H A DSCSI_media.h62 char *linux_scsi_name(long bus, long id);
63 char *linux_old_scsi_name(long id);
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/crypto/
H A Ddh_groups.h19 int id; member in struct:dh_group
26 const struct dh_group * dh_groups_get(int id);
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/eap_common/
H A Dchap.c21 int chap_md5(u8 id, const u8 *secret, size_t secret_len, const u8 *challenge, argument
27 addr[0] = &id;
H A Deap_wsc_common.c23 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code) argument
27 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/torture/
H A Dpr33819.C7 long long id() const { return (this->a << 16) >> 16; } function in class:s
8 bool operator< (s sv) { return this->a < sv.id(); }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20040303-1.c6 RemoveInput(unsigned long id) argument
11 if (ip == (input_t *)id)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/obj-c++.dg/
H A Dgnu-runtime-1.mm15 id fooBarInst = [[FooBar alloc] init];
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc/execute/
H A Dbycopy-1.m9 - (bycopy id) bycopyMethod;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc.dg/
H A Dgnu-runtime-1.m15 id fooBarInst = [[FooBar alloc] init];
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/30_threads/thread/cons/
H A D3.cc31 struct copyable : public std::unary_function<std::thread::id&, void>
38 void operator()(std::thread::id& id) const
40 id = std::this_thread::get_id();
58 std::thread::id t1_id1;
61 std::thread::id t1_id2 = t1.get_id();
68 std::thread::id t2_id1;
71 std::thread::id t2_id2 = t2.get_id();
H A D4.cc31 struct noncopyable : std::unary_function<std::thread::id&, void>
37 void operator()(std::thread::id& id) const
39 id = std::this_thread::get_id();
55 std::thread::id t1_id1;
58 std::thread::id t1_id2 = t1.get_id();
64 std::thread::id t2_id1;
67 std::thread::id t2_id2 = t2.get_id();
H A D5.cc31 struct nonconst : public std::unary_function<std::thread::id&, void>
33 void operator()(std::thread::id& id) argument
35 id = std::this_thread::get_id();
45 std::thread::id t1_id1;
48 std::thread::id t1_id2 = t1.get_id();
54 std::thread::id t2_id1;
57 std::thread::id t2_id2 = t2.get_id();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/30_threads/thread/id/
H A Doperators.cc27 // thread::id operators
28 std::thread::id id1;
29 std::thread::id id2;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/30_threads/thread/members/
H A D3.cc39 VERIFY( t.get_id() != std::thread::id() );
41 VERIFY( t.get_id() == std::thread::id() );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp11144.C3 // prms-id: 11144
10 } id(1);
12 Id foo() { return id; }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D20040303-1.c6 RemoveInput(unsigned long id) argument
11 if (ip == (input_t *)id)
/netbsd-6-1-5-RELEASE/lib/librt/
H A Dpset.c44 pset_bind(psetid_t psid, idtype_t idtype, id_t id, psetid_t *opsid) argument
47 return _pset_bind(idtype, id, P_ALL_LWPS, psid, opsid);
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/common/
H A Deasy_preset.c22 opt_easy->filters[0].id = LZMA_FILTER_LZMA2;
24 opt_easy->filters[1].id = LZMA_VLI_UNKNOWN;
H A Dfilter_common.c18 lzma_vli id; member in struct:__anon2904
39 .id = LZMA_FILTER_LZMA1,
48 .id = LZMA_FILTER_LZMA2,
57 .id = LZMA_FILTER_X86,
66 .id = LZMA_FILTER_POWERPC,
75 .id = LZMA_FILTER_IA64,
84 .id = LZMA_FILTER_ARM,
93 .id = LZMA_FILTER_ARMTHUMB,
102 .id = LZMA_FILTER_SPARC,
111 .id
[all...]
H A Dfilter_common.h22 lzma_vli id; member in struct:__anon2905
35 typedef const lzma_filter_coder *(*lzma_filter_find)(lzma_vli id);
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/examples/hello-objc-gnustep/
H A DHello.h16 id okButton;
19 - (id)init;
/netbsd-6-1-5-RELEASE/usr.sbin/sup/source/sys/
H A Dviceioctl.h64 #define _VICEIOCTL(id) ((unsigned int ) _IOW('V', id, struct ViceIoctl))
/netbsd-6-1-5-RELEASE/tests/lib/libc/sys/
H A Dt_msgsnd.c65 int id; local
67 if ((id = msgget(MSG_KEY, 0)) != -1)
68 (void)msgctl(id, IPC_RMID, 0);
81 int id, sta; local
84 id = msgget(MSG_KEY, IPC_CREAT | 0600);
85 ATF_REQUIRE(id != -1);
100 if (msgsnd(id, &msg, sizeof(struct msg), 0) < 0)
112 ATF_REQUIRE(msgctl(id, IPC_RMID, 0) == 0);
134 int id, rv; local
136 id
178 int id; local
222 int id, rv, sta; local
269 int id, sta; local
[all...]

Completed in 135 milliseconds

1234567891011>>