/openbsd-src/sys/kern/ |
H A D | kern_unveil.c | 96 unveil_delete_names(struct unveil *uv) in unveil_delete_names() 114 unveil_add_name_unlocked(struct unveil *uv, char *name, u_char flags) in unveil_add_name_unlocked() 130 unveil_add_name(struct unveil *uv, char *name, u_char flags) in unveil_add_name() 141 unveil_namelookup(struct unveil *uv, char *name) in unveil_namelookup() 171 struct unveil *uv = ps->ps_uvpaths + i; in unveil_destroy() local 313 struct unveil *uv = pr->ps_uvpaths; in unveil_lookup() local 379 struct unveil *uv = NULL; in unveil_add_vnode() local 412 struct unveil *uv; in unveil_add() local 571 unveil_covered(struct unveil *uv, struct vnode *dvp, struct proc *p) in unveil_covered() 598 struct unveil *uv = NULL; in unveil_start_relative() local [all …]
|
/openbsd-src/gnu/usr.bin/perl/dist/Unicode-Normalize/ |
H A D | Normalize.xs | 55 #define OVER_UTF_MAX(uv) (VALID_UTF_MAX < (uv)) argument 92 UV uv; /* codepoint */ member 107 static U8* dec_canonical(UV uv) in dec_canonical() 119 static U8* dec_compat(UV uv) in dec_compat() 131 static UV composite_uv(UV uv, UV uv2) in composite_uv() 164 static U8 getCombinClass(UV uv) in getCombinClass() 176 static U8* pv_cat_decompHangul(pTHX_ U8* d, UV uv) in pv_cat_decompHangul() 220 UV uv = utf8_to_uvchr_buf(p, e, &retlen); in pv_utf8_decompose() local 265 UV uv = utf8_to_uvchr_buf(p, e, &retlen); in pv_utf8_reorder() local 342 UV uv = utf8_to_uvchr_buf(p, e, &retlen); in pv_utf8_compose() local [all …]
|
/openbsd-src/gnu/usr.bin/perl/ |
H A D | utf8.h | 148 #define uvoffuni_to_utf8_flags(d,uv,flags) \ argument 151 #define uvchr_to_utf8_flags(d,uv,flags) \ argument 153 #define uvchr_to_utf8_flags_msgs(d,uv,flags,msgs) \ argument 536 OFFUNISKIP(uv) global() argument 548 OFFUNISKIP_helper_(uv) global() argument 564 UVCHR_SKIP(uv) global() argument 566 NATIVE_SKIP(uv) global() argument 572 UNISKIP(uv) global() argument 589 UTF_START_BYTE(uv,bits) global() argument 605 UTF_FIRST_CONT_BYTE(uv,bits) global() argument 975 UNICODE_IS_SURROGATE(uv) global() argument 1001 UNICODE_IS_REPLACEMENT(uv) global() argument 1021 UNICODE_IS_SUPER(uv) global() argument 1071 UNICODE_IS_32_CONTIGUOUS_NONCHARS(uv) global() argument 1077 UNICODE_IS_END_PLANE_NONCHAR_GIVEN_NOT_SUPER(uv) global() argument 1080 UNICODE_IS_NONCHAR(uv) global() argument 1110 isUNICODE_POSSIBLY_PROBLEMATIC(uv) global() argument 1130 UNICODE_IS_PERL_EXTENDED(uv) global() argument 1268 UNICODE_IS_BYTE_ORDER_MARK(uv) global() argument [all...] |
H A D | utf8.c | 137 Perl_uvoffuni_to_utf8_flags(pTHX_ U8 *d, UV uv, const UV flags) in Perl_uvoffuni_to_utf8_flags() argument 394 Perl_uvchr_to_utf8(pTHX_ U8 *d, UV uv) in Perl_uvchr_to_utf8() argument 489 Perl_uvchr_to_utf8_flags(pTHX_ U8 * d,UV uv,UV flags) Perl_uvchr_to_utf8_flags() argument 1409 UV uv; Perl__utf8n_to_uvchr_msgs_helper() local 2847 U32 uv = (p[(U8) high_byte] << 8) + p[(U8) low_byte]; Perl_utf16_to_utf8_base() local 2936 UV uv = utf8n_to_uvchr(s, send - s, &retlen, Perl_utf8_to_utf16_base() local 3082 CALL_UPPER_CASE(uv,s,d,lenp) global() argument 3088 CALL_TITLE_CASE(uv,s,d,lenp) global() argument 3094 CALL_LOWER_CASE(uv,s,d,lenp) global() argument 3105 CALL_FOLD_CASE(uv,s,d,lenp,specials) global() argument [all...] |
H A D | dquote.c | 233 Perl_grok_bslash_o(pTHX_ char **s, const char * const send, UV *uv, in Perl_grok_bslash_o() 375 Perl_grok_bslash_x(pTHX_ char ** s, const char * const send, UV *uv, in Perl_grok_bslash_x()
|
H A D | perl.c | 641 if (grok_atoUV(s, &uv, NULL) && uv <= INT_MAX) in perl_destruct() local 711 UV uv; perl_destruct() local 2646 UV uv; S_parse_body() local 3494 UV uv = 0; Perl_get_debug_opts() local 4114 UV uv; S_open_script() local [all...] |
H A D | universal.c | 636 const UV uv = SvUV(ST(0)); XS() local 649 const UV uv = SvUV(ST(0)); XS() local
|
H A D | pp.c | 1733 const UV uv = SvUV_nomg(sv); PP() local 2021 S_uv_shift(UV uv,int shift,bool left) S_uv_shift() argument 2062 UV_LEFT_SHIFT(uv,shift) global() argument 2063 UV_RIGHT_SHIFT(uv,shift) global() argument 3096 UV uv; PP() local 4206 UV uv; PP() local [all...] |
H A D | inline.h | 450 UV uv = *s; Perl_valid_utf8_to_uvchr() local 2456 UV uv; Perl_utf8n_to_uvchr_msgs() local [all...] |
H A D | toke.c | 1890 UV uv; in S_incline() local 3190 UV uv = UV_MAX; /* Initialize to weird value to try to catch any uses in S_scan_const() local 4144 U32 uv = utf8n_to_uvchr((U8 *) str, S_scan_const() local 4168 U32 uv = utf8n_to_uvchr((U8 *) str, S_scan_const() local 12466 UV uv; Perl_scan_num() local [all...] |
H A D | scope.c | 1095 UV uv; Perl_leave_scope() local [all...] |
/openbsd-src/gnu/usr.bin/perl/cpan/Encode/Encode/ |
H A D | encode.h | 567 # define UNICODE_IS_SUPER(uv) ((UV) (uv) > PERL_UNICODE_MAX) argument 570 # define UNICODE_IS_32_CONTIGUOUS_NONCHARS(uv) ((UV) (uv) >= 0xFDD0 \ argument 574 # define UNICODE_IS_END_PLANE_NONCHAR_GIVEN_NOT_SUPER(uv) \ argument 594 # define UNICODE_IS_NONCHAR(uv) \ argument 615 UV uv = *s; in utf8n_to_uvchr_msgs() local 1205 # define UNICODE_IS_32_CONTIGUOUS_NONCHARS(uv) ((UV) (uv) >= 0xFDD0 \ argument 1209 # define UNICODE_IS_END_PLANE_NONCHAR_GIVEN_NOT_SUPER(uv) \ argument 1213 # define UNICODE_IS_SUPER(uv) ((UV) (uv) > PERL_UNICODE_MAX) argument 1219 # define HANDLE_UNICODE_SURROGATE(uv, flags, msgs) \ argument 1228 # define HANDLE_UNICODE_NONCHAR(uv, flags, msgs) \ argument [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | c99-tag-1.c | 66 union u2 uv; in foo() local 100 union u2 uv; in foo() local
|
/openbsd-src/lib/libfido2/src/ |
H A D | assert.c | 84 fido_opt_t uv = assert->uv; in fido_dev_get_assert_tx() local 334 fido_check_flags(uint8_t flags, fido_opt_t up, fido_opt_t uv) in fido_check_flags() 622 fido_assert_set_options(fido_assert_t *assert, bool up, bool uv) in fido_assert_set_options() 639 fido_assert_set_uv(fido_assert_t *assert, fido_opt_t uv) in fido_assert_set_uv()
|
H A D | cred.c | 55 fido_opt_t uv = cred->uv; in fido_dev_make_cred_tx() local 877 fido_cred_set_options(fido_cred_t *cred, bool rk, bool uv) in fido_cred_set_options() 894 fido_cred_set_uv(fido_cred_t *cred, fido_opt_t uv) in fido_cred_set_uv()
|
H A D | cbor.c | 657 cbor_encode_cred_opt(fido_opt_t rk, fido_opt_t uv) in cbor_encode_cred_opt() 673 cbor_encode_assert_opt(fido_opt_t up, fido_opt_t uv) in cbor_encode_assert_opt()
|
H A D | credman.c | 115 const char *rp_id, fido_opt_t uv, int *ms) in credman_tx()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | pr15296.c | 65 union u0 uv[] = {{ .i = 111 }, { .i = 222 }, { .i = 333 }, { .i = 444 }}; in main() local
|
/openbsd-src/gnu/usr.bin/perl/cpan/Unicode-Collate/ |
H A D | Collate.xs | 15 #define OVER_UTF_MAX(uv) (VALID_UTF_MAX < (uv)) argument 703 UV uv; variable
|
/openbsd-src/gnu/usr.bin/perl/ext/DynaLoader/ |
H A D | dlutils.c | 102 UV uv; in dl_generic_private_init() local
|
/openbsd-src/gnu/usr.bin/perl/ext/Hash-Util/ |
H A D | Util.xs | 88 UV uv; local
|
/openbsd-src/lib/libfido2/src/fido/ |
H A D | types.h | 147 fido_opt_t uv; /* user verification */ member 189 fido_opt_t uv; /* user verification */ member
|
/openbsd-src/sys/dev/pci/ |
H A D | azalia_codec.c | 2524 u_char uv) in azalia_mixer_to_device_value()
|
/openbsd-src/gnu/usr.bin/perl/cpan/Encode/ |
H A D | Encode.xs | 387 UV uv; in process_utf8() local
|
/openbsd-src/usr.bin/ssh/ |
H A D | sk-usbhid.c | 653 int sk_supports_uv, uv; in key_lookup() local
|