Home | History | Annotate | Download | only in gprof

Lines Matching refs:BUFSIZE

489   const int BUFSIZE = 1024;
490 char * buf = (char *) xmalloc (BUFSIZE);
491 char * address = (char *) xmalloc (BUFSIZE);
493 char * name = (char *) xmalloc (BUFSIZE);
496 while (!feof (f) && fgets (buf, BUFSIZE - 1, f))
515 const int BUFSIZE = 1024;
516 char * buf = (char *) xmalloc (BUFSIZE);
517 char * address = (char *) xmalloc (BUFSIZE);
519 char * name = (char *) xmalloc (BUFSIZE);
551 while (!feof (f) && fgets (buf, BUFSIZE - 1, f))