Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rpcinfo/
H A Drpcinfo.c885 int bytes_trans = 0; local
890 bytes_trans += (len = printf("%d", vl->vers))
893 bytes_trans += (len = printf(",")) < 0
902 if (bytes_trans < 10)
903 (void) printf("%*s", (bytes_trans - 10), " ");
907 bytes_trans = 0;
909 bytes_trans += (len = printf("%s", nl->netid))
912 bytes_trans += (len = printf(",")) < 0
918 if (bytes_trans < 32)
919 (void) printf("%*s", (bytes_trans - 32), " ");