HomeSort by: relevance | last modified time | path
    Searched refs:copy_string (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/syslogd/
extern.h 83 extern bool copy_string(char **, const char *, const char *);
tls.c 1159 if (!(copy_string(&(f->f_un.f_tls.tls_conn->hostname), p, q))) {
1171 if (!(copy_string(&(f->f_un.f_tls.tls_conn->port), p, q))) {
syslogd.c 4812 copy_string(char **mem, const char *p, const char *q) function in typeref:typename:bool
4836 if (!(copy_string(mem, *p, q)))
4880 if (q-*p == 0 || !(copy_string(mem, *p, q)))
  /src/sys/arch/x68k/stand/common/
xprintf.c 134 copy_string:
141 goto copy_string;
153 goto copy_string;
157 goto copy_string;

Completed in 20 milliseconds