Searched refs:pfunc (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/usr.bin/netstat/
H A Dif.c272 intpr(void (*pfunc)(char *), int af)
309 if (!pfunc) {
336 if (pfunc) {
338 (*pfunc)(name);
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_work.c272 dtrace_consume_probe_f *pfunc, dtrace_consume_rec_f *rfunc, void *arg)
316 if (dtrace_consume(dtp, fp, pfunc, rfunc, arg) == -1)
271 dtrace_work(dtrace_hdl_t *dtp, FILE *fp, dtrace_consume_probe_f *pfunc, dtrace_consume_rec_f *rfunc, void *arg) argument
/freebsd-13-stable/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs_vfsops.c109 int (*pfunc)(struct puffs_usermount *, const char *, enum vtype); member in struct:rtype
153 if (rtypes[i].pfunc(pu, typestr,
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-lldp.c1317 const char * (*pfunc)(netdissect_options *, const u_char *);
1328 pfunc = getname;
1334 pfunc = getname6;
1339 pfunc = etheraddr_string;
1342 pfunc = NULL;
1346 if (!pfunc) {
1351 tok2str(af_values, "Unknown", af), af, (*pfunc)(ndo, tptr+1));
H A Dprint-ppp.c419 int (*pfunc)(netdissect_options *, const u_char *, int);
477 pfunc = print_lcp_config_options;
480 pfunc = print_ipcp_config_options;
483 pfunc = print_ip6cp_config_options;
486 pfunc = print_ccp_config_options;
489 pfunc = print_bacp_config_options;
496 pfunc = NULL;
500 if (pfunc == NULL) /* catch the above null pointer if unknown CP */
503 if ((j = (*pfunc)(ndo, tptr, len)) == 0)
/freebsd-13-stable/contrib/sendmail/src/
H A Dusersmtp.c3078 ** pfunc -- processing function called on each line of response.
3091 reply(m, mci, e, timeout, pfunc, enhstat, rtype)
3096 void (*pfunc) __P((char *, bool, MAILER *, MCI *, ENVELOPE *));
3289 if (pfunc != NULL)
3290 (*pfunc)(bufp, firstline, m, mci, e);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp842 auto pfunc = PythonObject::ResolveNameWithDictionary<PythonCallable>( local
844 if (!pfunc.IsAllocated()) {
849 llvm::Expected<PythonCallable::ArgInfo> arg_info = pfunc.GetArgInfo();

Completed in 86 milliseconds