Home
last modified time | relevance | path

Searched refs:opts (Results 176 – 200 of 272) sorted by relevance

1234567891011

/dragonfly/gnu/usr.bin/cc80/support-libs/liblto_plugin/
H A DMakefile.headers218 opts-diagnostic.h \
219 opts.h \
418 i386/i386-opts.h \
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Dacapps.h259 char *opts);
/dragonfly/contrib/nvi2/common/
H A Dscreen.h140 OPTION opts[O_OPTIONCOUNT]; /* Ex/vi: Options. */ member
H A Dgs.h71 OPTION opts[GO_TERM + 1]; member
/dragonfly/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_private.h135 lzma_optimal opts[OPTS]; member
/dragonfly/contrib/gcc-4.7/gcc/
H A Dincpath.c255 cpp_options *opts = cpp_get_options (pfile); in remove_duplicates() local
256 if (opts->warn_missing_include_dirs && cur->user_supplied_p) in remove_duplicates()
H A Dlanghooks.h277 void (*init_options_struct) (struct gcc_options *opts);
/dragonfly/contrib/tnftp/src/
H A Dextern.h164 void opts(int, char **);
/dragonfly/contrib/bmake/
H A Dcond.c300 for (ln = opts.create.first; ln != NULL; ln = ln->next) in FuncMake()
823 else if (opts.strict) { in CondParser_Token()
834 else if (opts.strict) { in CondParser_Token()
H A Dmake.h666 #define DEBUG(module) (opts.debug.CONCAT(DEBUG_, module))
795 extern CmdOpts opts;
H A Dvar.c431 if (!opts.checkEnvFirst && var == NULL && scope != SCOPE_GLOBAL) { in VarFindSubstring()
449 if (opts.checkEnvFirst && scope != SCOPE_GLOBAL) { in VarFindSubstring()
1020 if (!opts.varNoExportEnv) in Var_SetWithFlags()
1571 if (opts.strict) in RegexReplaceBackref()
3960 } else if (opts.strict && *p != '\0' && *p != ch->endc) { in ApplySingleModifier()
4170 if (!opts.strict) in IsShortVarnameValid()
4221 if (opts.strict && val == var_Error) { in ParseVarnameShort()
4279 if (emode == VARE_UNDEFERR && opts.strict) { in EvalUndefined()
4573 if (opts.strict) in Var_Parse()
/dragonfly/contrib/gcc-4.7/libcpp/
H A Dinternal.h63 #define CPP_OPTION(PFILE, OPTION) ((PFILE)->opts.OPTION)
517 struct cpp_options opts; member
/dragonfly/contrib/gcc-8.0/gcc/
H A Dincpath.c264 cpp_options *opts = cpp_get_options (pfile); in remove_duplicates() local
265 if (opts->warn_missing_include_dirs && cur->user_supplied_p) in remove_duplicates()
H A Dlanghooks.h321 void (*init_options_struct) (struct gcc_options *opts);
/dragonfly/contrib/gdb-7/gdb/
H A Dbreakpoint.c5960 if (opts.addressprint) in print_one_breakpoint_location()
5994 if (opts.addressprint) in print_one_breakpoint_location()
6393 if (opts.addressprint) in breakpoint_1()
6419 if (opts.addressprint) in breakpoint_1()
7587 if (opts.addressprint) in print_one_catch_fork()
7703 if (opts.addressprint) in print_one_catch_vfork()
7892 if (opts.addressprint) in print_one_catch_solib()
8288 if (opts.addressprint) in print_one_catch_syscall()
8558 if (opts.addressprint) in print_one_catch_exec()
10030 if (opts.addressprint) in print_one_ranged_breakpoint()
[all …]
H A Dsource.c704 openp (const char *path, int opts, const char *string, in openp() argument
737 if ((opts & OPF_TRY_CWD_FIRST) || IS_ABSOLUTE_PATH (string)) in openp()
755 if (!(opts & OPF_SEARCH_IN_PATH)) in openp()
861 realpath_fptr = ((opts & OPF_DISABLE_REALPATH) != 0 in openp()
/dragonfly/contrib/gcc-8.0/libcpp/
H A Dinternal.h64 #define CPP_OPTION(PFILE, OPTION) ((PFILE)->opts.OPTION)
540 struct cpp_options opts; member
/dragonfly/contrib/gdb-7/gdb/python/
H A Dpy-value.c648 struct value_print_options opts; in valpy_str() local
651 get_user_print_options (&opts); in valpy_str()
652 opts.deref_ref = 0; in valpy_str()
660 &opts, python_language); in valpy_str()
/dragonfly/crypto/openssh/
H A Dmonitor.c1153 struct sshauthopt *opts = NULL; in mm_answer_keyallowed() local
1180 pubkey_auth_attempt, &opts); in mm_answer_keyallowed()
1218 key_opts = opts; in mm_answer_keyallowed()
1232 if (opts != NULL && (r = sshauthopt_serialise(opts, m, 1)) != 0) in mm_answer_keyallowed()
1237 sshauthopt_free(opts); in mm_answer_keyallowed()
H A Dmisc.h202 int opt_match(const char **opts, const char *term);
/dragonfly/sbin/camcontrol/
H A Dcamcontrol.c256 struct camcontrol_opts *opts; in getoption() local
259 for (opts = option_table; (opts != NULL) && (opts->optname != NULL); in getoption()
260 opts++) { in getoption()
261 if (strncmp(opts->optname, arg, strlen(arg)) == 0) { in getoption()
262 *cmdnum = opts->cmdnum; in getoption()
263 *argnum = opts->argnum; in getoption()
264 *subopt = opts->subopt; in getoption()
/dragonfly/etc/etc.x86_64/
H A Ddisktab42 # newfs <opts> fd<drive>[.<size>]
44 # with <opts>:
/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Dnetlink.c175 char opts[16]; in netlink_send_oper_ifla() member
/dragonfly/lib/libssh/openbsd-compat/
H A Dopenbsd-compat.h181 int BSDgetopt(int argc, char * const *argv, const char *opts);
/dragonfly/contrib/dhcpcd/src/
H A Ddhcp-common.c191 uint8_t *mask, const char *opts, int add) in make_option_mask() argument
199 if (opts == NULL) in make_option_mask()
201 o = p = strdup(opts); in make_option_mask()

1234567891011