Searched refs:prnt (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/kern/
H A Dsubr_witness.c341 static void witness_ddb_display_list(int(*prnt)(const char *fmt, ...),
363 int (*prnt)(const char *fmt, ...));
925 witness_ddb_display_descendants(int(*prnt)(const char *fmt, ...),
931 prnt(" ");
932 prnt("%s (type: %s, depth: %d, active refs: %d)",
936 prnt(" -- (already displayed)\n");
941 prnt(" -- last acquired @ %s:%d\n", fixup_filename(w->w_file),
944 prnt(" -- never acquired\n");
951 witness_ddb_display_descendants(prnt, &w_data[i],
957 witness_ddb_display_list(int(*prnt)(cons
[all...]
/freebsd-10-stable/bin/pax/
H A Dpat_rep.c850 * prnt is a flag that says whether to print the final result.
857 rep_name(char *name, int *nlen, int prnt) argument
876 * the string we apply the regular expression to. prnt is used to
933 if (prnt)
984 if (prnt)
993 if (prnt && (pt->flgs & PRNT)) {

Completed in 131 milliseconds