Searched refs:newstring (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/ipfilter/lib/ |
| H A D | 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;
|
| /freebsd-12.1/contrib/sendmail/src/ |
| H A D | conf.c | 5393 char *newstring; local 5428 newstring = str2prt(buf); 5440 (long) tv.tv_usec, newstring); 5443 sm_dprintf("%s\n", newstring); 5445 syslog(level, "%s", newstring); 5455 (long) tv.tv_usec, id, newstring); 5458 sm_dprintf("%s: %s\n", id, newstring); 5460 syslog(level, "%s: %s", id, newstring); 5466 newstring); 5469 "%s: %s\n", id, newstring); [all …]
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | coffgen.c | 1673 char *newstring; in coff_get_normalized_symtab() local 1681 newstring = bfd_zalloc (abfd, (bfd_size_type) (i + 1)); in coff_get_normalized_symtab() 1682 if (newstring == NULL) in coff_get_normalized_symtab() 1684 strncpy (newstring, internal_ptr->u.syment._n._n_name, i); in coff_get_normalized_symtab() 1685 internal_ptr->u.syment._n._n_n._n_offset = (long int) newstring; in coff_get_normalized_symtab()
|