Searched refs:temp_string (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/exp-bbv/ |
D | bbv_main.c | 130 HChar temp_string[VG_(strlen)(bb_out_file) + 1 + 10 + 1]; in open_tracefile() local 136 VG_(strcpy)(temp_string, bb_out_file); in open_tracefile() 139 VG_(sprintf)(temp_string,"%s.%d",bb_out_file,thread_num); in open_tracefile() 142 fp = VG_(fopen)(temp_string, VKI_O_CREAT|VKI_O_TRUNC|VKI_O_WRONLY, in open_tracefile() 146 VG_(umsg)("Error: cannot create bb file %s\n",temp_string); in open_tracefile()
|
/external/libmicrohttpd/src/microspdy/ |
D | structures.c | 65 char *temp_string; in SPDY_name_value_add() local 178 if (NULL == (temp_string = strdup (value))) in SPDY_name_value_add() 183 pair->value[0] = temp_string; in SPDY_name_value_add()
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_reflection.cc | 427 string temp_string; in SwapOneofField() local 454 temp_string = GetString(*message1, field1); in SwapOneofField() 520 SetString(message2, field1, temp_string); in SwapOneofField()
|