portbuf 2288 fs/nfs/flexfilelayout/flexfilelayout.c char portbuf[RPCBIND_MAXUADDRPLEN]; portbuf 2316 fs/nfs/flexfilelayout/flexfilelayout.c snprintf(portbuf, sizeof(portbuf), ".%u.%u", port >> 8, port & 0xff); portbuf 2317 fs/nfs/flexfilelayout/flexfilelayout.c len = strlcat(addrbuf, portbuf, sizeof(addrbuf)); portbuf 271 net/sunrpc/addr.c char portbuf[RPCBIND_MAXUADDRPLEN]; portbuf 290 net/sunrpc/addr.c if (snprintf(portbuf, sizeof(portbuf), portbuf 291 net/sunrpc/addr.c ".%u.%u", port >> 8, port & 0xff) > (int)sizeof(portbuf)) portbuf 294 net/sunrpc/addr.c if (strlcat(addrbuf, portbuf, sizeof(addrbuf)) > sizeof(addrbuf))