bcmp.3 (32eef9aeb1f39a1623cea55da147c89abbd5b9a5) | bcmp.3 (9abf5797a0987be44fffbdf7fe99714c956b8350) |
---|---|
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: --- 29 unchanged lines hidden (view full) --- 38.Dt BCMP 3 39.Os 40.Sh NAME 41.Nm bcmp 42.Nd compare byte string 43.Sh LIBRARY 44.Lb libc 45.Sh SYNOPSIS | 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: --- 29 unchanged lines hidden (view full) --- 38.Dt BCMP 3 39.Os 40.Sh NAME 41.Nm bcmp 42.Nd compare byte string 43.Sh LIBRARY 44.Lb libc 45.Sh SYNOPSIS |
46.In string.h | 46.In strings.h |
47.Ft int 48.Fn bcmp "const void *b1" "const void *b2" "size_t len" 49.Sh DESCRIPTION 50The 51.Fn bcmp 52function 53compares byte string 54.Fa b1 --- 12 unchanged lines hidden (view full) --- 67.Xr strcmp 3 , 68.Xr strcoll 3 , 69.Xr strxfrm 3 70.Sh HISTORY 71A 72.Fn bcmp 73function first appeared in 74.Bx 4.2 . | 47.Ft int 48.Fn bcmp "const void *b1" "const void *b2" "size_t len" 49.Sh DESCRIPTION 50The 51.Fn bcmp 52function 53compares byte string 54.Fa b1 --- 12 unchanged lines hidden (view full) --- 67.Xr strcmp 3 , 68.Xr strcoll 3 , 69.Xr strxfrm 3 70.Sh HISTORY 71A 72.Fn bcmp 73function first appeared in 74.Bx 4.2 . |
75Its prototype existed previously in 76.Aq Pa string.h 77before it was moved to 78.Aq Pa strings.h 79for 80.St -p1003.1-2001 81compliance. |
|