Searched refs:efbuf (Results 1 – 3 of 3) sorted by relevance
| /freebsd/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/lib/libc/regex/grot/ |
| H A D | main.c | 482 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 D | kern_descrip.c | 4829 export_kinfo_to_sb(struct export_fd_buf *efbuf) in export_kinfo_to_sb() argument 4833 kif = &efbuf->kif; in export_kinfo_to_sb() 4834 if (efbuf->remainder != -1) { in export_kinfo_to_sb() 4835 if (efbuf->remainder < kif->kf_structsize) in export_kinfo_to_sb() 4837 efbuf->remainder -= kif->kf_structsize; in export_kinfo_to_sb() 4839 if (sbuf_bcat(efbuf->sb, kif, kif->kf_structsize) != 0) in export_kinfo_to_sb() 4840 return (sbuf_error(efbuf->sb)); in export_kinfo_to_sb() 4846 struct export_fd_buf *efbuf) in export_file_to_sb() argument 4850 if (efbuf->remainder == 0) in export_file_to_sb() 4852 export_file_to_kinfo(fp, fd, rightsp, &efbuf->kif, efbuf->fdp, in export_file_to_sb() [all …]
|