Home
last modified time | relevance | path

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

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