Home
last modified time | relevance | path

Searched refs:extra_opts (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/bsd/am-utils/dist/conf/mount/
H A Dmount_linux.c631 char *extra_opts = NULL; in mount_linux_nonfs() local
653 tmp_opts = parse_opts(type, mnt->mnt_opts, &flags, &extra_opts, &noauto); in mount_linux_nonfs()
660 XFREE(extra_opts); in mount_linux_nonfs()
662 extra_opts = (char *) xmalloc(l); in mount_linux_nonfs()
663 xsnprintf(extra_opts, l, sizeof(extra_opts), "dir=%s", mnt->mnt_fsname); in mount_linux_nonfs()
668 errorcode = do_mount_linux(type, mnt, flags, extra_opts); in mount_linux_nonfs()
675 if (*extra_opts) in mount_linux_nonfs()
676 topts = strvcat(extra_opts, ",device=", mnt->mnt_fsname, NULL); in mount_linux_nonfs()
679 free(extra_opts); in mount_linux_nonfs()
680 extra_opts = topts; in mount_linux_nonfs()
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_extracted.c111 int extra_opts; in cleanup_extracted_process() local
124 extra_opts = atoi(buf); in cleanup_extracted_process()
125 if (extra_opts & ~CLEANUP_FLAG_MASK_EXTRA) in cleanup_extracted_process()
127 state->queue_id, extra_opts); in cleanup_extracted_process()
129 state->flags |= extra_opts; in cleanup_extracted_process()
H A Dcleanup_envelope.c125 int extra_opts; in cleanup_envelope_process() local
141 extra_opts = atoi(buf); in cleanup_envelope_process()
142 if (extra_opts & ~CLEANUP_FLAG_MASK_EXTRA) in cleanup_envelope_process()
144 state->queue_id, extra_opts); in cleanup_envelope_process()
146 state->flags |= extra_opts; in cleanup_envelope_process()
/netbsd-src/tests/net/
H A Dnet_common.sh142 local extra_opts="$5"
153 opts="$opts $extra_opts"
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A DMake-lang.in211 …$(MAKE) RUNTESTFLAGS="$(RUNTESTFLAGS) --extra_opts,--param,ggc-min-heapsize=0,--param,ggc-min-expa…
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DMake-lang.in239 …$(MAKE) RUNTESTFLAGS="$(RUNTESTFLAGS) --extra_opts,--param,ggc-min-heapsize=0,--param,ggc-min-expa…
H A DChangeLog-20112337 * Make-lang.in (check-c++0x): Use --extra_opts instead of--tool_opts.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201118308 * Makefile.in ($(lang_checks_parallelized)): Allow --extra_opts