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

/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfsetbuf.c60 { char* astsfio; local
70 if(astsfio = getenv("_AST_SFIO_OPTIONS"))
71 { for(; *astsfio != 0; astsfio = endw)
72 { while(ISSEPAR(*astsfio) )
73 *astsfio++;
74 for(endw = astsfio; *endw && !ISSEPAR(*endw); ++endw)
76 if((endw-astsfio) == (sizeof(sf_line)-1) &&
77 strncmp(astsfio,sf_line,endw-astsfio)
[all...]

Completed in 54 milliseconds