Home
last modified time | relevance | path

Searched refs:ue (Results 1 – 25 of 38) sorted by relevance

12

/openbsd/usr.bin/lex/
H A Dscanopt.c270 usg_elem *ue; local
303 ue->idx = i;
304 ue->next = ue->alias = NULL;
308 byr_val = ue;
333 *ue_curr = ue;
343 ue = byr_val;
344 while (ue) {
347 printf ("%2d: %s\n", ue->idx, NAME (s, ue->idx));
351 ue = ue->next;
359 for (ue = byr_val; ue; ue = ue->next) {
[all …]
/openbsd/usr.sbin/ypldap/
H A Dypldap.c151 struct userent *ue; in main_trash_update() local
159 free(ue->ue_line); in main_trash_update()
161 free(ue); in main_trash_update()
179 struct userent *ue; in main_create_user_groups() local
206 ue->ue_uid); in main_create_user_groups()
277 struct userent *ue; in main_end_update() local
308 ue); in main_end_update()
310 free(ue); in main_end_update()
396 if ((ue = calloc(1, sizeof(*ue))) == NULL || in main_dispatch_client()
405 ue->ue_line[strcspn(ue->ue_line, ":")] = '\0'; in main_dispatch_client()
[all …]
H A Dentries.c46 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 …]
H A Dyp.c430 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/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Dvec.cc100 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/sys/net/
H A Dwg_noise.c210 uint8_t ue[NOISE_PUBLIC_KEY_LEN], in noise_create_initiation()
303 memcpy(hs.hs_e, ue, NOISE_PUBLIC_KEY_LEN); in noise_consume_initiation()
996 uint8_t ue[NOISE_PUBLIC_KEY_LEN]; member
1004 uint8_t ue[NOISE_PUBLIC_KEY_LEN]; member
1151 init.ue, init.es, init.ets) != 0) in noise_handshake_test()
1174 init.ue, init.es, init.ets) != 0) in noise_handshake_test()
1188 &resp.r_idx, resp.ue, resp.en) != 0) in noise_handshake_test()
1202 resp.r_idx, resp.ue, resp.en) != 0) in noise_handshake_test()
1282 init.ue, init.es, init.ets) != 0) in noise_speed_test()
1288 init.ue, init.es, init.ets) != 0) in noise_speed_test()
[all …]
H A Dwg_noise.h148 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],
H A Dif_wg.c92 uint8_t ue[NOISE_PUBLIC_KEY_LEN]; member
102 uint8_t ue[NOISE_PUBLIC_KEY_LEN]; member
1240 if (noise_create_initiation(&peer->p_remote, &pkt.s_idx, pkt.ue, pkt.es, in wg_send_initiation()
1259 pkt.ue, pkt.en) != 0) in wg_send_response()
1379 init->s_idx, init->ue, init->es, init->ets) != 0) { in wg_handshake()
1422 resp->ue, resp->en) != 0) { in wg_handshake()
/openbsd/gnu/gcc/libstdc++-v3/libsupc++/
H A Dvec.cc111 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/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dmacro4.c11 #if glue (xgl, ue) (1, 2) != 12
H A Dpaste2.c60 if (glue (gl, ue) (12) != 12) in main()
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/
H A D2060.crt10 KoZIhvcNAQEBBQADggEPADCCAQoCggEBAIFbjQbjsyXLy7KTaKMa/ue/1vZMW0Uz
H A D2455.key4 VSOZlcmfjH+pQ1hJSUaP8KBUUuqN2UQH4N/zmcRioXepa+49ue/aJQXJ1aHpKoJo
H A D529.key8 b0aDuzya8g3m2EuWgCLBbeg4L9Si62E2KdDLLFxabgx4tGCI1cyl19h5I9P+ue/H
H A D2958.key23 ue/yk+O1gPnHagiqyMoJVaX+kh5oATXmB30Ms66EN2RYbaBVAeKjONUCvIiDjjOm
H A D2063.chain18 TdX8bLVO+GqWGc9qlHgv2AvktU5vL0eleVr//ue/1t0CFLpt1iddKaa3hncwBLTG
H A D2883.chain35 8WDl+oca7ct5PQywTcQHq6s+ue/0kc8LYxOvhqsrK1UdtpyMGW4c2mNIQhZVLWRy
H A D2287.chain17 AIMYBKYgQYypm6Fn2Ckt/ue/OV4lXZ/jSxCyGcQIJ0ENfE4Q6+bgQM6l3cftbh+B
H A D2754.chain37 AB46J2NWg8sA9xyuzzzp9X1osCN7QRVmzlvUdPlaA/J+sCnoaA1DpSMjZI8O2+ue
H A D305.chain41 CwUAA4IBAQCYCrukU4FfDniVo8YH3+ue/H9ogQzQKWhA2ViynGg+3MqoLTOeTGYt
/openbsd/gnu/usr.bin/perl/cpan/Unicode-Collate/t/
H A Dloc_deph.t49 ok($objDePhone->eq("u\x{308}", "ue"));
60 ok($objDePhone->gt("u\x{308}", "ue"));
H A Dloc_de.t49 ok($objDe->lt("u\x{308}", "ue"));
/openbsd/regress/lib/libssl/certs/
H A Dclient2-rsa.pem28 ue+lGm7jOiVsILqPKy59TjpWgk2usp0+UO7g9sXw8qsmXuM5JQtpgeq6Ah6eIxVX
/openbsd/regress/usr.bin/mandoc/char/space/
H A Dtab-filled.out_ascii22 …TTaabb mmeeaassuurreemmeenntt ccoonnttiinnuueess oonnttoo tthhee nn…
/openbsd/gnu/usr.bin/perl/cpan/Term-Cap/
H A DCap.pm743 ue=\E[24m:up=\E[A:us=\E[4m:ve=\E[?25h:vi=\E[?25l:

12