Searched defs:input_str (Results 1 - 5 of 5) sorted by relevance

/external/srec/seti/setiUtils/src/
H A Dplatform_utils.c36 Returns the position in NULL terminated input_str where seps are found,
44 char * safe_strtok(char *input_str, char *seps, int * token_len) argument
52 if (!m || !input_str)
55 n = strlen(input_str);
56 pos = input_str;
/external/webkit/WebKitTools/simplejson/
H A D_speedups.c128 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/
H A Ddbus-sha.c522 DBusString input_str; local
526 _dbus_string_init_const_len (&input_str, input, input_len);
532 if (!_dbus_sha_compute (&input_str, &results))
/external/qemu/
H A Dnet-android.c244 const char *input_str)
246 char *str = strdup(input_str);
260 if ((src_str = strchr(input_str,'@'))) {
242 parse_host_src_port(SockAddress *haddr, SockAddress *saddr, const char *input_str) argument
H A Dnet.c215 const char *input_str)
217 char *str = strdup(input_str);
231 if ((src_str = strchr(input_str,'@'))) {
213 parse_host_src_port(struct sockaddr_in *haddr, struct sockaddr_in *saddr, const char *input_str) argument

Completed in 204 milliseconds