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

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

Completed in 313 milliseconds