Searched refs:SCPYN (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/bnu/ |
H A D | in.uucpd.c | 352 #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(utmp.ut_name, pw->pw_name); [all …]
|
/titanic_44/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 142 SCPYN(defpass, p2); in pam_sm_authenticate()
|
/titanic_44/usr/src/cmd/login/ |
H A D | login.c | 144 #define SCPYN(a, b) (void) strncpy(a, b, sizeof (a)) macro 2043 SCPYN(utmpx.ut_host, remote_host); in update_utmpx_entry() 2054 SCPYN(utmpx.ut_host, zone_name); in update_utmpx_entry() 2064 SCPYN(utmpx.ut_user, user); in update_utmpx_entry() 2076 SCPYN(utmpx.ut_line, (ttyn+sizeof ("/dev/")-1)); in update_utmpx_entry()
|
/titanic_44/usr/src/ucbcmd/ls/ |
H A D | ls.c | 773 #define SCPYN(a, b) strncpy(a, b, NMAX) macro 818 (void) SCPYN(&c->name[0], pw->pw_name); in getname() 836 (void) SCPYN(&c->name[0], gr->gr_name); in getgroup()
|
/titanic_44/usr/src/cmd/find/ |
H A D | find.c | 1596 #define SCPYN(a, b) (void) strncpy(a, b, NMAX) macro 1627 SCPYN(nc[cp].name, pw->pw_name); in getname() 1652 SCPYN(gc[cp].name, gr->gr_name); in getgroup()
|
/titanic_44/usr/src/cmd/ls/ |
H A D | ls.c | 2175 #define SCPYN(a, b) (void) strncpy(a, b, NMAX) macro 2233 SCPYN(&c->name[0], pwent->pw_name); in getname() 2260 SCPYN(&c->name[0], grent->gr_name); in getgroup()
|