Searched refs:c_print (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/tcpdump/
H A Dprint-krb.c53 static const u_char *c_print(netdissect_options *, const u_char *, const u_char *);
113 c_print(netdissect_options *ndo, function
140 #define PRINT if ((cp = c_print(ndo, cp, ndo->ndo_snapend)) == NULL) goto trunc
164 #define PRINT if ((cp = c_print(ndo, cp, ndo->ndo_snapend)) == NULL) goto trunc
/freebsd-current/usr.bin/find/
H A Doption.c148 { "-print", c_print, f_print, 0 },
149 { "-print0", c_print, f_print0, 0 },
H A Dextern.h70 creat_f c_print; variable
H A Dfunction.c1368 c_print(OPTION *option, char ***argvp __unused) function
1389 /* c_print0 is the same as c_print */

Completed in 75 milliseconds