| /src/external/bsd/elftosb/dist/common/ |
| smart_ptr.h | 28 smart_ptr() : _p(0) {} 31 smart_ptr(ptr_type p) : _p(p) {} 38 ptr_type get() { return _p; } 41 const_ptr_type get() const { return _p; } 49 if (_p && p != _p) 53 _p = p; 57 void reset() { _p = 0; } 67 if (_p) 69 delete _p; 114 ptr_type _p; \/\/!< The wrapped pointer. member in class:smart_ptr 229 ptr_type _p; \/\/!< The wrapped pointer. member in class:smart_array_ptr [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/ |
| arcfour.c | 1273 uint8_t *_p = NULL; local 1324 _p = header->buffer.value; 1326 ret = _gssapi_verify_mech_header(&_p, 1332 p0 = _p;
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_support_filter_lzop.c | 205 const unsigned char *p, *_p; local 224 _p = p; 274 len += p - _p;
|
| archive_string.c | 359 archive_strncat(struct archive_string *as, const void *_p, size_t n) 364 p = (const char *)_p; 1952 mbsnbytes(const void *_p, size_t n) 1957 if (_p == NULL) 1959 p = (const char *)_p; 1972 utf16nbytes(const void *_p, size_t n) 1977 if (_p == NULL) 1979 p = (const char *)_p; 1993 archive_strncpy_l(struct archive_string *as, const void *_p, size_t n, 1997 return (archive_strncat_l(as, _p, n, sc)) 2554 char *_p = p; local [all...] |
| /src/external/bsd/libarchive/dist/libarchive/test/ |
| test_archive_string_conversion.c | 51 char *_p = p; local 69 return ((int)(p - _p));
|
| /src/include/ |
| stdio.h | 110 * data iff _ub._base != NULL) and _up and _ur save the current values of _p 114 unsigned char *_p; /* current position in (some) buffer */ member in struct:__sFILE 133 unsigned char *_up; /* saved _p when _p is doing ungetc data */ 167 #define __SMOD 0x2000 /* true => fgetln modified _p text */ 460 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++)) 462 static __inline int __sputc(int _c, FILE *_p) { 463 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n') [all...] |
| /src/external/bsd/pcc/dist/pcc/mip/ |
| manifest.h | 248 NODE *_p; member in union:interpass::__anon7942 292 #define ip_node _un._p
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_platform_limits_netbsd.h | 463 unsigned char *_p; member in struct:__sanitizer::__sanitizer_FILE
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_platform_limits_netbsd.h | 463 unsigned char *_p; member in struct:__sanitizer::__sanitizer_FILE
|