Searched refs:newopts (Results 1 – 2 of 2) sorted by relevance
159 static char newopts[OPTSSIZE]; in translate_opts() local166 newopts[0] = '\0'; in translate_opts()175 strlcat(newopts, "-", sizeof (newopts)); in translate_opts()179 strlcat(newopts, o, sizeof (newopts)); in translate_opts()180 strlcat(newopts, " ", sizeof (newopts)); in translate_opts()182 return (newopts); in translate_opts()
6960 append_options(char *mntopts, char *newopts) in append_options() argument6965 if (len + 1 + strlen(newopts) >= MNT_LINE_MAX) { in append_options()6975 (void) strcpy(&mntopts[len], newopts); in append_options()