HomeSort by relevance Sort by last modified time
    Searched full:input_str (Results 1 - 8 of 8) sorted by null

  /external/srec/seti/setiUtils/src/
platform_utils.c 36 Returns the position in NULL terminated input_str where seps are found,
44 char * safe_strtok(char *input_str, char *seps, int * token_len)
52 if (!m || !input_str)
55 n = strlen(input_str);
56 pos = input_str;
  /external/srec/seti/setiUtils/include/
platform_utils.h 30 Returns the position in NULL terminated input_str where seps are found,
37 char * safe_strtok(char *input_str, char *seps, int * token_len);
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
_speedups.c 128 char *input_str; local
131 input_str = PyString_AS_STRING(pystr);
142 Py_UNICODE c = (Py_UNICODE)input_str[i];
149 uni = PyUnicode_DecodeUTF8(input_str, input_chars, "strict");
  /external/dbus/dbus/
dbus-md5.c 509 DBusString input_str; local
513 _dbus_string_init_const_len (&input_str, input, input_len);
519 if (!_dbus_md5_compute (&input_str, &results))
dbus-sha.c 523 DBusString input_str; local
527 _dbus_string_init_const_len (&input_str, input, input_len);
533 if (!_dbus_sha_compute (&input_str, &results))
  /external/qemu/
net-android.c 248 const char *input_str)
250 char *str = strdup(input_str);
264 if ((src_str = strchr(input_str,'@'))) {
    [all...]
net.c 215 const char *input_str)
217 char *str = strdup(input_str);
231 if ((src_str = strchr(input_str,'@'))) {
    [all...]
  /external/chromium/googleurl/src/
url_canon_unittest.cc 233 string16 input_str(WStringToUTF16(utf_cases[i].input16));
234 int input_len = static_cast<int>(input_str.length());
237 success &= AppendUTF8EscapedChar(input_str.c_str(), &ch, input_len,
285 string16 input_str(WStringToUTF16(icu_cases[i].input));
286 int input_len = static_cast<int>(input_str.length());
287 converter.ConvertFromUTF16(input_str.c_str(), input_len, &output);
    [all...]

Completed in 172 milliseconds