Searched defs:cols (Results 1 - 2 of 2) sorted by relevance

/lxc/src/lxc/tools/
H A Dlxc_top.c230 char **lines, **cols; local
246 cols = lxc_string_split_and_trim(lines[i], ' ');
247 if (!cols)
249 for (j = 0; cols[j]; j++) {
251 val = strtoull(cols[j], NULL, 0);
255 lxc_free_array((void **)cols, free);
H A Dlxc_ls.c265 unsigned int cols = 0; local
267 cols = ls_get_term_width();
268 ls_print_names(ls_arr, &max_len, ls_size, cols, my_args.ls_line);

Completed in 12 milliseconds