Searched refs:_p (Results 51 - 75 of 108) sorted by relevance

12345

/freebsd-11.0-release/lib/libc/stdio/
H A Dfseek.c230 n = fp->_p - fp->_bf._base;
243 fp->_p = fp->_bf._base + o;
265 fp->_p = fp->_bf._base;
272 fp->_p += n;
295 fp->_p = fp->_bf._base;
H A Dvswscanf.c91 f._bf._base = f._p = (unsigned char *)mbstr;
H A Dstdio.c153 fp->_p = fp->_bf._base;
H A Dfindfp.c146 fp->_p = NULL; /* no current pointer */
H A Dfreopen.c178 fp->_p = NULL;
/freebsd-11.0-release/sys/dev/ixgbe/
H A Dixgbe_osdep.h128 #define UNREFERENCED_PARAMETER(_p)
129 #define UNREFERENCED_1PARAMETER(_p)
130 #define UNREFERENCED_2PARAMETER(_p, _q)
131 #define UNREFERENCED_3PARAMETER(_p, _q, _r)
132 #define UNREFERENCED_4PARAMETER(_p, _q, _r, _s)
/freebsd-11.0-release/sys/sys/
H A Dptrace.h171 int proc_rwmem(struct proc *_p, struct uio *_uio);
172 ssize_t proc_readmem(struct thread *_td, struct proc *_p, vm_offset_t _va,
174 ssize_t proc_writemem(struct thread *_td, struct proc *_p, vm_offset_t _va,
/freebsd-11.0-release/contrib/libarchive/libarchive/test/
H A Dtest_write_format_zip_large.c70 static int16_t le16(const void *_p) { argument
71 const uint8_t *p = _p;
75 static int32_t le32(const void *_p) { argument
76 const uint8_t *p = _p;
77 int32_t v = 0xffff & (int32_t)le16(_p);
81 static int64_t le64(const void *_p) { argument
82 const uint8_t *p = _p;
83 int64_t v = 0xffffffff & (int64_t)le32(_p);
H A Dtest_write_format_zip_file.c40 bitcrc32(unsigned long c, void *_p, size_t s) argument
50 const unsigned char *p = _p;
H A Dtest_write_format_zip_file_zip64.c40 bitcrc32(unsigned long c, void *_p, size_t s) argument
50 const unsigned char *p = _p;
/freebsd-11.0-release/sys/dev/etherswitch/rtl8366/
H A Drtl8366rbvar.h156 #define RTL8366RB_MCTLR_RESET_PORT(_p) \
157 (1 << ((_p) + 2))
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_string.c327 archive_strncat(struct archive_string *as, const void *_p, size_t n) argument
332 p = (const char *)_p;
1889 mbsnbytes(const void *_p, size_t n) argument
1894 if (_p == NULL)
1896 p = (const char *)_p;
1909 utf16nbytes(const void *_p, size_t n) argument
1914 if (_p == NULL)
1916 p = (const char *)_p;
1930 archive_strncpy_l(struct archive_string *as, const void *_p, size_t n, argument
1934 return (archive_strncat_l(as, _p,
1938 archive_strncat_l(struct archive_string *as, const void *_p, size_t n, struct archive_string_conv *sc) argument
1998 iconv_strncat_in_locale(struct archive_string *as, const void *_p, size_t length, struct archive_string_conv *sc) argument
2100 strncat_in_codepage(struct archive_string *as, const void *_p, size_t length, struct archive_string_conv *sc) argument
2133 invalid_mbs(const void *_p, size_t n, struct archive_string_conv *sc) argument
2160 invalid_mbs(const void *_p, size_t n, struct archive_string_conv *sc) argument
2202 best_effort_strncat_in_locale(struct archive_string *as, const void *_p, size_t length, struct archive_string_conv *sc) argument
2467 char *_p = p; local
2619 strncat_from_utf8_to_utf8(struct archive_string *as, const void *_p, size_t len, struct archive_string_conv *sc) argument
2693 archive_string_append_unicode(struct archive_string *as, const void *_p, size_t len, struct archive_string_conv *sc) argument
2908 archive_string_normalize_C(struct archive_string *as, const void *_p, size_t len, struct archive_string_conv *sc) argument
3215 archive_string_normalize_D(struct archive_string *as, const void *_p, size_t len, struct archive_string_conv *sc) argument
3396 strncat_from_utf8_libarchive2(struct archive_string *as, const void *_p, size_t len, struct archive_string_conv *sc) argument
3480 win_strncat_from_utf16(struct archive_string *as, const void *_p, size_t bytes, struct archive_string_conv *sc, int be) argument
3578 win_strncat_from_utf16be(struct archive_string *as, const void *_p, size_t bytes, struct archive_string_conv *sc) argument
3585 win_strncat_from_utf16le(struct archive_string *as, const void *_p, size_t bytes, struct archive_string_conv *sc) argument
3604 win_strncat_to_utf16(struct archive_string *as16, const void *_p, size_t length, struct archive_string_conv *sc, int bigendian) argument
3682 win_strncat_to_utf16be(struct archive_string *as16, const void *_p, size_t length, struct archive_string_conv *sc) argument
3689 win_strncat_to_utf16le(struct archive_string *as16, const void *_p, size_t length, struct archive_string_conv *sc) argument
3709 best_effort_strncat_from_utf16(struct archive_string *as, const void *_p, size_t bytes, struct archive_string_conv *sc, int be) argument
3749 best_effort_strncat_from_utf16be(struct archive_string *as, const void *_p, size_t bytes, struct archive_string_conv *sc) argument
3756 best_effort_strncat_from_utf16le(struct archive_string *as, const void *_p, size_t bytes, struct archive_string_conv *sc) argument
3767 best_effort_strncat_to_utf16(struct archive_string *as16, const void *_p, size_t length, struct archive_string_conv *sc, int bigendian) argument
3809 best_effort_strncat_to_utf16be(struct archive_string *as16, const void *_p, size_t length, struct archive_string_conv *sc) argument
3816 best_effort_strncat_to_utf16le(struct archive_string *as16, const void *_p, size_t length, struct archive_string_conv *sc) argument
[all...]
H A Darchive_read_support_filter_lzop.c204 const unsigned char *p, *_p; local
223 _p = p;
273 len += p - _p;
/freebsd-11.0-release/contrib/libxo/libxo/
H A Dxo_encoder.c32 #define dlfunc(_p, _n) dlsym(_p, _n)
36 #define dlsym(_p, _n) NULL /* Fail */
37 #define dlfunc(_p, _n) NULL /* Fail */
/freebsd-11.0-release/sys/net/
H A Dif_lagg.h278 #define LAGG_RLOCK(_sc, _p) rm_rlock(&(_sc)->sc_mtx, (_p))
280 #define LAGG_RUNLOCK(_sc, _p) rm_runlock(&(_sc)->sc_mtx, (_p))
/freebsd-11.0-release/lib/libthr/
H A DMakefile62 SYMLINKS+=lib${LIB}_p.a ${LIBDIR}/libpthread_p.a
/freebsd-11.0-release/usr.sbin/pmcstat/
H A Dpmcstat_log.h186 struct pmcstat_pcmap *pmcstat_process_find_map(struct pmcstat_process *_p,
H A Dpmcstat.h173 int pmcstat_open_log(const char *_p, int _mode);
/freebsd-11.0-release/sbin/ipfw/
H A Dipfw2.h263 #define NEED(_p, msg) {if (!_p) errx(EX_USAGE, msg);}
/freebsd-11.0-release/tools/test/netfibs/
H A Dreflector.sh576 local _fib _transfer i _p _o
596 _p="${PEERADDR}"
639 PEERADDR="${_p}"
703 local _fib _o i _rstr _c _req _p _opts
840 local _fib _txt _opts i _jobs _p _w
863 _p=$!
864 _jobs="${_jobs}${_p} "
866 ${_fib}) _w=${_p} ;;
/freebsd-11.0-release/sys/contrib/vchiq/interface/compat/
H A Dlist.h51 __typeof(((type *)0)->member) *_p = (ptr); \
52 (type *)((char *)_p - offsetof(type, member)); \
/freebsd-11.0-release/sys/dev/nctgpio/
H A Dnctgpio.c90 #define NCT_IS_VALID_PIN(_p) ((_p) >= 0 && (_p) <= NCT_MAX_PIN)
92 #define NCT_PIN_BIT(_p) (1 << ((_p) % 8))
/freebsd-11.0-release/contrib/bmake/mk/
H A Dprogs.mk89 $p ${p}_p: .PHONY .MAKE
/freebsd-11.0-release/lib/ncurses/ncurses/
H A DMakefile307 SYMLINKS+= libncurses${LIB_SUFFIX}_p.a ${LIBDIR}/libcurses${LIB_SUFFIX}_p.a
308 SYMLINKS+= libncurses${LIB_SUFFIX}_p.a ${LIBDIR}/libtermcap${LIB_SUFFIX}_p.a
309 SYMLINKS+= libncurses${LIB_SUFFIX}_p.a ${LIBDIR}/libtermlib${LIB_SUFFIX}_p.a
310 SYMLINKS+= libncurses${LIB_SUFFIX}_p.a ${LIBDIR}/libtinfo${LIB_SUFFIX}_p.a
/freebsd-11.0-release/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h248 __typeof(((type *)0)->member) *_p = (ptr); \
249 (type *)((char *)_p - offsetof(type, member)); \

Completed in 200 milliseconds

12345