Searched refs:swab (Results 1 – 25 of 30) sorted by relevance
12
| /netbsd/src/bin/dd/ |
| D | misc.c | 113 if (st.swab) { in posix_summary() 115 (unsigned long long)st.swab, in posix_summary() 116 (st.swab == 1) ? "block" : "blocks"); in posix_summary() 277 (unsigned long long)st.swab); in dd_write_msg() 290 if (st.swab != 1) ADDS("s"); in dd_write_msg() 321 if (st.swab) { in human_summary()
|
| D | dd.h | 95 uint64_t swab; /* # of odd-length swab blocks */ member
|
| D | dd.c | 456 ++st.swab; in dd_in()
|
| /netbsd/src/tests/bin/dd/ |
| D | t_dd.sh | 125 atf_test_case swab 135 dd if=testfile conv=swab msgfmt=quiet $2 139 dd if=testfile conv=swab msgfmt=quiet 157 atf_add_test_case swab
|
| /netbsd/src/lib/libc/arch/m68k/string/ |
| D | swab.S | 5 ENTRY(swab) 27 END(swab)
|
| D | Makefile.inc | 6 swab.S
|
| /netbsd/src/lib/libc/arch/x86_64/string/ |
| D | swab.S | 17 ENTRY(swab) 47 END(swab)
|
| D | Makefile.inc | 6 strcmp.S strcpy.S strlen.S strncmp.S strrchr.S swab.S
|
| /netbsd/src/lib/libc/arch/i386/string/ |
| D | swab.S | 18 ENTRY(swab) 69 END(swab)
|
| D | Makefile.inc | 6 strcmp.S strcpy.S strlen.S strncmp.S strrchr.S swab.S
|
| /netbsd/src/lib/libc/string/ |
| D | Lint_swab.c | 12 swab(const void *src, void *dst, ssize_t len) in swab() function
|
| D | 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
|
| D | swab.c | 39 swab(const void *__restrict src, void *__restrict dst, ssize_t nbytes) in swab() function
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| D | swab.c | 42 swab (char *from, char *to, int nbytes) in swab() function
|
| D | Makefile.in | 386 $(DEPDIR)/strupr.Plo $(DEPDIR)/swab.Plo $(DEPDIR)/timegm.Plo \ 722 strtoull.c strupr.c swab.c timegm.c tsearch.c unsetenv.c \ 1340 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/swab.Plo@am__quote@ # am--include-marker 2527 -rm -f $(DEPDIR)/swab.Plo 2734 -rm -f $(DEPDIR)/swab.Plo
|
| /netbsd/src/tests/lib/libc/string/ |
| D | t_swab.c | 82 swab(a, r, i); in ATF_TC_BODY()
|
| /netbsd/src/include/ |
| D | unistd.h | 284 void swab(const void * __restrict, void * __restrict, ssize_t);
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/vms/ |
| D | vms-crtlmap.map | 791 swab
|
| /netbsd/src/usr.bin/spell/spell/ |
| D | special.netbsd | 1220 swab
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/cf/ |
| D | roken-frag.m4 | 389 swab \
|
| /netbsd/src/share/man/tools/ |
| D | sp.ignore | 488 swab
|
| D | newsp.errs | 2452 swab.3
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/pdp11/ |
| D | pdp11.md | 2189 "swab\t%0" 2224 output_asm_insn ("swab\t%0", exops[0]); 2225 output_asm_insn ("swab\t%0", exops[1]);
|
| /netbsd/src/usr.sbin/makemandb/ |
| D | nostem.txt | 3987 swab
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/include/ |
| D | config.h.in | 961 /* Define if you have the function `swab'. */
|
12