Home
last modified time | relevance | path

Searched refs:uend (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/bsd/wpa/dist/wpa_supplicant/
H A Dp2p_supplicant_sd.c32 static int p2p_sd_dns_uncompress_label(char **upos, char *uend, u8 *start, in p2p_sd_dns_uncompress_label() argument
66 return p2p_sd_dns_uncompress_label(upos, uend, start, in p2p_sd_dns_uncompress_label()
84 if (len + 2 > uend - *upos) in p2p_sd_dns_uncompress_label()
109 char *upos, *uend; in p2p_sd_dns_uncompress() local
129 uend = buf + buf_len; in p2p_sd_dns_uncompress()
131 ret = p2p_sd_dns_uncompress_label(&upos, uend, tmp, &spos, end); in p2p_sd_dns_uncompress()
/netbsd/external/lgpl3/gmp/dist/mpn/x86_64/fastsse/
H A Dcopyd-palignr.asm142 jc L(uend)
174 L(uend):test $8, R8(n)
/netbsd/external/lgpl3/gmp/dist/mpn/x86_64/
H A Ddivrem_1.asm260 L(uend):shl R8(%rcx), %rbp
/netbsd/sys/arch/usermode/usermode/
H A Dthunk.c124 thunk_syscallemu_init(void *ustart, void *uend) in thunk_syscallemu_init() argument
129 error = syscall(SYS_syscallemu, (uintptr_t)ustart, (uintptr_t)uend); in thunk_syscallemu_init()
/netbsd/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dhomedir.c1350 unsigned char *uend = uch + 512; in tar_set_header() local
1355 for ( ; uch < uend; ++uch ) in tar_set_header()