Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/telnet/libtelnet/
Dsra.c474 #define COPY_STRING(s) (s ? strdup(s):NULL) macro
497 reply[i].resp = COPY_STRING(cred->uname); in auth_conv()
502 reply[i].resp = COPY_STRING(cred->pass); in auth_conv()
/freebsd-10-stable/libexec/ftpd/
Dftpd.c1222 #define COPY_STRING(s) (s ? strdup(s) : NULL) macro
1246 reply[i].resp = COPY_STRING(cred->uname); in auth_conv()
1251 reply[i].resp = COPY_STRING(cred->pass); in auth_conv()