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

  /src/crypto/external/bsd/heimdal/dist/cf/
symbol-version.py 49 namespace = "global" variable
63 global namespace
65 namespace = p[1]
67 symbols.append([namespace, p[1]])
  /src/external/apache2/mDNSResponder/dist/DSO/
dso.c 244 size_t namespace = namelen + 1; local
247 if ((sizeof (*dso) + outsize + namespace) > UINT_MAX) {
249 "namespace[%zd]", sizeof (*dso), outsize, namespace);
254 dso = (dso_state_t *) mDNSPlatformMemAllocateClear((uint32_t)((sizeof (*dso)) + outsize + namespace));
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
cgram.y 274 | namespace
328 namespace: CXX_NAMESPACE nsname attr_var nsbeg ns_body '}' { POPSYM(); } label
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_disk_posix.c 4588 /* Linux: xfsroot namespace is obsolete and unsupported */
4664 int namespace; local
4666 namespace = EXTATTR_NAMESPACE_USER;
4669 /* "user." attributes go to user namespace */
4671 namespace = EXTATTR_NAMESPACE_USER;
4674 namespace = EXTATTR_NAMESPACE_SYSTEM;
4707 e = extattr_set_fd(a->fd, namespace, name,
4714 archive_entry_pathname(entry), namespace,
  /src/external/mpl/bind/dist/lib/ns/
query.c 10098 dns_name_t *namespace = NULL; local
10117 namespace = dns_fixedname_initname(&fnamespace);
10120 * Check that the NSEC record is from the correct namespace.
10122 * remove a label to find the correct namespace.
10129 dns_view_sfd_find(qctx->view, &qname, namespace);
10130 if (!dns_name_issubdomain(qctx->fname, namespace)) {
10262 * namespace.
10264 if (!dns_name_issubdomain(nowild, namespace)) {

Completed in 95 milliseconds