HomeSort by: relevance | last modified time | path
    Searched defs:proffile (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/gmon/
gmon.c 389 const char *proffile; local in function:_mcleanup
440 proffile = buf;
442 proffile = "gmon.out";
446 fd = open(proffile, OPEN_FLAGS, 0666);
448 warn("%s: Cannot open `%s'", __func__, proffile);
gmon.c 389 const char *proffile; local in function:_mcleanup
440 proffile = buf;
442 proffile = "gmon.out";
446 fd = open(proffile, OPEN_FLAGS, 0666);
448 warn("%s: Cannot open `%s'", __func__, proffile);

Completed in 21 milliseconds