Lines Matching defs:len
25 static inline int read_spec_entry(char **entry, char **ptr, int *len, const char **errbuf)
34 *len = 0;
43 (*len)++;
46 if (*len) {
47 *entry = strndup(tmp_buf, *len);
69 int len, rc, items, entry_len = 0;
74 len = strlen(line_buf);
75 if (line_buf[len - 1] == '\n')
76 line_buf[len - 1] = '\0';
79 * the len for the check below (as the line is NUL
81 len++;
98 if (len - 1 == buf_p - line_buf) {