Lines Matching defs:buf
360 char buf[64];
364 (void)snprintf_s(buf, sizeof(buf), sizeof(buf) - 1, "ttyname=" UCOM_TTY_PREFIX
371 if (usbd_set_pnpinfo(uaa->device, iface_index, buf) != 0)
1211 char *buf;
1239 buf = (char *)malloc(len + 2);
1240 if (buf == NULL) {
1245 ret = memcpy_s(buf, (len + 2), argv[0], len);
1247 free(buf);
1251 buf[len] = 0xd;
1252 buf[len+1] = 0xa;
1255 p_ucom_tx_handler->p_ucom_tx_data = (void *)buf;