| /src/external/cddl/osnet/lib/libzfs/ |
| fsshare.c | 121 static char newopts[OPTSSIZE]; local 128 newopts[0] = '\0'; 137 strlcat(newopts, "-", sizeof(newopts)); 141 strlcat(newopts, o, sizeof(newopts)); 142 strlcat(newopts, " ", sizeof(newopts)); 144 return (newopts);
|
| /src/external/bsd/ipf/dist/tools/ |
| ipnat_y.y | 388 IPNY_REWRITE oninout rwrproto mapfrom tlate newdst newopts 399 divert: IPNY_DIVERT oninout rwrproto mapfrom tlate divdst newopts 1140 newopts: label
|
| /src/bin/ps/ |
| ps.c | 778 char *newopts, *ns, *cp; local 781 newopts = ns = emalloc(len + 3); 821 return (newopts);
|
| /src/crypto/external/bsd/openssh/dist/ |
| monitor_wrap.c | 293 ServerOptions *newopts; local 298 if (len != sizeof(*newopts)) 300 newopts = xcalloc(sizeof(*newopts), 1); 301 memcpy(newopts, p, sizeof(*newopts)); 304 if (newopts->x != NULL && \ 305 (r = sshbuf_get_cstring(m, &newopts->x, NULL)) != 0) \ 309 newopts->x = newopts->nx == 0 ? [all...] |
| /src/external/bsd/am-utils/dist/amd/ |
| opts.c | 1382 am_opts *newopts; local 1383 newopts = CALLOC(struct am_opts); 1387 newopts->field = xstrdup(old->field); \ 1415 return newopts;
|
| /src/external/mpl/bind/dist/bin/tools/ |
| mdig.c | 932 newopts(struct query *query) { function 952 newopts(query);
|
| /src/external/gpl3/gcc/dist/gcc/config/nios2/ |
| nios2.cc | 4489 tree newopts = lookup_attribute ("target", DECL_ATTRIBUTES (newdecl)); 4490 if (newopts && oldopts && newopts != oldopts) 4478 tree newopts = lookup_attribute ("target", DECL_ATTRIBUTES (newdecl)); local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/nios2/ |
| nios2.cc | 4483 tree newopts = lookup_attribute ("target", DECL_ATTRIBUTES (newdecl)); 4484 if (newopts && oldopts && newopts != oldopts) 4472 tree newopts = lookup_attribute ("target", DECL_ATTRIBUTES (newdecl)); local
|