Home
last modified time | relevance | path

Searched refs:line_format (Results 1 – 4 of 4) sorted by relevance

/src/usr.bin/procstat/tests/
H A Dprocstat_test.sh56 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 Ddefs.h360 extern char line_format[];
364 fprintf(f, line_format, (n), (s) ? (s) : "(null)")
H A Dreader.c97 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 Doutput.c1694 sprintf(line_state, line_format, 1, ""); in output_semantic_actions()