Lines Matching defs:obuff
86 char obuff[MAX_MNTOPT_STR];
112 strcpy(obuff, "ro"); /* default */
128 strcpy(obuff, optarg);
169 * Force readonly. obuff is guaranteed to have something in
174 if ((strlen(obuff) + strlen(MNTOPT_RO) + 2) > MAX_MNTOPT_STR) {
180 strcat(obuff, ",");
181 strcat(obuff, MNTOPT_RO);
199 if ((strlen(obuff) + strlen(gopt) + 2) > MAX_MNTOPT_STR) {
205 strcat(obuff, ",");
206 strcat(obuff, gopt);
218 (void) strcpy(saved_input_options, obuff);
225 obuff, sizeof (obuff)) == -1) {
231 cmp_requested_to_actual_options(saved_input_options, obuff,