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

/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgtrans.c111 static int cat_and_count(struct dm_buf *, char *);
736 cat_and_count(struct dm_buf *buf_ctrl, char *append) function
792 (void) cat_and_count(&hdrbuf, HDR_PREFIX);
793 (void) cat_and_count(&hdrbuf, "\n");
859 if (cat_and_count(&hdrbuf, tmp_entry)) {
893 if (cat_and_count(&hdrbuf, tmp_entry)) {
908 if (cat_and_count(&hdrbuf, "\n")) {
919 if (cat_and_count(&hdrbuf, HDR_SUFFIX) ||
920 cat_and_count(&hdrbuf, "\n")) {

Completed in 22 milliseconds