Searched refs:nextbuf (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/bmake/
H A Dparse.c167 char *(*nextbuf)(void *, size_t *); /* Function to get more data */ member in struct:IFile
168 void *nextbuf_arg; /* Opaque arg for nextbuf() */
422 * nextbuf() operation for loadedfile, as needed by the weird and twisted
2322 char *(*nextbuf)(void *, size_t *), void *arg)
2333 fprintf(debug_file, "Parse_SetInput: file %s, line %d, fd %d, nextbuf %p, arg %p\n",
2334 name, line, fd, nextbuf, arg);
2336 if (fd == -1 && nextbuf == NULL)
2356 curFile->nextbuf = nextbuf;
2360 assert(nextbuf !
[all...]
/freebsd-9.3-release/contrib/bind9/bin/dnssec/
H A Ddnssectool.c569 char nextbuf[DNS_NAME_FORMATSIZE]; local
595 dns_name_format(nextname, nextbuf, sizeof(nextbuf));
599 nextbuf, found);
/freebsd-9.3-release/sys/dev/ie/
H A Dif_ie.c796 goto nextbuf;
813 nextbuf:

Completed in 115 milliseconds