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

/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dentropy.h139 isc_entropy_create(isc_mem_t *mctx, isc_entropy_t **entp);
145 isc_entropy_attach(isc_entropy_t *ent, isc_entropy_t **entp);
151 isc_entropy_detach(isc_entropy_t **entp);
/freebsd-11-stable/bin/cp/
H A Dutils.c76 copy_file(const FTSENT *entp, int dne) argument
92 (from_fd = open(entp->fts_path, O_RDONLY, 0)) == -1) {
93 warn("%s", entp->fts_path);
97 fs = entp->fts_statp;
179 entp->fts_path, to.p_path,
191 warn("%s", entp->fts_path);
224 entp->fts_path, to.p_path,
237 warn("%s", entp->fts_path);
242 if (link(entp->fts_path, to.p_path)) {
247 if (symlink(entp
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dentropy.c674 isc_entropy_create(isc_mem_t *mctx, isc_entropy_t **entp) { argument
679 REQUIRE(entp != NULL && *entp == NULL);
707 *entp = ent;
784 destroy(isc_entropy_t **entp) { argument
789 REQUIRE(entp != NULL && *entp != NULL);
790 ent = *entp;
791 *entp = NULL;
1120 isc_entropy_attach(isc_entropy_t *ent, isc_entropy_t **entp) { argument
1133 isc_entropy_detach(isc_entropy_t **entp) argument
[all...]
/freebsd-11-stable/contrib/opie/
H A Dglob.c113 static char *entp; variable
129 sentp = entp;
130 entp = s;
132 entp = sentp;
622 s = entp;
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_htree.c236 struct ext2fs_htree_entry *entp, *start, *end, *middle, *found; local
272 entp = (struct ext2fs_htree_entry *)(((char *)&rootp->h_info) +
275 if (ext2_htree_get_limit(entp) !=
280 cnt = ext2_htree_get_count(entp);
281 if (cnt == 0 || cnt > ext2_htree_get_limit(entp))
284 start = entp + 1;
285 end = entp + cnt - 1;
297 level_info->h_entries = entp;
306 entp = ((struct ext2fs_htree_node *)bp->b_data)->h_entries;
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf64-ppc.c4010 struct plt_entry **entp;
4013 for (entp = &from->elf.plt.plist; (ent = *entp) != NULL; )
4021 *entp = ent->next;
4025 entp = &ent->next;
4027 *entp = to->elf.plt.plist;
4106 struct got_entry **entp;
4109 for (entp = &eind->elf.got.glist; (ent = *entp) != NULL; )
4119 *entp
4006 struct plt_entry **entp; local
4102 struct got_entry **entp; local
[all...]
H A Delf32-ppc.c2768 struct plt_entry **entp;
2771 for (entp = &eind->elf.plt.plist; (ent = *entp) != NULL; )
2779 *entp = ent->next;
2783 entp = &ent->next;
2785 *entp = edir->elf.plt.plist;
2763 struct plt_entry **entp; local

Completed in 270 milliseconds