Searched refs:uend (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sbin/fsck_ffs/
H A Dpass5.c460 ufs2_daddr_t n, astart, aend, ustart, uend; local
467 astart = ustart = aend = uend = -1;
497 ustart = uend = n;
500 if (uend + 1 == n) {
501 uend = n;
504 size = uend - ustart + 1;
507 ustart = uend = n;
539 ustart = uend = n;
553 size = uend - ustart + 1;
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant_sd.c32 static int p2p_sd_dns_uncompress_label(char **upos, char *uend, u8 *start, argument
66 return p2p_sd_dns_uncompress_label(upos, uend, start,
84 if (len + 2 > uend - *upos)
109 char *upos, *uend; local
129 uend = buf + buf_len;
131 ret = p2p_sd_dns_uncompress_label(&upos, uend, tmp, &spos, end);
/freebsd-11-stable/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c1209 ULARGE_INTEGER uend; local
1214 uend.LowPart = fend.dwLowDateTime;
1215 uend.HighPart = fend.dwHighDateTime;
1217 diff = (uend.QuadPart - ustart.QuadPart) / 10000;

Completed in 79 milliseconds