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

/freebsd-11-stable/usr.bin/procstat/tests/
H A Dprocstat_test.sh57 line_format="$SP*%s$SP+%s$SP+%s$SP+%s$SP*"
58 header_re=$(printf "$line_format" "PID" "COMM" "OSREL" "PATH")
59 line_re=$(printf "$line_format" $PROG_PID $PROG_COMM "[[:digit:]]+" "$PROG_PATH")
78 line_format="$SP*%s$SP+%s$SP+%s$SP*"
79 header_re=$(printf "$line_format" "PID" "COMM" "ARGS")
80 line_re=$(printf "$line_format" $PROG_PID "$PROG_COMM" "$PROG_PATH $arguments")
99 line_format="$SP*%s$SP+%s$SP+%s$SP*"
100 header_re=$(printf "$line_format" "PID" "COMM" "ENVIRONMENT")
101 line_re=$(printf "$line_format" $PROG_PID $PROG_COMM ".*$var.*")
118 line_format
[all...]
/freebsd-11-stable/contrib/diff/src/
H A Difdef.c178 print_ifdef_lines (out, line_format[OLD], &groups[0]);
183 print_ifdef_lines (out, line_format[UNCHANGED], &groups[0]);
188 print_ifdef_lines (out, line_format[NEW], &groups[1]);
H A Ddiff.c552 for (i = 0; i < sizeof line_format / sizeof *line_format; i++)
553 specify_value (&line_format[i], optarg, "--line-format");
598 specify_value (&line_format[c], optarg, line_format_option[c]);
706 for (i = 0; i < sizeof line_format / sizeof *line_format; i++)
707 if (!line_format[i])
708 line_format[i] = "%l\n";
726 && !*line_format[UNCHANGED]))
H A Ddiff.h171 XTERN char const *line_format[NEW + 1];
170 XTERN char const *line_format[NEW + 1]; variable
/freebsd-11-stable/contrib/byacc/
H A Dreader.c60 char line_format[] = "#line %d \"%s\"\n"; variable
667 fprintf(f, line_format, lineno, input_file_name);
759 fprintf(text_file, line_format, lineno, input_file_name);
2373 fprintf(f, line_format, line_number, input_file_name);
2520 fprintf(f, line_format, lineno, input_file_name);
2763 fprintf(f, line_format, lineno, input_file_name);
2825 fprintf(f, line_format, lineno, input_file_name);
2868 msprintf(code_mstr, line_format, lineno, input_file_name);
H A Doutput.c99 fprintf(fp, line_format, outline + 1, code_file_name);
109 fprintf(code_file, line_format, lineno, input_file_name);
/freebsd-11-stable/contrib/groff/src/preproc/tbl/
H A Dmain.cpp1265 entry_format *line_format = f->entry[format_index]; local
1276 && line_format[col].type == FORMAT_SPAN) {
1277 tbl->add_entry(current_row, col, "", &line_format[col],
1406 &line_format[col], current_filename, ln);
1422 tbl->add_entry(current_row, col, input_entry, &line_format[col],

Completed in 79 milliseconds