Lines Matching refs:buf
100 prt_bitmap(int bitmap, char *str, char *buf, int size)
103 char *start = buf;
121 *buf++ = '|';
127 *buf++ = *p;
131 if ((buf > start) && (*(buf - 1) == '|'))
132 buf--;
133 *buf = '\0';
212 reverse_fqdn(const char *domain, char *buf, int size)
232 (void) strcpy(buf, dp);
234 (void) strcat(buf, ".");
235 (void) strcat(buf, ptrs[v]);