Searched refs:swab (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dswab.c40 swab (char *from, char *to, int nbytes) function
H A DMakefile.in60 strptime.c strsep.c strsep_copy.c strtok_r.c strupr.c swab.c \
854 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/swab.Plo@am__quote@
/freebsd-11-stable/lib/libc/string/
H A Dswab.c34 static char sccsid[] = "@(#)swab.c 8.1 (Berkeley) 6/4/93";
42 swab(const void * __restrict from, void * __restrict to, ssize_t len) function
H A DMakefile.inc19 strxfrm.c swab.c \
40 strspn.3 strstr.3 strtok.3 strxfrm.3 swab.3 \
/freebsd-11-stable/lib/libc/i386/string/
H A Dswab.S36 * swab (const void *src, void *dst, size_t len)
47 ENTRY(swab)
100 END(swab)
H A DMakefile.inc19 swab.S \
/freebsd-11-stable/bin/dd/
H A Dmisc.c93 if (st.swab)
94 (void)fprintf(stderr, "%ju odd length swab %s\n",
95 st.swab, (st.swab == 1) ? "block" : "blocks");
H A Ddd.h66 uintmax_t swab; /* # of odd-length swab blocks */ member in struct:__anon2
H A DMakefile22 swab lcase ucase
H A Ddd.c423 ++st.swab;
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/string/
H A Dt_swab.c68 atf_tc_set_md_var(tc, "descr", "Test swab results");
79 swab(a, r, i);
/freebsd-11-stable/include/
H A Dstring.h134 void swab(const void * __restrict, void * __restrict, ssize_t);
H A Dunistd.h462 void swab(const void * __restrict, void * __restrict, ssize_t);
/freebsd-11-stable/sys/geom/part/
H A Dg_part_apm.c111 swab(char *buf, size_t bufsz) function
199 swab(buf, pp->sectorsize);
/freebsd-11-stable/stand/libsa/
H A DMakefile33 strnlen.c strpbrk.c strrchr.c strsep.c strspn.c strstr.c strtok.c swab.c
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h1126 extern void swab(const char *, char *, int);

Completed in 115 milliseconds