HomeSort by: relevance | last modified time | path
    Searched defs:absolute (Results 1 - 3 of 3) sorted by relevancy

  /src/libexec/httpd/
bozohttpd.c 993 * chosen characters for absolute redirects
996 bozo_escape_rfc3986(bozohttpd_t *httpd, const char *url, int absolute)
1033 if (absolute)
1059 handle_redirect(bozo_httpreq_t *request, const char *url, int absolute)
1069 int absproto = 0; /* absolute redirect provides own schema */
1078 if (request->hr_user && !absolute) {
1085 if (absolute) {
1090 * absolute redirect may specify own protocol i.e. to redirect
1118 if (absolute) {
1132 url = bozo_escape_rfc3986(httpd, url, absolute);
1463 int rv, absolute; local in function:check_bzredirect
    [all...]
  /src/sbin/nvmectl/
bignum.c 1599 absolute(mp_int * a, mp_int * b) function in typeref:typename:int
4330 if ((err = absolute(X, &tmpX)) != MP_OKAY) {
5130 return absolute(b, c);
5133 return absolute(a, c);
  /src/lib/libc/time/
zic.c 1430 relative or absolute. Return a null pointer if the symlink contents
1431 was not computed because LINKNAME is absolute but DIRECTORY is not. */
1440 /* Make F absolute too. */
1550 bool absolute = *target == '/'; local in function:dolink
1551 char *linkalloc = absolute ? NULL : relname(target, linkname);
1552 char const *contents = absolute ? target : linkalloc;
1604 /* Return 1 if NAME is an absolute symbolic link, -1 if it is relative,

Completed in 18 milliseconds