Symbol: absolute
lib/libc/time/zic.c
1831
bool absolute = *target == '/';
lib/libc/time/zic.c
1832
char *linkalloc = absolute ? NULL : relname(target, linkname);
lib/libc/time/zic.c
1833
char const *contents = absolute ? target : linkalloc;
libexec/httpd/bozohttpd.c
1033
if (absolute)
libexec/httpd/bozohttpd.c
1059
handle_redirect(bozo_httpreq_t *request, const char *url, int absolute)
libexec/httpd/bozohttpd.c
1078
if (request->hr_user && !absolute) {
libexec/httpd/bozohttpd.c
1085
if (absolute) {
libexec/httpd/bozohttpd.c
1118
if (absolute) {
libexec/httpd/bozohttpd.c
1132
url = bozo_escape_rfc3986(httpd, url, absolute);
libexec/httpd/bozohttpd.c
1470
int rv, absolute;
libexec/httpd/bozohttpd.c
1509
absolute = 0;
libexec/httpd/bozohttpd.c
1519
absolute = 1;
libexec/httpd/bozohttpd.c
1536
if (!absolute && redirpath[0] != '/') {
libexec/httpd/bozohttpd.c
1547
handle_redirect(request, finalredir, absolute);
libexec/httpd/bozohttpd.c
996
bozo_escape_rfc3986(bozohttpd_t *httpd, const char *url, int absolute)
libexec/httpd/bozohttpd.h
292
char *bozo_escape_rfc3986(bozohttpd_t *httpd, const char *url, int absolute);
sbin/fdisk/fdisk.c
1736
unsigned long *absolute)
sbin/fdisk/fdisk.c
1746
*absolute = le32toh(part->mbrp_start);
sbin/fdisk/fdisk.c
1751
*absolute = le32toh(part->mbrp_start)
sbin/fdisk/fdisk.c
1760
if ((((*cylinder * MAXHEAD) + *head) * MAXSECTOR + *sector) < *absolute)
sbin/nvmectl/bignum.c
4330
if ((err = absolute(X, &tmpX)) != MP_OKAY) {
sbin/nvmectl/bignum.c
5130
return absolute(b, c);
sbin/nvmectl/bignum.c
5133
return absolute(a, c);
usr.sbin/sysinst/mbr.c
1906
int *cylinder, int *head, int *sector, daddr_t *absolute)
usr.sbin/sysinst/mbr.c
1916
*absolute = le32toh(apart->mbrp_start);
usr.sbin/sysinst/mbr.c
1921
*absolute = le32toh(apart->mbrp_start)
usr.sbin/sysinst/mbr.c
1925
if ((((*cylinder * MAXHEAD) + *head) * (uint32_t)MAXSECTOR + *sector) < *absolute)