/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | asn_moid.c | 63 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 D | asn_moid.c | 63 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 D | getopt_long.c | 81 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 D | getopt.c | 87 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 D | poptint.c | 72 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 D | ares_getopt.c | 66 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 D | ares_getopt.h | 47 int ares_getopt(ares_getopt_state_t *state, const char *ostr);
|
/third_party/curl/src/ |
H A D | tool_paramhlp.c | 329 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 D | sbgdec.c | 351 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 D | glcTestRunner.cpp | 838 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.c | 1451 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 D | SimpleDateFormat.java | 1097 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 D | SimpleDateFormat.java | 1091 String ostr = formatConfig.getOverrideString(); in getInstance() 1092 boolean useFast = ( ostr != null && ostr.length() > 0 ); in getInstance()
|
/third_party/json/tests/thirdparty/doctest/ |
H A D | doctest.h | 5514 ConsoleReporter(const ContextOptions& co, std::ostream& ostr) 5515 : s(ostr)
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |