Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_mount.c55 #define BE_TMP_MNTPNT "/tmp/.be.XXXXXX" macro
955 if ((*tmp_mp = (char *)calloc(1, sizeof (BE_TMP_MNTPNT) + 1)) == NULL) { in be_make_tmp_mountpoint()
960 (void) strlcpy(*tmp_mp, BE_TMP_MNTPNT, sizeof (BE_TMP_MNTPNT) + 1); in be_make_tmp_mountpoint()