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

1234567891011>>

/macosx-10.10/swig-12/Lib/ocaml/
H A Dcstring.i87 strncpy(temp,t,MAX);
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffsplit.c68 strncpy(fname, argv[2], sizeof(fname));
81 strncpy(path, fname, path_len);
/macosx-10.10/xnu-2782.1.97/bsd/security/audit/
H A Daudit_mac.c252 strncpy(ar->k_ar.ar_arg_mac_string, MAC_ARG_PREFIX,
254 strncpy(ar->k_ar.ar_arg_mac_string + MAC_ARG_PREFIX_LEN, string,
/macosx-10.10/xnu-2782.1.97/osfmk/device/
H A Dsubrs.c146 #undef strncpy macro
281 * strncpy copies "count" characters from the "from" string to
288 // ARM and ARM64 implementation in ../arm/strncpy.c
290 strncpy( function
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dlmbench_bw_file_rd.c217 strncpy(optf, optarg, 255);
244 strncpy(ts->filename, optf, 255);
H A Dlmbench_bw_mmap_rd.c236 strncpy(optf, optarg, 255);
268 strncpy(state->filename, optf, 255);
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle.h135 { return (ZLE_STRING_T)strncpy((char*)t, (char*)f, l); }
141 #define ZS_strncpy(t,f,l) strncpy((char*)(t),(char*)(f),(l))
/macosx-10.10/OpenSSL098-52/src/crypto/dso/
H A Ddso_win32.c477 strncpy(&result[offset], file_split->node,
486 strncpy(&result[offset], file_split->device,
499 strncpy(&result[offset], start,
520 strncpy(&result[offset], start,
532 strncpy(&result[offset], file_split->file,
/macosx-10.10/Libc-1044.1.2/gen/
H A Dutmpx-darwin.c263 strncpy(u->p##_##e, cp, sizeof(u->p##_##e))
318 strncpy(buf, u->e, sizeof(u->e)); \
504 strncpy(temp->ut_line, cp, sizeof(temp->ut_line));
527 strncpy(temp->ut_user, pw.pw_name, sizeof(temp->ut_user));
1117 strncpy(name, ux->ut_user, sizeof(ux->ut_user));
1122 strncpy(name, u->ut_name, sizeof(u->ut_name));
1153 strncpy(l.ll_line, u->ut_line, sizeof(l.ll_line));
1154 strncpy(l.ll_host, u->ut_host, sizeof(l.ll_host));
1200 strncpy(cache.line, u->ut_line, sizeof(u->ut_line));
1220 strncpy(cach
[all...]
/macosx-10.10/swig-12/Lib/chicken/
H A Dchicken.swg443 strncpy((char*)$1, temp, len);
458 strncpy((char*)$1,temp,len);
475 strncpy((char*)$1,temp,len);
490 strncpy((char*)$1,temp,len);
510 strncpy($1,temp,$1_dim0*sizeof(char));
/macosx-10.10/mDNSResponder-561.1.1/Clients/
H A Ddns-sd.c465 strncpy(date, new_date, sizeof(date));
1022 strncpy(rr_class, "IN", sizeof(rr_class));
1028 strncpy(rr_type, DNSTypeName(rrtype), sizeof(rr_type));
1083 strncpy(rdb, "----", sizeof(rdb));
1087 strncpy(dnssec_status, "Secure", sizeof(dnssec_status));
1089 strncpy(dnssec_status, "Insecure", sizeof(dnssec_status));
1091 strncpy(dnssec_status, "Indeterminate", sizeof(dnssec_status));
1093 strncpy(dnssec_status, "Bogus", sizeof(dnssec_status));
1192 strncpy(addr, "----", sizeof(addr));
1196 strncpy(dnssec_statu
[all...]
/macosx-10.10/OpenSSH-189/openssh/
H A Dloginrec.c586 * NOTE: use strncpy because we do NOT necessarily want zero
612 strncpy(dst, src, (size_t)dstsize);
689 /* Use strncpy because we don't necessarily want null termination */
690 strncpy(ut->ut_name, li->username,
693 strncpy(ut->ut_host, li->hostname,
762 /* strncpy(): Don't necessarily want null termination */
763 strncpy(utx->ut_user, li->username,
775 strncpy(utx->ut_host, li->hostname,
1686 /* strncpy because we don't necessarily want nul termination */
1687 strncpy(u
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dnlmheader.c1251 strncpy (copyright_hdr->stamp, "CoPyRiGhT=", 10);
1260 strncpy (copyright_hdr->copyrightMessage, yyvsp[0].string, len);
1314 strncpy (var_hdr->descriptionText, yyvsp[0].string, len);
1480 strncpy (var_hdr->screenName, yyvsp[0].string, len);
1528 strncpy (var_hdr->threadName, yyvsp[0].string, len);
1554 strncpy (version_hdr->stamp, "VeRsIoN#", 8);
1581 strncpy (version_hdr->stamp, "VeRsIoN#", 8);
/macosx-10.10/msdosfs-209.1.1/msdos_util.tproj/
H A Ddosutil.c438 strncpy(diskLabel, (char*)dirp->deName, LABEL_LENGTH);
483 strncpy(diskLabel, (char *)dirp->deName, LABEL_LENGTH);
513 strncpy(diskLabel, (char *)((struct extboot *)bsp->bs710.bsExt)->exVolumeLabel, LABEL_LENGTH);
517 strncpy(diskLabel, (char *)((struct extboot *)bsp->bs50.bsExt)->exVolumeLabel, LABEL_LENGTH);
830 strncpy((char *)((struct extboot *)bsp->bs710.bsExt)->exVolumeLabel, label, LABEL_LENGTH);
833 strncpy((char *)((struct extboot *)bsp->bs50.bsExt)->exVolumeLabel, label, LABEL_LENGTH);
936 strncpy(label, labelPtr, LABEL_LENGTH);
/macosx-10.10/file_cmds-242/pax/
H A Dpax_format.c1184 strncpy(hd->magic, TMAGIC, TMAGLEN);
1185 strncpy(hd->version, TVERSION, TVERSLEN);
1238 strncpy(hd->name, header_name, sizeof(hd->name));
1364 strncpy(hd->name, pt, sizeof(hd->name));
1404 strncpy(hd->linkname, arcn->ln_name, sizeof(hd->linkname));
1435 strncpy(hd->magic, TMAGIC, TMAGLEN);
1436 strncpy(hd->version, TVERSION, TVERSLEN);
1476 strncpy(hd->uname, name_uid(arcn->sb.st_uid, 0), sizeof(hd->uname));
1477 strncpy(hd->gname, name_gid(arcn->sb.st_gid, 0), sizeof(hd->gname));
/macosx-10.10/cron-39/crontab/
H A Dcrontab.c166 (void) strncpy(User, pw->pw_name, (sizeof User)-1);
182 (void) strncpy(User, pw->pw_name, (sizeof User)-1);
214 (void) strncpy (Filename, argv[optind], (sizeof Filename)-1);
/macosx-10.10/network_cmds-457/rtsol.tproj/
H A Dif.c129 strncpy(ifr.ifr_name, name, sizeof(ifr.ifr_name));
185 strncpy(ifr.ifr_name, ifname, sizeof(ifr.ifr_name));
203 strncpy(ifmr.ifm_name, ifname, sizeof(ifmr.ifm_name));
/macosx-10.10/ppp-786.1.1/Controller/
H A Dppp_getoption.c439 strncpy((char*)(popt + lval), (char*)popt, *plen);
440 strncpy((char*)popt, DIR_LOGS, lval);
457 strncpy((char*)popt, (char*)serv->if_name, sizeof(serv->if_name));
/macosx-10.10/ppp-786.1.1/Helpers/pppstats/
H A Dpppstats.c175 strncpy(req.ifr_name, interface, sizeof(req.ifr_name));
201 strncpy(creq.ifr_name, interface, sizeof(creq.ifr_name));
551 strncpy(ifr.ifr_name, interface, sizeof(ifr.ifr_name));
/macosx-10.10/system_cmds-643.1.1/ac.tproj/
H A Dac.c140 (void)strncpy(tp->name, name, sizeof (tp->name) - 1);
221 (void)strncpy(up->name, name, sizeof (up->name) - 1);
422 (void)strncpy(up->ut_line, Console, sizeof (up->ut_line) - 1);
/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/
H A DosxMacTcl.c378 strncpy(fileName+fileNameLen, &path[cur], pos - cur);
416 strncpy(fileSpecPtr->name+1, Tcl_DStringValue(&ds), Tcl_DStringLength(&ds));
481 strncpy(fileName+fileNameLen, Tcl_DStringValue(&ds), Tcl_DStringLength(&ds));
/macosx-10.10/tcl-105/tcl_ext/tclapplescript/tclapplescript/
H A DosxMacTcl.c377 strncpy( (char *) fileName+fileNameLen, &path[cur], pos - cur);
415 strncpy( (char *) fileSpecPtr->name+1, Tcl_DStringValue(&ds), Tcl_DStringLength(&ds));
480 strncpy( (char *) fileName+fileNameLen, Tcl_DStringValue(&ds), Tcl_DStringLength(&ds));
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkClipboard.c93 strncpy(destPtr, srcPtr, freeCount);
96 strncpy(destPtr, srcPtr, length);
154 strncpy(buffer, p, length);
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkClipboard.c95 strncpy(destPtr, srcPtr, freeCount);
98 strncpy(destPtr, srcPtr, length);
157 strncpy(buffer, p, length);
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Debugging/
H A DIrDALog.c248 strncpy(modulename, modstart, namelen); // copy the name

Completed in 317 milliseconds

1234567891011>>