Query: strncpy
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRNCPY(9) Basic C Library Functions STRNCPY(9)NAMEstrncpy - Copy a length-limited, NUL-terminated stringSYNOPSISchar * strncpy(char * dest, const char * src, size_t count);ARGUMENTSdest Where to copy the string to src Where to copy the string from count The maximum number of bytes to copyDESCRIPTIONThe result is not NUL-terminated if the source exceeds count bytes. In the case where the length of src is less than that of count, the remainder of dest will be padded with NUL.COPYRIGHTKernel Hackers Manual 3.10 June 2014 STRNCPY(9)
Related Man Pages |
---|
strncat(3) - linux |
strcpy(3) - redhat |
strcat(3) - suse |
strncpy(3) - suse |
strncpy(3p) - posix |
Similar Topics in the Unix Linux Community |
---|
Strncpy - coredump |
strncpy(ver, buffer2 +5,2); |
Reg: strncpy function |