Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c70 TERMTYPE2 *tp = &(entryp->tterm); in _nc_extend_names()
272 _nc_init_entry(entryp); in _nc_parse_entry()
275 entryp->cend = _nc_comment_end; in _nc_parse_entry()
277 DEBUG(2, ("Comment range is %ld to %ld", entryp->cstart, entryp->cend)); in _nc_parse_entry()
301 entryp->tterm.str_table = entryp->tterm.term_names = _nc_save_str(ptr); in _nc_parse_entry()
332 entryp->nuses = 0; in _nc_parse_entry()
353 entryp->uses[entryp->nuses].name = _nc_save_str(_nc_curr_token.tk_valstring); in _nc_parse_entry()
354 entryp->uses[entryp->nuses].line = _nc_curr_line; in _nc_parse_entry()
355 entryp->nuses++; in _nc_parse_entry()
376 if (entryp->nuses != 0) { in _nc_parse_entry()
[all …]
/freebsd/contrib/atf/atf-c++/detail/
H A Dfs.cpp425 path entryp = p / dep->d_name; in directory() local
426 insert(value_type(dep->d_name, file_info(entryp))); in directory()
/freebsd/sys/dev/sfxge/common/
H A Defx_tunnel.c252 __out unsigned int *entryp) in efx_tunnel_config_find_udp_tunnel_entry() argument
260 *entryp = i; in efx_tunnel_config_find_udp_tunnel_entry()
/freebsd/contrib/ncurses/ncurses/
H A Dllib-ltic170 ENTRY *entryp,
H A Dllib-ltict170 ENTRY *entryp,
H A Dllib-ltictw170 ENTRY *entryp,
H A Dllib-lticw170 ENTRY *entryp,
H A Dllib-lncurses4323 ENTRY *entryp,
H A Dllib-lncursest4444 ENTRY *entryp,
H A Dllib-lncursestw5433 ENTRY *entryp,
H A Dllib-lncursesw5312 ENTRY *entryp,
/freebsd/lib/libprocstat/
H A Dlibprocstat.c462 vm_map_entry_t entryp; in procstat_getfiles_kvm() local
652 for (entryp = vm_map_entry_read_succ(kd, &vmentry, procstat_vm_map_reader); in procstat_getfiles_kvm()
653 entryp != NULL && entryp != &kp->ki_vmspace->vm_map.header; in procstat_getfiles_kvm()
654 entryp = vm_map_entry_read_succ(kd, &vmentry, procstat_vm_map_reader)) { in procstat_getfiles_kvm()
689 if (entryp == NULL) in procstat_getfiles_kvm()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read.c679 _archive_read_next_header(struct archive *_a, struct archive_entry **entryp) in _archive_read_next_header() argument
683 *entryp = NULL; in _archive_read_next_header()
685 *entryp = a->entry; in _archive_read_next_header()
H A Darchive_read_disk_posix.c1110 _archive_read_next_header(struct archive *_a, struct archive_entry **entryp) in _archive_read_next_header() argument
1114 *entryp = NULL; in _archive_read_next_header()
1116 *entryp = a->entry; in _archive_read_next_header()