Home
last modified time | relevance | path

Searched refs:newopts (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/cddl/osnet/lib/libzfs/
H A Dfsshare.c121 static char newopts[OPTSSIZE]; in translate_opts() local
128 newopts[0] = '\0'; in translate_opts()
137 strlcat(newopts, "-", sizeof(newopts)); in translate_opts()
141 strlcat(newopts, o, sizeof(newopts)); in translate_opts()
142 strlcat(newopts, " ", sizeof(newopts)); in translate_opts()
144 return (newopts); in translate_opts()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dmonitor_wrap.c303 ServerOptions *newopts; in mm_decode_activate_server_options() local
308 if (len != sizeof(*newopts)) in mm_decode_activate_server_options()
310 newopts = xcalloc(sizeof(*newopts), 1); in mm_decode_activate_server_options()
311 memcpy(newopts, p, sizeof(*newopts)); in mm_decode_activate_server_options()
314 if (newopts->x != NULL && \ in mm_decode_activate_server_options()
315 (r = sshbuf_get_cstring(m, &newopts->x, NULL)) != 0) \ in mm_decode_activate_server_options()
319 newopts->x = newopts->nx == 0 ? \ in mm_decode_activate_server_options()
320 NULL : xcalloc(newopts->nx, sizeof(*newopts->x)); \ in mm_decode_activate_server_options()
321 for (i = 0; i < newopts->nx; i++) { \ in mm_decode_activate_server_options()
323 &newopts->x[i], NULL)) != 0) \ in mm_decode_activate_server_options()
[all …]
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dopts.c1382 am_opts *newopts; in copy_opts() local
1383 newopts = CALLOC(struct am_opts); in copy_opts()
1387 newopts->field = xstrdup(old->field); \ in copy_opts()
1415 return newopts; in copy_opts()
/netbsd-src/bin/ps/
H A Dps.c779 char *newopts, *ns, *cp; in kludge_oldps_options() local
782 newopts = ns = emalloc(len + 3); in kludge_oldps_options()
822 return (newopts); in kludge_oldps_options()
/netbsd-src/external/bsd/ipf/dist/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:
/netbsd-src/external/mpl/bind/dist/bin/tools/
H A Dmdig.c932 newopts(struct query *query) {
952 newopts(query); in save_opt()
938 newopts(struct query *query) { newopts() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nios2/
H A Dnios2.c4437 tree newopts = lookup_attribute ("target", DECL_ATTRIBUTES (newdecl)); in nios2_merge_decl_attributes() local
4438 if (newopts && oldopts && newopts != oldopts) in nios2_merge_decl_attributes()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nios2/
H A Dnios2.cc4472 tree newopts = lookup_attribute ("target", DECL_ATTRIBUTES (newdecl)); in nios2_merge_decl_attributes() local
4473 if (newopts && oldopts && newopts != oldopts) in nios2_merge_decl_attributes()
/netbsd-src/external/cddl/osnet/dist/cmd/zfs/
H A Dzfs_main.c6081 append_options(char *mntopts, char *newopts) in append_options() argument
6086 if (len + 1 + strlen(newopts) >= MNT_LINE_MAX) { in append_options()
6096 (void) strcpy(&mntopts[len], newopts); in append_options()