Searched refs:verify (Results 1 - 25 of 65) sorted by relevance

123

/haiku-fatelf/src/bin/coreutils/lib/
H A Dmbsinit.c23 #include "verify.h"
39 verify (sizeof (mbstate_t) >= 4);
H A Dstrtoimax.c28 #include "verify.h"
65 verify (sizeof (Int) == sizeof (Unsigned long int)
71 verify (sizeof (Int) == sizeof (Unsigned long int));
H A Di-ring.h18 #include "verify.h"
21 verify (1 <= I_RING_SIZE);
H A Dinttostr.c23 #include "verify.h"
35 { verify (TYPE_SIGNED (inttype) == inttype_is_signed); }
H A Dverify.h29 integer constant expression contexts. verify (R) is for declaration
52 the verify macro:
54 void function (int n) { verify (n < 0); }
56 * For the verify macro, the struct verify_type__ will need to
68 two uses of the verify macro would yield colliding declarations
76 But this has the problem that two invocations of verify from
112 # define verify(R) \
138 # define verify(R) extern int (* verify_function__ (void)) [verify_true (R)] macro
H A Dargmatch.h27 # include "verify.h"
35 verify (ARRAY_CARDINALITY (Arglist) == ARRAY_CARDINALITY (Vallist) + 1)
H A Dmktime.c108 #define verify(name, assertion) struct name { char a[(assertion) ? 1 : -1]; } macro
110 verify (time_t_is_integer, TYPE_IS_INTEGER (time_t));
111 verify (twos_complement_arithmetic, TYPE_TWOS_COMPLEMENT (int));
118 verify (base_year_is_a_multiple_of_100, TM_YEAR_BASE % 100 == 0);
171 verify (C99_integer_division, -1 / 2 == 0);
174 verify (long_int_year_and_yday_are_wide_enough,
H A Dnanosleep.c26 #include "verify.h"
54 verify (TYPE_MAXIMUM (time_t) / 49 / 24 / 60 / 60);
/haiku-fatelf/src/bin/network/wget/lib/
H A Dmbsinit.c23 #include "verify.h"
39 verify (sizeof (mbstate_t) >= 4);
H A Dverify.h29 integer constant expression contexts. verify (R) is for declaration
52 the verify macro:
54 void function (int n) { verify (n < 0); }
56 * For the verify macro, the struct verify_type__ will need to
68 two uses of the verify macro would yield colliding declarations
76 But this has the problem that two invocations of verify from
112 # define verify(R) \
138 # define verify(R) extern int (* verify_function__ (void)) [verify_true (R)] macro
/haiku-fatelf/src/bin/diffutils/lib/
H A Dstrtoimax.c42 #define verify(name, assertion) struct name { char a[(assertion) ? 1 : -1]; } macro
89 verify (size_is_that_of_long_or_long_long,
96 verify (size_is_that_of_long,
H A Dexclude.c68 #define verify(name, assertion) struct name { char a[(assertion) ? 1 : -1]; } macro
70 verify (EXCLUDE_macros_do_not_collide_with_FNM_macros,
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dstrtoimax.c28 #include "verify.h"
65 verify (sizeof (Int) == sizeof (Unsigned long int)
71 verify (sizeof (Int) == sizeof (Unsigned long int));
H A Dverify.h29 integer constant expression contexts. verify (R) is for declaration
52 the verify macro:
54 void function (int n) { verify (n < 0); }
56 * For the verify macro, the struct verify_type__ will need to
68 two uses of the verify macro would yield colliding declarations
76 But this has the problem that two invocations of verify from
112 # define verify(R) \
138 # define verify(R) extern int (* verify_function__ (void)) [verify_true (R)] macro
H A Dargmatch.h27 # include "verify.h"
35 verify (ARRAY_CARDINALITY (Arglist) == ARRAY_CARDINALITY (Vallist) + 1)
H A Dmktime.c105 #define verify(name, assertion) struct name { char a[(assertion) ? 1 : -1]; } macro
107 verify (time_t_is_integer, TYPE_IS_INTEGER (time_t));
108 verify (twos_complement_arithmetic, TYPE_TWOS_COMPLEMENT (int));
115 verify (base_year_is_a_multiple_of_100, TM_YEAR_BASE % 100 == 0);
167 verify (C99_integer_division, -1 / 2 == 0);
168 verify (long_int_year_and_yday_are_wide_enough,
/haiku-fatelf/src/libs/libtelnet/
H A Dread_password.c77 local_des_read_pw_string(s,max,prompt,verify)
81 int verify;
116 if (verify) {
146 if (verify)
/haiku-fatelf/src/bin/gdb/gdb/
H A Dmemattr.h64 to verify that the write was successful. */
65 int verify; member in struct:mem_attrib
H A Dmemattr.c37 0 /* verify */
200 else if (strcmp (tok, "verify") == 0)
201 attrib.verify = 1;
203 attrib.verify = 0;
325 if (attrib->verify)
326 printf_filtered ("verify ");
/haiku-fatelf/src/bin/bash/lib/sh/
H A Dstrtoimax.c38 #define verify(name, assertion) struct name { char a[(assertion) ? 1 : -1]; } macro
65 verify(size_is_that_of_long_or_long_long,
72 verify (size_is_that_of_long, sizeof (intmax_t) == sizeof (long));
H A Dstrtoumax.c37 #define verify(name, assertion) struct name { char a[(assertion) ? 1 : -1]; } macro
64 verify (size_is_that_of_unsigned_long_or_unsigned_long_long,
71 verify (size_is_that_of_unsigned_long, sizeof (uintmax_t) == sizeof (unsigned long));
/haiku-fatelf/src/bin/coreutils/src/
H A Dlibstdbuf.c23 #include "verify.h"
99 verify (SIZE_MAX <= ULONG_MAX);
/haiku-fatelf/src/bin/diffutils/src/
H A Dsystem.h41 #define verify(name, assertion) struct name { char a[(assertion) ? 1 : -1]; } macro
330 verify (lin_is_signed, TYPE_SIGNED (lin));
331 verify (lin_is_wide_enough, sizeof (ptrdiff_t) <= sizeof (lin));
332 verify (lin_is_printable_as_long, sizeof (lin) <= sizeof (long));
/haiku-fatelf/src/bin/zip/
H A Dzipcloak.c192 char verify[IZ_PWLEN+1]; /* password for encryption or decryption */ local
316 if (getp("Verify password: ", verify, IZ_PWLEN+1) == NULL)
320 if (strcmp(passwd, verify))
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dvmsbuild.com146 $ on error then ABORT +0*f$verify(v)
147 $ v = f$verify(1)
149 $ ABORT +0*f$verify(v) !'f$verify(0)'
158 $ on error then ABORT +0*f$verify(v)
159 $ v = f$verify(1)
162 $ ABORT +0*f$verify(v) !'f$verify(0)'

Completed in 123 milliseconds

123