Searched refs:line_format (Results 1 – 8 of 8) sorted by relevance
/freebsd/usr.bin/procstat/tests/ |
H A D | procstat_test.sh | 56 line_format="$SP*%s$SP+%s$SP+%s$SP+%s$SP*" 57 header_re=$(printf "$line_format" "PID" "COMM" "OSREL" "PATH") 58 line_re=$(printf "$line_format" $PROG_PID $PROG_COMM "[[:digit:]]+" "$PROG_PATH") 80 line_format="$SP*%s$SP+%s$SP+%s$SP*" 81 header_re=$(printf "$line_format" "PID" "COMM" "ARGS") 82 line_re=$(printf "$line_format" $PROG_PID "$PROG_COMM" "$PROG_PATH $arguments") 105 line_format="$SP*%s$SP+%s$SP+%s$SP*" 106 header_re=$(printf "$line_format" "PID" "COMM" "ENVIRONMENT") 107 line_re=$(printf "$line_format" $PROG_PID $PROG_COMM ".*$var.*") 127 line_format="$SP*%s$SP+%s$SP+%s$SP+%s$SP+%s$SP+%s$SP+%s$SP+%s$SP+%s$SP%s$SP*" [all …]
|
/freebsd/contrib/diff/src/ |
H A D | diff.c | 551 for (i = 0; i < sizeof line_format / sizeof *line_format; i++) in main() 552 specify_value (&line_format[i], optarg, "--line-format"); in main() 597 specify_value (&line_format[c], optarg, line_format_option[c]); in main() 705 for (i = 0; i < sizeof line_format / sizeof *line_format; i++) in main() 706 if (!line_format[i]) in main() 707 line_format[i] = "%l\n"; in main() 725 && !*line_format[UNCHANGED])) in main()
|
H A D | ifdef.c | 178 print_ifdef_lines (out, line_format[OLD], &groups[0]); in format_group() 183 print_ifdef_lines (out, line_format[UNCHANGED], &groups[0]); in format_group() 188 print_ifdef_lines (out, line_format[NEW], &groups[1]); in format_group()
|
H A D | diff.h | 170 XTERN char const *line_format[NEW + 1]; variable
|
/freebsd/contrib/byacc/ |
H A D | defs.h | 360 extern char line_format[]; 364 fprintf(f, line_format, (n), (s) ? (s) : "(null)")
|
H A D | reader.c | 97 char line_format[] = "#line %d \"%s\"\n"; variable 844 msprintf(code_mstr, line_format, lineno, input_file_name); in copy_code() 3280 msprintf(code_mstr, line_format, lineno, input_file_name); in get_code()
|
H A D | output.c | 1694 sprintf(line_state, line_format, 1, ""); in output_semantic_actions()
|
/freebsd/contrib/diff/ |
H A D | ChangeLog | 1465 (group_format, line_format): Now char const *[], not char *[]. 2493 * diff.h (group_format, line_format): No longer const pointers. 2905 (group_format, line_format): Use it to regularize option flags. 2915 * diff.h (line_format): Renamed from line_prefix. All refs changed.
|