| /openbsd/src/usr.bin/lex/ |
| D | scanopt.c | 252 usg_elem *ue; in scanopt_usage() local 284 ue = store + store_idx++; in scanopt_usage() 285 ue->idx = i; in scanopt_usage() 286 ue->next = ue->alias = NULL; in scanopt_usage() 290 byr_val = ue; in scanopt_usage() 298 RVAL (s, ue->idx)) { in scanopt_usage() 307 NAME (s, ue->idx)) > 0) { in scanopt_usage() 314 ue->next = *ue_curr; in scanopt_usage() 315 *ue_curr = ue; in scanopt_usage() 325 ue = byr_val; in scanopt_usage() [all …]
|
| /openbsd/src/usr.sbin/ypldap/ |
| D | ypldap.c | 150 struct userent *ue; in main_trash_update() local 155 while ((ue = RB_ROOT(env->sc_user_names_t)) != NULL) { in main_trash_update() 157 env->sc_user_names_t, ue); in main_trash_update() 158 free(ue->ue_line); in main_trash_update() 159 free(ue->ue_netid_line); in main_trash_update() 160 free(ue); in main_trash_update() 178 struct userent *ue; in main_create_user_groups() local 187 RB_FOREACH(ue, user_name_tree, env->sc_user_names_t) { in main_create_user_groups() 188 bp = cp = ue->ue_line; in main_create_user_groups() 205 ue->ue_uid); in main_create_user_groups() [all …]
|
| D | entries.c | 46 struct userent *ue; in flatten_entries() local 65 RB_FOREACH(ue, user_name_tree, env->sc_user_names) { in flatten_entries() 70 ue->ue_line[strlen(ue->ue_line)] = ':'; in flatten_entries() 71 log_debug("pushing line: %s", ue->ue_line); in flatten_entries() 72 len = strlen(ue->ue_line) + 1; in flatten_entries() 73 memcpy(endp, ue->ue_line, len); in flatten_entries() 75 free(ue->ue_line); in flatten_entries() 76 ue->ue_line = endp; in flatten_entries() 83 tmp = ue->ue_netid_line; in flatten_entries() 84 ue->ue_netid_line = strdup(tmp); in flatten_entries() [all …]
|
| D | yp.c | 430 struct userent *ue; in ypproc_match_2_svc() local 461 if ((ue = RB_FIND(user_name_tree, env->sc_user_names, in ypproc_match_2_svc() 467 yp_make_val(&res, ue->ue_line, 1); in ypproc_match_2_svc() 477 if ((ue = RB_FIND(user_uid_tree, &env->sc_user_uids, in ypproc_match_2_svc() 483 yp_make_val(&res, ue->ue_line, 1); in ypproc_match_2_svc() 540 if ((ue = RB_FIND(user_uid_tree, &env->sc_user_uids, in ypproc_match_2_svc() 546 yp_make_val(&res, ue->ue_netid_line, 0); in ypproc_match_2_svc() 587 struct userent *ue; in ypproc_next_2_svc() local 603 if ((ue = RB_NFIND(user_name_tree, env->sc_user_names, in ypproc_next_2_svc() 608 line = ue->ue_line + (strlen(ue->ue_line) + 1); in ypproc_next_2_svc()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/libsupc++/ |
| D | vec.cc | 100 uncatch_exception ue; in __cxa_vec_new2() local 133 uncatch_exception ue; in __cxa_vec_new3() local 161 uncatch_exception ue; in __cxa_vec_ctor() local 191 uncatch_exception ue; in __cxa_vec_cctor() local 223 uncatch_exception ue; in __cxa_vec_dtor() local 295 uncatch_exception ue; in __cxa_vec_delete2() local 327 uncatch_exception ue; in __cxa_vec_delete3() local
|
| /openbsd/src/sys/net/ |
| D | wg_noise.c | 210 uint8_t ue[NOISE_PUBLIC_KEY_LEN], in noise_create_initiation() 227 if (curve25519_generate_public(ue, hs->hs_e) == 0) in noise_create_initiation() 229 noise_msg_ephemeral(hs->hs_ck, hs->hs_hash, ue); in noise_create_initiation() 262 uint32_t s_idx, uint8_t ue[NOISE_PUBLIC_KEY_LEN], in noise_consume_initiation() 279 noise_msg_ephemeral(hs.hs_ck, hs.hs_hash, ue); in noise_consume_initiation() 282 if (noise_mix_dh(hs.hs_ck, key, l->l_private, ue) != 0) in noise_consume_initiation() 303 memcpy(hs.hs_e, ue, NOISE_PUBLIC_KEY_LEN); in noise_consume_initiation() 339 uint8_t ue[NOISE_PUBLIC_KEY_LEN], uint8_t en[0 + NOISE_AUTHTAG_LEN]) in noise_create_response() 354 if (curve25519_generate_public(ue, e) == 0) in noise_create_response() 356 noise_msg_ephemeral(hs->hs_ck, hs->hs_hash, ue); in noise_create_response() [all …]
|
| D | wg_noise.h | 148 uint8_t ue[NOISE_PUBLIC_KEY_LEN], 156 uint8_t ue[NOISE_PUBLIC_KEY_LEN], 164 uint8_t ue[NOISE_PUBLIC_KEY_LEN], 171 uint8_t ue[NOISE_PUBLIC_KEY_LEN],
|
| D | if_wg.c | 101 uint8_t ue[NOISE_PUBLIC_KEY_LEN]; member 111 uint8_t ue[NOISE_PUBLIC_KEY_LEN]; member 1270 if (noise_create_initiation(&peer->p_remote, &pkt.s_idx, pkt.ue, pkt.es, in wg_send_initiation() 1292 pkt.ue, pkt.en) != 0) in wg_send_response() 1417 init->s_idx, init->ue, init->es, init->ets) != 0) { in wg_handshake() 1474 resp->ue, resp->en) != 0) { in wg_handshake()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/libsupc++/ |
| D | vec.cc | 111 uncatch_exception ue; in __cxa_vec_new2() local 149 uncatch_exception ue; in __cxa_vec_new3() local 177 uncatch_exception ue; in __cxa_vec_ctor() local 208 uncatch_exception ue; in __cxa_vec_cctor() local 241 uncatch_exception ue; in __cxa_vec_dtor() local 316 uncatch_exception ue; in __cxa_vec_delete2() local 351 uncatch_exception ue; in __cxa_vec_delete3() local
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/ |
| D | macro4.c | 11 #if glue (xgl, ue) (1, 2) != 12
|
| D | paste2.c | 60 if (glue (gl, ue) (12) != 12) in main()
|
| /openbsd/src/regress/lib/libcrypto/x509/bettertls/certificates/ |
| D | 2060.crt | 10 KoZIhvcNAQEBBQADggEPADCCAQoCggEBAIFbjQbjsyXLy7KTaKMa/ue/1vZMW0Uz
|
| D | 2455.key | 4 VSOZlcmfjH+pQ1hJSUaP8KBUUuqN2UQH4N/zmcRioXepa+49ue/aJQXJ1aHpKoJo
|
| D | 529.key | 8 b0aDuzya8g3m2EuWgCLBbeg4L9Si62E2KdDLLFxabgx4tGCI1cyl19h5I9P+ue/H
|
| D | 2958.key | 23 ue/yk+O1gPnHagiqyMoJVaX+kh5oATXmB30Ms66EN2RYbaBVAeKjONUCvIiDjjOm
|
| D | 2063.chain | 18 TdX8bLVO+GqWGc9qlHgv2AvktU5vL0eleVr//ue/1t0CFLpt1iddKaa3hncwBLTG
|
| D | 305.chain | 41 CwUAA4IBAQCYCrukU4FfDniVo8YH3+ue/H9ogQzQKWhA2ViynGg+3MqoLTOeTGYt
|
| D | 2287.chain | 17 AIMYBKYgQYypm6Fn2Ckt/ue/OV4lXZ/jSxCyGcQIJ0ENfE4Q6+bgQM6l3cftbh+B
|
| D | 2883.chain | 35 8WDl+oca7ct5PQywTcQHq6s+ue/0kc8LYxOvhqsrK1UdtpyMGW4c2mNIQhZVLWRy
|
| D | 2754.chain | 37 AB46J2NWg8sA9xyuzzzp9X1osCN7QRVmzlvUdPlaA/J+sCnoaA1DpSMjZI8O2+ue
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/ |
| D | loc_deph.t | 49 ok($objDePhone->eq("u\x{308}", "ue")); 60 ok($objDePhone->gt("u\x{308}", "ue"));
|
| D | loc_de.t | 49 ok($objDe->lt("u\x{308}", "ue"));
|
| /openbsd/src/regress/lib/libssl/certs/ |
| D | client2-rsa.pem | 28 ue+lGm7jOiVsILqPKy59TjpWgk2usp0+UO7g9sXw8qsmXuM5JQtpgeq6Ah6eIxVX
|
| /openbsd/src/regress/usr.bin/mandoc/char/space/ |
| D | tab-filled.out_ascii | 22 …TTaabb mmeeaassuurreemmeenntt ccoonnttiinnuueess oonnttoo tthhee nn…
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Term-Cap/ |
| D | Cap.pm | 743 ue=\E[24m:up=\E[A:us=\E[4m:ve=\E[?25h:vi=\E[?25l:
|