Searched refs:strlcpy (Results 476 - 500 of 1186) sorted by relevance

<<11121314151617181920>>

/freebsd-12-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_getenv_thread.c91 (void)strlcpy(name, vars[i], sizeof(name));
/freebsd-12-stable/contrib/ntp/sntp/tests/
H A DpacketHandling.c87 strlcpy(testkey.typen, "MD5", sizeof(testkey.typen));
/freebsd-12-stable/contrib/ofed/libibumad/
H A Dsysfs.c169 if (strlcpy(name, PATH_TO_SYS(dirname), sizeof(name)) >= sizeof(name))
/freebsd-12-stable/contrib/ntp/include/
H A Dntp_stdlib.h251 extern size_t strlcpy(char *dst, const char *src, size_t siz);
/freebsd-12-stable/contrib/ntp/ntpsnmpd/
H A DntpSnmpSubagentObject.c124 strlcpy(value, &value[1], valuesize);
/freebsd-12-stable/contrib/ntp/sntp/
H A Dkod_management.c64 strlcpy(pke->hostname, hostname, sizeof(pke->hostname));
/freebsd-12-stable/contrib/ldns/
H A Dhigher.c217 (void)strlcpy(addr, word, LDNS_MAX_LINELEN+1);
/freebsd-12-stable/contrib/dma/
H A Ddns.c109 strlcpy(p->host, host, sizeof(p->host));
H A Dmail.c473 strlcpy(newline, "\n", sizeof(newline));
/freebsd-12-stable/contrib/file/src/
H A Dfsmagic.c351 (void)strlcpy(buf2, fn, sizeof buf2);
H A Dprint.c273 strlcpy(buf, "*Invalid time*", bsize);
/freebsd-12-stable/bin/ed/
H A Dmain.c169 if (strlcpy(old_filename, *argv, sizeof(old_filename))
510 strlcpy(old_filename, fnp, PATH_MAX);
538 strlcpy(old_filename, fnp, PATH_MAX);
669 strlcpy(old_filename, fnp, PATH_MAX);
803 strlcpy(old_filename, fnp, PATH_MAX);
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_provider.c82 (void) strlcpy(desc.dtvd_name, name, DTRACE_PROVNAMELEN);
105 (void) strlcpy(pvp->pv_desc.dtvd_name, name, DTRACE_PROVNAMELEN);
830 (void) strlcpy(pit->pit_desc.dtpd_name, prp->pr_name, DTRACE_NAMELEN);
863 (void) strlcpy(pit.pit_desc.dtpd_provider,
/freebsd-12-stable/contrib/amd/libamu/
H A Dstrutil.c152 * Use generic strlcpy to copy a string more carefully, null-terminating it
157 * the Amd code do we actually use the return value of strncpy/strlcpy.
168 if (strlcpy(dst, src, len) >= len)
/freebsd-12-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c385 strlcpy(line, p, sizeof(Xline));
406 strlcpy(line, ptsname(p), sizeof(Xline));
1854 strlcpy(saved_path, path, sizeof(saved_path));
1855 strlcpy(saved_user, user, sizeof(saved_user));
H A Dtelnetd.c628 strlcpy(first, terminaltype, sizeof(first));
633 strlcpy(last, terminaltype, sizeof(last));
652 strlcpy(terminaltype, first, sizeof(terminaltype));
735 strlcpy (remote_utmp_name, remote_host_name, sizeof(remote_utmp_name));
/freebsd-12-stable/crypto/heimdal/kdc/
H A Dhpropd.c152 strlcpy (addr_name, "unknown address",
/freebsd-12-stable/crypto/heimdal/lib/krb5/
H A Dkeytab_any.c105 strlcpy(name, a->name, namesize);
H A Dkeytab_memory.c136 strlcpy(name, d->name, namesize);
H A Dkuserok.c270 strlcpy(buf, profile_dir, buflen);
/freebsd-12-stable/crypto/heimdal/lib/roken/
H A Drkpty.c126 strlcpy(line, ptsname(master), sizeof(line));
/freebsd-12-stable/sys/crypto/via/
H A Dpadlock.c91 strlcpy(capp, "AES-CBC", sizeof(capp));
/freebsd-12-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_kmem.c163 strlcpy(cache->kc_name, name, sizeof(cache->kc_name));
H A Dopensolaris_vfs.c72 strlcpy(opt->name, name, namesize);
/freebsd-12-stable/lib/libbluetooth/
H A Dhci.c631 strlcpy(di->devname, ha.hci_node, sizeof(di->devname));
730 strlcpy(di.devname, rp.names[i].name, sizeof(di.devname));
739 strlcpy(ha.hci_node, rp.names[i].name, sizeof(ha.hci_node));
757 strlcpy((char *) xdevname, di->devname, HCI_DEVNAME_SIZE);

Completed in 244 milliseconds

<<11121314151617181920>>