Searched refs:proffile (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/gcc/config/sparc/
H A Dgmon-sol2.c180 const char *proffile; local
200 proffile = buf;
202 proffile = "gmon.out";
205 fd = creat( proffile, 0666 );
207 perror( proffile );

Completed in 42 milliseconds