Searched refs:fsrc (Results 1 – 2 of 2) sorted by relevance
109 CopyType(FIELD *f, FIELD *fsrc) in CopyType() argument113 f->type = fsrc->type; /* copy field type */ in CopyType()114 f->arg = CopyArg(fsrc, &err); /* copy type specific info */ in CopyType()
275 FILE *fdest, *fsrc; in local_copy_file() local282 fsrc = fopen(src, "r"); in local_copy_file()283 if (fsrc == NULL) { in local_copy_file()288 while (fread(line, sizeof (line), 1, fsrc)) in local_copy_file()290 (void) fclose(fsrc); in local_copy_file()