Home
last modified time | relevance | path

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

/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/maloc/src/vsys/
H A Dvio.c159 VPRIVATE char *asc_getToken(ASC *thee, char *tok, int toksize);
2024 VJMPERR1( VNULL != asc_getToken(thee, tok, VMAX_BUFSIZE) ); in asc_string()
2055 VJMPERR1( VNULL != asc_getToken(thee, tok, VMAX_BUFSIZE) ); in asc_char()
2085 VJMPERR1( VNULL != asc_getToken(thee, tok, VMAX_BUFSIZE) ); in asc_int()
2115 VJMPERR1( VNULL != asc_getToken(thee, tok, VMAX_BUFSIZE) ); in asc_float()
2145 VJMPERR1( VNULL != asc_getToken(thee, tok, VMAX_BUFSIZE) ); in asc_double()
2197 VPRIVATE char* asc_getToken(ASC *thee, char *tok, int toksize) in asc_getToken() function