HomeSort by: relevance | last modified time | path
    Searched refs:swab (Results 1 - 25 of 72) sorted by relevancy

1 2 3

  /src/lib/libc/string/
Lint_swab.c 12 swab(const void *src, void *dst, ssize_t len) function
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
62 * that rely on swab(ptr, ptr, n) to do the swabbing
Makefile.inc 21 SRCS+= strspn.c strstr.c swab.c strnstr.c
55 swab.3 wcstok.3 wcswidth.3 wmemchr.3 wcsdup.3 wcscasecmp.3
  /src/lib/libc/arch/m68k/string/
Makefile.inc 6 swab.S
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/crypto/external/bsd/heimdal/dist/lib/roken/
swab.c 1 /* $NetBSD: swab.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */
42 swab (char *from, char *to, int nbytes) function
  /src/lib/libc/arch/i386/string/
Makefile.inc 6 strcmp.S strcpy.S strlen.S strncmp.S strrchr.S swab.S
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/
Makefile.inc 6 strcmp.S strcpy.S strlen.S strncmp.S strrchr.S swab.S
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/tests/bin/dd/
t_dd.sh 136 atf_test_case swab
139 atf_set "descr" "Tests conv=swab"
149 dd if=testfile conv=swab msgfmt=quiet $2
153 dd if=testfile conv=swab msgfmt=quiet
209 atf_add_test_case swab
  /src/bin/dd/
