Searched refs:newopts (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/cddl/compat/opensolaris/misc/
H A Dfsshare.c123 static char newopts[OPTSSIZE]; local
130 newopts[0] = '\0';
139 strlcat(newopts, "-", sizeof(newopts));
143 strlcat(newopts, o, sizeof(newopts));
144 strlcat(newopts, " ", sizeof(newopts));
146 return (newopts);
/freebsd-9.3-release/crypto/openssh/
H A Dmonitor_wrap.c239 ServerOptions *newopts; local
271 newopts = buffer_get_string(&m, &len);
272 if (len != sizeof(*newopts))
276 if (newopts->x != NULL) \
277 newopts->x = buffer_get_string(&m, NULL); \
280 for (i = 0; i < newopts->nx; i++) \
281 newopts->x[i] = buffer_get_string(&m, NULL); \
288 copy_set_server_options(&options, newopts, 1);
289 free(newopts);
/freebsd-9.3-release/usr.sbin/mergemaster/
H A Dmergemaster.sh272 newopts="$newopts $var"
277 set -- $newopts
278 unset var newopts
/freebsd-9.3-release/bin/ps/
H A Dps.c1310 char *argp, *cp, *newopts, *ns, *optp, *pidp; local
1372 if ((newopts = ns = malloc(len + 3)) == NULL)
1392 return (newopts);
/freebsd-9.3-release/contrib/ncurses/form/
H A Dllib-lform445 Field_Options newopts)
H A Dllib-lformw445 Field_Options newopts)
H A Dfrm_driver.c1248 | Field_Options newopts)
1260 _nc_Synchronize_Options(FIELD *field, Field_Options newopts) argument
1267 T((T_CALLED("_nc_Synchronize_Options(%p,%#x)"), field, newopts));
1273 changed_opts = oldopts ^ newopts;
1274 field->opts = newopts;
1291 if (newopts & O_VISIBLE)
1299 (newopts & O_VISIBLE))
1311 if (newopts & O_STATIC)
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c5855 append_options(char *mntopts, char *newopts) argument
5860 if (len + 1 + strlen(newopts) >= MNT_LINE_MAX) {
5870 (void) strcpy(&mntopts[len], newopts);

Completed in 208 milliseconds