Searched refs:opiestrncpy (Results 1 – 6 of 6) sorted by relevance
| /freebsd-9-stable/contrib/opie/ |
| D | opielogin.c | 684 opiestrncpy(term, p, sizeof(term)); 753 opiestrncpy(host, ouroptarg, sizeof(host)); 770 opiestrncpy(host, ouroptarg, sizeof(host)); 787 opiestrncpy(name, ouroptarg, sizeof(name)); 799 opiestrncpy(term, &(argv[ouroptind][5]), sizeof(term)); 812 opiestrncpy(name, argv[ouroptind], sizeof(name)); 1276 opiestrncpy(ll.ll_line, tty + 5, sizeof(ll.ll_line)); 1278 opiestrncpy(ll.ll_line, tty, sizeof(ll.ll_line)); 1279 opiestrncpy(ll.ll_host, host, sizeof(ll.ll_host)); 1350 opiestrncpy(term, t->ty_type, sizeof(term)); [all …]
|
| D | opiepasswd.c | 169 opiestrncpy(seed, optarg, sizeof(seed)); 254 opiestrncpy(oseed, c + 1, sizeof(oseed)); 290 opiestrncpy(nseed, c + 1, sizeof(nseed));
|
| D | opiesu.c | 320 opiestrncpy(buf, pwd->pw_name, sizeof(buf)); 325 opiestrncpy(currentuser, p, 31);
|
| D | opie.h | 163 #define opiestrncpy(dst, src, n) \ macro
|
| D | opieauto.c | 174 opiestrncpy((*c)->seed, seed, OPIE_SEED_MAX); in doreq()
|
| D | opieftpd.c | 1260 opiestrncpy(remotehost, hp->h_name, sizeof(remotehost)); 1262 opiestrncpy(remotehost, inet_ntoa(sin->sin_addr), sizeof(remotehost));
|