Searched refs:unread (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/libyaml/tests/
H A Dtest-reader.c187 if (parser.unread != check) {
188 printf("- (length=%d while expected length=%d)\n", parser.unread, check);
233 if (!parser.unread) {
240 if (!parser.unread) {
261 parser.unread -= 1;
269 printf("\texpected NUL, found %X (eof=%d, unread=%d)\n", (int)parser.buffer.pointer[0], parser.eof, parser.unread);
304 if (!parser.unread) {
311 if (!parser.unread) {
332 parser.unread
[all...]
/freebsd-10-stable/contrib/libyaml/src/
H A Dreader.c155 if (parser->unread >= length)
165 /* Move the unread characters to the beginning of the buffer. */
181 while (parser->unread < length)
450 parser->unread ++;
457 parser->unread ++;
H A Dscanner.c486 (parser->unread >= (length) \
497 parser->unread --, \
505 parser->unread -= 2, \
511 parser->unread --, \
523 parser->unread --, \
539 parser->unread -= 2) : \
547 parser->unread --) : \
555 parser->unread --) : \
566 parser->unread --) : 0), \
/freebsd-10-stable/usr.bin/mail/
H A Dcmdtab.c72 { "unread", unread, MSGLIST, 0, MMNDEL },
H A Dextern.h241 int unread(int []);
H A Dcmd3.c303 * Mark all given messages as unread.
306 unread(int msgvec[]) function
/freebsd-10-stable/contrib/libyaml/include/
H A Dyaml.h1149 /* The number of unread characters in the buffer. */
1150 size_t unread; member in struct:yaml_parser_s
/freebsd-10-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c730 int unread; local
749 unread = so->so_rcv.sb_cc;
753 if (unread)

Completed in 216 milliseconds