Searched refs:MAX_LEN (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/tools/misc/ |
A D | xen-livepatch.c | 65 #define MAX_LEN 11 macro 80 info = malloc(sizeof(*info) * MAX_LEN); in list_func() 83 name = malloc(sizeof(*name) * XEN_LIVEPATCH_NAME_SIZE * MAX_LEN); in list_func() 89 len = malloc(sizeof(*len) * MAX_LEN); in list_func() 99 memset(info, 'A', sizeof(*info) * MAX_LEN); in list_func() 100 memset(name, 'B', sizeof(*name) * MAX_LEN * XEN_LIVEPATCH_NAME_SIZE); in list_func() 101 memset(len, 'C', sizeof(*len) * MAX_LEN); in list_func() 102 rc = xc_livepatch_list(xch, MAX_LEN, idx, info, name, len, &done, &left); in list_func() 140 #undef MAX_LEN
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/lxdialog/ |
A D | textbox.c | 231 if (hscroll >= MAX_LEN) in dialog_textbox() 372 static char line[MAX_LEN + 1]; in get_line() 379 } else if (i < MAX_LEN) in get_line() 383 if (i == MAX_LEN) in get_line() 388 if (i <= MAX_LEN) in get_line()
|
A D | inputbox.c | 24 char dialog_input_result[MAX_LEN + 1]; 198 if (len < MAX_LEN) { in dialog_inputbox()
|
A D | dialog.h | 60 #define MAX_LEN 2048 macro
|
A D | util.c | 386 char tempstr[MAX_LEN + 1], *word, *sp, *sp2, *newline_separator = 0; in print_autowrap()
|
Completed in 8 milliseconds