Lines Matching refs:temp_dfstab
313 char **temp_dfstab = NULL;
324 &temp_dfstab, cmd, &count, err)) {
346 &temp_dfstab, new_cmd, &count,
358 &temp_dfstab, cmd, &count, err)) {
370 if (line_found && temp_dfstab != NULL) {
374 fprintf(fp, "%s", temp_dfstab[i]);
379 fileutil_free_string_array(temp_dfstab, count);
383 fileutil_free_string_array(temp_dfstab, count);
388 if (temp_dfstab != NULL) {
389 fileutil_free_string_array(temp_dfstab, count);