Searched refs:strlcpy (Results 526 - 550 of 1186) sorted by relevance

<<21222324252627282930>>

/freebsd-12-stable/lib/libusb/
H A Dlibusb20_ugen20.c1001 strlcpy(pq->quirkname, q.quirkname, sizeof(pq->quirkname));
1024 strlcpy(pq->quirkname, q.quirkname, sizeof(pq->quirkname));
1042 strlcpy(q.quirkname, pq->quirkname, sizeof(q.quirkname));
1066 strlcpy(q.quirkname, pq->quirkname, sizeof(q.quirkname));
/freebsd-12-stable/libexec/bootpd/
H A Dgetether.c86 strlcpy(&ifrnit.ifr_name[0], ifname, IFNAMSIZ);
/freebsd-12-stable/libexec/tftpd/
H A Dtftp-utils.c280 strlcpy(s, rp_errors[i].desc, space);
/freebsd-12-stable/sys/arm/samsung/exynos/
H A Dexynos5_xhci.c265 strlcpy(esc->base.sc_vendor, "Samsung", sizeof(esc->base.sc_vendor));
/freebsd-12-stable/stand/uboot/lib/
H A Dnet.c122 strlcpy(rootpath, envstr, sizeof(rootpath));
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dport-aix.c428 strlcpy(host, "::", hostlen);
H A Dport-linux.c212 strlcpy(newctx + len, newname, newlen - len);
/freebsd-12-stable/crypto/openssh/
H A Dsftp-common.c230 strlcpy(lc, "?", sizeof(lc));
H A Dutf8.c251 (void)strlcpy(str, cp, sz);
/freebsd-12-stable/sbin/devmatch/
H A Ddevmatch.c173 strlcpy(key + 1, val, sizeof(key) - 1);
219 strlcpy(key + 1, val, sizeof(key) - 1);
/freebsd-12-stable/sbin/ggate/ggatel/
H A Dggatel.c188 strlcpy(ggioc.gctl_info, path, sizeof(ggioc.gctl_info));
/freebsd-12-stable/sbin/hastd/
H A Dhooks.c185 (void)strlcpy(hp->hp_comm, path, sizeof(hp->hp_comm));
/freebsd-12-stable/sbin/ifconfig/
H A Difpfsync.c71 strlcpy(preq.pfsyncr_syncdev, val, sizeof(preq.pfsyncr_syncdev));
/freebsd-12-stable/usr.bin/ar/
H A Dar.c167 (void)strlcpy(p + 1, argv[1], len - 1);
/freebsd-12-stable/usr.bin/env/
H A Denvopts.c421 strlcpy(vname, vbegin, namelen);
/freebsd-12-stable/usr.bin/mail/
H A Dtty.c187 strlcpy(canonb, src, sizeof(canonb));
/freebsd-12-stable/usr.bin/split/
H A Dsplit.c165 if (strlcpy(fname, *argv++, sizeof(fname)) >= sizeof(fname))
/freebsd-12-stable/usr.bin/tftp/
H A Dmain.c252 strlcpy(uri, URI, ARG_MAX);
349 (void) strlcpy(hostname, res->ai_canonname,
352 (void) strlcpy(hostname, host, sizeof(hostname));
434 strlcpy(mode, newmode, sizeof(mode));
/freebsd-12-stable/usr.sbin/autofs/
H A Dautounmountd.c87 strlcpy(af->af_mountpoint, mountpoint, sizeof(af->af_mountpoint));
/freebsd-12-stable/usr.sbin/bluetooth/hccontrol/
H A Dutil.c3274 strlcpy(buffer, he->h_name, sizeof(buffer));
/freebsd-12-stable/usr.sbin/bluetooth/l2control/
H A Dl2cap.c62 strlcpy(str, he->h_name, sizeof(str));
/freebsd-12-stable/usr.sbin/gssd/
H A Dgssd.c123 strlcpy(ccfile_substring, "krb5cc_", sizeof(ccfile_substring));
166 strlcpy(ccfile_dirlist, optarg, sizeof(ccfile_dirlist));
177 strlcpy(ccfile_substring, optarg,
184 strlcpy(pref_realm, optarg, sizeof(pref_realm));
/freebsd-12-stable/usr.sbin/iscsid/
H A Ddiscovery.c149 strlcpy(isa.isa_conf.isc_target, target,
/freebsd-12-stable/usr.sbin/nfscbd/
H A Dnfscbd.c171 strlcpy(princname, cp,
/freebsd-12-stable/usr.sbin/nscd/
H A Dnscdcli.c191 strlcpy(client_address.sun_path, params->socket_path,

Completed in 378 milliseconds

<<21222324252627282930>>