/reactos/sdk/lib/ucrt/string/i386/ |
H A D | strncpy.asm | 2 title strncpy - copy at most n characters of string 4 ;strncpy.asm - copy at most n characters of string 9 ; defines strncpy() - copy at most n characters of string 19 ;char *strncpy(dest, source, count) - copy at most n characters 30 ; strncpy (dest, source, count) 61 public strncpy 62 strncpy proc \ 235 strncpy endp
|
/reactos/sdk/lib/ucrt/string/amd64/ |
H A D | strncpy.asm | 2 title strncpy - copy at most n characters of string 4 ;strncpy.asm - copy at most n characters of string 9 ; defines strncpy() - copy at most n characters of string 16 LEAF_ENTRY_ARG3 strncpy, _TEXT, dst:ptr byte, src:ptr byte, count:dword 167 LEAF_END strncpy, _TEXT
|
/reactos/sdk/include/c++/stlport/stl/ |
H A D | _stdexcept_base.c | 35 strncpy(_M_name, _STLP_PRIV __get_c_string(__str), __size - 1); in __Named_exception() 58 strncpy(_M_name, __x._M_name, __size - 1); in __Named_exception() 81 strncpy(_M_name, __x._M_name, __size - 1);
|
/reactos/base/applications/network/telnet/src/ |
H A D | tnmain.cpp | 120 strncpy(buf, cmdhist->cmd, 79); in cfgets() 123 strncpy(buf, cmdhist->cmd, 79); in cfgets() 135 strncpy(buf, cmdhist->cmd, 79); in cfgets() 137 strncpy(buf, "", 79); in cfgets() 231 strncpy(temp1,&buf[cursor],79); in cfgets() 232 strncpy(&buf[cursor+1],temp1,79-(cursor+1)); in cfgets() 261 strncpy(cmdhist->cmd, buf, 79); in cfgets() 274 strncpy(cmdhist->cmd, buf, 79); in cfgets()
|
H A D | tnconfig.cpp | 284 strncpy(startdir, dirname, sizeof(startdir)); in init() 288 strncpy(exename, execname, sizeof(exename)); in init() 530 strncpy (inifile, env_telnet_ini, sizeof(inifile)); in inifile_init() 592 strncpy(keyfile, k, sizeof(keyfile)); in keyfile_init() 684 strncpy(dest, src, l); in set_string()
|
/reactos/sdk/lib/ucrt/string/ |
H A D | strncpy.c | 14 #pragma function(strncpy) 40 char * __cdecl strncpy ( in strncpy() function
|
/reactos/sdk/lib/crt/time/ |
H A D | timezone.c | 114 strncpy(tz_name, str, 3); in _tzset() 145 strncpy(tz_dst_name, str, 3); in _tzset() 249 strncpy(buf, str_timezone, bufsize); in _get_tzname()
|
/reactos/sdk/include/c++/ |
H A D | cstring | 28 #undef strncpy 52 using ::strncpy;
|
/reactos/drivers/bus/acpi/acpica/tables/ |
H A D | tbfind.c | 103 strncpy (Header.OemId, OemId, ACPI_OEM_ID_SIZE); in AcpiTbFindTable() 104 strncpy (Header.OemTableId, OemTableId, ACPI_OEM_TABLE_ID_SIZE); in AcpiTbFindTable()
|
/reactos/dll/3rdparty/libtirpc/src/ |
H A D | netnamer.c | 120 (void) strncpy(val, val1, 1024); 205 (void) strncpy(hostname, val + 2, hostlen); 221 (void) strncpy(hostname, val, vallen);
|
/reactos/base/applications/network/nslookup/ |
H A D | nslookup.c | 490 strncpy( Server, argv[i], 255 ); in ParseCommandLine() 496 strncpy( State.DefaultServerAddress, Server, 16 ); in ParseCommandLine() 503 strncpy( State.DefaultServer, Server, 255 ); in ParseCommandLine() 722 strncpy( AddrToResolve, argv[i], 255 ); in ParseCommandLine() 823 strncpy( State.domain, pNetInfo->DomainName, 255 ); in main() 824 strncpy( State.srchlist[0], pNetInfo->DomainName, 255 ); in main() 825 strncpy( State.DefaultServerAddress, in main()
|
H A D | utility.c | 264 strncpy( &pReturn[k], &pIP[i + 1], (j - i) ); in ReverseIP() 276 strncpy( &pReturn[k], &pIP[i + 1], (j - i) ); in ReverseIP() 288 strncpy( &pReturn[k], &pIP[i + 1], (j - i) ); in ReverseIP() 300 strncpy( &pReturn[k], &pIP[i], (j - i) + 1 ); in ReverseIP()
|
/reactos/boot/armllb/ |
H A D | envir.c | 72 strncpy(LlbEnvCmdLine, in LlbEnvParseArguments() 150 strncpy(LlbValueData, ValuePointer, Length); in LlbEnvRead()
|
/reactos/sdk/tools/rgenstat/ |
H A D | rgenstat.c | 245 strncpy(&ext[0], &filename[i], strlen(&filename[i])); in is_valid_file() 292 strncpy(tagname, &file_buffer[start], len); in skip_to_next_tag() 381 strncpy(name, &file_buffer[my_file_pointer + 1], len); in get_previous_identifier() 825 strncpy(component_name, &buffer[start], len); in read_input_file() 840 strncpy(component_path, &buffer[start], len); in read_input_file()
|
/reactos/boot/freeldr/freeldr/lib/inifile/ |
H A D | inifile.c | 137 strncpy(SettingName, SectionItem->ItemName, NameSize - 1); in IniReadSettingByNumber() 140 strncpy(SettingValue, SectionItem->ItemValue, ValueSize - 1); in IniReadSettingByNumber() 170 strncpy(Buffer, SectionItem->ItemValue, BufferSize - 1); in IniReadSettingByName()
|
/reactos/hal/halx86/generic/ |
H A D | cmos.c | 199 strncpy(Value, "FALSE", ValueLength); in HalGetEnvironmentVariable() 204 strncpy(Value, "TRUE", ValueLength); in HalGetEnvironmentVariable()
|
/reactos/drivers/filesystems/ext2/src/ |
H A D | devctl.c | 273 strncpy(&PVPV->Version[0], gVersion, 0x1B); in Ext2ProcessGlobalProperty() 274 strncpy(&PVPV->Date[0], gDate, 0x1F); in Ext2ProcessGlobalProperty() 275 strncpy(&PVPV->Time[0], gTime, 0x1F); in Ext2ProcessGlobalProperty() 569 strncpy(Property->Codepage, Vcb->Codepage.PageTable->charset, CODEPAGE_MAXLEN); 571 strncpy(Property->Codepage, "default", CODEPAGE_MAXLEN);
|
/reactos/modules/rosapps/applications/net/ncftp/sio/ |
H A D | StrAddr.c | 21 strncpy(str, s, sizeof(str) - 1); in ServiceNameToPortNumber() 63 strncpy(portstr, s, sizeof(portstr)); in AddrStrToAddr()
|
/reactos/dll/win32/rpcrt4/ |
H A D | unix_func.c | 22 strncpy(dst, text_addr, cnt); in inet_ntop()
|
/reactos/hal/halx86/pc98/ |
H A D | cmos.c | 205 strncpy(Value, "FALSE", ValueLength); in HalGetEnvironmentVariable() 207 strncpy(Value, "TRUE", ValueLength); in HalGetEnvironmentVariable()
|
/reactos/sdk/tools/regtests2xml/ |
H A D | regtests2xml.c | 243 strncpy(buf, &file_buffer[start], file_pointer - start); in read_until() 260 strncpy(buf, &file_buffer[start], file_pointer - start); in read_until_end()
|
/reactos/modules/rosapps/applications/net/ncftp/libncftp/ |
H A D | util2.cpp | 24 (void) strncpy(dst, path, size - 1); in GetSpecialDir()
|
/reactos/boot/freeldr/tools/ |
H A D | rdel.c | 35 strncpy (directorySpec, filename, lengthOfDirectory); in getDirectory()
|
H A D | rrmdir.c | 37 strncpy (directorySpec, filename, lengthOfDirectory); in getDirectory()
|
/reactos/sdk/tools/mkisofs/schilytools/include/schily/ |
H A D | string.h | 68 extern char *strncpy __PR((char *, const char *, int));
|