Searched refs:return_str (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpz/
H A Dget_str.c36 char *return_str; local
69 return_str = res_str;
109 size_t actual_size = str_size + 1 + (res_str - return_str);
110 ASSERT (actual_size == strlen (return_str) + 1);
111 __GMP_REALLOCATE_FUNC_MAYBE_TYPE (return_str, alloc_size, actual_size,
114 return return_str;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/crx/
H A Dcrx.c1261 char *return_str; local
1266 return_str = (char *) xmalloc (120);
1270 memset (return_str, 0, 3);
1325 strcat (return_str, temp_str);
1336 strcat (temp_str, return_str);
1337 strcpy (strcat (return_str, "\t"), temp_str);
1346 strcat (return_str, "\n\tretx\n");
1350 strcat (return_str, "\n\tjump\tra\n");
1353 /* Skip the newline and the tab in the start of return_str. */
1354 return_str
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/crx/
H A Dcrx.c1288 char *return_str; local
1293 return_str = (char *) xmalloc (120);
1297 memset (return_str, 0, 3);
1352 strcat (return_str, temp_str);
1363 strcat (temp_str, return_str);
1364 strcpy (strcat (return_str, "\t"), temp_str);
1373 strcat (return_str, "\n\tretx\n");
1377 strcat (return_str, "\n\tjump\tra\n");
1380 /* Skip the newline and the tab in the start of return_str. */
1381 return_str
[all...]

Completed in 67 milliseconds