| /freebsd-9-stable/usr.sbin/pkg_install/info/ |
| D | main.c | 215 struct which_entry *entp; in main() local 217 entp = calloc(1, sizeof(struct which_entry)); in main() 218 if (entp == NULL) in main() 221 strlcpy(entp->file, optarg, PATH_MAX); in main() 222 entp->skip = FALSE; in main() 223 TAILQ_INSERT_TAIL(whead, entp, next); in main()
|
| /freebsd-9-stable/bin/cp/ |
| D | utils.c | 76 copy_file(const FTSENT *entp, int dne) in copy_file() argument 92 (from_fd = open(entp->fts_path, O_RDONLY, 0)) == -1) { in copy_file() 93 warn("%s", entp->fts_path); in copy_file() 97 fs = entp->fts_statp; in copy_file() 179 entp->fts_path, to.p_path, in copy_file() 191 warn("%s", entp->fts_path); in copy_file() 224 entp->fts_path, to.p_path, in copy_file() 237 warn("%s", entp->fts_path); in copy_file() 242 if (link(entp->fts_path, to.p_path)) { in copy_file() 247 if (symlink(entp->fts_path, to.p_path)) { in copy_file()
|
| /freebsd-9-stable/contrib/bind9/lib/isc/ |
| D | entropy.c | 680 isc_entropy_create(isc_mem_t *mctx, isc_entropy_t **entp) { in isc_entropy_create() argument 685 REQUIRE(entp != NULL && *entp == NULL); in isc_entropy_create() 713 *entp = ent; in isc_entropy_create() 790 destroy(isc_entropy_t **entp) { in destroy() argument 795 REQUIRE(entp != NULL && *entp != NULL); in destroy() 796 ent = *entp; in destroy() 797 *entp = NULL; in destroy() 1126 isc_entropy_attach(isc_entropy_t *ent, isc_entropy_t **entp) { in isc_entropy_attach() argument 1128 REQUIRE(entp != NULL && *entp == NULL); in isc_entropy_attach() 1133 *entp = ent; in isc_entropy_attach() [all …]
|
| /freebsd-9-stable/contrib/ntp/lib/isc/ |
| D | entropy.c | 674 isc_entropy_create(isc_mem_t *mctx, isc_entropy_t **entp) { in isc_entropy_create() argument 679 REQUIRE(entp != NULL && *entp == NULL); in isc_entropy_create() 707 *entp = ent; in isc_entropy_create() 784 destroy(isc_entropy_t **entp) { in destroy() argument 789 REQUIRE(entp != NULL && *entp != NULL); in destroy() 790 ent = *entp; in destroy() 791 *entp = NULL; in destroy() 1120 isc_entropy_attach(isc_entropy_t *ent, isc_entropy_t **entp) { in isc_entropy_attach() argument 1122 REQUIRE(entp != NULL && *entp == NULL); in isc_entropy_attach() 1127 *entp = ent; in isc_entropy_attach() [all …]
|
| /freebsd-9-stable/contrib/ntp/lib/isc/include/isc/ |
| D | entropy.h | 139 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-9-stable/contrib/bind9/lib/isc/include/isc/ |
| D | entropy.h | 139 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-9-stable/contrib/opie/ |
| D | glob.c | 113 static char *entp; variable 129 sentp = entp; 130 entp = s; 132 entp = sentp; 622 s = entp;
|
| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | elf64-ppc.c | 3937 struct plt_entry **entp; in move_plt_plist() local 3940 for (entp = &from->elf.plt.plist; (ent = *entp) != NULL; ) in move_plt_plist() 3948 *entp = ent->next; in move_plt_plist() 3952 entp = &ent->next; in move_plt_plist() 3954 *entp = to->elf.plt.plist; in move_plt_plist() 4033 struct got_entry **entp; in ppc64_elf_copy_indirect_symbol() local 4036 for (entp = &eind->elf.got.glist; (ent = *entp) != NULL; ) in ppc64_elf_copy_indirect_symbol() 4046 *entp = ent->next; in ppc64_elf_copy_indirect_symbol() 4050 entp = &ent->next; in ppc64_elf_copy_indirect_symbol() 4052 *entp = edir->elf.got.glist; in ppc64_elf_copy_indirect_symbol()
|
| D | elf32-ppc.c | 2715 struct plt_entry **entp; in ppc_elf_copy_indirect_symbol() local 2718 for (entp = &eind->elf.plt.plist; (ent = *entp) != NULL; ) in ppc_elf_copy_indirect_symbol() 2726 *entp = ent->next; in ppc_elf_copy_indirect_symbol() 2730 entp = &ent->next; in ppc_elf_copy_indirect_symbol() 2732 *entp = edir->elf.plt.plist; in ppc_elf_copy_indirect_symbol()
|
| /freebsd-9-stable/contrib/bind9/bin/dig/ |
| D | dighost.c | 186 isc_entropy_t *entp = NULL; variable 1367 result = isc_entropy_create(mctx, &entp); in setup_libs() 1370 result = dst_lib_init(mctx, entp, 0); in setup_libs() 3891 if (entp != NULL) { in destroy_libs() 3893 isc_entropy_detach(&entp); in destroy_libs()
|
| /freebsd-9-stable/contrib/ipfilter/etc/ |
| D | services | 1306 entp 1865/tcp # ENTP 1307 entp 1865/udp # ENTP
|
| /freebsd-9-stable/contrib/ipfilter/perl/ |
| D | Services | 1137 1865 entp ENTP
|