Searched refs:strlcpy (Results 226 - 250 of 931) sorted by relevance

1234567891011>>

/macosx-10.10.1/IOSerialFamily-74/tests/
H A DIOSerialTestLib.c302 if (strlcpy(myMessage, kHelloWorldString, sizeof(myMessage)) >=
309 if (strlcpy(myMessage, message, sizeof(myMessage)) >= sizeof(myMessage)) {
/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Dsetlocale.c176 (void)strlcpy(new_categories[i], locale,
237 (void)strlcpy(current_locale_string, current_categories[1], bufsiz);
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/
H A Dstring.c102 if (strlcpy(target, source, size) >= size) {
116 strlcpy(target, source, size);
/macosx-10.10.1/cups-408/cups/backend/
H A Ddnssd.c798 strlcpy(scheme, resolved_uri, sizeof(scheme));
1095 strlcpy(model, "Unknown", sizeof(model));
1148 strlcpy(make_and_model, value, sizeof(make_and_model));
1150 strlcpy(model, value, sizeof(model));
1162 strlcpy(model, value + 1, sizeof(model));
1165 strlcpy(model, value, sizeof(model));
1169 strlcpy(model, value, sizeof(model));
1175 strlcpy(pdl, value, sizeof(pdl));
H A Dieee1284.c322 strlcpy(temp, make_model, sizeof(temp));
468 strlcpy(make_model, "Unknown", make_model_size);
/macosx-10.10.1/cups-408/cups/cups/
H A Dutil.c385 strlcpy(cg->def_printer, attr->values[0].string.text,
502 strlcpy(uri, "ipp://localhost/", sizeof(uri));
836 strlcpy(hostname, cupsServer(), sizeof(hostname));
838 strlcpy(hostname, "localhost", sizeof(hostname));
959 strlcpy(hostname, cupsServer(), sizeof(hostname));
974 strlcpy(hostname, "localhost", sizeof(hostname));
1046 strlcpy(buffer, tempfile, bufsize);
1604 strlcpy(classname, resource + 9, sizeof(classname));
H A Dipp-support.c645 strlcpy(bufptr, ptr, (size_t)(bufend - bufptr + 1));
659 strlcpy(bufptr, val->boolean ? "true" : "false", (size_t)(bufend - bufptr + 1));
703 strlcpy(bufptr, temp, (size_t)(bufend - bufptr + 1));
747 strlcpy(bufptr, val->string.language, (size_t)(bufend - bufptr));
796 strlcpy(bufptr, ptr, (size_t)(bufend - bufptr + 1));
/macosx-10.10.1/cups-408/cups/ppdc/
H A Dppdc.cxx164 strlcpy(temp, argv[i], sizeof(temp));
349 strlcpy(pcfilename, outname, sizeof(pcfilename));
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dtestspeed.c159 strlcpy(serverstr, server, sizeof(serverstr));
163 strlcpy(options, "-cr", sizeof(options));
/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Dacf_l.l224 strlcpy(stripped_string, (char *)&yytext[1], sizeof (stripped_string));
300 strlcpy(file_name, &source[1], sizeof (file_name));
H A Dsysdep.h.in279 size_t strlcpy(char *, const char *, size_t);
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_module_apple.c90 if (strlcpy(kernel_path, path, max_length) < max_length)
221 strlcpy(dtrace_symbol->dtsym_name, CSSymbolGetMangledName(symbol), sizeof(dtrace_symbol->dtsym_name));
/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A Deapol_socket.c82 strlcpy((char *)ndrv.snd_name, ifname, sizeof(ndrv.snd_name));
228 strlcpy(ifm.ifm_name, name, sizeof(ifm.ifm_name));
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A Dmain.c351 strlcpy(pid_file, _PATH_VARRUN "racoon.pid", sizeof(pid_file));
353 strlcpy(pid_file, lcconf->pathinfo[LC_PATHTYPE_PIDFILE], sizeof(pid_file));
/macosx-10.10.1/network_cmds-457/rtadvd.tproj/
H A Dadvcap.c236 strlcpy(tcname, p + 3, sizeof tcname);
257 strlcpy(p, q, p-tbuf);
/macosx-10.10.1/ntp-92/lib/isc/
H A Dstring.c102 if (strlcpy(target, source, size) >= size) {
116 strlcpy(target, source, size);
/macosx-10.10.1/ppp-786.1.1/Helpers/vpnd/
H A Dcf_utils.c110 strlcpy((char*)opt, (char*)defaultval, optsiz);
135 strlcpy((char*)opt, (char*)defaultval, optsiz);
/macosx-10.10.1/system_cmds-643.1.1/newgrp.tproj/
H A Dnewgrp.c324 strlcpy(progbuf, shell, sizeof(progbuf));
345 strlcpy(progbuf, shell, sizeof(progbuf));
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/dtrace/
H A Dsdt_subr.c989 (void) strlcpy(desc->dtargd_native, a->sda_native, DTRACE_ARGTYPELEN);
992 (void) strlcpy(desc->dtargd_xlate, a->sda_xlate, DTRACE_ARGTYPELEN);
/macosx-10.10.1/Heimdal-398.1.2/kuser/
H A Dklist.c49 strlcpy(s, "?", sizeof(s));
51 strlcpy(s, p + 4, sizeof(s));
436 strlcpy (buf1, printable_time(ct.BeginTimestamp),
439 strlcpy (buf2, printable_time(ct.EndTimestamp),
442 strlcpy (buf2, N_(">>> Expired <<<", ""), sizeof(buf2));
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-cray.c226 strlcpy(hostname,
322 strlcpy(ue.ue_name, "root", sizeof(ue.ue_name));
323 strlcpy(ue.ue_dir, "/", sizeof(ue.ue_dir));
324 strlcpy(ue.ue_shell, "/bin/sh", sizeof(ue.ue_shell));
504 strlcpy(acct_name, acid2nam(valid_acct), MAXACID);
/macosx-10.10.1/misc_cmds-33/units/
H A Dunits.c478 strlcpy(buffer, copy, sizeof(buffer));
490 strlcpy(buffer, copy, sizeof(buffer));
499 strlcpy(buffer, copy, sizeof(buffer));
707 strlcpy(havestr, argv[optind], sizeof(havestr));
708 strlcpy(wantstr, argv[optind + 1], sizeof(wantstr));
/macosx-10.10.1/xnu-2782.1.97/iokit/bsddev/
H A DIOKitBSDInit.cpp280 strlcpy( buf, kIODeviceTreePlane ":", len + 1 );
287 strlcpy( comp, path, len + 1 );
543 strlcpy( rootName, iostr->getCStringNoCopy(), rootNameSize );
557 strlcpy( rootName, "en0", rootNameSize );
676 strlcpy( serial_number_str, string->getCStringNoCopy( ), len );
/macosx-10.10.1/xnu-2782.1.97/libkern/kxld/
H A Dkxld_seg.c84 strlcpy(seg->segname, src->segname, sizeof(seg->segname));
113 strlcpy(seg->segname, src->segname, sizeof(seg->segname));
422 strlcpy(le->segname, SEG_LINKEDIT, sizeof(le->segname));
647 strlcpy(seghdr->segname, seg->segname, sizeof(seghdr->segname));
687 strlcpy(seghdr->segname, seg->segname, sizeof(seghdr->segname));
/macosx-10.10.1/cups-408/cups/filter/
H A Dinterpret.c183 strlcpy(h->cupsPageSizeName, "Letter", sizeof(h->cupsPageSizeName));
267 strlcpy(h->cupsPageSizeName, size->name, sizeof(h->cupsPageSizeName));
1462 strlcpy(h->MediaClass, obj->value.string, sizeof(h->MediaClass));
1464 strlcpy(h->MediaColor, obj->value.string, sizeof(h->MediaColor));
1466 strlcpy(h->MediaType, obj->value.string, sizeof(h->MediaType));
1468 strlcpy(h->OutputType, obj->value.string, sizeof(h->OutputType));
1587 strlcpy(h->cupsString[i], obj->value.string, sizeof(h->cupsString[i]));
1590 strlcpy(h->cupsMarkerType, obj->value.string, sizeof(h->cupsMarkerType));
1592 strlcpy(h->cupsPageSizeName, obj->value.string,
1596 strlcpy(
[all...]

Completed in 314 milliseconds

1234567891011>>