Searched defs:SCPYN (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/pam_modules/dial_auth/
H A Ddial_auth.c46 #define SCPYN(a, b) (void) strncpy(a, b, sizeof (a)) macro
142 SCPYN(defpass, p2);
/illumos-gate/usr/src/cmd/bnu/
H A Din.uucpd.c352 #define SCPYN(a, b) strncpy(a, b, sizeof (a)) macro
383 SCPYN(utmp.ut_user, "");
393 SCPYN(ut.ut_host, "");
408 SCPYN(utmp.ut_name, "");
409 SCPYN(utmp.ut_host, "");
446 SCPYN(ut.ut_user, pw->pw_name);
453 SCPYN(ut.ut_line, line);
458 SCPYN(ut.ut_host, remotehost);
490 SCPYN(utmp.ut_line, line);
491 SCPYN(utm
[all...]
/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c773 #define SCPYN(a, b) strncpy(a, b, NMAX) macro
818 (void) SCPYN(&c->name[0], pw->pw_name);
836 (void) SCPYN(&c->name[0], gr->gr_name);
/illumos-gate/usr/src/cmd/login/
H A Dlogin.c140 * String manipulation macros: SCPYN, SCPYL, EQN and ENVSTRNCAT
141 * SCPYL is the safer version of SCPYN
144 #define SCPYN(a, b) (void) strncpy(a, b, sizeof (a)) macro
2043 SCPYN(utmpx.ut_host, remote_host);
2054 SCPYN(utmpx.ut_host, zone_name);
2064 SCPYN(utmpx.ut_user, user);
2076 SCPYN(utmpx.ut_line, (ttyn+sizeof ("/dev/")-1));
/illumos-gate/usr/src/cmd/find/
H A Dfind.c1596 #define SCPYN(a, b) (void) strncpy(a, b, NMAX) macro
1627 SCPYN(nc[cp].name, pw->pw_name);
1652 SCPYN(gc[cp].name, gr->gr_name);
/illumos-gate/usr/src/cmd/ls/
H A Dls.c2182 #define SCPYN(a, b) (void) strncpy(a, b, NMAX) macro
2240 SCPYN(&c->name[0], pwent->pw_name);
2267 SCPYN(&c->name[0], grent->gr_name);

Completed in 79 milliseconds