Searched refs:strncpy (Results 176 - 200 of 780) sorted by relevance

1234567891011>>

/freebsd-11.0-release/crypto/openssl/crypto/x509/
H A Dx509_obj.c104 strncpy(buf, "NO X509_NAME", len);
/freebsd-11.0-release/crypto/openssl/crypto/x509v3/
H A Dv3_info.c184 strncpy(objtmp, cnf->name, objlen);
/freebsd-11.0-release/crypto/openssh/openbsd-compat/
H A Dbsd-cray.c701 strncpy(ut->ut_tpath, utmp.ut_tpath, sizeof(utmp.ut_tpath));
702 strncpy(ut->ut_host, utmp.ut_host, sizeof(utmp.ut_host));
703 strncpy(ut->ut_name, utmp.ut_name, sizeof(utmp.ut_name));
802 strncpy(ut->ut_tpath, cray_tmpdir, TPATHSIZ);
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/net/getaddrinfo/
H A Dh_gai.c167 strncpy(nbuf, "(empty)", sizeof(nbuf));
/freebsd-11.0-release/contrib/netbsd-tests/lib/libutil/
H A Dt_sockaddr_snprintf.c115 strncpy(sun.sun_path, "/tmp/sock", sizeof(sun.sun_path));
/freebsd-11.0-release/contrib/gcc/
H A Dprefix.c205 strncpy (key, &name[1], keylen);
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dada-lex.l166 strncpy (tempbuf+tempbuf_len, yytext, yyleng-1);
177 strncpy (tempbuf+tempbuf_len, yytext, yyleng-6);
186 strncpy (tempbuf+tempbuf_len, yytext, yyleng-6);
H A Dser-tcp.c81 strncpy (hostname, name, tmp); /* Don't want colon */
/freebsd-11.0-release/contrib/gdb/gdb/mi/
H A Dmi-parse.c119 strncpy (arg, start, len);
/freebsd-11.0-release/contrib/ldns/drill/
H A Ddrill.c362 strncpy(tsig_algorithm, optarg + tsig_separator2 + 1, strlen(optarg) - tsig_separator2);
367 strncpy(tsig_algorithm, "hmac-md5.sig-alg.reg.int.", 25);
372 strncpy(tsig_name, optarg, tsig_separator);
373 strncpy(tsig_data, optarg + tsig_separator + 1, tsig_separator2 - tsig_separator - 1);
374 /* strncpy does not append \0 if source is longer than n */
/freebsd-11.0-release/contrib/libarchive/libarchive/test/
H A Dtest_archive_string_conversion.c331 strncpy(nfc, buff, sizeof(nfc)-1);
339 strncpy(nfd, e, sizeof(nfd)-1);
543 strncpy(nfc, buff, sizeof(nfc)-1);
551 strncpy(nfd, e, sizeof(nfd)-1);
/freebsd-11.0-release/contrib/libpcap/
H A Dpcap-septel.c271 strncpy(p->errbuf, "setfilter: No filter specified",
/freebsd-11.0-release/contrib/libreadline/examples/
H A Drl-fgets.c365 (void) strncpy ( s, my_fgets_line, n-1 ) ;
/freebsd-11.0-release/contrib/binutils/bfd/
H A Dosf-core.c105 strncpy (core_command (abfd), core_header.name, MAXCOMLEN + 1);
/freebsd-11.0-release/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_str.c55 strncpy(&dbg->dbg_strtab[dbg->dbg_strtab_size], string, len - 1);
/freebsd-11.0-release/contrib/ipfilter/ipsd/
H A Dsbpf.c170 (void) strncpy(ifr.ifr_name, device, sizeof(ifr.ifr_name));
/freebsd-11.0-release/contrib/ipfilter/ipsend/
H A Dsnit.c100 strncpy(ifr.ifr_name, device, sizeof(ifr.ifr_name));
/freebsd-11.0-release/sys/dev/ath/
H A Dif_ath_alq.c72 strncpy(alq->sc_alq_devname, devname, ATH_ALQ_DEVNAME_LEN);
/freebsd-11.0-release/release/picobsd/tinyware/passwd/
H A Dpw_util.c155 strncpy(path, masterpasswd, MAXPATHLEN - 1);
/freebsd-11.0-release/sbin/dump/
H A Dmain.c333 (void)strncpy(spcl.c_dev, dt->fs_spec, NAMELEN);
334 (void)strncpy(spcl.c_filesys, dt->fs_file, NAMELEN);
336 (void)strncpy(spcl.c_dev, disk, NAMELEN);
337 (void)strncpy(spcl.c_filesys, "an unlisted file system",
/freebsd-11.0-release/sys/arm/xilinx/
H A Dzy7_devcfg.c264 strncpy(buf, "IO", sizeof(buf));
267 strncpy(buf, "DDR", sizeof(buf));
270 strncpy(buf, "ARM", sizeof(buf));
273 strncpy(buf, "???", sizeof(buf));
/freebsd-11.0-release/sys/boot/efi/loader/arch/amd64/
H A Delf64_freebsd.c129 strncpy(buf, rsdp->OemId, sizeof(rsdp->OemId));
/freebsd-11.0-release/crypto/openssl/crypto/des/
H A Ddes.c154 strncpy(cksumname, p, 200);
161 strncpy(cksumname, p, 200);
193 strncpy(uuname, p, 200);
209 strncpy(key, argv[i], KEYSIZB);
/freebsd-11.0-release/tools/tools/netmap/
H A Dvale-ctl.c103 strncpy(nmr.nr_name, name, sizeof(nmr.nr_name));
/freebsd-11.0-release/usr.bin/indent/
H A Dlexi.c326 strncpy(ps.procname, token, sizeof ps.procname - 1);

Completed in 301 milliseconds

1234567891011>>