Searched refs:strlcpy (Results 751 - 775 of 1186) sorted by relevance

<<31323334353637383940>>

/freebsd-12-stable/sys/kern/
H A Dsubr_devstat.c185 strlcpy(ds->device_name, dev_name, DEVSTAT_NAME_LEN);
H A Dsubr_kdb.c155 strlcpy(buf, kdb_dbbe->dbbe_name, sizeof(buf));
H A Dvfs_mount.c487 strlcpy(mp->mnt_stat.f_fstypename, vfsp->vfc_name, MFSNAMELEN);
491 strlcpy(mp->mnt_stat.f_mntonname, fspath, MNAMELEN);
1788 else if (strlcpy(opt->value, value, opt->len) >= opt->len)
1838 strlcpy(mp->mnt_stat.f_mntfromname, from,
/freebsd-12-stable/sys/x86/cpufreq/
H A Dsmist.c177 strlcpy(data->buf, smist_magic, PAGE_SIZE);
/freebsd-12-stable/sys/i386/ibcs2/
H A Dimgact_coff.c406 strlcpy(&libbuf[emul_path_len], libname, MAXPATHLEN);
/freebsd-12-stable/tests/sys/netinet/
H A Dip_reass_test.c159 strlcpy(ifr.ifr_name, ifa->ifa_name, IFNAMSIZ);
/freebsd-12-stable/tools/regression/sockets/sendfile/
H A Dsendfile.c471 (void)strlcpy(path, argv[1], sizeof(path));
/freebsd-12-stable/libexec/atrun/
H A Datrun.c554 strlcpy(batch_name, dirent->d_name, sizeof(batch_name));
/freebsd-12-stable/sys/arm/freescale/vybrid/
H A Dvf_ehci.c351 strlcpy(sc->sc_vendor, "Freescale", sizeof(sc->sc_vendor));
/freebsd-12-stable/stand/efi/libefi/
H A Definet.c217 strlcpy(rootpath, envstr, sizeof(rootpath));
/freebsd-12-stable/crypto/openssh/
H A Dauthfd.c102 strlcpy(sunaddr.sun_path, authsocket, sizeof(sunaddr.sun_path));
/freebsd-12-stable/sbin/devfs/
H A Drule.c357 if (strlcpy(dr->dr_pathptrn, av[1], DEVFS_MAXPTRNLEN)
/freebsd-12-stable/sbin/ggate/ggatec/
H A Dggatec.c316 if (strlcpy(cinit.gc_path, path, sizeof(cinit.gc_path)) >=
/freebsd-12-stable/sbin/pfctl/
H A Dpf_print_state.c143 strlcpy(host, "?", sizeof(host));
/freebsd-12-stable/usr.bin/bluetooth/btsockstat/
H A Dbtsockstat.c569 strlcpy(str, he->h_name, len);
/freebsd-12-stable/usr.bin/dc/
H A Dinout.c180 strlcpy(buf, p, sizeof(buf));
/freebsd-12-stable/usr.bin/diff/
H A Ddiff.c405 strlcpy(diffargs, "diff", argsize);
/freebsd-12-stable/usr.bin/last/
H A Dlast.c135 strlcpy(dst, src+2, end - dst);
/freebsd-12-stable/usr.bin/localedef/
H A Dctype.c321 (void) strlcpy(rl.encoding, get_wide_encoding(), sizeof (rl.encoding));
/freebsd-12-stable/usr.bin/mail/
H A Dcollect.c311 if (strlcpy(linebuf + 2, getdeadletter(),
/freebsd-12-stable/usr.bin/mkuzip/
H A Dmkuzip.c196 magiclen = strlcpy(hdr.magic, cfs.handler->magic, sizeof(hdr.magic));
/freebsd-12-stable/usr.bin/procstat/
H A Dprocstat.c223 strlcpy(name, kipp->ki_tdname, sizeof(name));
/freebsd-12-stable/usr.bin/su/
H A Dsu.c280 strlcpy(shellbuf, pwd->pw_shell,
/freebsd-12-stable/usr.bin/tip/tip/
H A Dtip.c135 strlcpy(PNbuf, sys, sizeof PNbuf - 1);
/freebsd-12-stable/usr.sbin/acpi/acpidb/
H A Dacpidb.c418 strlcpy(filetmp, dsdtfile, sizeof(filetmp));

Completed in 305 milliseconds

<<31323334353637383940>>