Searched refs:opts2 (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/bsd/am-utils/dist/amd/ |
| H A D | am_ops.c | 322 merge_opts(const char *opts1, const char *opts2) in merge_opts() argument 330 size_t len = strlen(opts1) + strlen(opts2) + 2; /* space for "," and NULL */ in merge_opts() 334 mnt2.mnt_opts = (char *) opts2; in merge_opts() 363 xstrlcat(newstr, opts2, len); in merge_opts() 365 xstrlcpy(newstr, opts2, len); in merge_opts()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gengtype-parse.cc | 1113 options_p opts, opts2, dopts; in extern_or_static() local 1125 ty = type (&opts2, true); /* if we get here, it's got a GTY(()) */ in extern_or_static() 1128 if ((opts && dopts) || (opts && opts2) || (opts2 && dopts)) in extern_or_static() 1130 else if (opts2) in extern_or_static() 1131 opts = opts2; in extern_or_static()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gengtype-parse.c | 1113 options_p opts, opts2, dopts; in extern_or_static() local 1125 ty = type (&opts2, true); /* if we get here, it's got a GTY(()) */ in extern_or_static() 1128 if ((opts && dopts) || (opts && opts2) || (opts2 && dopts)) in extern_or_static() 1130 else if (opts2) in extern_or_static() 1131 opts = opts2; in extern_or_static()
|