Searched refs:xopt (Results 1 – 8 of 8) sorted by relevance
76 xopt=-X32_6477 $NM -e $xopt $1 >/dev/null 2>&1 || xopt=""79 $NM -Bex $xopt $inputFiles \
265 xopt = x[4].split(",")267 if len(xopt) == len(yopt):269 for i in range(len(xopt)):270 if not (xopt[i] == yopt[i] or271 (len(yopt[i]) == 2 and len(xopt[i]) > 1 and272 yopt[i][1] == "*" and xopt[i][0] == yopt[i][0]) or273 (len(yopt[i]) > 2 and len(xopt[i]) > 1 and274 yopt[i][1] == "%" and xopt[i][0] == yopt[i][0] and275 int(xopt[i][1:]) % int(yopt[i][2:]) == 0)):279 d += len(xopt)
60 $ open/write xopt x11.opt61 $ write xopt "sys$library:decw$xlibshr.exe/share"62 $ close xopt
35 $ open/write xopt x11.opt36 $ write xopt "sys$library:decw$xlibshr.exe/share"37 $ close xopt
599 const wchar_t *xopt; in preconfig_init_utf8_mode() local600 xopt = _Py_get_xoption(&cmdline->xoptions, L"utf8"); in preconfig_init_utf8_mode()601 if (xopt) { in preconfig_init_utf8_mode()602 wchar_t *sep = wcschr(xopt, L'='); in preconfig_init_utf8_mode()604 xopt = sep + 1; in preconfig_init_utf8_mode()605 if (wcscmp(xopt, L"1") == 0) { in preconfig_init_utf8_mode()608 else if (wcscmp(xopt, L"0") == 0) { in preconfig_init_utf8_mode()
385 final Opt xopt = opts.getOpt (excludes [x]); in parse() local386 if (xopt != null) in parse()387 …sage ("option \'" + opt.getName () + "\' cannot be used with option \'" + xopt.getName () + "\'")… in parse()1562 final OptDef xopt = result.getOptDef (excludes [x], null); in parseOptDefMetadata() local1563 if (xopt == null) in parseOptDefMetadata()1566 if (xopt.isRequired ()) in parseOptDefMetadata()1569 if (xopt == optdef) in parseOptDefMetadata()
1053 static char *module_options_concat(const char *opt, const char *xopt) in module_options_concat() argument1057 size_t xoptlen = xopt == NULL ? 0 : strlen(xopt); in module_options_concat()1071 if (xopt != NULL) in module_options_concat()1072 memcpy(r + optlen, xopt, xoptlen); in module_options_concat()