Searched refs:opiestrncpy (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/opie/
H A Dopielogin.c23 login times out. Use opiestrncpy().
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(l
[all...]
H A Dopiepasswd.c18 Use opiestrncpy().
169 opiestrncpy(seed, optarg, sizeof(seed));
254 opiestrncpy(oseed, c + 1, sizeof(oseed));
290 opiestrncpy(nseed, c + 1, sizeof(nseed));
H A Dopie.h20 opiestrncpy(). Include header with libmissing prototypes.
163 #define opiestrncpy(dst, src, n) \ macro
H A Dopiesu.c18 opiestrncpy().
320 opiestrncpy(buf, pwd->pw_name, sizeof(buf));
325 opiestrncpy(currentuser, p, 31);
H A Dopieauto.c12 test code. Use opiestrncpy().
174 opiestrncpy((*c)->seed, seed, OPIE_SEED_MAX);
H A Dopieftpd.c18 opiestrncpy(). Fix incorrect use of setproctitle().
1260 opiestrncpy(remotehost, hp->h_name, sizeof(remotehost));
1262 opiestrncpy(remotehost, inet_ntoa(sin->sin_addr), sizeof(remotehost));

Completed in 60 milliseconds