Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/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-14.2/sys/kern/
H A Dkern_descrip.c4613 export_file_to_kinfo(fp, fd, rightsp, &efbuf->kif, efbuf->fdp, in export_file_to_sb()
4631 export_vnode_to_kinfo(vp, fd, fflags, &efbuf->kif, efbuf->flags); in export_vnode_to_sb()
4675 efbuf = malloc(sizeof(*efbuf), M_TEMP, M_WAITOK); in kern_proc_filedesc_out()
4678 efbuf->sb = sb; in kern_proc_filedesc_out()
4688 efbuf); in kern_proc_filedesc_out()
4694 efbuf->fdp = fdp; in kern_proc_filedesc_out()
4695 efbuf->pdp = pdp; in kern_proc_filedesc_out()
4969 efbuf = malloc(sizeof(*efbuf), M_TEMP, M_WAITOK); in kern_proc_cwd_out()
4971 efbuf->pdp = pdp; in kern_proc_cwd_out()
4972 efbuf->sb = sb; in kern_proc_cwd_out()
[all …]