Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/abi/spectrans/spec2map/
H A Dxlator.c587 FILE *mapfp; in xlator_endlib() local
602 mapfp = fopen(OutputFile, "w"); in xlator_endlib()
603 if (mapfp == NULL) { in xlator_endlib()
609 writemapfile(mapfp); in xlator_endlib()
610 (void) fclose(mapfp); in xlator_endlib()
856 writemapfile(FILE *mapfp) in writemapfile() argument
875 (void) fprintf(mapfp, "%s {\n", b->b_name); in writemapfile()
880 (void) fprintf(mapfp, " global:\n"); in writemapfile()
892 (void) fprintf(mapfp, in writemapfile()
896 (void) fprintf(mapfp, in writemapfile()
[all …]