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

/freebsd-13-stable/usr.sbin/pkg/
H A Dconfig.c218 FILE *buffp; local
231 buffp = open_memstream(&buf, &bufsz);
232 if (buffp == NULL)
241 rewind(buffp);
245 fputc(toupper(key[j]), buffp); local
246 fflush(buffp);
249 fputs("PACKAGESITE", buffp);
251 fputs("MIRROR_TYPE", buffp);
253 fputs("SIGNATURE_TYPE", buffp);
255 fputs("FINGERPRINTS", buffp);
[all...]
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_control.c2056 char *buffp, *buffend; local
2062 buffp = buf;
2067 snprintf(buffp, sizeof(buf), "%s=\"",sys_var[CS_VARLIST].text);
2068 buffp += strlen(buffp);
2074 if (len + 1 >= buffend - buffp)
2077 *buffp++ = ',';
2080 memcpy(buffp, k->text, len);
2081 buffp += len;
2094 if (len + 1 >= buffend - buffp)
[all...]

Completed in 111 milliseconds