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

/freebsd-12-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")
81 line_format="$SP*%s$SP+%s$SP+%s$SP*"
82 header_re=$(printf "$line_format" "PID" "COMM" "ARGS")
83 line_re=$(printf "$line_format" $PROG_PID "$PROG_COMM" "$PROG_PATH $arguments")
106 line_format="$SP*%s$SP+%s$SP+%s$SP*"
107 header_re=$(printf "$line_format" "PID" "COMM" "ENVIRONMENT")
108 line_re=$(printf "$line_format" $PROG_PID $PROG_COMM ".*$var.*")
128 line_format
[all...]
/freebsd-12-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-12-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);

Completed in 212 milliseconds