| /src/external/bsd/ipf/dist/lib/ |
| var.c | 90 char c, *s, *p1, *p2, *p3, *newstring, *value; local 94 newstring = oldstring; 109 return newstring; 119 len = strlen(newstring) + strlen(p2); 130 strcpy(p1, newstring); 136 if (newstring != oldstring) 137 free(newstring); 138 newstring = p1; 142 return newstring;
|
| /src/external/gpl2/texinfo/dist/makeinfo/ |
| html.c | 349 char *newstring; 375 newstring = xmalloc (newlen); 382 strcpy (newstring, """); 383 newstring += 6; 386 strcpy (newstring, "&"); 387 newstring += 5; 390 strcpy (newstring, "<"); 391 newstring += 4; 394 strcpy (newstring, ">"); 395 newstring += 4 346 char *newstring; local [all...] |
| /src/games/hack/ |
| hack.h | 94 #define newstring(x) ((char *) alloc(x)) macro
|
| /src/external/bsd/pcc/dist/pcc/mip/ |
| common.c | 830 newstring(char *s, size_t len) function
|
| /src/external/bsd/ppp/dist/pppd/ |
| main.c | 1767 add_script_env(int pos, char *newstring) 1773 free(newstring - 1); 1779 script_env[pos] = newstring; 1892 char *p, *newstring; local 1901 newstring = malloc(nlen + 1); 1902 if (newstring == NULL) 1904 *newstring++ = 0; 1905 slprintf(newstring, nlen, "%s=%s", uep->ue_name, uep->ue_value); 1907 script_env[i] = newstring; 1909 add_script_env(i, newstring); 2193 char *p, *newstring; local [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| coffgen.c | 2023 char *newstring; local 2031 newstring = bfd_alloc (abfd, i + 1); 2032 if (newstring == NULL) 2034 memcpy (newstring, sym->u.syment._n._n_name, i); 2035 newstring[i] = 0; 2036 sym->u.syment._n._n_n._n_offset = (uintptr_t) newstring;
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| coffgen.c | 2015 char *newstring; local 2023 newstring = bfd_alloc (abfd, i + 1); 2024 if (newstring == NULL) 2026 memcpy (newstring, sym->u.syment._n._n_name, i); 2027 newstring[i] = 0; 2028 sym->u.syment._n._n_n._n_offset = (uintptr_t) newstring;
|