Lines Matching refs:buf1
116 int8_t buf1[100];
120 bzero(buf1, sizeof (buf1));
127 (void) strncat(buf1, buf2, sizeof (buf2));
130 (void) strncat(buf1, buf2, sizeof (buf2));
133 (void) strncat(buf1, buf2, sizeof (buf2));
138 (void) strncat(buf1, buf2, sizeof (buf2));
141 (void) strncat(buf1, buf2, sizeof (buf2));
144 (void) strncat(buf1, buf2, sizeof (buf2));
149 (void) strncat(buf1, buf2, sizeof (buf2));
152 (void) strncat(buf1, buf2, sizeof (buf2));
155 (void) strncat(buf1, buf2, sizeof (buf2));
160 (void) strncat(buf1, buf2, sizeof (buf2));
163 (void) strncat(buf1, buf2, sizeof (buf2));
166 (void) strncat(buf1, buf2, sizeof (buf2));
169 (void) strncat(buf1, buf2, sizeof (buf2));
172 ieee80211_dbg(IEEE80211_MSG_ANY, "ieee80211_dump_pkt(): %s", buf1);
173 bzero(buf1, sizeof (buf1));
190 (void) strncat(buf1, buf2, sizeof (buf2));
193 (void) strcat(buf1, buf2);
197 (void) strncat(buf1, buf2, sizeof (buf2));
201 (void) strncat(buf1, buf2, sizeof (buf2));
203 ieee80211_dbg(IEEE80211_MSG_ANY, "ieee80211_dump_pkt(): %s", buf1);
204 bzero(buf1, sizeof (buf1));
209 (void) strcat(buf1, " ");
211 (void) strncat(buf1, buf2, 3);
214 buf1);