Searched refs:line_format (Results 1 – 4 of 4) sorted by relevance
| /src/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 …]
|
| /src/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()
|