Searched refs:heading (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/netbsd-tests/bin/ps/
H A Dt_ps.sh46 while read keyword heading flag
58 eval head_text_${kvar}=\'"${heading}"\'
61 eval head_regexp_${kvar}=\'" *${heading}"\'
64 eval head_regexp_${kvar}=\'"${heading} *"\'
72 while read keyword heading flag
80 avar="${heading}"
85 case "${heading}" in
86 %*) avar="p_${heading#%}"
147 # Run "ps $args"; check that the heading matches the expected regexp.
154 check_regexp "heading [
[all...]
/freebsd-current/contrib/ntp/sntp/unity/auto/
H A DparseOutput.rb169 heading = "<testsuite tests=\"" + @totalTests.to_s + "\" failures=\"" + testFail.to_s + "\"" + " skips=\"" + testIgnore.to_s + "\">"
170 @arrayList.insert(0, heading)
/freebsd-current/usr.bin/who/
H A Dwho.c49 static void heading(void);
128 heading();
149 heading(void) function
/freebsd-current/usr.bin/quota/
H A Dquota.c84 static void heading(int type, u_long id, const char *name, const char *tag);
321 heading(type, id, name, "");
333 heading(type, id, name, "");
373 heading(type, id, name, "none");
415 heading(int type, u_long id, const char *name, const char *tag) function
/freebsd-current/usr.sbin/lpr/common_source/
H A Dctlinfo.c805 ctl_dumpcji(FILE *dbg_stream, const char *heading, struct cjobinfo *cjinf) argument
822 heading);
828 heading, (void *)cjinf, cpriv->cji_buff);
846 fprintf(dbg_stream, "|- - - - --> Dump '%s' complete\n", heading);
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp794 void kmp_stats_output_module::outputStats(const char *heading) { argument
818 fprintf(statsOut, "%s\n", heading);
898 void __kmp_output_stats(const char *heading) { argument
899 __kmp_stats_global_output->outputStats(heading);
H A Dkmp_stats.h809 The only interface function that is public is outputStats(heading). This
859 void outputStats(const char *heading);
917 * @param heading_string heading put above the final stats output
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java50 static boolean heading = false; field in class:JDTrace
182 if (!heading) {
191 heading = true;
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c1117 static int heading; local
1124 if (heading == 0) {
1133 heading = 1;

Completed in 228 milliseconds