Searched defs:rlbuf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rlogind.c348 static char *rlbuf; /* buffer where nbytes are read to */ variable
951 if (!(rlbuf = malloc(BUFSIZ))) {
952 syslog(LOG_ERR, "rlbuf malloc failed\n");
1113 if ((nsize = readstream(f, rlbuf, BUFSIZ)) < 0)
1415 rloginmod.ic_dp = rlbuf;
1608 rlbuf = buf;

Completed in 61 milliseconds