Searched defs:_pp (Results 1 – 4 of 4) sorted by relevance
| /freebsd/tools/tools/shlib-compat/ | ||
| H A D | shlib-compat.py | 313 def _pp(self, pp): member in Def |
| /freebsd/sys/netlink/ | ||
| H A D | netlink_message_parser.h | 125 #define NL_DECLARE_PARSER_EXT(_name, _t, _sp, _fp, _np, _pp) \ argument |
| /freebsd/sys/contrib/openzfs/lib/libspl/include/sys/ | ||
| H A D | kmem.h | 64 #define POINTER_INVALIDATE(_pp) /* nothing */ argument |
| /freebsd/usr.sbin/lpr/lpc/ | ||
| H A D | cmds.c | 96 generic(void (*specificrtn)(struct printer *_pp), int cmdopts, in generic() |