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

/freebsd-13-stable/sys/contrib/openzfs/lib/libshare/os/freebsd/
H A Dnfs.c164 static char newopts[OPTSSIZE]; local
171 newopts[0] = '\0';
180 strlcat(newopts, "-", sizeof (newopts));
184 strlcat(newopts, o, sizeof (newopts));
185 strlcat(newopts, " ", sizeof (newopts));
187 return (newopts);
/freebsd-13-stable/crypto/openssh/
H A Dmonitor_wrap.c313 ServerOptions *newopts; local
345 if (len != sizeof(*newopts))
347 newopts = xcalloc(sizeof(*newopts), 1);
348 memcpy(newopts, p, sizeof(*newopts));
351 if (newopts->x != NULL) { \
353 &newopts->x, NULL)) != 0) \
359 newopts->x = newopts
[all...]
/freebsd-13-stable/usr.sbin/mergemaster/
H A Dmergemaster.sh272 newopts="$newopts $var"
277 set -- $newopts
278 unset var newopts
/freebsd-13-stable/bin/ps/
H A Dps.c1365 char *argp, *cp, *newopts, *ns, *optp, *pidp; local
1427 if ((newopts = ns = malloc(len + 3)) == NULL)
1447 return (newopts);
/freebsd-13-stable/contrib/ncurses/form/
H A Dfrm_driver.c1330 | Field_Options newopts)
1342 _nc_Synchronize_Options(FIELD *field, Field_Options newopts) argument
1349 T((T_CALLED("_nc_Synchronize_Options(%p,%#x)"), (void *)field, newopts));
1355 changed_opts = oldopts ^ newopts;
1356 field->opts = newopts;
1372 if ((unsigned)newopts & O_VISIBLE)
1380 ((unsigned)newopts & O_VISIBLE))
1392 if ((unsigned)newopts & O_STATIC)
/freebsd-13-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-13-stable/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c7000 append_options(char *mntopts, char *newopts) argument
7005 if (len + 1 + strlen(newopts) >= MNT_LINE_MAX) {
7015 (void) strcpy(&mntopts[len], newopts);

Completed in 141 milliseconds