Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/ufs/fssnap/
H A Dfssnap.c51 #define MAX_SUFFIX 6 /* '.' + 4 chars of number + trailing '\0' */ macro
528 *outpath = malloc(strlen(basepath) + MAX_SUFFIX); in gen_backing_store_path()