Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c515 static char efbuf[100]; in efind() local
518 sprintf(efbuf, "REG_%s", name); in efind()
519 assert(strlen(efbuf) < sizeof(efbuf)); in efind()
520 re.re_endp = efbuf; in efind()
521 (void) regerror(REG_ATOI, &re, efbuf, sizeof(efbuf)); in efind()
522 return(atoi(efbuf)); in efind()
/freebsd-12.1/lib/libc/regex/grot/
H A Dmain.c485 static char efbuf[100]; in efind() local
489 sprintf(efbuf, "REG_%s", name); in efind()
490 assert(strlen(efbuf) < sizeof(efbuf)); in efind()
491 re.re_endp = efbuf; in efind()
492 (void) regerror(REG_ATOI, &re, efbuf, sizeof(efbuf)); in efind()
493 return(atoi(efbuf)); in efind()
/freebsd-12.1/sys/kern/
H A Dkern_descrip.c3540 kif = &efbuf->kif; in export_kinfo_to_sb()
3560 export_file_to_kinfo(fp, fd, rightsp, &efbuf->kif, efbuf->fdp, in export_file_to_sb()
3578 export_vnode_to_kinfo(vp, fd, fflags, &efbuf->kif, efbuf->flags); in export_vnode_to_sb()
3620 efbuf = malloc(sizeof(*efbuf), M_TEMP, M_WAITOK); in kern_proc_filedesc_out()
3622 efbuf->sb = sb; in kern_proc_filedesc_out()
3627 efbuf); in kern_proc_filedesc_out()
3632 efbuf); in kern_proc_filedesc_out()
3636 efbuf->fdp = fdp; in kern_proc_filedesc_out()
3866 efbuf = malloc(sizeof(*efbuf), M_TEMP, M_WAITOK); in kern_proc_cwd_out()
3867 efbuf->fdp = fdp; in kern_proc_cwd_out()
[all …]