misc.c 113 if (st.swab) {
114 (void)snprintf(buf, sizeof(buf), "%llu odd length swab %s\n",
115 (unsigned long long)st.swab,
116 (st.swab == 1) ? "block" : "blocks");
277 (unsigned long long)st.swab);
290 if (st.swab != 1) ADDS("s");
321 if (st.swab) {
322 (void)dd_write_msg("%w odd length swab %W\n", 1);
dd.h 95 uint64_t swab; /* # of odd-length swab blocks */ member in struct:__anon7
  /src/tests/lib/libc/string/
t_swab.c 70 atf_tc_set_md_var(tc, "descr", "Test swab results");
82 swab(a, r, i);
  /src/include/
unistd.h 284 void swab(const void * __restrict, void * __restrict, ssize_t);
  /src/external/bsd/zstd/dist/contrib/linux-kernel/
mem.h 20 #include <linux/swab.h> /* swab32, swab64 */
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
unistd.d 2420 void swab(const scope void*, void*, ssize_t);
2446 void swab(const scope void*, void*, ssize_t);
2499 void swab(const scope void*, void*, ssize_t);
2524 void swab(const scope void*, void*, ssize_t);
2549 void swab(const scope void*, void*, ssize_t);
2574 void swab(const scope void*, void*, ssize_t);
2599 void swab(const scope void*, void*, ssize_t);
2637 void swab(const scope void*, void*, ssize_t);
2697 void swab(const scope void*, void*, ssize_t);
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
unistd.h 2555 /* On native Windows, map 'swab' to '_swab', so that -loldnames is not
2557 platforms by defining GNULIB_NAMESPACE::swab always. */
2560 # undef swab macro
2561 # define swab _swab macro
2565 _GL_CXXALIAS_MDA_CAST (swab, void, (char *from, char *to, int n));
2568 _GL_CXXALIAS_SYS (swab, void, (const char *from, char *to, int n));
2570 _GL_CXXALIAS_SYS (swab, void, (const char *from, char *to, ssize_t n));
2572 _GL_CXXALIAS_SYS (swab, void, (const void *from, void *to, ssize_t n));
2575 _GL_CXXALIASWARN (swab); variable
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
unistd.h 2555 /* On native Windows, map 'swab' to '_swab', so that -loldnames is not
2557 platforms by defining GNULIB_NAMESPACE::swab always. */
2560 # undef swab macro
2561 # define swab _swab macro
2565 _GL_CXXALIAS_MDA_CAST (swab, void, (char *from, char *to, int n));
2568 _GL_CXXALIAS_SYS (swab, void, (const char *from, char *to, int n));
2570 _GL_CXXALIAS_SYS (swab, void, (const char *from, char *to, ssize_t n));
2572 _GL_CXXALIAS_SYS (swab, void, (const void *from, void *to, ssize_t n));
2575 _GL_CXXALIASWARN (swab); variable
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
unistd.h 2555 /* On native Windows, map 'swab' to '_swab', so that -loldnames is not
2557 platforms by defining GNULIB_NAMESPACE::swab always. */
2560 # undef swab macro
2561 # define swab _swab macro
2565 _GL_CXXALIAS_MDA_CAST (swab, void, (char *from, char *to, int n));
2568 _GL_CXXALIAS_SYS (swab, void, (const char *from, char *to, int n));
2570 _GL_CXXALIAS_SYS (swab, void, (const char *from, char *to, ssize_t n));
2572 _GL_CXXALIAS_SYS (swab, void, (const void *from, void *to, ssize_t n));
2575 _GL_CXXALIASWARN (swab); variable
  /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
unistd.h 2555 /* On native Windows, map 'swab' to '_swab', so that -loldnames is not
2557 platforms by defining GNULIB_NAMESPACE::swab always. */
2560 # undef swab macro
2561 # define swab _swab macro
2565 _GL_CXXALIAS_MDA_CAST (swab, void, (char *from, char *to, int n));
2568 _GL_CXXALIAS_SYS (swab, void, (const char *from, char *to, int n));
2570 _GL_CXXALIAS_SYS (swab, void, (const char *from, char *to, ssize_t n));
2572 _GL_CXXALIAS_SYS (swab, void, (const void *from, void *to, ssize_t n));
2575 _GL_CXXALIASWARN (swab); variable
  /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
unistd.h 2555 /* On native Windows, map 'swab' to '_swab', so that -loldnames is not
2557 platforms by defining GNULIB_NAMESPACE::swab always. */
2560 # undef swab macro
2561 # define swab _swab macro
2565 _GL_CXXALIAS_MDA_CAST (swab, void, (char *from, char *to, int n));
2568 _GL_CXXALIAS_SYS (swab, void, (const char *from, char *to, int n));
2570 _GL_CXXALIAS_SYS (swab, void, (const char *from, char *to, ssize_t n));
2572 _GL_CXXALIAS_SYS (swab, void, (const void *from, void *to, ssize_t n));
2575 _GL_CXXALIASWARN (swab); variable
  /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/
unistd.h 2555 /* On native Windows, map 'swab' to '_swab', so that -loldnames is not
2557 platforms by defining GNULIB_NAMESPACE::swab always. */
2560 # undef swab macro
2561 # define swab _swab macro
2565 _GL_CXXALIAS_MDA_CAST (swab, void, (char *from, char *to, int n));
2568 _GL_CXXALIAS_SYS (swab, void, (const char *from, char *to, int n));
2570 _GL_CXXALIAS_SYS (swab, void, (const char *from, char *to, ssize_t n));
2572 _GL_CXXALIAS_SYS (swab, void, (const void *from, void *to, ssize_t n));
2575 _GL_CXXALIASWARN (swab); variable
  /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/
unistd.h 2555 /* On native Windows, map 'swab' to '_swab', so that -loldnames is not
2557 platforms by defining GNULIB_NAMESPACE::swab always. */
2560 # undef swab macro
2561 # define swab _swab macro
2565 _GL_CXXALIAS_MDA_CAST (swab, void, (char *from, char *to, int n));
2568 _GL_CXXALIAS_SYS (swab, void, (const char *from, char *to, int n));
2570 _GL_CXXALIAS_SYS (swab, void, (const char *from, char *to, ssize_t n));
2572 _GL_CXXALIAS_SYS (swab, void, (const void *from, void *to, ssize_t n));
2575 _GL_CXXALIASWARN (swab); variable
  /src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/
unistd.h 2555 /* On native Windows, map 'swab' to '_swab', so that -loldnames is not
2557 platforms by defining GNULIB_NAMESPACE::swab always. */
2560 # undef swab macro
2561 # define swab _swab macro
2565 _GL_CXXALIAS_MDA_CAST (swab, void, (char *from, char *to, int n));
2568 _GL_CXXALIAS_SYS (swab, void, (const char *from, char *to, int n));
2570 _GL_CXXALIAS_SYS (swab, void, (const char *from, char *to, ssize_t n));
2572 _GL_CXXALIAS_SYS (swab, void, (const void *from, void *to, ssize_t n));
2575 _GL_CXXALIASWARN (swab); variable

Completed in 50 milliseconds

1 2 3