Searched refs:STRNCPY (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/bnu/ |
H A D | uux.c | 46 #define STRNCPY(str1, str2) { \ macro 119 STRNCPY(Logfile, LOGUUX); 145 STRNCPY(Loginuser,User); 158 STRNCPY(Sgrade, "default"); 220 STRNCPY(Sgrade, optarg); 342 STRNCPY(xsys, Myname); 343 STRNCPY(Rmtname, xsys); 393 STRNCPY(Jobid, BASENAME(cfile, '.')); 563 STRNCPY(syspart, Myname); 936 STRNCPY(Jobid, jid());
|
/titanic_50/usr/src/cmd/ypcmd/revnetgroup/ |
H A D | util.h | 47 #define STRNCPY(dst,src,num) \ macro
|
H A D | getgroup.c | 212 STRNCPY(*target, p, size);
|