Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/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-13.1/sys/dev/sfxge/common/
H A Defx_tunnel.c254 __out unsigned int *entryp) in efx_tunnel_config_find_udp_tunnel_entry() argument
262 *entryp = i; in efx_tunnel_config_find_udp_tunnel_entry()
/freebsd-13.1/stand/mips/beri/boot2/
H A 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-13.1/lib/libprocstat/
H A Dlibprocstat.c470 vm_map_entry_t entryp; in procstat_getfiles_kvm() local
660 for (entryp = vm_map_entry_read_succ(kd, &vmentry, procstat_vm_map_reader); in procstat_getfiles_kvm()
661 entryp != NULL && entryp != &kp->ki_vmspace->vm_map.header; in procstat_getfiles_kvm()
662 entryp = vm_map_entry_read_succ(kd, &vmentry, procstat_vm_map_reader)) { in procstat_getfiles_kvm()
697 if (entryp == NULL) in procstat_getfiles_kvm()
/freebsd-13.1/contrib/ncurses/ncurses/
H A Dllib-ltictw170 ENTRY *entryp,
H A Dllib-lticw170 ENTRY *entryp,
H A Dllib-ltic170 ENTRY *entryp,
H A Dllib-ltict170 ENTRY *entryp,
H A Dllib-lncurses4316 ENTRY *entryp,
H A Dllib-lncursest4437 ENTRY *entryp,
H A Dllib-lncursestw5426 ENTRY *entryp,
H A Dllib-lncursesw5305 ENTRY *entryp,
/freebsd-13.1/contrib/libarchive/libarchive/
H A 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()
H A Darchive_read_disk_posix.c1112 _archive_read_next_header(struct archive *_a, struct archive_entry **entryp) in _archive_read_next_header() argument
1116 *entryp = NULL; in _archive_read_next_header()
1118 *entryp = a->entry; in _archive_read_next_header()