Searched refs:authority (Results 1 - 6 of 6) sorted by last modified time

/freebsd-11-stable/share/mk/
H A Dbsd.init.mk20 # it has final authority over fooOWN and fooGRP.
/freebsd-11-stable/contrib/libpcap/
H A Dpcap.c1572 char *authority;
1590 * hier-part = "//" authority path-abempty
1595 * authority = [ userinfo "@" ] host [ ":" port ]
1623 * hier-part = "//" authority path-abempty, not
1707 * OK, now start parsing the authority.
1712 authority = get_substring(colonp + 3, authority_len, ebuf);
1713 if (authority == NULL) {
1723 * Now carve the authority field into its components.
1725 parsep = authority;
1743 free(authority);
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c3029 ** authority, then it must be either an empty string or the string
3030 ** "localhost". ^If the authority is not an empty string or "localhost", an
3037 ** with a '/' (meaning that the authority section is omitted from the URI)
3095 ** An error. "darkstar" is not a recognized authority.
[all...]
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname.c169 struct dns_rr *authority; member in struct:dns_response
428 /* parse authority section */
429 resp->authority = parse_dns_rrsection(answer, size, &cp,
431 if (resp->header.nscount && resp->authority == NULL) {
591 free_dns_rr(p->authority);
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devdns.c288 int n_authority; /* how many authority RRs have been set? */
292 struct server_reply_item *authority; /* linked list of authority RRs */ member in struct:server_request
1024 u16 trans_id, questions, answers, authority, additional, datalength; local
1037 GET16(authority);
1039 (void) authority; /* suppress "unused variable" warnings. */
1174 for (i = 0; i < authority; ++i) {
1225 u16 trans_id, flags, questions, answers, authority, additional; local
1235 GET16(authority);
1239 (void)authority;
[all...]
H A Dhttp.c4573 /* 2. Optionally, "//" then an 'authority' part. */
4575 char *authority; local
4577 authority = readp;
4579 if (parse_authority(uri, authority, path) < 0)
4610 /* If you didn't get an authority, the path can't begin with "//" */
4613 /* If you did get an authority, the path must begin with "/" or be

Completed in 432 milliseconds