HomeSort by: relevance | last modified time | path
    Searched refs:bswap_p (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/disklabel/
bswap.h 42 extern int bswap_p;
45 #define htotarget16(x) (bswap_p ? bswap16(x) : (x))
46 #define target16toh(x) (bswap_p ? bswap16(x) : (x))
47 #define htotarget32(x) (bswap_p ? bswap32(x) : (x))
48 #define target32toh(x) (bswap_p ? bswap32(x) : (x))
bswap.c 157 if (bswap_p)
main.c 199 int bswap_p; variable in typeref:typename:int
637 bswap_p = (byteorder != BYTE_ORDER);
641 printf("byteorder=%d bswap_p=%d\n", byteorder, bswap_p);
653 && !bswap_p;

Completed in 49 milliseconds