Searched refs:strcpy (Results 176 - 200 of 426) sorted by relevance

1234567891011>>

/haiku/src/system/boot/platform/openfirmware/
H A Ddevices.cpp96 strcpy(name, sBootPath);
201 //strcpy(path + strlen(path), ":nolabel");
204 strcpy(path + strlen(path), ":0");
/haiku/src/tests/system/boot/loader/
H A Dplatform_devices.cpp77 strcpy(nextPath, path);
/haiku/src/bin/rc/
H A Drc.cpp173 strcpy(sOutputFile, argv[i + 1]);
H A Ddecompile.cpp922 strcpy(rdef_err_file, fileName);
929 strcpy(rdef_err_file, fileName);
961 strcpy(rdef_err_msg, strerror(errno));
962 strcpy(rdef_err_file, fileName);
969 strcpy(rdef_err_msg, strerror(errno));
970 strcpy(rdef_err_file, headerName);
/haiku/src/kits/mail/
H A DMailComponent.cpp332 strcpy(allocd, value);
395 strcpy(typeAsLowerCaseString, "text/plain"); // Hope this is an OK default.
408 strcpy(typeAsLowerCaseString, "text/plain");
727 strcpy(raw, alt.String());
/haiku/src/system/libroot/posix/musl/misc/
H A Dnftw.c102 strcpy(path+j+1, de->d_name);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DCheckVisitor.cpp284 strcpy(Control().name, "(dir has no name)");
286 strcpy(Control().name, "(node has no name)");
289 strcpy(Control().name, treeName);
345 strcpy(Control().name, "(node has no name)");
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dattr.cpp114 strcpy(entry->d_name, "BEOS:TYPE");
/haiku/src/add-ons/kernel/network/dns_resolver/server/
H A Dmain.cpp66 strcpy(reply + namePos, current->ai_canonname);
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dduckduckgo_request.cpp63 strcpy(url, BASEURL);
H A Dquery.c86 strcpy(p+1, p + 4);
/haiku/src/apps/mail/
H A DStatus.cpp145 strcpy(newName, name);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacclib.h225 strcpy (
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_opt.c122 strcpy(newopts + oldlen + 1, opt);
248 strcpy(newarg + sep, param);
/haiku/src/system/kernel/fs/
H A Dvfs_net_boot.cpp158 strcpy(request.ifr_name, path);
163 strcpy(aliasRequest.ifra_name, path);
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundDevice.cpp343 strcpy(fDevice_name, name);
344 strcpy(fDevice_path, path);
/haiku/src/kits/storage/
H A DQuery.cpp255 strcpy(buffer, fPredicate);
476 strcpy(fPredicate, expression);
H A DEntry.cpp378 strcpy(buffer, fName);
602 strcpy(leafName, ".");
608 strcpy(leafName, dirPath);
/haiku/src/apps/poorman/
H A DPoorManServer.cpp62 strcpy(fIndexName, idxName);
195 strcpy(tmp, idxName);
/haiku/src/system/kernel/arch/riscv64/
H A Darch_debug.cpp278 if ((pc >= (addr_t)&strcpy && pc < (addr_t)&strcpy + 32)
/haiku/src/apps/codycam/
H A DCodyCam.cpp421 strcpy(fFtpInfo.fileNameText, "filename");
422 strcpy(fFtpInfo.serverText, "server");
423 strcpy(fFtpInfo.loginText, "login");
424 strcpy(fFtpInfo.passwordText, "password");
425 strcpy(fFtpInfo.directoryText, "directory");
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dreparse.c406 strcpy(defines,mappingdir);
605 strcpy(fulltarget,mnt_point);
636 strcpy(fulltarget,mnt_point);
714 strcpy(fulltarget,vol->abs_mnt_point);
743 strcpy(fulltarget,vol->abs_mnt_point);
/haiku/src/build/libbe/storage/
H A DEntry.cpp654 strcpy(buffer, fName);
933 strcpy(leafName, ".");
939 strcpy(leafName, dirPath);
/haiku/src/add-ons/kernel/drivers/graphics/s3/
H A Ddriver.cpp425 strcpy(si.chipName, di.pChipInfo->chipName);
433 strcpy(si.chipName, "Trio64 V+");
822 strcpy((char*)buf, "s3.accelerant");
/haiku/src/add-ons/media/media-add-ons/video_producer_demo/
H A DProducer.cpp150 strcpy(fOutput.name, Name());
388 strcpy(out_name, fOutput.name);
416 strcpy(io_name, fOutput.name);

Completed in 289 milliseconds

1234567891011>>