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

/freebsd-9.3-release/usr.sbin/pmcannotate/
H A Dpmcannotate.c116 isasminline(const char *str) function
529 if (!isasminline(buffer))
593 if (isasminline(buffer) != 0)
618 } while (fgets(buffer, LNBUFF, fp) != NULL && isasminline(buffer) != 0);
626 while (fgets(buffer, LNBUFF, fp) != NULL && isasminline(buffer) == 0) {
643 if (isasminline(buffer) == 0)

Completed in 53 milliseconds