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

/freebsd-10.0-release/usr.sbin/pkg_install/info/
H A Dmain.c216 struct which_entry *entp; local
218 entp = calloc(1, sizeof(struct which_entry));
219 if (entp == NULL)
222 strlcpy(entp->file, optarg, PATH_MAX);
223 entp->skip = FALSE;
224 TAILQ_INSERT_TAIL(whead, entp, next);
/freebsd-10.0-release/bin/cp/
H A Dutils.c72 copy_file(const FTSENT *entp, int dne) argument
86 if ((from_fd = open(entp->fts_path, O_RDONLY, 0)) == -1) {
87 warn("%s", entp->fts_path);
91 fs = entp->fts_statp;
171 entp->fts_path, to.p_path,
183 warn("%s", entp->fts_path);
216 entp->fts_path, to.p_path,
229 warn("%s", entp->fts_path);
234 if (link(entp->fts_path, to.p_path)) {
/freebsd-10.0-release/contrib/opie/
H A Dglob.c113 static char *entp; variable
129 sentp = entp;
130 entp = s;
132 entp = sentp;
622 s = entp;
/freebsd-10.0-release/sys/fs/ext2fs/
H A Dext2_htree.c237 struct ext2fs_htree_entry *entp, *start, *end, *middle, *found; local
273 entp = (struct ext2fs_htree_entry *)(((char *)&rootp->h_info) +
276 if (ext2_htree_get_limit(entp) !=
281 cnt = ext2_htree_get_count(entp);
282 if (cnt == 0 || cnt > ext2_htree_get_limit(entp))
285 start = entp + 1;
286 end = entp + cnt - 1;
298 level_info->h_entries = entp;
307 entp = ((struct ext2fs_htree_node *)bp->b_data)->h_entries;
/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf64-ppc.c3941 struct plt_entry **entp;
3944 for (entp = &from->elf.plt.plist; (ent = *entp) != NULL; )
3952 *entp = ent->next;
3956 entp = &ent->next;
3958 *entp = to->elf.plt.plist;
4037 struct got_entry **entp;
4040 for (entp = &eind->elf.got.glist; (ent = *entp) != NULL; )
4050 *entp
3937 struct plt_entry **entp; local
4033 struct got_entry **entp; local
[all...]
H A Delf32-ppc.c2720 struct plt_entry **entp;
2723 for (entp = &eind->elf.plt.plist; (ent = *entp) != NULL; )
2731 *entp = ent->next;
2735 entp = &ent->next;
2737 *entp = edir->elf.plt.plist;
2715 struct plt_entry **entp; local

Completed in 98 milliseconds