Lines Matching refs:targbuf
57 char *targbuf; in writefile() local
85 targbuf = malloc(targ_size); in writefile()
86 if (targbuf == NULL) { in writefile()
93 (void) snprintf(targbuf, targ_size, "%s%s%s", in writefile()
96 (void) snprintf(targbuf, targ_size, "%s", outfile); in writefile()
135 perror(targbuf); in writefile()
142 (void) unlink(targbuf); in writefile()
161 perror(targbuf); in writefile()
166 (void) unlink(targbuf); in writefile()
169 if (targbuf != NULL) in writefile()
170 free(targbuf); in writefile()
186 (void) unlink(targbuf); in writefile()
189 if (targbuf != NULL) in writefile()
190 free(targbuf); in writefile()
205 (void) unlink(targbuf); in writefile()
208 if (targbuf != NULL) in writefile()
209 free(targbuf); in writefile()
215 (void) unlink(targbuf); in writefile()
218 if (targbuf != NULL) in writefile()
219 free(targbuf); in writefile()
226 if (targbuf != NULL) in writefile()
227 free(targbuf); in writefile()