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

  /src/tests/usr.bin/xlint/lint1/
msg_347.c 36 /* expect+1: previous declaration of 'mismatch' [260] */
37 void mismatch(double, double *(struct last_param));
38 /* expect+1: error: redeclaration of 'mismatch' with type 'function(double, pointer to function(struct last_param) returning pointer to float) returning void', expected 'function(double, pointer to function(struct last_param) returning pointer to double) returning void' [347] */
39 void mismatch(double d, float *fn(struct last_param));
  /src/lib/libc/gen/
infinityl_dbl_ieee754.c 13 #error double / long double mismatch
  /src/usr.sbin/mtree/
specspec.c 106 mismatch(NODE *n1, NODE *n2, int differ, char const *path) function in typeref:typename:int
139 mismatch(n1, n2, differs, path);
144 mismatch(n1, n2, differs, path);
149 mismatch(n1, n2, differs, path);
187 mismatch(n1, n2, differs, path);
  /src/tests/lib/libc/misc/
Makefile 38 COPTS.ubsan.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 9:? -Wno-builtin-declaration-mismatch :}
  /src/usr.bin/make/unit-tests/
directive-include-guard.exp 23 Parse_PushInput: variable-name-mismatch.tmp:1
24 Parse_PushInput: variable-name-mismatch.tmp:1
directive-include-guard.mk 145 CASES+= variable-name-mismatch
146 LINES.variable-name-mismatch= \
150 # expect: Parse_PushInput: variable-name-mismatch.tmp:1
151 # expect: Parse_PushInput: variable-name-mismatch.tmp:1
  /src/sys/rump/net/lib/libvirtif/
virtif_user.c 60 #error VIFHYPER_REVISION mismatch
  /src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh 383 EXIT_MISMATCH=63 # $? = 63 is used to indicate version mismatch to missing.
2227 $progname: Version mismatch error. This is $PACKAGE $VERSION, but the
2234 $progname: Version mismatch error. This is $PACKAGE $VERSION, but the
2242 $progname: Version mismatch error. This is $PACKAGE $VERSION, revision $package_revision,
  /src/sys/external/isc/libsodium/dist/
ltmain.sh 150 EXIT_MISMATCH=63 # $? = 63 is used to indicate version mismatch to missing.
987 $progname: Version mismatch error. This is $PACKAGE $VERSION, but the
994 $progname: Version mismatch error. This is $PACKAGE $VERSION, but the
1002 $progname: Version mismatch error. This is $PACKAGE $VERSION, revision $package_revision,
  /src/share/mk/
bsd.own.mk 755 CC_WNO_ENUM_INT_MISMATCH= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 14:? -Wno-enum-int-mismatch :}

Completed in 30 milliseconds