Home
last modified time | relevance | path

Searched refs:pds_header (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libpkg/common/
H A Ddstream.c139 static char *pds_header; variable
149 nextp = strchr(pds_header, '\n'); in ds_gets()
151 length = strlen(pds_header); in ds_gets()
160 nextp = strchr(pds_header, '\n'); in ds_gets()
164 if (length + (int)strlen(pds_header) > size) in ds_gets()
166 (void) strncpy(buf + length, pds_header, strlen(pds_header)); in ds_gets()
167 buf[length + strlen(pds_header)] = '\0'; in ds_gets()
168 pds_header = nextp + 1; in ds_gets()
172 if ((int)strlen(pds_header) > size) in ds_gets()
174 (void) strncpy(buf, pds_header, strlen(pds_header)); in ds_gets()
[all …]