Lines Matching refs:strcat
486 (void) strcat(opt2, ","); in mountfs()
487 (void) strcat(opt2, MNTOPT_ONERROR); in mountfs()
488 (void) strcat(opt2, "="); in mountfs()
489 (void) strcat(opt2, argval); in mountfs()
501 (void) strcat(opt2, ","); in mountfs()
502 (void) strcat(opt2, argval); in mountfs()
537 (void) strcat(mnt->mnt_mntopts, ","); in mountfs()
538 (void) strcat(mnt->mnt_mntopts, MNTOPT_LOGGING); in mountfs()
546 (void) strcat(mnt->mnt_mntopts, ","); in mountfs()
547 (void) strcat(mnt->mnt_mntopts, MNTOPT_NOLOGGING); in mountfs()
748 (void) strcat(options, ","); in replace_opts()
750 (void) strcat(options, f); in replace_opts()
754 (void) strcat(options, trueopt); in replace_opts()
756 (void) strcat(options, f); in replace_opts()
759 (void) strcat(options, f); in replace_opts()
763 (void) strcat(options, ","); in replace_opts()
764 (void) strcat(options, flag ? trueopt : falseopt); in replace_opts()
818 (void) strcat(options, ","); in replace_opts_dflt()
819 (void) strcat(options, f); in replace_opts_dflt()
828 (void) strcat(options, ","); in replace_opts_dflt()
829 (void) strcat(options, last ? trueopt : falseopt); in replace_opts_dflt()