Searched refs:key_s (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Datexit_thread.cc106 struct key_s { struct
107 key_s() { __gthread_key_create (&key, run); } function in struct:__anon1618::key_s
108 ~key_s() { __gthread_key_delete (key); }
110 static key_s ks;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dcondition_variable.cc129 struct key_s { struct
130 key_s() { __gthread_key_create (&key, run); } function in struct:__anon1636::key_s
131 ~key_s() { __gthread_key_delete (key); }
133 static key_s ks;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Datexit_thread.cc111 struct key_s { struct
112 key_s() { __gthread_key_create (&key, run); } function in struct:__anon1910::key_s
113 ~key_s() { __gthread_key_delete (key); }
115 static key_s ks;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcondition_variable.cc104 struct key_s { struct
105 key_s() { __gthread_key_create (&key, run); } function in struct:__anon1931::key_s
106 ~key_s() { __gthread_key_delete (key); }
108 static key_s ks;
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dauth2-pubkey.c100 char *pkalg = NULL, *userstyle = NULL, *key_s = NULL, *ca_s = NULL; local
183 key_s = format_key(key);
189 method, pkalg, key_s,
248 "not met ", key_s,
262 "verification requirement not met ", key_s,
272 debug_f("%s test pkalg %s pkblob %s%s%s", method, pkalg, key_s,
315 free(key_s);

Completed in 94 milliseconds