Searched refs:scbuf (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/bin/pax/ |
| D | ar_io.c | 1004 char scbuf[MAXBLK]; in get_phys() local 1015 while ((res = read(arfd, scbuf, sizeof(scbuf))) > 0) in get_phys() 1044 if ((phyblk = read(arfd, scbuf, sizeof(scbuf))) <= 0) { in get_phys() 1053 while ((res = read(arfd, scbuf, sizeof(scbuf))) > 0) in get_phys()
|
| /freebsd-12-stable/contrib/apr/network_io/unix/ |
| D | sockaddr.c | 144 char scbuf[IF_NAMESIZE], *p = buf + strlen(buf); in apr_sockaddr_ip_getbuf() local 146 if (if_indextoname(sockaddr->sa.sin6.sin6_scope_id, scbuf) == scbuf) { in apr_sockaddr_ip_getbuf() 151 if (buflen < strlen(scbuf) + (p - buf) + 2) { in apr_sockaddr_ip_getbuf() 155 memcpy(p, scbuf, strlen(scbuf) + 1); in apr_sockaddr_ip_getbuf()
|