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

/freebsd-10-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-10-stable/crypto/openssh/
H A Dmonitor_wrap.c249 ServerOptions *newopts; local
281 newopts = buffer_get_string(&m, &len);
282 if (len != sizeof(*newopts))
286 if (newopts->x != NULL) \
287 newopts->x = buffer_get_string(&m, NULL); \
290 for (i = 0; i < newopts->nx; i++) \
291 newopts->x[i] = buffer_get_string(&m, NULL); \
298 copy_set_server_options(&options, newopts, 1);
299 free(newopts);
/freebsd-10-stable/usr.sbin/mergemaster/
H A Dmergemaster.sh272 newopts="$newopts $var"
277 set -- $newopts
278 unset var newopts
/freebsd-10-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-10-stable/bin/ps/
H A Dps.c1315 char *argp, *cp, *newopts, *ns, *optp, *pidp; local
1377 if ((newopts = ns = malloc(len + 3)) == NULL)
1397 return (newopts);
/freebsd-10-stable/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-10-stable/contrib/ipfilter/tools/
H A Dipnat_y.y388 IPNY_REWRITE oninout rwrproto mapfrom tlate newdst newopts
399 divert: IPNY_DIVERT oninout rwrproto mapfrom tlate divdst newopts
1140 newopts: label
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c6058 append_options(char *mntopts, char *newopts) argument
6063 if (len + 1 + strlen(newopts) >= MNT_LINE_MAX) {
6073 (void) strcpy(&mntopts[len], newopts);

Completed in 241 milliseconds