Lines Matching refs:code
10 # 1. Redistributions of source code must retain the above copyright
36 cat <<-\EOF > code.c
39 cat <<-\EOF > code.c.exp
42 cp code.c code.c.orig
45 env SIMPLE_BACKUP_SUFFIX=".bak" "$indent" code.c
46 atf_check -o 'file:code.c.exp' \
47 cat code.c
48 atf_check -o 'file:code.c.orig' \
49 cat code.c.bak
58 cat <<-\EOF > code.c
65 "$indent" code.c
67 cat code.c
91 # The code in args.c function load_profile suggests that options from
111 cat <<-\EOF > code.c
184 "$indent" -i1 -nut < 'code.c'
199 echo 'syntax # error' > code.c
202 "$indent" < code.c
213 printf '%s\n' 'int var[] = {' '1,' '}' > code.c
218 "$indent" < code.c
226 cat <<-\EOF > code.c
256 sed '/[$]/d' << \EOF > code.exp
276 atf_check -o 'file:code.exp' \
277 "$indent" code.c -st
288 echo 'int var;' > code.c
289 printf 'int\tvar;\n' > code.exp
291 atf_check -o 'file:code.exp' \
292 "$indent" code.c -st
307 cat <<-\EOF > code.types
318 cat <<-\EOF > code.c
323 cat <<-\EOF > code.exp
329 atf_check -o 'file:code.exp' \
330 "$indent" -Ucode.types code.c -di0 -st
339 cat <<-\EOF > code.c
346 cat <<-\EOF > code.err
347 warning: code.c:3: Extra ')'
350 atf_check -o 'ignore' -e 'file:code.err' \
351 "$indent" code.c -st
357 echo 'int var;' > code.c
358 echo 'int var;' > code.c.orig
361 "$indent" code.c
362 atf_check -o 'file:code.c.orig' \
363 cat code.c.BAK
374 echo '' > code.c
377 "$indent" -Pnonexistent.pro -Perror.pro -Plast.pro code.c -st
389 printf 'int\t\tdecl;\n' > code.c
392 "$indent" -di0 -Pcustom.pro code.c -st
394 "$indent" -Pcustom.pro -di0 code.c -st
396 "$indent" -Pcustom.pro code.c -st -di0
403 printf '%s\n' 'int *function(void)' '{}' > code.c
406 "$indent" -v code.c -st
413 printf '#if trailing && space \n#endif\n' > code.c
416 "$indent" code.c -st