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

/illumos-gate/usr/src/cmd/backup/restore/
H A Dsymtab.c195 char *tailindex, savechar, *lastpart; local
199 lastpart = name;
200 LASTPART(lastpart);
201 tailindex = strrchr(lastpart, '/');
203 if (lastpart == name)
211 tailindex = lastpart - 1;
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_nameinfo.c178 uint_t lastpart; local
189 lastpart = i;
191 size = sizeof (struct dk_gpt) + (sizeof (struct dk_part) * lastpart);
194 (*gpt)->efi_nparts = lastpart + 1;

Completed in 76 milliseconds