| /src/usr.bin/rpcgen/ | 
| rpc_tblout.c | 72 static void printit(const char *, const char *); 142 				printit(NULL, proc->args.argname);
 146 				printit(proc->args.decls->decl.prefix,
 149 			printit(proc->res_prefix, proc->res_type);
 159 printit(const char *prefix, const char *type)  function in typeref:typename:void
 
 | 
| /src/usr.bin/ypcat/ | 
| ypcat.c | 52 static int	printit(int, char *, int, char *, int, char *); 133 	ypcb.foreach = printit;
 151 printit(int instatus, char *inkey, int inkeylen, char *inval,  function in typeref:typename:int
 
 | 
| /src/tests/lib/libc/regex/ | 
| split.c | 312 	int printit;  local in function:regress 319 		printit = 0;
 323 			printit = 1;
 326 			printit = 1;
 336 					printit = 1;
 340 		if (printit)
 
 | 
| /src/usr.bin/netstat/ | 
| mbuf.c | 116 		goto printit; 153     printit:
 
 | 
| /src/regress/sys/fs/lfs/ckckp/ | 
| check-all | 210 	my $printit = $_[2]; 265 	if ($error || $printit) {
 
 | 
| /src/usr.sbin/lpr/lpd/ | 
| printjob.c | 132 static int	printit(char *); 252 			i = printit(q->q_name);
 338 printit(char *file)  function in typeref:typename:int
 
 |