Searched refs:linesz (Results 1 – 3 of 3) sorted by relevance
/external/kmod/libkmod/ |
D | libkmod-builtin.c | 123 size_t linesz = 0; in get_string() local 143 if (iter->bufsz < linesz + partsz) { in get_string() 144 iter->bufsz = linesz + partsz; in get_string() 153 strncpy(iter->buf + linesz, buf, partsz); in get_string() 154 linesz += partsz; in get_string() 157 if (linesz) { in get_string() 159 *size = linesz; in get_string() 171 size_t linesz; in kmod_builtin_iter_next() local 183 offset = get_string(iter, pos, &line, &linesz); in kmod_builtin_iter_next() 224 size_t linesz, len; in kmod_builtin_iter_get_modname() local [all …]
|
/external/elfutils/libdwfl/ |
D | linux-proc-maps.c | 208 size_t linesz; in proc_maps_report() local 210 while ((len = getline (&line, &linesz, f)) > 0) in proc_maps_report()
|
D | linux-kernel-modules.c | 502 size_t linesz; member 511 if ((state->n = getline (&state->line, &state->linesz, state->f)) < 1 || in read_address() 1013 size_t linesz = 0; in INTDEF() local 1017 while (getline (&line, &linesz, f) > 0 in INTDEF()
|