Home
last modified time | relevance | path

Searched refs:ostr (Results 1 - 15 of 15) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dasn_moid.c63 const char *ln, *ostr, *p; in do_create() local
69 ostr = value; in do_create()
73 ostr = p + 1; in do_create()
76 ostr = p + 1; in do_create()
77 if (*ostr == '\0') in do_create()
79 while (ossl_isspace(*ostr)) in do_create()
80 ostr++; in do_create()
99 nid = OBJ_create(ostr, name, ln); in do_create()
/third_party/openssl/crypto/asn1/
H A Dasn_moid.c63 const char *ln, *ostr, *p; in do_create() local
69 ostr = value; in do_create()
73 ostr = p + 1; in do_create()
76 ostr = p + 1; in do_create()
77 if (*ostr == '\0') in do_create()
79 while (ossl_isspace(*ostr)) in do_create()
80 ostr++; in do_create()
99 nid = OBJ_create(ostr, name, ln); in do_create()
/third_party/libwebsockets/win32port/win32helpers/
H A Dgetopt_long.c81 getopt_internal(nargc, nargv, ostr) in getopt_internal()
84 const char *ostr;
90 _DIAGASSERT(ostr != NULL);
105 !(oli = strchr(ostr, optopt))) {
114 if (opterr && *ostr != ':')
128 if ((opterr) && (*ostr != ':'))
147 getopt2(nargc, nargv, ostr)
150 const char *ostr;
154 if ((retval = getopt_internal(nargc, nargv, ostr)) == -2) {
H A Dgetopt.c87 getopt(nargc, nargv, ostr) in getopt()
90 const char *ostr;
98 _DIAGASSERT(ostr != NULL);
114 !(oli = strchr(ostr, optopt))) {
123 if (opterr && *ostr != ':')
138 if (*ostr == ':')
/third_party/popt/src/
H A Dpoptint.c72 char * ostr = NULL; in strdup_locale_from_utf8() local
135 ostr = xstrdup(dstr); in strdup_locale_from_utf8()
138 ostr = xstrdup(istr); in strdup_locale_from_utf8()
140 return ostr; in strdup_locale_from_utf8()
/third_party/node/deps/cares/src/tools/
H A Dares_getopt.c66 int ares_getopt(ares_getopt_state_t *state, const char *ostr) in ares_getopt() argument
97 oli = strchr(ostr, state->optopt); in ares_getopt()
122 if (*ostr == ':') { in ares_getopt()
H A Dares_getopt.h47 int ares_getopt(ares_getopt_state_t *state, const char *ostr);
/third_party/curl/src/
H A Dtool_paramhlp.c329 const char * const *val, char **ostr, const char *str) in proto2num()
436 free(*ostr); in proto2num()
437 *ostr = curlx_dyn_ptr(&obuf); in proto2num()
439 return *ostr ? PARAM_OK : PARAM_NO_MEM; in proto2num()
328 proto2num(struct OperationConfig *config, const char * const *val, char **ostr, const char *str) proto2num() argument
/third_party/ffmpeg/libavformat/
H A Dsbgdec.c351 struct sbg_string ostr, oarg; in parse_options() local
359 while (lex_char(p, '-') && lex_wsword(p, &ostr)) { in parse_options()
360 for (; ostr.s < ostr.e; ostr.s++) { in parse_options()
361 char opt = *ostr.s; in parse_options()
444 "unknown option: '%c'", *ostr.s); in parse_options()
/third_party/vk-gl-cts/external/openglcts/modules/runner/
H A DglcTestRunner.cpp838 std::ostringstream ostr; in initSession() local
839 std::ostream_iterator<string> out_it(ostr, ", "); in initSession()
841 tcu::print("\n Config: %s \n\n", ostr.str().c_str()); in initSession()
/third_party/python/Modules/
H A D_ssl.c1451 PyObject *lst = NULL, *ostr = NULL; in _get_aia_uri() local
1476 ostr = PyUnicode_FromStringAndSize((char *)uri->data, in _get_aia_uri()
1478 if (ostr == NULL) { in _get_aia_uri()
1481 result = PyList_Append(lst, ostr); in _get_aia_uri()
1482 Py_DECREF(ostr); in _get_aia_uri()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSimpleDateFormat.java1097 String ostr = formatConfig.getOverrideString(); in getInstance()
1098 boolean useFast = ( ostr != null && ostr.length() > 0 ); in getInstance()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DSimpleDateFormat.java1091 String ostr = formatConfig.getOverrideString(); in getInstance()
1092 boolean useFast = ( ostr != null && ostr.length() > 0 ); in getInstance()
/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h5514 ConsoleReporter(const ContextOptions& co, std::ostream& ostr)
5515 : s(ostr)
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 35 milliseconds