Home
last modified time | relevance | path

Searched defs:_p (Results 1 – 7 of 7) sorted by relevance

/minix/external/bsd/llvm/dist/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-for-simple-stream.h9 unsigned char *_p; member
/minix/external/bsd/libarchive/dist/libarchive/
H A Darchive_crc32.h41 crc32(unsigned long crc, const void *_p, size_t len) in crc32()
H A Darchive_string.c145 __archive_strncat(struct archive_string *as, const void *_p, size_t n) in __archive_strncat()
H A Darchive_read_support_format_tar.c2089 tar_atol256(const char *_p, unsigned char_cnt) in tar_atol256()
/minix/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_write_format_zip_no_compression.c34 bitcrc32(unsigned long c, void *_p, size_t s) in bitcrc32()
/minix/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dectest.c1008 # define CHAR2_CURVE_TEST_INTERNAL(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _vari… argument
1025 # define CHAR2_CURVE_TEST_INTERNAL(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _vari… argument
1040 # define CHAR2_CURVE_TEST(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \ argument
/minix/include/
H A Dstdio.h113 unsigned char *_p; /* current position in (some) buffer */ member
464 static __inline int __sputc(int _c, FILE *_p) { in __sputc()