Searched refs:origin (Results 51 - 75 of 95) sorted by relevance

1234

/freebsd-10.0-release/contrib/unbound/validator/
H A Dvalidator.c66 struct query_info* qinfo, struct sock_list* origin);
2552 * @param origin: the origin of msg.
2557 struct sock_list* origin)
2594 val_blacklist(&vq->chain_blacklist, qstate->region, origin, 1);
2599 errinf_origin(qstate, origin);
2625 * @param origin: the origin of msg.
2630 struct sock_list* origin)
2647 origin,
2555 process_ds_response(struct module_qstate* qstate, struct val_qstate* vq, int id, int rcode, struct dns_msg* msg, struct query_info* qinfo, struct sock_list* origin) argument
2628 process_dnskey_response(struct module_qstate* qstate, struct val_qstate* vq, int id, int rcode, struct dns_msg* msg, struct query_info* qinfo, struct sock_list* origin) argument
2724 process_prime_response(struct module_qstate* qstate, struct val_qstate* vq, int id, int rcode, struct dns_msg* msg, struct sock_list* origin) argument
[all...]
H A Dval_anchor.c437 ldns_rdf* origin = NULL, *prev = NULL; local
449 status = ldns_rr_new_frm_fp_l(&rr, in, &default_ttl, &origin,
485 ldns_rdf_deep_free(origin);
/freebsd-10.0-release/usr.sbin/pkg_install/add/
H A Dperform.c235 /* Protect against old packages with bogus @name and origin fields */
238 if (Plist.origin == NULL)
239 Plist.origin = "anonymous/anonymous";
243 * version) or some other version with the same origin.
246 matchbyorigin(Plist.origin, NULL) != NULL) && !Force) {
334 printf(" with '%s' origin", deporigin);
561 printf(" with '%s' origin", deporigin);
566 /* Defer to origin lookup */
574 /* No origin recorded, try to register on literal package name */
615 /* No package present with this origin, tr
[all...]
/freebsd-10.0-release/usr.sbin/pkg_install/lib/
H A Dmatch.c237 * Synopsis is similar to matchinstalled(), but use origin
296 warnx("package %s has no origin recorded", installed[i]);
330 * Synopsis is similar to matchinstalled(), but use origin
334 matchbyorigin(const char *origin, int *retval) argument
339 origins[0] = origin;
H A Dplist.c51 p->origin = tmp->name;
267 pkg->origin = NULL;
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dbfdwin.c152 offset += abfd->origin;
H A Darchive.c103 "ARFILENAMES/"). The origin of the latter format is uncertain.
510 filepos += archive->origin;
531 n_nfd->origin = bfd_tell (archive);
596 filestart = last_file->origin + size;
598 filestart -= archive->origin;
600 Note that last_file->origin can be odd in the case of
H A Dopncls.c83 nbfd->origin = 0;
852 abfd->origin = 0;
/freebsd-10.0-release/contrib/ee/
H A Dnew_curse.h193 extern void copy_window P_((WINDOW *origin, WINDOW *destination));
/freebsd-10.0-release/contrib/gcc/
H A Dtree-optimize.c502 && !cgraph_node (fndecl)->origin)
H A Dlambda-code.c131 lambda_vector origin; member in struct:__anon1072
140 #define LATTICE_ORIGIN(T) ((T)->origin)
402 origin and invariant coefficients are 0. */
726 /* Compute the lattice base x = base * y + origin, where y is the
730 /* Ax <= a + B then becomes ALy <= a+B - A*origin. L is the lattice base */
735 /* a1 = a - A * origin constant. */
739 /* B1 = B - A * origin invariant. */
1035 lambda_vector origin; local
1079 origin = lambda_vector_new (depth);
1082 LATTICE_ORIGIN (lattice), origin); local
[all...]
H A Dfunction.c3587 abstract origin duplicates of a source block. It really depends
3640 tree origin;
3642 origin = (BLOCK_FRAGMENT_ORIGIN (block)
3652 BLOCK_FRAGMENT_ORIGIN (new_block) = origin;
3654 = BLOCK_FRAGMENT_CHAIN (origin);
3655 BLOCK_FRAGMENT_CHAIN (origin) = new_block;
3668 if (block != origin)
3669 gcc_assert (BLOCK_SUPERCONTEXT (origin) == current_block);
3674 current_block = origin;
3623 tree origin; local
/freebsd-10.0-release/contrib/unbound/util/
H A Dconfig_file.h586 * @param origin: sock list with origin of trouble.
591 void errinf_origin(struct module_qstate* qstate, struct sock_list *origin);
/freebsd-10.0-release/contrib/gcclibs/libcpp/
H A Ddirectives.c58 /* Values for the origin field of struct directive. KANDR directives
86 unsigned char origin; /* Origin of directive. */ member in struct:directive
175 #define D(name, t, origin, flags) \
177 sizeof #name - 1, origin, flags },
186 The origin is more or less true - the original K+R cpp
342 && dir->origin == EXTENSION)
356 else if (indented && dir->origin == KANDR)
360 else if (!indented && dir->origin != KANDR)
/freebsd-10.0-release/contrib/libstdc++/libsupc++/
H A Dtinfo.cc129 const void *origin; member in struct:__anon1812::vtable_prefix
724 -offsetof (vtable_prefix, origin));
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTImporter.cpp479 DeclOrigin &origin = to_context_md->m_origins[decl]; local
481 assert (origin.ctx == m_source_ctx); // otherwise we should never have added this
628 log->Printf(" [ClangASTImporter] Propagated origin (Decl*)%p/(ASTContext*)%p from (ASTContext*)%p to (ASTContext*)%p",
650 log->Printf(" [ClangASTImporter] Decl has no origin information in (ASTContext*)%p",
671 log->Printf(" [ClangASTImporter] Sourced origin (Decl*)%p/(ASTContext*)%p into (ASTContext*)%p",
/freebsd-10.0-release/contrib/binutils/ld/
H A Dldlang.h54 bfd_vma origin; member in struct:memory_region_struct
H A Dldgram.y690 region->origin = exp_get_vma ($3, 0, "origin");
691 region->current = region->origin;
/freebsd-10.0-release/usr.sbin/rtsold/
H A Drtsol.c682 make_rsid(const char *ifname, const char *origin, struct rainfo *rai) argument
687 sprintf(rsid, "%s:%s", ifname, origin);
695 sprintf(rsid, "%s:%s:[%s]", ifname, origin, hbuf);
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Dmergeinfo.c1055 svn_client__pathrev_t *origin;
1059 SVN_ERR(svn_client__wc_node_get_origin(&origin, local_abspath, ctx,
1061 if (!origin
1062 || strcmp(origin->url, peg_loc->url) != 0
1063 || peg_loc->rev != origin->rev)
1053 svn_client__pathrev_t *origin; local
/freebsd-10.0-release/sys/netinet6/
H A Dip6_mroute.c273 * Find a route for a given origin IPv6 address and Multicast group address.
995 struct sockaddr_in6 origin; local
1001 origin = mfccp->mf6cc_origin;
1003 hash = MF6CHASH(origin.sin6_addr, mcastgrp.sin6_addr);
1009 ip6_sprintf(ip6bufo, &origin.sin6_addr),
1018 if (IN6_ARE_ADDR_EQUAL(&origin.sin6_addr,
1135 * If we don't have a route for packet's origin,
1424 * for its origin.
/freebsd-10.0-release/contrib/groff/src/preproc/pic/
H A Dpic.y1473 $$ = $1.obj->origin().x;
1480 $$ = $1.obj->origin().y;
1786 position pos = pl->obj->origin();
/freebsd-10.0-release/contrib/ldns/
H A Ddnssec.c1108 rr_list_delegation_only(ldns_rdf *origin, ldns_rr_list *rr_list) argument
1112 if (!origin || !rr_list) return 0;
1115 if (ldns_dname_compare(ldns_rr_owner(cur_rr), origin) == 0) {
/freebsd-10.0-release/usr.sbin/ndp/
H A Dndp.c1209 * by origin. notify the difference to the users.
1323 * by origin. notify the difference to the users.
1327 PR.origin == PR_ORIG_RA ? "" : "advertise: ");
1365 switch (PR.origin) {
1367 printf(", origin=RA");
1370 printf(", origin=RR");
1373 printf(", origin=static");
1376 printf(", origin=kernel");
1379 printf(", origin=?");
1388 if (0 && /* prefix origin i
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ioctl.c960 dsl_dataset_t *origin = NULL; local
965 dd->dd_phys->dd_origin_obj, FTAG, &origin);
975 dsl_dataset_name(origin, parentname);
977 error = zfs_secpolicy_write_perms_ds(parentname, origin,
981 dsl_dataset_rele(origin, FTAG);
1061 char *origin; local
1067 if (nvlist_lookup_string(innvl, "origin", &origin) == 0 &&
1068 (error = zfs_secpolicy_write_perms(origin,
3265 * "origin"
4005 char *origin = NULL; local
[all...]

Completed in 383 milliseconds

1234