Home
last modified time | relevance | path

Searched refs:sftable (Results 1 – 25 of 53) sorted by relevance

123

/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dio.c189 Sfio_t **sftable = shp->sftable; in sh_iovalidfd() local
207 if (sftable) { in sh_iovalidfd()
208 --sftable; in sh_iovalidfd()
209 if (max) memcpy(shp->sftable, sftable, ++max * sizeof(Sfio_t *)); in sh_iovalidfd()
217 if (sftable) free(sftable); in sh_iovalidfd()
219 shp->sftable++; in sh_iovalidfd()
1413 shp->sftable[fn] = shp->sftable[-1]; in sh_redirect()
1506 shp->sftable[fn] = shp->sftable[-1]; in sh_redirect()
1734 shp->sftable[fd] = shp->sftable[fn]; in sh_vexsave()
1747 shp->sftable[fd] = shp->sftable[fn]; in sh_vexsave()
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dio.c192 Sfio_t **sftable = shp->sftable; in sh_iovalidfd() local
211 memcpy(shp->sftable,--sftable,++max*sizeof(Sfio_t*)); in sh_iovalidfd()
218 if(sftable) in sh_iovalidfd()
220 shp->sftable++; in sh_iovalidfd()
417 shp->sftable[f2] = 0; in io_preserve()
1482 shp->sftable[fn] = shp->sftable[-1]; in sh_redirect()
1591 shp->sftable[fn] = shp->sftable[-1]; in sh_redirect()
1841 shp->sftable[fd] = shp->sftable[fn]; in sh_vexsave()
1856 shp->sftable[fd] = shp->sftable[fn]; in sh_vexsave()
1931 sfswap(shp->sftable[savefd],shp->sftable[origfd]); in sh_iorestore()
[all …]
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dio.c408 Sfio_t **sftable = shp->sftable; in sh_iovalidfd() local
427 memcpy(shp->sftable,sftable,max*sizeof(Sfio_t*)); in sh_iovalidfd()
434 if(sftable) in sh_iovalidfd()
435 free((void*)sftable); in sh_iovalidfd()
586 shp->sftable[fd] = iop; in sh_iostream()
617 shp->sftable[fd] = sp; in io_preserve()
624 shp->sftable[f2] = 0; in io_preserve()
665 shp->sftable[f1] = 0; in sh_iorenumber()
701 shp->sftable[fd] = 0; in sh_close()
1790 sfswap(shp->sftable[savefd],shp->sftable[origfd]); in sh_iorestore()
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dio.c408 Sfio_t **sftable = shp->sftable; in sh_iovalidfd() local
427 memcpy(shp->sftable,sftable,max*sizeof(Sfio_t*)); in sh_iovalidfd()
434 if(sftable) in sh_iovalidfd()
435 free((void*)sftable); in sh_iovalidfd()
586 shp->sftable[fd] = iop; in sh_iostream()
617 shp->sftable[fd] = sp; in io_preserve()
624 shp->sftable[f2] = 0; in io_preserve()
665 shp->sftable[f1] = 0; in sh_iorenumber()
701 shp->sftable[fd] = 0; in sh_close()
1790 sfswap(shp->sftable[savefd],shp->sftable[origfd]); in sh_iorestore()
[all …]
/dports/audio/taglib/taglib-1.12/taglib/mpc/
H A Dmpcproperties.cpp203 const unsigned short sftable [8] = { 44100, 48000, 37800, 32000, 0, 0, 0, 0 }; variable
258 d->sampleRate = sftable[(flags >> 13) & 0x07]; in readSV8()
308 d->sampleRate = sftable[(flags >> 16) & 0x03]; in readSV7()
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/taglib_plugin/taglib-1.11/taglib/mpc/
H A Dmpcproperties.cpp203 const unsigned short sftable [8] = { 44100, 48000, 37800, 32000, 0, 0, 0, 0 }; variable
258 d->sampleRate = sftable[(flags >> 13) & 0x07]; in readSV8()
308 d->sampleRate = sftable[(flags >> 16) & 0x03]; in readSV7()
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/taglib/mpc/
H A Dmpcproperties.cpp204 const unsigned short sftable [8] = { 44100, 48000, 37800, 32000, 0, 0, 0, 0 }; variable
259 d->sampleRate = sftable[(flags >> 13) & 0x07]; in readSV8()
309 d->sampleRate = sftable[(flags >> 16) & 0x03]; in readSV7()
/dports/graphics/graphviz/graphviz-2.44.1/lib/sfio/
H A DMakefile.am20 sftable.c sftell.c sftmp.c sfungetc.c sfvprintf.c \
H A DMakefile.in121 sfsync.lo sftable.lo sftell.lo sftmp.lo sfungetc.lo \
597 sftable.c sftell.c sftmp.c sfungetc.c sfvprintf.c \
709 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sftable.Plo@am__quote@
/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/sfio/
H A Dmeson.build12 'sfio/sfstack.c', 'sfio/sfstrtod.c', 'sfio/sfswap.c', 'sfio/sfsync.c', 'sfio/sftable.c',
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/bltins/
H A Dread.c179 if(r==0 && (r=(sfeof(shp->sftable[fd])||sferror(shp->sftable[fd])))) in b_read()
230 if(!(iop=shp->sftable[fd]) && !(iop=sh_iostream(shp,fd))) in sh_readline()
H A Dprint.c301 if(!(outfile=shp->sftable[fd])) in b_print()
305 shp->sftable[fd] = outfile = sfnew(NIL(Sfio_t*),shp->outbuff,IOBSIZE,fd,n); in b_print()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/bltins/
H A Dread.c179 if(r==0 && (r=(sfeof(shp->sftable[fd])||sferror(shp->sftable[fd])))) in b_read()
230 if(!(iop=shp->sftable[fd]) && !(iop=sh_iostream(shp,fd))) in sh_readline()
H A Dprint.c301 if(!(outfile=shp->sftable[fd])) in b_print()
305 shp->sftable[fd] = outfile = sfnew(NIL(Sfio_t*),shp->outbuff,IOBSIZE,fd,n); in b_print()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Dshell.h238 Sfio_t **sftable; member
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/bltins/
H A Dread.c411 r = (sfeof(shp->sftable[fd]) || sferror(shp->sftable[fd])); in b_read()
465 if (!(iop = shp->sftable[fd]) && !(iop = sh_iostream(shp, fd, fd))) return 1; in sh_readline()
H A Dprint.c274 if (!pp->write_to_hist && !(pp->outfile = shp->sftable[pp->fd])) { in sh_print()
277 shp->sftable[pp->fd] = pp->outfile = sfnew(NULL, shp->outbuff, IOBSIZE, pp->fd, n); in sh_print()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/bltins/
H A Dread.c366 if(r==0 && (r=(sfeof(shp->sftable[fd])||sferror(shp->sftable[fd])))) in b_read()
424 if(!(iop=shp->sftable[fd]) && !(iop=sh_iostream(shp,fd,fd))) in sh_readline()
H A Dprint.c322 if(!sflag && !(outfile=shp->sftable[fd])) in b_print()
326 shp->sftable[fd] = outfile = sfnew(NIL(Sfio_t*),shp->outbuff,IOBSIZE,fd,n); in b_print()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Ddefs.h245 Sfio_t **sftable; \
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Ddefs.h245 Sfio_t **sftable; \
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Ddefs.h257 Sfio_t **sftable; \
/dports/shells/ksh93/ast-93u/src/lib/libast/
H A DMakefile159 sfswap.c sftable.c sftell.c sftmp.c sfungetc.c sfvprintf.c \
241 :READONLY: conftab.c lctab.c modedata.c /*sftable.c*/ \
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/
H A DMakefile159 sfswap.c sftable.c sftell.c sftmp.c sfungetc.c sfvprintf.c \
241 :READONLY: conftab.c lctab.c modedata.c /*sftable.c*/ \
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/
H A DMakefile164 sfswap.c sftable.c sftell.c sftmp.c sfungetc.c sfvprintf.c \
248 :READONLY: conftab.c lctab.c modedata.c /*sftable.c*/ \

123