Searched defs:sf_maxr (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libast/sfio/
H A Dsfsetbuf.c71 static const char sf_maxr[] = "SF_MAXR="; local
86 else if((endw-astsfio) > (sizeof(sf_maxr)-1) &&
87 strncmp(astsfio,sf_maxr,sizeof(sf_maxr)-1) == 0)
89 _Sfmaxr = (ssize_t)strtonll(astsfio+sizeof(sf_maxr)-1,NiL,NiL,0);
91 _Sfmaxr = (ssize_t)strtol(astsfio+sizeof(sf_maxr)-1,NiL,0);

Completed in 15 milliseconds