Home
last modified time | relevance | path

Searched refs:sfsync (Results 1 – 25 of 52) sorted by relevance

123

/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/
H A Dsetvbuf.c37 sfsync(f); in setvbuf()
44 sfsync(f); in setvbuf()
H A Dfflush.c40 return (sfsync(f) < 0 || sfpurge(f) < 0) ? -1 : 0; in fflush()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dastquery.c84 sfsync(sfstdout); in astquery()
86 sfsync(op); in astquery()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfsync.c68 if(sfsync(f) < 0) in _sfall()
83 int sfsync(reg Sfio_t* f) in sfsync() function
85 int sfsync(f) in sfsync()
H A Dsfclose.c68 rv = sfsync(f);
H A D_sfopen.c73 { if(sfsync(f) < 0)
H A Dsfseek.c279 sfsync(f);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Derror.c569 sfsync(sfstdin); in errorv()
571 sfsync(sfstdout); in errorv()
572 sfsync(sfstderr); in errorv()
576 sfsync(sfstderr); in errorv()
H A Dprocopen.c471 sfsync(NiL); in procopen()
735 sfsync(sfstderr); in procopen()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/preroot/
H A Dsetpreroot.c63 sfsync(sfstderr); in setpreroot()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dfault.c491 sfsync(shp->outpool); in sh_trap()
643 sfsync((Sfio_t*)sfstdin); in sh_done()
644 sfsync((Sfio_t*)shp->outpool); in sh_done()
645 sfsync((Sfio_t*)sfstdout); in sh_done()
H A Djobs.c369 sfsync(sfstderr); in job_reap()
543 sfsync(sfstderr); in job_reap()
577 sfsync(sfstderr); in job_reap()
1442 sfsync(sfstderr); in job_post()
1615 sfsync(sfstderr); in job_wait()
1673 sfsync(sfstderr); in job_wait()
1775 sfsync(outfile); in job_switch()
1849 sfsync(sfstderr); in job_unpost()
1888 sfsync(sfstderr); in job_unpost()
H A Dmain.c430 sfsync(shp->outpool); in exfile()
567 sfsync(sfstderr); in exfile()
H A Dio.c1073 sfsync(sp); in file_offset()
1294 sfsync(shp->sftable[dupfd]); in sh_redirect()
1464 sfsync(sp); in sh_redirect()
1745 sfsync(sp); in sh_iosave()
2164 return(sfsync(sfstderr)); in io_prompt()
2218 return(sfsync(sfstderr)); in io_prompt()
H A Dsubshell.c157 sfsync(sfstdout); in sh_subtmpfile()
490 sfsync(shp->outpool); in sh_subshell()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Dmini.sym70 sfsync
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dhistory.c329 sfsync(hp->histfp); in sh_histinit()
367 sfsync(sfstderr); in sh_histinit()
758 sfsync(hp->histfp); in hist_cancel()
780 if(sfsync(hp->histfp)<0) in hist_flush()
838 sfsync(hp->auditfp); in hist_write()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dhead.c155 if (sfsync(sfstdout)) in b_head()
H A Dtee.c200 if (sfsync(sfstdout)) in b_tee()
H A Ddate.c512 if (show && sfsync(sfstdout)) in b_date()
H A Dcat.c552 if (sfsync(sfstdout)) in b_cat()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dmkservice.c306 sfsync(NiL); in Accept()
329 sfsync(NiL); in Action()
H A Dprint.c343 sfsync(outfile); in b_print()
360 sfsync((Sfio_t*)0); in b_print()
372 sfsync(outfile); in b_print()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dast.h132 #define sfsync(f) fflush(f) macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/hash/
H A Dhashdump.c172 sfsync(sfstderr); in hashdump()

123