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

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_utils.c1532 int temp_grub_len = 0; local
1608 temp_grub_len = strlen(grub_file) + 7;
1609 if ((temp_grub = (char *)malloc(temp_grub_len)) == NULL) {
1615 (void) memset(temp_grub, 0, temp_grub_len);
1616 (void) strlcpy(temp_grub, grub_file, temp_grub_len);
1617 (void) strlcat(temp_grub, "XXXXXX", temp_grub_len);

Completed in 99 milliseconds