Lines Matching defs:buf
39 char *buf, *path;47 buf = calloc(size, 1);52 (void) strcat(buf, "/");53 (void) strcat(buf, path);58 return (buf);66 char *buf;71 buf = malloc(size);72 if (buf == NULL)74 xdrmem_create(&xdrs, buf, size, XDR_ENCODE);77 *xdrbuf = buf;