Searched defs:string (Results 1 - 6 of 6) sorted by relevance

/hardware/ti/omap4xxx/domx/mm_osal/src/
H A Dtimm_osal_trace.c115 char string[1000]; local
116 vsprintf(string, fmt, ap);
117 LOGD("%s",string);
/hardware/ril/mock-ril/src/cpp/
H A Dnode_buffer.cpp33 #include <string.h> // memcpy
306 //Local<String> string = String::New(data, end - start);
323 Local<String> string = String::NewExternal(ext);
330 Local<String> string = String::New(data, end - start); local
334 return scope.Close(string);
344 Local<String> string = String::New(data, end - start); local
346 return scope.Close(string);
417 // var charsWritten = buffer.utf8Write(string, offset);
424 DBG("Buffer::Utf8Write(args) X arg[0] not string");
426 "Argument must be a string")));
[all...]
/hardware/broadcom/wlan/bcm4329/dhdutil/
H A Dbcmutils.c34 #include <string.h>
677 * Tokenizes a string. This function is conceptually similiar to ANSI C strtok(),
679 * time. Each call modifies '*string' by substituting a NULL character for the
680 * first delimiter that is encountered, and updates 'string' to point to the char
684 * string (mod) Ptr to string ptr, updated by token.
693 bcmstrtok(char **string, const char *delimiters, char *tokdelim) argument
716 str = (unsigned char*)*string;
728 /* Find the end of the token. If it is not the end of the string,
742 *string
[all...]
H A Ddhdu.c32 #include <string.h>
107 char *string; member in struct:__anon2
158 "send string to device console (sd only)"},
172 "\t-h <bytes> is a sequence of hex digits, else a char string\n"
1382 /* Determine end of string */
1387 /* Strip any white space from end of string */
2166 printf(" %s", dbg_msg[i].string);
2180 /* not a plain integer if not all the string was parsed by strtoul */
2183 if (stricmp(dbg_msg[i].string, s) == 0)
2206 fprintf(stderr, "\n0x%04x %s", val, dbg_msg[i].string);
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dbcmutils.c34 #include <string.h>
677 * Tokenizes a string. This function is conceptually similiar to ANSI C strtok(),
679 * time. Each call modifies '*string' by substituting a NULL character for the
680 * first delimiter that is encountered, and updates 'string' to point to the char
684 * string (mod) Ptr to string ptr, updated by token.
693 bcmstrtok(char **string, const char *delimiters, char *tokdelim) argument
716 str = (unsigned char*)*string;
728 /* Find the end of the token. If it is not the end of the string,
742 *string
[all...]
H A Ddhdu.c32 #include <string.h>
107 char *string; member in struct:__anon61
158 "send string to device console (sd only)"},
172 "\t-h <bytes> is a sequence of hex digits, else a char string\n"
1382 /* Determine end of string */
1387 /* Strip any white space from end of string */
2166 printf(" %s", dbg_msg[i].string);
2180 /* not a plain integer if not all the string was parsed by strtoul */
2183 if (stricmp(dbg_msg[i].string, s) == 0)
2206 fprintf(stderr, "\n0x%04x %s", val, dbg_msg[i].string);
[all...]

Completed in 1447 milliseconds