*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: swab | Section: 3 | Source: NetBSD | File: swab.3
SWAB(3) FreeBSD Library Functions Manual SWAB(3) NAME swab - swap adjacent bytes LIBRARY Standard C Library (libc, -lc) SYNOPSIS #include <unistd.h> void swab(const void * restrict src, void * restrict dst, ssize_t len); DESCRIPTION The function swab() copies len bytes from the location referenced by src to the location referenced by dst, swapping adjacent bytes. If len is negative or zero, swab() does nothing. If len is odd, swab() copies len - 1 bytes and the disposition of the last byte is unspecified. SEE ALSO bzero(3), memset(3) STANDARDS The swab() function conforms to IEEE Std 1003.1-2001 ("POSIX.1"). HISTORY A swab() function appeared in Version 7 AT&T UNIX. It was originally documented to be "useful for carrying binary data between PDP11's and other machines". In NetBSD 6.0 the type of len was changed from size_t to ssize_t for POSIX compliance. FreeBSD 14.1-RELEASE-p8 April 30, 2010 FreeBSD 14.1-RELEASE-p8

Navigation Options