Home
last modified time | relevance | path

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

/openbsd-src/sbin/disklabel/
H A Deditor.c199 char **origmountpoints = NULL, **tmpmountpoints = NULL; in editor() local
205 !(tmpmountpoints = calloc(MAXPARTITIONS, sizeof(char *)))) in editor()
261 mpcopy(tmpmountpoints, omountpoints); in editor()
450 mpcopy(tmpmountpoints, mountpoints); in editor()
452 mpcopy(omountpoints, tmpmountpoints); in editor()
461 mpcopy(tmpmountpoints, mountpoints); in editor()
463 mpcopy(omountpoints, tmpmountpoints); in editor()
505 mpcopy(omountpoints, tmpmountpoints); in editor()
511 mpfree(tmpmountpoints, DISCARD); in editor()