Searched refs:fsrc (Results 1 – 2 of 2) sorted by relevance
111 CopyType(FIELD *f, FIELD *fsrc) in CopyType() argument115 f->type = fsrc->type; /* copy field type */ in CopyType()116 f->arg = CopyArg(fsrc, &err); /* copy type specific info */ in CopyType()
279 FILE *fdest, *fsrc; in local_copy_file() local286 fsrc = fopen(src, "r"); in local_copy_file()287 if (fsrc == NULL) { in local_copy_file()292 while (fread(line, sizeof (line), 1, fsrc)) in local_copy_file()294 (void) fclose(fsrc); in local_copy_file()