Searched refs:extra_opts (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/bsd/am-utils/dist/conf/mount/ |
| H A D | mount_linux.c | 631 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 D | cleanup_extracted.c | 111 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 D | cleanup_envelope.c | 125 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 D | net_common.sh | 142 local extra_opts="$5" 153 opts="$opts $extra_opts"
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | Make-lang.in | 211 …$(MAKE) RUNTESTFLAGS="$(RUNTESTFLAGS) --extra_opts,--param,ggc-min-heapsize=0,--param,ggc-min-expa…
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | Make-lang.in | 239 …$(MAKE) RUNTESTFLAGS="$(RUNTESTFLAGS) --extra_opts,--param,ggc-min-heapsize=0,--param,ggc-min-expa…
|
| H A D | ChangeLog-2011 | 2337 * Make-lang.in (check-c++0x): Use --extra_opts instead of--tool_opts.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2011 | 18308 * Makefile.in ($(lang_checks_parallelized)): Allow --extra_opts
|