Lines Matching refs:parse
196 char * parse;
206 parse = malloc (sizeof (char) * (len + 1));
207 if (parse == NULL)
208 fatal_error (__LINE__, "Failed to malloc parse.", errno);
210 memcpy (parse, test_data, sizeof (char) * (len + 1));
212 run_replaces (parse);
214 sys_fwrite = fwrite (parse, sizeof (char), len, fd);
218 free (parse);
318 - Parse data array and write into file.
320 - Parse data array and build argv before/after.