Home
last modified time | relevance | path

Searched refs:entryp (Results 1 – 17 of 17) sorted by relevance

/freebsd-12-stable/contrib/ncurses/ncurses/tinfo/
Dparse_entry.c66 _nc_extend_names(ENTRY * entryp, char *name, int token_type) in _nc_extend_names() argument
69 TERMTYPE *tp = &(entryp->tterm); in _nc_extend_names()
106 return _nc_extend_names(entryp, name, token_type); in _nc_extend_names()
110 return _nc_extend_names(entryp, name, STRING); in _nc_extend_names()
209 _nc_parse_entry(struct entry *entryp, int literal, bool silent) in _nc_parse_entry() argument
223 _nc_init_entry(&entryp->tterm); in _nc_parse_entry()
225 entryp->cstart = _nc_comment_start; in _nc_parse_entry()
226 entryp->cend = _nc_comment_end; in _nc_parse_entry()
227 entryp->startline = _nc_start_line; in _nc_parse_entry()
228 DEBUG(2, ("Comment range is %ld to %ld", entryp->cstart, entryp->cend)); in _nc_parse_entry()
[all …]
/freebsd-12-stable/contrib/gdb/gdb/
Dremote-rdi.c705 struct local_bp_list_entry **entryp, *dead; in arm_rdi_remove_breakpoint() local
707 for (entryp = &local_bp_list; *entryp != NULL; entryp = &(*entryp)->next) in arm_rdi_remove_breakpoint()
708 if ((*entryp)->addr == addr) in arm_rdi_remove_breakpoint()
711 if (*entryp) in arm_rdi_remove_breakpoint()
713 dead = *entryp; in arm_rdi_remove_breakpoint()
719 *entryp = dead->next; in arm_rdi_remove_breakpoint()
/freebsd-12-stable/contrib/atf/atf-c++/detail/
Dfs.cpp425 path entryp = p / dep->d_name; in directory() local
426 insert(value_type(dep->d_name, file_info(entryp))); in directory()
/freebsd-12-stable/stand/mips/beri/boot2/
Dboot2.c281 boot(void *entryp, int argc, const char *argv[], const char *envv[]) in boot() argument
299 ((void(*)(int, const char **, const char **, void *))entryp)(argc, argv, in boot()
/freebsd-12-stable/lib/libprocstat/
Dlibprocstat.c456 vm_map_entry_t entryp; in procstat_getfiles_kvm() local
620 for (entryp = map->header.next; in procstat_getfiles_kvm()
621 entryp != &kp->ki_vmspace->vm_map.header; in procstat_getfiles_kvm()
622 entryp = vmentry.next) { in procstat_getfiles_kvm()
623 if (!kvm_read_all(kd, (unsigned long)entryp, &vmentry, in procstat_getfiles_kvm()
626 (void *)entryp); in procstat_getfiles_kvm()
/freebsd-12-stable/contrib/ncurses/ncurses/
Dllib-ltic180 struct entry *entryp,
Dllib-lticw180 struct entry *entryp,
Dllib-ltict180 struct entry *entryp,
Dllib-ltictw180 struct entry *entryp,
Dllib-lncurses4240 struct entry *entryp,
Dllib-lncursest4402 struct entry *entryp,
Dllib-lncursesw5102 struct entry *entryp,
Dllib-lncursestw5220 struct entry *entryp,
/freebsd-12-stable/contrib/binutils/bfd/
Delf32-score.c1689 score_elf_resolve_final_got_entry (void **entryp, void *p) in score_elf_resolve_final_got_entry() argument
1691 struct score_got_entry *entry = (struct score_got_entry *)*entryp; in score_elf_resolve_final_got_entry()
1711 htab_clear_slot (got_entries, entryp); in score_elf_resolve_final_got_entry()
1712 entryp = htab_find_slot (got_entries, entry, INSERT); in score_elf_resolve_final_got_entry()
1713 if (! *entryp) in score_elf_resolve_final_got_entry()
1714 *entryp = entry; in score_elf_resolve_final_got_entry()
Delfxx-mips.c2995 mips_elf_make_got_per_bfd (void **entryp, void *p) in mips_elf_make_got_per_bfd() argument
2997 struct mips_got_entry *entry = (struct mips_got_entry *)*entryp; in mips_elf_make_got_per_bfd()
3054 entryp = htab_find_slot (g->got_entries, entry, INSERT); in mips_elf_make_got_per_bfd()
3055 if (*entryp != NULL) in mips_elf_make_got_per_bfd()
3058 *entryp = entry; in mips_elf_make_got_per_bfd()
3188 mips_elf_initialize_tls_index (void **entryp, void *p) in mips_elf_initialize_tls_index() argument
3190 struct mips_got_entry *entry = (struct mips_got_entry *)*entryp; in mips_elf_initialize_tls_index()
3252 mips_elf_set_global_got_offset (void **entryp, void *p) in mips_elf_set_global_got_offset() argument
3254 struct mips_got_entry *entry = (struct mips_got_entry *)*entryp; in mips_elf_set_global_got_offset()
3289 mips_elf_set_no_stub (void **entryp, void *p ATTRIBUTE_UNUSED) in mips_elf_set_no_stub() argument
[all …]
/freebsd-12-stable/contrib/libarchive/libarchive/
Darchive_read.c680 _archive_read_next_header(struct archive *_a, struct archive_entry **entryp) in _archive_read_next_header() argument
684 *entryp = NULL; in _archive_read_next_header()
686 *entryp = a->entry; in _archive_read_next_header()
Darchive_read_disk_posix.c1106 _archive_read_next_header(struct archive *_a, struct archive_entry **entryp) in _archive_read_next_header() argument
1110 *entryp = NULL; in _archive_read_next_header()
1112 *entryp = a->entry; in _archive_read_next_header()