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

/macosx-10.9.5/gnutar-452/gnutar/src/
H A Dsparse.c997 #define COPY_STRING(b,dst,src) do \
1047 COPY_STRING (blk, q, p);
1048 COPY_STRING (blk, q, "\n");
1052 COPY_STRING (blk, q, p);
1053 COPY_STRING (blk, q, "\n");
1055 COPY_STRING (blk, q, p);
1056 COPY_STRING (blk, q, "\n");
991 #define COPY_STRING macro
/macosx-10.9.5/libtelnet-13/
H A Dsra.c476 #define COPY_STRING(s) (s ? strdup(s):NULL) macro
499 reply[i].resp = COPY_STRING(cred->uname);
504 reply[i].resp = COPY_STRING(cred->pass);
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dauth.c1683 #define COPY_STRING(s) (s) ? strdup(s) : NULL macro
1692 reply[replies].resp = COPY_STRING(PAM_username);
1697 reply[replies].resp = COPY_STRING(PAM_password);
/macosx-10.9.5/screen-22/screen/
H A Dattacher.c764 #define COPY_STRING(s) (s) ? strdup(s) : NULL macro

Completed in 165 milliseconds