Searched refs:written (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libast/sfio/
H A Dsfflsbuf.c35 int c; /* if c>=0, c is also written out */
38 ssize_t n, w, written; local
49 for(written = 0;; f->mode &= ~SF_LOCK)
100 written += w;
106 { if(written > 0) /* some buffer was cleared */
/ast/src/lib/libtksh/tcl/
H A DtclUnixChan.c376 * The number of bytes written is returned or -1 on error. An
394 int written;
399 written = write(fd, buf, (size_t) toWrite);
400 if (written > -1) {
401 return written;
937 * The number of bytes written is returned or -1 on error. An
955 int written;
960 written = write(fd, buf, (size_t) toWrite);
961 if (written > -1) {
962 return written;
391 int written; local
942 int written; local
[all...]
/ast/src/lib/libtk/library/demos/
H A Drolodex6 # This script was written as an entry in Tom LaStrange's rolodex
179 set helpTopics(context) {Unfortunately, this application doesn't support context-sensitive help in the usual way, because when this demo was written Tk didn't have a grab mechanism and this is needed for context-sensitive help. Instead, you can achieve much the same effect by simply moving the mouse over the window you're curious about and pressing the Help or F1 keys. You can do this anytime.}
/ast/src/lib/libtksh/src/
H A DtclIO.c462 int l, written, errorCode; local
489 written = (chanPtr->typePtr->outputProc)(chanPtr->instanceData,
492 if (written >= 0)
494 chanPtr->sfTmpPos += written;
495 sfseek(asyncFile, chanPtr->sfTmpPos+written, 0);
531 int errorCode, written, tmpStatus; local
544 written = (chanPtr->typePtr->outputProc)
548 if (written >= 0)
549 return written;
2119 * buffer available to be written
[all...]
/ast/src/cmd/nmake/
H A DMakerules.mk53 set option=';official-output;s;-;The \bdiff\b(1) log file name for the \bofficial\b action. If \afile\a is a relative path name then it is written in the next view level.;file:=OFFICIAL'

Completed in 64 milliseconds