Searched refs:entryp (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | parse_entry.c | 67 _nc_extend_names(ENTRY * entryp, const char *name, int token_type) in _nc_extend_names() argument 70 TERMTYPE2 *tp = &(entryp->tterm); in _nc_extend_names() 107 return _nc_extend_names(entryp, name, token_type); in _nc_extend_names() 111 return _nc_extend_names(entryp, name, STRING); in _nc_extend_names() 285 _nc_parse_entry(ENTRY * entryp, int literal, bool silent) in _nc_parse_entry() argument 295 (void *) entryp, literal, silent)); in _nc_parse_entry() 304 _nc_init_entry(entryp); in _nc_parse_entry() 306 entryp->cstart = _nc_comment_start; in _nc_parse_entry() 307 entryp->cend = _nc_comment_end; in _nc_parse_entry() 308 entryp->startline = _nc_start_line; in _nc_parse_entry() [all …]
|
/freebsd/contrib/atf/atf-c++/detail/ |
H A D | fs.cpp | 425 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 D | efx_tunnel.c | 252 __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 D | llib-ltic | 170 ENTRY *entryp,
|
H A D | llib-ltict | 170 ENTRY *entryp,
|
H A D | llib-ltictw | 170 ENTRY *entryp,
|
H A D | llib-lticw | 170 ENTRY *entryp,
|
H A D | llib-lncursest | 4524 ENTRY *entryp,
|
H A D | llib-lncurses | 4403 ENTRY *entryp,
|
H A D | llib-lncursestw | 5525 ENTRY *entryp,
|
H A D | llib-lncursesw | 5404 ENTRY *entryp,
|
/freebsd/lib/libprocstat/ |
H A D | libprocstat.c | 463 vm_map_entry_t entryp; in procstat_getfiles_kvm() local 653 for (entryp = vm_map_entry_read_succ(kd, &vmentry, procstat_vm_map_reader); in procstat_getfiles_kvm() 654 entryp != NULL && entryp != &kp->ki_vmspace->vm_map.header; in procstat_getfiles_kvm() 655 entryp = vm_map_entry_read_succ(kd, &vmentry, procstat_vm_map_reader)) { in procstat_getfiles_kvm() 690 if (entryp == NULL) in procstat_getfiles_kvm()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read.c | 679 _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 D | archive_read_disk_posix.c | 1110 _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()
|