Searched refs:strlcpy (Results 126 - 150 of 322) sorted by relevance

1234567891011>>

/haiku/src/system/kernel/
H A Dsystem_info.cpp484 strlcpy(info->kernel_name, kKernelName, B_FILE_NAME_LENGTH);
485 strlcpy(info->kernel_build_date, __DATE__, B_OS_NAME_LENGTH);
486 strlcpy(info->kernel_build_time, __TIME__, B_OS_NAME_LENGTH);
/haiku/src/add-ons/kernel/file_systems/xfs/
H A Dkernel_interface.cpp108 strlcpy(info->volume_name, volume->Name(), sizeof(info->volume_name));
112 strlcpy(info->fsh_name, "xfs V5", sizeof(info->fsh_name));
114 strlcpy(info->fsh_name, "xfs V4", sizeof(info->fsh_name));
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Dkernel_interface.cpp219 strlcpy(info->device_name, volume->devicePath, sizeof(info->device_name));
220 strlcpy(info->volume_name, volume->volIDString, sizeof(info->volume_name));
245 strlcpy(buffer, node->name, bufferSize);
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp1000 strlcpy(text, special, textSize);
1010 strlcpy(text, special, textSize);
1027 strlcpy(text, special, textSize);
1043 strlcpy(text, special, textSize);
1048 strlcpy(text, special, textSize);
1054 strlcpy(text, bytes, textSize);
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DDevice.cpp341 strlcpy(Description.friendly_name, fInfo.Name(),
344 strlcpy(Description.vendor_info, "Haiku.Inc.",
/haiku/src/system/boot/platform/pxe_ia32/
H A Dnetwork.cpp420 strlcpy(getFileSize.file_name, fileName, sizeof(getFileSize.file_name));
445 strlcpy(openConnection.file_name, fileName, sizeof(getFileSize.file_name));
/haiku/src/system/boot/loader/file_systems/bfs/
H A DStream.cpp174 strlcpy(name, (const char*)smallData->Data(), size);
192 strlcpy(buffer, short_symlink, bufferSize);
/haiku/src/system/boot/loader/file_systems/fat/
H A DStream.cpp43 strlcpy(fName, name, FATFS_NAME_LENGTH+1);
72 return strlcpy(nameBuffer, fName, bufferSize);
/haiku/src/preferences/screen/
H A DScreenMode.cpp418 strlcpy(vendor, info.vendor, sizeof(vendor));
421 strlcpy(info.vendor, vendorString, sizeof(info.vendor));
/haiku/src/add-ons/kernel/debugger/qrencode/
H A Dmodule.cpp315 strlcpy(sWebPostId, argv[2], sizeof(sWebPostId));
/haiku/src/bin/fwcontrol/
H A Deui64.c129 if (strlcpy(hostname, cur, len) <= len)
/haiku/src/kits/debug/
H A DDebugEventStream.cpp317 strlcpy(header.signature, B_DEBUG_EVENT_STREAM_SIGNATURE,
/haiku/src/tests/add-ons/kernel/file_systems/consistency_check/
H A Dgenerate_hashs.cpp134 strlcpy(fullPath, path, sizeof(fullPath));
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRootInode.cpp141 strlcpy(fInfoCache.volume_name, fName, sizeof(fInfoCache.volume_name));
/haiku/src/add-ons/translators/exr/
H A DEXRTranslator.cpp101 strlcpy(outInfo->name, B_TRANSLATE("EXR image"),
/haiku/src/system/kernel/debug/
H A Dsafemode_settings.cpp163 *_bufferSize = strlcpy(buffer, value, *_bufferSize);
H A Ddebug_variables.cpp38 strlcpy(name, variableName, sizeof(name));
/haiku/src/system/libroot/posix/
H A Dsyslog.cpp238 strlcpy(sTeamContext.ident, ident, sizeof(sTeamContext.ident));
/haiku/headers/build/
H A DHaikuBuildCompatibility.h118 extern size_t strlcpy(char *dest, const char *source, size_t length);
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_crtc2.c164 strlcpy(msg, "CRTC2: setting DPMS: ", sizeof(msg));
/haiku/src/preferences/media/
H A DMidiSettingsView.cpp213 strlcpy(settings.soundfont_file, fActiveSoundFont.String(),
/haiku/src/kits/debugger/target_host_interface/local/
H A DLocalTargetHostInterface.cpp56 strlcpy(hostname, "localhost", sizeof(hostname));
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A DKPath.cpp436 strlcpy(fBuffer, normalizedPath.Path(), fBufferSize);
/haiku/src/bin/debug/profile/
H A DCallgrindProfileResult.cpp183 strlcpy(entityName, fEntity->EntityName(), sizeof(entityName));
/haiku/src/system/kernel/slab/
H A DObjectCache.cpp50 strlcpy(this->name, name, sizeof(this->name));

Completed in 191 milliseconds

1234567891011>>