HomeSort by relevance Sort by last modified time
    Searched refs:SCPYN (Results 1 - 6 of 6) sorted by null

  /netvirt/usr/src/cmd/bnu/
in.uucpd.c 352 #define SCPYN(a, b) strncpy(a, b, sizeof (a))
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...]
  /netvirt/usr/src/lib/pam_modules/dial_auth/
dial_auth.c 46 #define SCPYN(a, b) (void) strncpy(a, b, sizeof (a))
142 SCPYN(defpass, p2);
  /netvirt/usr/src/ucbcmd/ls/
ls.c 773 #define SCPYN(a, b) strncpy(a, b, NMAX)
818 (void) SCPYN(&c->name[0], pw->pw_name);
836 (void) SCPYN(&c->name[0], gr->gr_name);
  /netvirt/usr/src/cmd/login/
login.c 144 * String manipulation macros: SCPYN, SCPYL, EQN and ENVSTRNCAT
145 * SCPYL is the safer version of SCPYN
148 #define SCPYN(a, b) (void) strncpy(a, b, sizeof (a))
    [all...]
  /netvirt/usr/src/cmd/find/
find.c 1382 #define SCPYN(a, b) (void) strncpy(a, b, NMAX)
1413 SCPYN(nc[cp].name, pw->pw_name);
1438 SCPYN(gc[cp].name, gr->gr_name);
    [all...]
  /netvirt/usr/src/cmd/ls/
ls.c     [all...]

Completed in 4140 milliseconds