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

/freebsd-10.2-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() */
423 * nextbuf() operation for loadedfile, as needed by the weird and twisted
2359 char *(*nextbuf)(void *, size_t *), void *arg)
2370 fprintf(debug_file, "%s: file %s, line %d, fd %d, nextbuf %p, arg %p\n",
2371 __func__, name, line, fd, nextbuf, arg);
2373 if (fd == -1 && nextbuf == NULL)
2393 curFile->nextbuf = nextbuf;
2397 assert(nextbuf !
[all...]
/freebsd-10.2-release/sys/dev/ie/
H A Dif_ie.c793 goto nextbuf;
810 nextbuf:

Completed in 84 milliseconds