#include <config.h>#include <stdbool.h>Go to the source code of this file.
Enumerations | |
| enum | { j = false, k = true, l = false * true, m = true * 256 } |
Functions | |
| int | main () |
Variables | |
| error | __pad0__ |
| char | b [false==0?1:-1] |
| char | c [__bool_true_false_are_defined==1?1:-1] |
| char | f [(_Bool) 0.0==false?1:-1] |
| char | g [true] |
| char | h [sizeof(_Bool)] |
| _Bool | n [m] |
| char | o [sizeof n==m *sizeof n[0]?1:-1] |
| char | p [-1-(_Bool) 0< 0 &&-1-(bool) 0< 0?1:-1] |
| _Bool | q = true |
| _Bool * | pq = &q |
| anonymous enum |
| int main | ( | ) |
Definition at line 92 of file test-stdbool.c.
| error __pad0__ |
Definition at line 46 of file test-stdbool.c.
| char b[false==0?1:-1] |
Definition at line 47 of file test-stdbool.c.
| char c[__bool_true_false_are_defined==1?1:-1] |
Definition at line 48 of file test-stdbool.c.
Referenced by _gsasl_digest_md5_client_step(), _gsasl_digest_md5_server_step(), and main().
| char f[(_Bool) 0.0==false?1:-1] |
| char g[true] |
Definition at line 54 of file test-stdbool.c.
| char h[sizeof(_Bool)] |
| _Bool n[m] |
Definition at line 60 of file test-stdbool.c.
Referenced by digest_md5_hmac(), and gsasl_simple_getpass().
Definition at line 61 of file test-stdbool.c.
| char p[-1-(_Bool) 0< 0 &&-1-(bool) 0< 0?1:-1] |
Definition at line 62 of file test-stdbool.c.
Referenced by _gsasl_anonymous_client_step(), _gsasl_cram_md5_client_step(), _gsasl_digest_md5_client_start(), _gsasl_digest_md5_server_start(), _gsasl_external_client_step(), _gsasl_gs2_client_step(), _gsasl_gssapi_client_step(), _gsasl_kerberos_v5_server_step(), _gsasl_login_client_step(), digest_md5_hmac(), gsasl_strerror(), latin1toutf8(), main(), and utf8tolatin1ifpossible().
Definition at line 89 of file test-stdbool.c.
| _Bool q = true |
Definition at line 88 of file test-stdbool.c.
Referenced by _gsasl_gs2_client_step(), and _gsasl_gssapi_client_step().
1.5.6