Home | History | Annotate | Download | only in Stdio

Lines Matching full:commit

764   wchar_t *commit, *p;

775 * We set commit = p whenever the string we have read so far
778 * or fail, and we will ungetc() back to the last commit point.
783 commit = buf - 1;
800 commit = p;
821 commit = p; /* inf or infinity */
836 commit = p;
844 commit = p;
870 commit = p;
880 commit = p;
893 commit = p;
907 while (commit < --p)
909 *++commit = '\0';
910 return (commit - buf);