Searched defs:SCPYN (Results 1 – 7 of 7) sorted by relevance
| /illumos-gate/usr/src/lib/pam_modules/dial_auth/ |
| H A D | dial_auth.c | 46 #define SCPYN(a, b) (void) strncpy(a, b, sizeof (a)) macro
|
| /illumos-gate/usr/src/cmd/bnu/ |
| H A D | in.uucpd.c | 352 #define SCPYN(a, b) strncpy(a, b, sizeof (a)) macro
|
| /illumos-gate/usr/src/ucbcmd/ls/ |
| H A D | ls.c | 771 #define SCPYN(a, b) strncpy(a, b, NMAX) macro
|
| /illumos-gate/usr/src/cmd/login/ |
| H A D | login.c | 146 #define SCPYN(a, b) (void) strncpy(a, b, sizeof (a)) macro
|
| /illumos-gate/usr/src/cmd/find/ |
| H A D | find.c | 1691 #define SCPYN(a, b) (void) strncpy(a, b, NMAX) macro
|
| /illumos-gate/usr/src/cmd/ls/ |
| H A D | ls.c | 2194 #define SCPYN(a, b) (void) strlcpy(a, b, NMAX) macro
|
| /illumos-gate/usr/src/cmd/praudit/ |
| H A D | format.c | 84 #define SCPYN(a, b) (void) strncpy(a, b, NMAX) macro
|