Searched refs:COPY_STRING (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/usr.bin/wtmpcvt/
H A Dwtmpcvt.c62 #define COPY_STRING(field) do { \ macro
85 COPY_STRING(user);
86 COPY_STRING(line);
87 COPY_STRING(host);
93 #undef COPY_STRING macro
/freebsd-9.3-release/contrib/telnet/libtelnet/
H A Dsra.c474 #define COPY_STRING(s) (s ? strdup(s):NULL) macro
497 reply[i].resp = COPY_STRING(cred->uname);
502 reply[i].resp = COPY_STRING(cred->pass);
/freebsd-9.3-release/libexec/ftpd/
H A Dftpd.c1222 #define COPY_STRING(s) (s ? strdup(s) : NULL) macro
1246 reply[i].resp = COPY_STRING(cred->uname);
1251 reply[i].resp = COPY_STRING(cred->pass);
/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dftpd.c3694 #define COPY_STRING(s) (s ? strdup(s) : NULL) macro
3718 myreply[i].resp = COPY_STRING(cred->uname);
3723 myreply[i].resp = COPY_STRING(cred->pass);

Completed in 118 milliseconds