Home
last modified time | relevance | path

Searched refs:SCPYN (Results 1 – 7 of 7) sorted by relevance

/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(utmp.ut_name, pw->pw_name);
[all …]
/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
141 SCPYN(defpass, p2); in pam_sm_authenticate()
/illumos-gate/usr/src/cmd/login/
H A Dlogin.c146 #define SCPYN(a, b) (void) strncpy(a, b, sizeof (a)) macro
2049 SCPYN(utmpx.ut_host, remote_host); in update_utmpx_entry()
2060 SCPYN(utmpx.ut_host, zone_name); in update_utmpx_entry()
2070 SCPYN(utmpx.ut_user, user); in update_utmpx_entry()
2082 SCPYN(utmpx.ut_line, (ttyn+sizeof ("/dev/")-1)); in update_utmpx_entry()
/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c771 #define SCPYN(a, b) strncpy(a, b, NMAX) macro
816 (void) SCPYN(&c->name[0], pw->pw_name); in getname()
834 (void) SCPYN(&c->name[0], gr->gr_name); in getgroup()
/illumos-gate/usr/src/cmd/ls/
H A Dls.c2194 #define SCPYN(a, b) (void) strlcpy(a, b, NMAX) macro
2258 SCPYN(&c->name[0], sid); in getname()
2261 SCPYN(&c->name[0], pwent->pw_name); in getname()
2294 SCPYN(&c->name[0], sid); in getgroup()
2297 SCPYN(&c->name[0], grent->gr_name); in getgroup()
2324 SCPYN(&c->name[0], sid); in getusid()
2351 SCPYN(&c->name[0], sid); in getgsid()
/illumos-gate/usr/src/cmd/praudit/
H A Dformat.c84 #define SCPYN(a, b) (void) strncpy(a, b, NMAX) macro
141 SCPYN(&c->name[0], pwent->pw_name); in getname()
168 SCPYN(&c->name[0], grent->gr_name); in getgroup()
192 SCPYN(&c->name[0], pwent->pw_name); in loadnames()
211 SCPYN(&c->name[0], grent->gr_name); in loadgroups()
/illumos-gate/usr/src/cmd/find/
H A Dfind.c1691 #define SCPYN(a, b) (void) strncpy(a, b, NMAX) macro
1722 SCPYN(nc[cp].name, pw->pw_name); in getname()
1747 SCPYN(gc[cp].name, gr->gr_name); in getgroup()