/src/lib/libc/string/ |
Lint_swab.c | 12 swab(const void *src, void *dst, ssize_t len) function in typeref:typename:void
|
swab.c | 1 /* $NetBSD: swab.c,v 1.20 2022/12/28 15:34:19 riastradh Exp $ */ 32 __RCSID("$NetBSD: swab.c,v 1.20 2022/12/28 15:34:19 riastradh Exp $"); 39 swab(const void *__restrict src, void *__restrict dst, ssize_t nbytes) function in typeref:typename:void 62 * that rely on swab(ptr, ptr, n) to do the swabbing
|
/src/lib/libc/arch/m68k/string/ |
swab.S | 1 /* $NetBSD: swab.S,v 1.11 2014/03/18 18:20:37 riastradh Exp $ */ 5 ENTRY(swab) function 27 END(swab)
|
/src/lib/libc/arch/i386/string/ |
swab.S | 9 RCSID("$NetBSD: swab.S,v 1.14 2014/05/23 02:34:19 uebayasi Exp $") 18 ENTRY(swab) function 69 END(swab)
|
/src/lib/libc/arch/x86_64/string/ |
swab.S | 9 RCSID("$NetBSD: swab.S,v 1.4 2014/05/22 15:01:57 uebayasi Exp $") 17 ENTRY(swab) function 47 END(swab)
|
/src/bin/dd/ |
dd.h | 95 uint64_t swab; /* # of odd-length swab blocks */ member in struct:__anona918b54a0208
|