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

/systemd/src/shared/
H A Defivars.c481 size_t title_len; local
487 title_len = (strlen(title)+1) * 2;
490 buf = calloc(sizeof(struct boot_option) + title_len +
503 size = offsetof(struct boot_option, title) + title_len;

Completed in 290 milliseconds