bzero.3 (32eef9aeb1f39a1623cea55da147c89abbd5b9a5) | bzero.3 (bc0ad8e7a1c5acaebd9516356b2c00619f77a053) |
---|---|
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.\" 7.\" Redistribution and use in source and binary forms, with or without 8.\" modification, are permitted provided that the following conditions --- 30 unchanged lines hidden (view full) --- 39.Dt BZERO 3 40.Os 41.Sh NAME 42.Nm bzero 43.Nd write zeroes to a byte string 44.Sh LIBRARY 45.Lb libc 46.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.\" 7.\" Redistribution and use in source and binary forms, with or without 8.\" modification, are permitted provided that the following conditions --- 30 unchanged lines hidden (view full) --- 39.Dt BZERO 3 40.Os 41.Sh NAME 42.Nm bzero 43.Nd write zeroes to a byte string 44.Sh LIBRARY 45.Lb libc 46.Sh SYNOPSIS |
47.In string.h | 47.In strings.h |
48.Ft void 49.Fn bzero "void *b" "size_t len" 50.Sh DESCRIPTION 51The 52.Fn bzero 53function 54writes 55.Fa len --- 8 unchanged lines hidden (view full) --- 64.Xr memset 3 , 65.Xr swab 3 66.Sh HISTORY 67A 68.Fn bzero 69function 70appeared in 71.Bx 4.3 . | 48.Ft void 49.Fn bzero "void *b" "size_t len" 50.Sh DESCRIPTION 51The 52.Fn bzero 53function 54writes 55.Fa len --- 8 unchanged lines hidden (view full) --- 64.Xr memset 3 , 65.Xr swab 3 66.Sh HISTORY 67A 68.Fn bzero 69function 70appeared in 71.Bx 4.3 . |
72Its prototype existed previously in 73.Aq Pa string.h 74before it was moved to 75.Aq Pa strings.h 76for 77.St -p1003.1-2001 78compliance. |
|