Home
last modified time | relevance | path

Searched refs:tmpsign (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c5754 char tmpsign[MAXNAMELEN + 1]; local
5786 (void) snprintf(tmpsign, sizeof (tmpsign), "%s", entp->d_name);
5789 strncmp(tmpsign, GRUBSIGN_LU_PREFIX,
5791 lu = s_strdup(tmpsign);
5795 strncmp(tmpsign, GRUBSIGN_UFS_PREFIX,
5797 ufs = s_strdup(tmpsign);
5801 strncmp(tmpsign, GRUBSIGN_ZFS_PREFIX,
5803 zfs = s_strdup(tmpsign);
5845 char tmpsign[MAXNAMELEN + 1]; local
5874 while (s_fgets(tmpsign, sizeof (tmpsign), bfp) != NULL) {
[all …]