Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/opie/
Dopielogin.c684 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 …]
Dopiepasswd.c169 opiestrncpy(seed, optarg, sizeof(seed));
254 opiestrncpy(oseed, c + 1, sizeof(oseed));
290 opiestrncpy(nseed, c + 1, sizeof(nseed));
Dopiesu.c320 opiestrncpy(buf, pwd->pw_name, sizeof(buf));
325 opiestrncpy(currentuser, p, 31);
Dopie.h163 #define opiestrncpy(dst, src, n) \ macro
Dopieauto.c174 opiestrncpy((*c)->seed, seed, OPIE_SEED_MAX); in doreq()
Dopieftpd.c1260 opiestrncpy(remotehost, hp->h_name, sizeof(remotehost));
1262 opiestrncpy(remotehost, inet_ntoa(sin->sin_addr), sizeof(remotehost));