Lines Matching refs:data
110 char *name, *tofree, *data;
146 data = strpad(afd, size, 0);
147 if (!test) err = symlink(data, name);
148 free(data);
155 // If write fails, we still need to read/discard data to continue with
162 data = toybuf;
164 if (size < sizeof(toybuf)) data = strpad(afd, size, 0);
166 if (!test) xwrite(fd, data, data == toybuf ? sizeof(toybuf) : size);
167 if (data != toybuf) {
168 free(data);