Lines Matching defs:len
284 size_t len;
305 len = snprintf((char *)buf, sizeof(buf), "%" PRIi64, (int64_t)now);
309 len = snprintf((char *)buf, sizeof(buf), "%" PRIi64, (int64_t)now);
318 len = strftime((char *)buf, sizeof(buf), "%b %d %H:%M:%S", tmp);
324 len,
2393 size_t len = strnlen(arg, maxlen);
2394 if (len) {
2396 /* len is the size or less, so 0 terminate to maxlen */
2397 (*buf)[len] = '\000';
2400 return len;
2482 size_t len = strnlen(arg, maxlen);
2483 if (len) {
2485 return len;