Searched refs:reducep (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/cachefs/mount/ |
H A D | mount.c | 165 int dobackmnt(struct cachefs_mountargs *margsp, char *reducep, char *specp, 171 char *cachedirp, char *cacheidp, char *optionp, char *reducep); 204 char *reducep; in main() local 311 xx = set_cfs_args(optionp, &margs, &mflag, &backfstypep, &reducep, in main() 397 xx = dobackmnt(&margs, reducep, specp, backfstypep, in main() 543 (cfs_nfsv4ops[0] == '\0' ? optionp : cfs_nfsv4ops), reducep); in main() 670 static char *reducep = NULL; in set_cfs_args() local 684 free(reducep); in set_cfs_args() 685 reducep = NULL; in set_cfs_args() 689 reducep = malloc(strlen(optionp) + 1000); in set_cfs_args() [all …]
|