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/chromium_org/tools/gn/
H A Dlabel.cc104 const char* input_str = input.data(); local
114 location_piece = base::StringPiece(&input_str[0], path_separator);
118 name_piece = base::StringPiece(&input_str[path_separator + 1],
132 &input_str[path_separator + 1],
146 &input_str[toolchain_separator + 1],
/external/chromium_org/third_party/simplejson/
H A D_speedups.c341 char *input_str; local
344 input_str = PyString_AS_STRING(pystr);
348 Py_UNICODE c = (Py_UNICODE)(unsigned char)input_str[i];
353 c = (Py_UNICODE)(unsigned char)input_str[j];
357 uni = PyUnicode_DecodeUTF8(input_str, input_chars, "strict");
387 memcpy(&output[1], input_str, i);
390 Py_UNICODE c = (Py_UNICODE)(unsigned char)input_str[i];
/external/qemu/net/
H A Dnet-android.c223 const char *input_str)
225 char *str = strdup(input_str);
239 if ((src_str = strchr(input_str,'@'))) {
221 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 217 milliseconds