bstring.3 (25bb73e063c17cd9048cf60100dbc0ac5177e94a) | bstring.3 (d0353b836e88609b9400851d32e0aa6645ff9be3) |
---|---|
1.\" Copyright (c) 1990, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" This code is derived from software contributed to Berkeley by 5.\" Chris Torek. 6.\" Redistribution and use in source and binary forms, with or without 7.\" modification, are permitted provided that the following conditions 8.\" are met: --- 31 unchanged lines hidden (view full) --- 40.Sh NAME 41.Nm bcmp , 42.Nm bcopy , 43.Nm bzero , 44.Nm memccpy , 45.Nm memchr , 46.Nm memcmp , 47.Nm memcpy , | 1.\" Copyright (c) 1990, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" This code is derived from software contributed to Berkeley by 5.\" Chris Torek. 6.\" Redistribution and use in source and binary forms, with or without 7.\" modification, are permitted provided that the following conditions 8.\" are met: --- 31 unchanged lines hidden (view full) --- 40.Sh NAME 41.Nm bcmp , 42.Nm bcopy , 43.Nm bzero , 44.Nm memccpy , 45.Nm memchr , 46.Nm memcmp , 47.Nm memcpy , |
48.Nm memmove, | 48.Nm memmove , |
49.Nm memset 50.Nd byte string operations 51.Sh LIBRARY 52.Lb libc 53.Sh SYNOPSIS 54.Fd #include <string.h> 55.Ft int 56.Fn bcmp "const void *b1" "const void *b2" "size_t len" --- 56 unchanged lines hidden --- | 49.Nm memset 50.Nd byte string operations 51.Sh LIBRARY 52.Lb libc 53.Sh SYNOPSIS 54.Fd #include <string.h> 55.Ft int 56.Fn bcmp "const void *b1" "const void *b2" "size_t len" --- 56 unchanged lines hidden --- |