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

/ast/src/cmd/ksh93/sh/
H A Dio.c408 Sfio_t **sftable = shp->sftable; local
425 shp->sftable = (Sfio_t**)calloc((n+1)*(sizeof(int*)+sizeof(Sfio_t*)+1),1);
427 memcpy(shp->sftable,sftable,max*sizeof(Sfio_t*));
428 shp->fdptrs = (int**)(&shp->sftable[n]);
434 if(sftable)
435 free((void*)sftable);
450 shp->sftable[0] = sfstdin;
451 shp->sftable[
[all...]

Completed in 16 milliseconds