Home | History | Annotate | Download | only in rwall

Lines Matching defs:mbuf

106 	char *mbuf;
133 mbuf = makemsg(argv[2]);
135 if (clnt_call(cl, WALLPROC_WALL, xdr_wrapstring, (void *)&mbuf,
137 free(mbuf);
145 free(mbuf);
157 char *mbuf;
202 if (!(mbuf = malloc((u_int)mbufsize)))
204 if (fread(mbuf, sizeof(*mbuf), mbufsize, fp) != mbufsize)
207 return mbuf;