Home
last modified time | relevance | path

Searched refs:str_ptr (Results 1 – 10 of 10) sorted by relevance

/external/lldb/source/Core/
DStream.cpp229 char *str_ptr = NULL; in PrintfVarArg() local
230 length = ::vasprintf (&str_ptr, format, args_copy); in PrintfVarArg()
231 if (str_ptr) in PrintfVarArg()
236 bytes_written = Write (str_ptr, length); in PrintfVarArg()
237 ::free (str_ptr); in PrintfVarArg()
499 char *str_ptr = NULL; in PrintfAsRawHex8() local
500 length = ::vasprintf (&str_ptr, format, args_copy); in PrintfAsRawHex8()
501 if (str_ptr) in PrintfAsRawHex8()
504 bytes_written += _PutHex8 (str_ptr[i], false); in PrintfAsRawHex8()
505 ::free (str_ptr); in PrintfAsRawHex8()
/external/lldb/test/python_api/value/
Dmain.c36 const char **str_ptr = days_of_week; in main() local
38 printf("%s\n", str_ptr[i]); // Break at this line in main()
/external/selinux/libsemanage/src/
Dcontext_record.c104 const semanage_context_t * con, char **str_ptr) in hidden_def()
107 return sepol_context_to_string(handle->sepolh, con, str_ptr); in hidden_def()
Dparse_utils.h80 parse_info_t * info, char **str_ptr, char delim);
/external/srtp/googlepatches/
Dgoogle-9-rdbx-leak-plug.patch23 @@ -92,35 +92,31 @@ srtp_stream_alloc(srtp_stream_ctx_t **str_ptr,
27 - *str_ptr = str;
29 + *str_ptr = str;
68 @@ -129,13 +125,9 @@ srtp_stream_alloc(srtp_stream_ctx_t **str_ptr,
84 @@ -144,33 +136,37 @@ srtp_stream_alloc(srtp_stream_ctx_t **str_ptr,
/external/selinux/libsepol/include/sepol/
Dcontext_record.h54 const sepol_context_t * con, char **str_ptr);
/external/selinux/libsemanage/include/semanage/
Dcontext_record.h59 char **str_ptr);
/external/selinux/libsepol/src/
Dcontext_record.c283 const sepol_context_t * con, char **str_ptr) in hidden_def()
314 *str_ptr = str; in hidden_def()
/external/srtp/srtp/
Dsrtp.c78 srtp_stream_alloc(srtp_stream_ctx_t **str_ptr, in srtp_stream_alloc() argument
95 *str_ptr = str; in srtp_stream_alloc()
235 srtp_stream_ctx_t **str_ptr) { in srtp_stream_clone() argument
245 *str_ptr = str; in srtp_stream_clone()
/external/squashfs-tools/squashfs-tools/
Daction.c105 char *str_ptr; in get_token() local
134 str_ptr = str; in get_token()
176 str_ptr = str_ptr - str + tmp; in get_token()
180 *str_ptr ++ = *cur_ptr ++; in get_token()
184 *str_ptr = '\0'; in get_token()