Home
last modified time | relevance | path

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

/dports/biology/emboss/EMBOSS-6.6.0/ajax/core/
H A Dajseqbam.c178 static const char* bamNextline(char **lineptr, size_t *n, const char *text);
2284 while((text=bamNextline(&buf, &nbuf, text))) in bamHeaderParse2()
2384 static const char* bamNextline(char **lineptr, size_t *n, const char *text) in bamNextline() function