Searched refs:entp (Results 1 - 13 of 13) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/include/isc/
H A Dentropy.h141 isc_entropy_create(isc_mem_t *mctx, isc_entropy_t **entp);
147 isc_entropy_attach(isc_entropy_t *ent, isc_entropy_t **entp);
153 isc_entropy_detach(isc_entropy_t **entp);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dentropy.h141 isc_entropy_create(isc_mem_t *mctx, isc_entropy_t **entp);
147 isc_entropy_attach(isc_entropy_t *ent, isc_entropy_t **entp);
153 isc_entropy_detach(isc_entropy_t **entp);
/netbsd-6-1-5-RELEASE/bin/cp/
H A Dutils.c94 copy_file(FTSENT *entp, int dne) argument
102 if ((from_fd = open(entp->fts_path, O_RDONLY, 0)) == -1) {
103 warn("%s", entp->fts_path);
108 fs = entp->fts_statp;
171 if (link(entp->fts_path, to.p_path)) {
186 fi.from = entp->fts_path;
235 warn("%s", entp->fts_path);
254 warn("%s", entp->fts_path);
/netbsd-6-1-5-RELEASE/usr.sbin/sup/source/
H A Dexpand.c84 static char *entp; /* current dir entry pointer */ variable
277 sentp = entp;
278 entp = s;
280 entp = sentp;
341 s = entp;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Dentropy.c676 isc_entropy_create(isc_mem_t *mctx, isc_entropy_t **entp) { argument
681 REQUIRE(entp != NULL && *entp == NULL);
709 *entp = ent;
786 destroy(isc_entropy_t **entp) { argument
791 REQUIRE(entp != NULL && *entp != NULL);
792 ent = *entp;
793 *entp = NULL;
1122 isc_entropy_attach(isc_entropy_t *ent, isc_entropy_t **entp) { argument
1135 isc_entropy_detach(isc_entropy_t **entp) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
H A Dentropy.c673 isc_entropy_create(isc_mem_t *mctx, isc_entropy_t **entp) { argument
678 REQUIRE(entp != NULL && *entp == NULL);
706 *entp = ent;
783 destroy(isc_entropy_t **entp) { argument
788 REQUIRE(entp != NULL && *entp != NULL);
789 ent = *entp;
790 *entp = NULL;
1119 isc_entropy_attach(isc_entropy_t *ent, isc_entropy_t **entp) { argument
1132 isc_entropy_detach(isc_entropy_t **entp) argument
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/rdist/
H A Dexpand.c65 char *entp; variable
425 sentp = entp;
426 entp = s;
428 entp = sentp;
501 s = entp;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dunwind-ia64.c1749 struct unw_table_entry *entp, ent;
1752 entp = _Unwind_FindTableEntry (pc, &segment_base, &gp, &ent);
1753 if (entp == NULL)
1756 return (void *)(segment_base + entp->start_offset);
1785 struct unw_table_entry *entp, ent;
1796 entp = _Unwind_FindTableEntry ((void *) context->rp,
1798 if (entp == NULL)
1823 context->region_start = entp->start_offset + segment_base;
1827 unw = (unsigned long *) (entp->info_offset + segment_base);
1742 struct unw_table_entry *entp, ent; local
1777 struct unw_table_entry *entp, ent; local
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf64-ppc.c4367 struct plt_entry **entp;
4370 for (entp = &from->elf.plt.plist; (ent = *entp) != NULL; )
4378 *entp = ent->next;
4382 entp = &ent->next;
4384 *entp = to->elf.plt.plist;
4465 struct got_entry **entp;
4468 for (entp = &eind->elf.got.glist; (ent = *entp) != NULL; )
4478 *entp
4363 struct plt_entry **entp; local
4461 struct got_entry **entp; local
[all...]
H A Delf32-ppc.c3047 struct plt_entry **entp;
3050 for (entp = &eind->elf.plt.plist; (ent = *entp) != NULL; )
3058 *entp = ent->next;
3062 entp = &ent->next;
3064 *entp = edir->elf.plt.plist;
3041 struct plt_entry **entp; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf64-ppc.c4364 struct plt_entry **entp;
4367 for (entp = &from->elf.plt.plist; (ent = *entp) != NULL; )
4375 *entp = ent->next;
4379 entp = &ent->next;
4381 *entp = to->elf.plt.plist;
4462 struct got_entry **entp;
4465 for (entp = &eind->elf.got.glist; (ent = *entp) != NULL; )
4475 *entp
4360 struct plt_entry **entp; local
4458 struct got_entry **entp; local
[all...]
H A Delf32-ppc.c3045 struct plt_entry **entp;
3048 for (entp = &eind->elf.plt.plist; (ent = *entp) != NULL; )
3056 *entp = ent->next;
3060 entp = &ent->next;
3062 *entp = edir->elf.plt.plist;
3039 struct plt_entry **entp; local
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/dig/
H A Ddighost.c180 isc_entropy_t *entp = NULL; variable
1342 result = isc_entropy_create(mctx, &entp);
1345 result = dst_lib_init(mctx, entp, 0);
3747 if (entp != NULL) {
3749 isc_entropy_detach(&entp);

Completed in 364 milliseconds