Home
last modified time | relevance | path

Searched refs:newstring (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sbin/ipf/libipf/
H A Dvar.c86 char c, *s, *p1, *p2, *p3, *newstring, *value; in expand_string() local
90 newstring = oldstring; in expand_string()
105 return (newstring); in expand_string()
115 len = strlen(newstring) + strlen(p2); in expand_string()
126 strcpy(p1, newstring); in expand_string()
132 if (newstring != oldstring) in expand_string()
133 free(newstring); in expand_string()
134 newstring = p1; in expand_string()
138 return (newstring); in expand_string()
/freebsd-13.1/contrib/sendmail/src/
H A Dconf.c5471 char *newstring; local
5506 newstring = str2prt(buf);
5518 (long) tv.tv_usec, newstring);
5521 sm_dprintf("%s\n", newstring);
5523 syslog(level, "%s", newstring);
5533 (long) tv.tv_usec, id, newstring);
5536 sm_dprintf("%s: %s\n", id, newstring);
5538 syslog(level, "%s: %s", id, newstring);
5544 newstring);
5547 "%s: %s\n", id, newstring);
[all …]