Lines Matching refs:strlen
172 (void)fwrite(buffer, strlen(buffer), 1, fp);
194 if (tmp && strlen(tmp) > 0) {
196 errno_t err = memcpy_s(readSbuf, DATA_MAX_LEN, tmp, strlen(tmp));
201 printf("%s:%d %s-%zu!\n", __func__, __LINE__, tmp, strlen(tmp));
202 HDF_LOGD("%{public}s:%{public}d %{public}s-%{public}zu!", __func__, __LINE__, tmp, strlen(tmp));
235 printf("%s:%d %s-%zu!\n", __func__, __LINE__, buf, strlen(buf));
236 HDF_LOGI("%{public}s:%{public}d %{public}s-%{public}zu!", __func__, __LINE__, buf, strlen(buf));
258 if (tmp && strlen(tmp) > 0) {
260 errno_t err = memcpy_s(readSbuf, DATA_MAX_LEN, tmp, strlen(tmp));
265 printf("%s:%d %s-%zu!\n", __func__, __LINE__, tmp, strlen(tmp));
266 HDF_LOGD("%{public}s:%{public}d %{public}s-%{public}zu !", __func__, __LINE__, tmp, strlen(tmp));
294 printf("%s:%d %s-%zu!\n", __func__, __LINE__, buf, strlen(buf));
295 HDF_LOGD("%{public}s:%{public}d %{public}s-%{public}zu!", __func__, __LINE__, buf, strlen(buf));
316 errno_t err = memcpy_s(readSbuf, DATA_MAX_LEN, tmp, strlen(tmp));
345 if (tmp && strlen(tmp) > 0) {
347 errno_t err = memcpy_s(readSbuf, DATA_MAX_LEN, tmp, strlen(tmp));
381 if (tmp && strlen(tmp) > 0) {
383 errno_t err = memcpy_s(readSbuf, DATA_MAX_LEN, tmp, strlen(tmp));
421 errno_t err = memcpy_s(readSbuf, DATA_MAX_LEN, tmp, strlen(tmp));
535 errno_t err = memcpy_s(readSbuf, DATA_MAX_LEN, tmp, strlen(tmp));