Searched refs:str_ptr (Results 1 – 10 of 10) sorted by relevance
/external/lldb/source/Core/ |
D | Stream.cpp | 229 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/ |
D | main.c | 36 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/ |
D | context_record.c | 104 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()
|
D | parse_utils.h | 80 parse_info_t * info, char **str_ptr, char delim);
|
/external/srtp/googlepatches/ |
D | google-9-rdbx-leak-plug.patch | 23 @@ -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/ |
D | context_record.h | 54 const sepol_context_t * con, char **str_ptr);
|
/external/selinux/libsemanage/include/semanage/ |
D | context_record.h | 59 char **str_ptr);
|
/external/selinux/libsepol/src/ |
D | context_record.c | 283 const sepol_context_t * con, char **str_ptr) in hidden_def() 314 *str_ptr = str; in hidden_def()
|
/external/srtp/srtp/ |
D | srtp.c | 78 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/ |
D | action.c | 105 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()
|