Searched refs:strncpy (Results 201 - 225 of 939) sorted by relevance

1234567891011>>

/macosx-10.10/BerkeleyDB-21/db/os_windows/
H A Dos_errno.c126 strncpy(buf, "Error message translation failed.", len);
/macosx-10.10/Chess-310.6/sjeng/
H A Dbook.c45 have *too* many when you're doing this slow strncpy method ;) After
172 /* Since the book is sorted alphabetically, we can use strncpy, and hope
216 strncpy(possible_move, book[i] + (book_ply * 4), 4);
/macosx-10.10/JavaScriptCore-7600.1.17/interpreter/
H A DCallFrame.cpp186 strncpy(buffer, stringStream.toCString().data(), bufferSize);
/macosx-10.10/Libc-1044.1.2/gen/
H A Dconfstr.c144 (void)strncpy(buf, p, len - 1);
/macosx-10.10/Libinfo-459/nis.subproj/
H A Dgetnetgrent.c218 (void) strncpy(*target,p,(int) size);
/macosx-10.10/Libinfo-459/rpc.subproj/
H A Dgetrpcent.c212 (void) strncpy(d->line, val, len);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-meta/
H A Dsuffixmassage.c172 strncpy( res->bv_val, dn->bv_val, diff );
/macosx-10.10/OpenSSH-189/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);
/macosx-10.10/OpenSSL098-52/src/crypto/
H A DLPdir_vms.c173 strncpy((*ctx)->result, r, l);
/macosx-10.10/OpenSSL098-52/src/crypto/des/
H A Ddes.c155 strncpy(cksumname,p,200);
162 strncpy(cksumname,p,200);
194 strncpy(uuname,p,200);
213 strncpy(key,argv[i],KEYSIZB);
/macosx-10.10/OpenSSL098-52/src/crypto/err/
H A Derr_str.c269 strncpy(*dest, src, sizeof *dest);
/macosx-10.10/OpenSSL098-52/src/crypto/x509/
H A Dx509_obj.c96 strncpy(buf,"NO X509_NAME",len);
/macosx-10.10/OpenSSL098-52/src/crypto/x509v3/
H A Dv3_info.c168 strncpy(objtmp, cnf->name, objlen);
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Ddebugsupport.h57 { strncpy(mName, s, maxLength-1); mName[maxLength-1] = '\0'; }
H A Dmuscle++.cpp90 strncpy(info.slotName, reader.name(), MAX_READERNAME);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Ddebugsupport.h57 { strncpy(mName, s, maxLength-1); mName[maxLength-1] = '\0'; }
H A Dmuscle++.cpp90 strncpy(info.slotName, reader.name(), MAX_READERNAME);
/macosx-10.10/SmartCardServices-55111/src/PCSC/
H A Dwinscard_msg_srv.c125 strncpy(serv_adr.sun_path, PCSCLITE_CSOCK_NAME,
/macosx-10.10/apr-32/apr/apr/threadproc/netware/
H A Dthread.c85 strncpy (threadName, attr->thread_name, NX_MAX_OBJECT_NAME_LEN);
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dbracecomp.c123 strncpy (x, array[start] + gcd_zero, tlen);
/macosx-10.10/bash-94.1.2/bash-3.2/lib/sh/
H A Dpathphys.c286 strncpy (resolved, wd, PATH_MAX - 1);
/macosx-10.10/bind9-45.101/bind9/bin/dig/
H A Dhost.c470 strncpy(lookup->textname, namestr,
481 strncpy(lookup->textname, namestr,
840 strncpy(lookup->textname, store, sizeof(lookup->textname));
846 strncpy(lookup->textname, hostname, sizeof(lookup->textname));
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dttl.c164 strncpy(buf, source->base, source->length);
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A Dmoh.c107 strncpy(sun.sun_path, MOH_PATH, sizeof(sun.sun_path));
/macosx-10.10/curl-83.1.2/curl/src/
H A Dtool_doswin.c216 strncpy(fname, file_name, PATH_MAX-1);

Completed in 292 milliseconds

1234567891011>>