Searched refs:_p (Results 26 - 50 of 127) sorted by relevance

123456

/freebsd-current/lib/libc/stdio/
H A Dvsprintf.c56 f._bf._base = f._p = (unsigned char *)str;
59 *f._p = 0;
H A Dftell.c97 fp->_p != NULL && fp->_p - fp->_bf._base > 0 &&
122 } else if ((fp->_flags & __SWR) && fp->_p != NULL &&
123 (n = fp->_p - fp->_bf._base) > 0) {
H A Dfgetwc.c85 nconv = l->__mbrtowc(&wc, fp->_p, fp->_r, mbs);
92 fp->_p++;
97 fp->_p += nconv;
H A Dmakebuf.c62 fp->_bf._base = fp->_p = fp->_nbuf;
69 fp->_bf._base = fp->_p = fp->_nbuf;
75 fp->_bf._base = fp->_p = p;
H A Dfgets.c84 p = fp->_p;
98 fp->_p = t;
105 fp->_p += len;
H A Drefill.c105 fp->_p = fp->_up;
129 fp->_p = fp->_bf._base;
130 fp->_r = _sread(fp, (char *)fp->_p, fp->_bf._size);
H A Dfpurge.c58 fp->_p = fp->_bf._base;
H A Dvsnprintf.c74 f._bf._base = f._p = (unsigned char *)str;
78 *f._p = '\0';
H A Dvfscanf.c127 fp->_p += n;
136 fp->_p += width;
178 while (ccltab[*fp->_p]) {
179 n++, fp->_r--, fp->_p++;
190 while (ccltab[*fp->_p]) {
192 *p++ = *fp->_p++;
248 while (!isspace(*fp->_p)) {
249 n++, fp->_r--, fp->_p++;
257 while (!isspace(*fp->_p)) {
259 *p++ = *fp->_p
[all...]
H A Dvdprintf.c56 f._p = buf;
H A Dwsetup.c67 fp->_p = fp->_bf._base;
H A Dvsscanf.c64 f._bf._base = f._p = (unsigned char *)str;
H A Dvswprintf.c68 f._bf._base = f._p = (unsigned char *)malloc(128);
83 *f._p = '\0';
H A Dsetvbuf.c113 fp->_bf._base = fp->_p = fp->_nbuf;
136 fp->_bf._base = fp->_p = (unsigned char *)buf;
/freebsd-current/sys/sys/
H A Dselect.h86 fd_set *_p; \
89 _p = (p); \
92 _p->__fds_bits[--_n] = 0; \
/freebsd-current/sys/arm/mv/
H A Da37x0_gpio.c69 #define A37X0_GPIO_BIT(_p) (1U << ((_p) % 32))
70 #define A37X0_GPIO_OUT_EN(_p) (0x0 + ((_p) / 32) * 4)
71 #define A37X0_GPIO_LATCH(_p) (0x8 + ((_p) / 32) * 4)
72 #define A37X0_GPIO_INPUT(_p) (0x10 + ((_p) / 32) * 4)
73 #define A37X0_GPIO_OUTPUT(_p) (0x18 + ((_p) / 3
[all...]
/freebsd-current/sys/dev/ice/
H A Dice_osdep.h170 #define UNREFERENCED_PARAMETER(_p) _p = _p
171 #define UNREFERENCED_1PARAMETER(_p) do { \
172 UNREFERENCED_PARAMETER(_p); \
174 #define UNREFERENCED_2PARAMETER(_p, _q) do { \
175 UNREFERENCED_PARAMETER(_p); \
178 #define UNREFERENCED_3PARAMETER(_p, _q, _r) do { \
179 UNREFERENCED_PARAMETER(_p); \
183 #define UNREFERENCED_4PARAMETER(_p, _
[all...]
/freebsd-current/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd_inc.h158 #define INT_2_NOISE_PWR_DBM(_p) (((_p) - NOISE_PWR_DATA_OFFSET) << 2)
159 #define NOISE_PWR_DBM_2_INT(_p) ((((_p) + 3) >> 2) + NOISE_PWR_DATA_OFFSET)
160 #define NOISE_PWR_DBM_2_DEC(_p) (((-(_p)) & 3) * 25)
/freebsd-current/sys/dev/etherswitch/arswitch/
H A Darswitchreg.h212 #define AR8X16_CPU_MIRROR_PORT(_p) ((_p) << AR8X16_MIRROR_PORT_SHIFT)
239 #define AR8X16_REG_PORT_BASE(_p) (0x0100 + (_p) * 0x0100)
241 #define AR8X16_REG_PORT_STS(_p) (AR8X16_REG_PORT_BASE((_p)) + 0x0000)
255 #define AR8X16_REG_PORT_CTRL(_p) (AR8X16_REG_PORT_BASE((_p)) + 0x0004)
277 #define AR8X16_REG_PORT_VLAN(_p) (AR8X16_REG_PORT_BASE((_p))
[all...]
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_crc32.h42 crc32(unsigned long crc, const void *_p, size_t len) argument
45 const unsigned char *p = _p;
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dpm.h57 #define pm_sleep_ptr(_p) \
58 IS_ENABLED(CONFIG_PM_SLEEP) ? (_p) : NULL
/freebsd-current/include/
H A Dstdio.h115 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
122 unsigned char *_p; /* (*) current position in (some) buffer */ member in struct:__sFILE
139 unsigned char *_up; /* saved _p when _p is doing ungetc data */
187 #define __SMOD 0x2000 /* true => fgetln modified _p text */
461 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
463 static __inline int __sputc(int _c, FILE *_p) { argument
464 if (--_p->_w >= 0 || (_p->_w >= _p
[all...]
/freebsd-current/contrib/elftoolchain/common/
H A D_elftc.h217 struct type *_p, *_q, *_e; \
237 _p = STAILQ_FIRST(&_la); \
248 _e = _p; \
249 _p = STAILQ_NEXT(_p, field); \
252 } else if (cmp(_p, _q) <= 0) { \
253 _e = _p; \
254 _p = STAILQ_NEXT(_p, field); \
/freebsd-current/crypto/openssl/include/crypto/
H A Dbn_dh.h11 extern const BIGNUM ossl_bignum_dh##x##_p; \
/freebsd-current/crypto/openssl/crypto/dh/
H A Ddh_rfc5114.c35 dh->params.p = BN_dup(&ossl_bignum_dh##x##_p); \

Completed in 126 milliseconds

123456