Searched refs:sfsync (Results 1 - 25 of 48) sorted by relevance

12

/illumos-gate/usr/src/lib/libast/common/stdio/
H A Dsetvbuf.c37 sfsync(f);
44 sfsync(f);
H A Dfflush.c40 return (sfsync(f) < 0 || sfpurge(f) < 0) ? -1 : 0;
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastquery.c81 sfsync(sfstdout);
83 sfsync(op);
/illumos-gate/usr/src/lib/libast/common/preroot/
H A Dsetpreroot.c63 sfsync(sfstderr);
/illumos-gate/usr/src/lib/libcmd/common/
H A Dhead.c147 if (sfsync(sfstdout))
H A Dtee.c198 if (sfsync(sfstdout))
H A Ddate.c486 if (show && sfsync(sfstdout))
H A Dcat.c552 if (sfsync(sfstdout))
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfsync.c68 if(sfsync(f) < 0)
83 int sfsync(reg Sfio_t* f) function
85 int sfsync(f)
H A D_sfopen.c73 { if(sfsync(f) < 0)
H A Dsfclose.c68 rv = sfsync(f);
H A Dsfseek.c279 sfsync(f);
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dprint.c299 sfsync(outfile);
316 sfsync((Sfio_t*)0);
328 sfsync(outfile);
H A Dmkservice.c306 sfsync(NiL);
329 sfsync(NiL);
H A Dtrap.c200 sfsync(sfstderr);
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dcompletion.c335 sfsync(sfstderr);
H A Dhistory.c330 sfsync(hp->histfp);
367 sfsync(sfstderr);
725 sfsync(hp->histfp);
747 if(sfsync(hp->histfp)<0)
806 sfsync(hp->auditfp);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dfault.c480 sfsync(shp->outpool);
627 sfsync((Sfio_t*)sfstdin);
628 sfsync((Sfio_t*)shp->outpool);
629 sfsync((Sfio_t*)sfstdout);
H A Djobs.c263 sfsync(sfstderr);
408 sfsync(sfstderr);
442 sfsync(sfstderr);
1205 sfsync(sfstderr);
1362 sfsync(sfstderr);
1431 sfsync(sfstderr);
1529 sfsync(outfile);
1603 sfsync(sfstderr);
1638 sfsync(sfstderr);
H A Dmain.c442 sfsync(shp->outpool);
576 sfsync(sfstderr);
H A Dio.c890 sfsync(sp);
1079 sfsync(shp->sftable[dupfd]);
1241 sfsync(sp);
1488 sfsync(sp);
1872 return(sfsync(sfstderr));
1926 return(sfsync(sfstderr));
H A Darith.c339 sfsync(NIL(Sfio_t*));
/illumos-gate/usr/src/lib/libast/common/hash/
H A Dhashdump.c172 sfsync(sfstderr);
/illumos-gate/usr/src/lib/libast/common/misc/
H A Derror.c569 sfsync(sfstdin);
571 sfsync(sfstdout);
572 sfsync(sfstderr);
576 sfsync(sfstderr);
H A Dprocopen.c428 sfsync(NiL);
673 sfsync(sfstderr);

Completed in 99 milliseconds

12