Searched refs:efbuf (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/lib/libc/regex/grot/ |
| H A D | main.c | 485 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-13.1/contrib/netbsd-tests/lib/libc/regex/ |
| H A D | main.c | 518 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-13.1/sys/kern/ |
| H A D | kern_descrip.c | 4519 export_file_to_kinfo(fp, fd, rightsp, &efbuf->kif, efbuf->fdp, in export_file_to_sb() 4537 export_vnode_to_kinfo(vp, fd, fflags, &efbuf->kif, efbuf->flags); in export_vnode_to_sb() 4581 efbuf = malloc(sizeof(*efbuf), M_TEMP, M_WAITOK); in kern_proc_filedesc_out() 4584 efbuf->sb = sb; in kern_proc_filedesc_out() 4594 efbuf); in kern_proc_filedesc_out() 4600 efbuf->fdp = fdp; in kern_proc_filedesc_out() 4601 efbuf->pdp = pdp; in kern_proc_filedesc_out() 4875 efbuf = malloc(sizeof(*efbuf), M_TEMP, M_WAITOK); in kern_proc_cwd_out() 4877 efbuf->pdp = pdp; in kern_proc_cwd_out() 4878 efbuf->sb = sb; in kern_proc_cwd_out() [all …]
|