Home
last modified time | relevance | path

Searched refs:fsrc (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libeti/form/common/
H A Dfield.c111 CopyType(FIELD *f, FIELD *fsrc) in CopyType() argument
115 f->type = fsrc->type; /* copy field type */ in CopyType()
116 f->arg = CopyArg(fsrc, &err); /* copy type specific info */ in CopyType()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpm_specific.c279 FILE *fdest, *fsrc; in local_copy_file() local
286 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()