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

/freebsd-11-stable/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-11-stable/crypto/openssh/
H A Dmonitor_wrap.c248 ServerOptions *newopts; local
280 newopts = buffer_get_string(&m, &len);
281 if (len != sizeof(*newopts))
285 if (newopts->x != NULL) \
286 newopts->x = buffer_get_string(&m, NULL); \
289 for (i = 0; i < newopts->nx; i++) \
290 newopts->x[i] = buffer_get_string(&m, NULL); \
297 copy_set_server_options(&options, newopts, 1);
298 free(newopts);
/freebsd-11-stable/contrib/amd/amd/
H A Dopts.c1380 am_opts *newopts; local
1381 newopts = CALLOC(struct am_opts);
1385 newopts->field = xstrdup(old->field); \
1413 return newopts;
/freebsd-11-stable/usr.sbin/mergemaster/
H A Dmergemaster.sh272 newopts="$newopts $var"
277 set -- $newopts
278 unset var newopts
/freebsd-11-stable/bin/ps/
H A Dps.c1346 char *argp, *cp, *newopts, *ns, *optp, *pidp; local
1408 if ((newopts = ns = malloc(len + 3)) == NULL)
1428 return (newopts);
/freebsd-11-stable/contrib/ncurses/form/
H A Dfrm_driver.c1291 | Field_Options newopts)
1303 _nc_Synchronize_Options(FIELD *field, Field_Options newopts) argument
1310 T((T_CALLED("_nc_Synchronize_Options(%p,%#x)"), (void *)field, newopts));
1316 changed_opts = oldopts ^ newopts;
1317 field->opts = newopts;
1333 if ((unsigned)newopts & O_VISIBLE)
1341 ((unsigned)newopts & O_VISIBLE))
1353 if ((unsigned)newopts & O_STATIC)
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipnat_y.y376 IPNY_REWRITE oninout rwrproto mapfrom tlate newdst newopts
387 divert: IPNY_DIVERT oninout rwrproto mapfrom tlate divdst newopts
1128 newopts: label
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c6173 append_options(char *mntopts, char *newopts) argument
6178 if (len + 1 + strlen(newopts) >= MNT_LINE_MAX) {
6188 (void) strcpy(&mntopts[len], newopts);

Completed in 1117 milliseconds