Query: ovbcopy
OS: osf1
Section: 9r
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ovbcopy(9r) ovbcopy(9r)NAMEovbcopy - General: Copies a byte string with a specified limitSYNOPSISvoid ovbcopy( char* *b1, char* *b2, int n );ARGUMENTSSpecifies a pointer to a string of bytes. Specifies a pointer to a buffer of at least n bytes. Specifies the number of bytes to be copied.DESCRIPTIONThe ovbcopy routine copies n bytes from string b1 to buffer b2. No check is made for null bytes. The address ranges of b1 and b2 can overlap.NOTESIn most cases, ovbcopy is not as efficient as bcopy.RETURN VALUESNoneSEE ALSORoutines: bcopy(9r), blkclr(9r), copystr(9r), strcpy(9r), strncpy(9r) ovbcopy(9r)
Related Man Pages |
---|
strcpy(3) - linux |
strcpy(3) - suse |
bcmp(3) - osf1 |
bcopy(3) - osf1 |
bcopy(9r) - osf1 |
Similar Topics in the Unix Linux Community |
---|
Throw my Toys out of the Pram! |
PHP Write Man Pages to MySQL DB |