HomeSort by: relevance | last modified time | path
    Searched refs:lint1 (Results 1 - 14 of 14) sorted by relevancy

  /src/tools/lint1/
Makefile 3 HOSTPROGNAME= ${MACHINE_GNU_PLATFORM}-lint1
4 HOST_SRCDIR= usr.bin/xlint/lint1
  /src/usr.bin/xlint/
Makefile 3 SUBDIR= lint1 lint2 xlint llib
  /src/tests/usr.bin/xlint/lint1/
t_usage.sh 28 : "${lint1:=/usr/libexec/lint1}"
38 "$lint1" -X 0 code.c /dev/null
42 "$lint1" -X 386 code.c /dev/null
47 -e "inline:lint1: invalid message ID '387'\n" \
48 "$lint1" -X 387 code.c /dev/null
53 -e "inline:lint1: invalid message ID ' 1'\n" \
54 "$lint1" -X ' 1' code.c /dev/null
59 -e "inline:lint1: invalid message ID '1 '\n" \
60 "$lint1" -X '1 ' code.c /dev/nul
    [all...]
t_integration.sh 28 : "${lint1:=/usr/libexec/lint1}"
82 $1 == "/*" && $2 ~ /^lint1-/ && $NF == "*/" {
83 if ($2 == "lint1-flags:" || $2 == "lint1-extra-flags:") {
84 if ($2 == "lint1-flags:")
88 } else if ($2 == "lint1-only-if:") {
93 printf("bad lint1 comment '\''%s'\''\n", $2) > "/dev/stderr"
142 "$lint1" $flags "$src" "$wrk_ln"
157 atf_test_case lint1
    [all...]
Makefile 7 ARCHSUBDIR!= cd ${NETBSDSRCDIR}/usr.bin/xlint/lint1 && ${MAKE} -v ARCHSUBDIR
9 TESTSDIR= ${TESTSBASE}/usr.bin/xlint/lint1
45 '/* lint1-extra-flags: -Z */' \
46 '/* lint1-flags: -Z */' \
47 '/* lint1-only-if: schar uchar ilp32 lp64 int long ldbl64 ldbl96 ldbl128 */' \
62 fmt="./usr/tests/usr.bin/xlint/lint1/%s\ttests-usr.bin-tests\tcompattestfile,atf\n"; \
accept.sh 79 if "$lint1" $flags "$base.c" "$ln_tmp_file" > "$exp_tmp_file"; then
check-expect.lua 14 lint1/accept.sh.
  /src/tests/usr.bin/xlint/
Makefile 7 TESTS_SUBDIRS= lint1 lint2 xlint
  /src/usr.bin/xlint/xlint/
xlint.c 77 /* Parameters for lint1, which checks an isolated translation unit. */
81 } lint1; variable in typeref:struct:__anon941f5c590308
204 for (size_t i = 0; i < lint1.outfiles.len; i++)
205 (void)remove(lint1.outfiles.items[i]);
372 /* Rewind after a possible previous run of cpp and lint1. */
391 ? concat2(libexec_dir, "/lint1")
396 list_add_all(&args, &lint1.flags);
430 /* build the name of the output file of lint1 */
450 list_add(&lint1.outfiles, ofn);
607 list_add_flag(&lint1.flags, c)
    [all...]
  /src/usr.bin/error/
input.c 53 static Errorclass lint1(void);
95 || (( errorclass = lint1() ) != C_UNKNOWN)
399 lint1(void) function in typeref:typename:Errorclass
  /src/usr.bin/xlint/lint1/
Makefile 5 PROG= lint1
90 @cd '../../../tests/usr.bin/xlint/lint1' && ${MAKE} add-test
README.md 5 Lint1 analyzes a single translation unit of C code.
15 test in `tests/usr.bin/xlint/lint1/msg_???.c`.
229 * `/* lint1-flags: -tw */` replaces the default flags.
230 * `/* lint1-extra-flags: -p */` adds to the default flags.
249 2. Run `cd ../../../tests/usr.bin/xlint/lint1`.
  /src/sys/arch/x86/x86/
lapic.c 426 uint32_t lint0, lint1; local in function:lapic_set_lvt
450 lint1 = LAPIC_DLMODE_NMI;
452 lint1 |= LAPIC_LVT_MASKED;
453 lapic_writereg(LAPIC_LVT_LINT1, lint1);
  /src/tools/
Makefile 118 file lint1 slc \

Completed in 17 milliseconds