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

  /src/sbin/disklabel/
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;
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 23 milliseconds