Home
last modified time | relevance | path

Searched refs:efbuf (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c518 static char efbuf[100]; in efind() local
521 sprintf(efbuf, "REG_%s", name); in efind()
522 assert(strlen(efbuf) < sizeof(efbuf)); in efind()
523 re.re_endp = efbuf; in efind()
524 (void) regerror(REG_ATOI, &re, efbuf, sizeof(efbuf)); in efind()
525 return(atoi(efbuf)); in efind()
/freebsd/lib/libc/regex/grot/
H A Dmain.c482 static char efbuf[100]; in efind() local
486 sprintf(efbuf, "REG_%s", name); in efind()
487 assert(strlen(efbuf) < sizeof(efbuf)); in efind()
488 re.re_endp = efbuf; in efind()
489 (void) regerror(REG_ATOI, &re, efbuf, sizeof(efbuf)); in efind()
490 return(atoi(efbuf)); in efind()
/freebsd/sys/kern/
H A Dkern_descrip.c4590 export_kinfo_to_sb(struct export_fd_buf *efbuf) in export_kinfo_to_sb()
4594 kif = &efbuf->kif; in export_kinfo_to_sb()
4595 if (efbuf->remainder != -1) { in export_kinfo_to_sb()
4596 if (efbuf->remainder < kif->kf_structsize) in export_kinfo_to_sb()
4598 efbuf->remainder -= kif->kf_structsize; in export_kinfo_to_sb()
4600 if (sbuf_bcat(efbuf->sb, kif, kif->kf_structsize) != 0) in export_kinfo_to_sb()
4601 return (sbuf_error(efbuf->sb)); in export_kinfo_to_sb()
4607 struct export_fd_buf *efbuf) in export_file_to_sb()
4611 if (efbuf->remainder == 0) in export_file_to_sb()
4613 export_file_to_kinfo(fp, fd, rightsp, &efbuf in export_file_to_sb()
4589 export_kinfo_to_sb(struct export_fd_buf * efbuf) export_kinfo_to_sb() argument
4606 export_file_to_sb(struct file * fp,int fd,cap_rights_t * rightsp,struct export_fd_buf * efbuf) export_file_to_sb() argument
4622 export_vnode_to_sb(struct vnode * vp,int fd,int fflags,struct export_fd_buf * efbuf) export_vnode_to_sb() argument
4649 struct export_fd_buf *efbuf; kern_proc_filedesc_out() local
4957 struct export_fd_buf *efbuf; kern_proc_cwd_out() local
[all...]