f 121 include/crm/common/util.h #define pcmk_is_set(g, f) pcmk_all_flags_set((g), (f)) f 406 lib/common/md5.c #define OP(f, a, b, c, d, k, s, T) \ f 409 lib/common/md5.c a += f (b, c, d) + correct_words[k] + T; \ f 1053 lib/common/patchset.c int f = sscanf(section, "%[^[][@id='%[^']", tag, id); f 1063 lib/common/patchset.c switch (f) { f 2165 lib/common/xml.c char *f = NULL; f 2170 lib/common/xml.c f = crm_strdup_printf("%s/%s", pcmk__get_tmpdir(), uuid); f 2171 lib/common/xml.c filename = f; f 2177 lib/common/xml.c free(f); f 409 lib/gnu/md5.c #define OP(f, a, b, c, d, k, s, T) \ f 412 lib/gnu/md5.c a += f (b, c, d) + correct_words[k] + T; \ f 44 maint/gnulib/lib/argp-fmtstream.c # define __vsnprintf(s, l, f, a) _IO_vsnprintf (s, l, f, a) f 9 maint/gnulib/lib/atexit.c atexit (void (*f) (void)) f 13 maint/gnulib/lib/atexit.c on_exit (f, 0); f 85 maint/gnulib/lib/attribute.h #define ATTRIBUTE_DEALLOC(f, i) _GL_ATTRIBUTE_DEALLOC(f, i) f 184 maint/gnulib/lib/cdefs.h #define __glibc_fortify(f, __l, __s, __osz, ...) \ f 186 maint/gnulib/lib/cdefs.h ? __ ## f ## _alias (__VA_ARGS__) \ f 188 maint/gnulib/lib/cdefs.h ? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \ f 189 maint/gnulib/lib/cdefs.h : __ ## f ## _chk (__VA_ARGS__, __osz))) \ f 194 maint/gnulib/lib/cdefs.h #define __glibc_fortify_n(f, __l, __s, __osz, ...) \ f 196 maint/gnulib/lib/cdefs.h ? __ ## f ## _alias (__VA_ARGS__) \ f 198 maint/gnulib/lib/cdefs.h ? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \ f 199 maint/gnulib/lib/cdefs.h : __ ## f ## _chk (__VA_ARGS__, (__osz) / (__s)))) \ f 47 maint/gnulib/lib/ceil.c # define L_(literal) literal##f f 123 maint/gnulib/lib/dfa.c #define CHARCLASS_INIT(a, b, c, d, e, f, g, h) \ f 126 maint/gnulib/lib/dfa.c CHARCLASS_PAIR (e, f), CHARCLASS_PAIR (g, h) \ f 52 maint/gnulib/lib/dfa.h # define _GL_ATTRIBUTE_DEALLOC(f, i) f 63 maint/gnulib/lib/dirent.in.h # define _GL_ATTRIBUTE_DEALLOC(f, i) __attribute__ ((__malloc__ (f, i))) f 65 maint/gnulib/lib/dirent.in.h # define _GL_ATTRIBUTE_DEALLOC(f, i) f 331 maint/gnulib/lib/exclude.c fnmatch_no_wildcards (char const *pattern, char const *f, int options) f 335 maint/gnulib/lib/exclude.c ? mbscasecmp (pattern, f) f 336 maint/gnulib/lib/exclude.c : strcmp (pattern, f)); f 340 maint/gnulib/lib/exclude.c int r = strncmp (pattern, f, patlen); f 343 maint/gnulib/lib/exclude.c r = f[patlen]; f 358 maint/gnulib/lib/exclude.c char *fcopy = xstrdup (f); f 376 maint/gnulib/lib/exclude.c exclude_fnmatch (char const *pattern, char const *f, int options) f 382 maint/gnulib/lib/exclude.c bool matched = ((*matcher) (pattern, f, options) == 0); f 386 maint/gnulib/lib/exclude.c for (p = f; *p && ! matched; p++) f 394 maint/gnulib/lib/exclude.c exclude_patopts (struct patopts const *opts, char const *f) f 399 maint/gnulib/lib/exclude.c ? regexec (&opts->v.re, f, 0, NULL, 0) == 0 f 400 maint/gnulib/lib/exclude.c : exclude_fnmatch (opts->v.pattern, f, options); f 406 maint/gnulib/lib/exclude.c file_pattern_matches (struct exclude_segment const *seg, char const *f) f 413 maint/gnulib/lib/exclude.c if (exclude_patopts (exclude + i, f)) f 423 maint/gnulib/lib/exclude.c file_name_matches (struct exclude_segment const *seg, char const *f, f 432 maint/gnulib/lib/exclude.c strcpy (buffer, f); f 452 maint/gnulib/lib/exclude.c f = strchr (f, '/'); f 453 maint/gnulib/lib/exclude.c if (f) f 454 maint/gnulib/lib/exclude.c f++; f 459 maint/gnulib/lib/exclude.c while (f); f 467 maint/gnulib/lib/exclude.c excluded_file_name (struct exclude const *ex, char const *f) f 485 maint/gnulib/lib/exclude.c filename = xmalloc (strlen (f) + 1); f 486 maint/gnulib/lib/exclude.c if (file_name_matches (seg, f, filename)) f 491 maint/gnulib/lib/exclude.c if (file_pattern_matches (seg, f)) f 44 maint/gnulib/lib/fd-safer-flag.c int f = dup_safer_flag (fd, flag); f 48 maint/gnulib/lib/fd-safer-flag.c fd = f; f 41 maint/gnulib/lib/fd-safer.c int f = dup_safer (fd); f 45 maint/gnulib/lib/fd-safer.c fd = f; f 112 maint/gnulib/lib/fflush.c fpos_t f; f 116 maint/gnulib/lib/fflush.c fp_->_offset = u.f; f 42 maint/gnulib/lib/floor.c # define L_(literal) literal##f f 61 maint/gnulib/lib/fma.c # define L_(literal) literal##f f 41 maint/gnulib/lib/fopen-safer.c int f = dup_safer (fd); f 43 maint/gnulib/lib/fopen-safer.c if (f < 0) f 52 maint/gnulib/lib/fopen-safer.c || ! (fp = fdopen (f, mode))) f 55 maint/gnulib/lib/fopen-safer.c close (f); f 56 maint/gnulib/lib/freopen-safer.c freopen_safer (char const *name, char const *mode, FILE *f) f 69 maint/gnulib/lib/freopen-safer.c switch (fileno (f)) f 88 maint/gnulib/lib/freopen-safer.c f = NULL; f 90 maint/gnulib/lib/freopen-safer.c f = NULL; f 92 maint/gnulib/lib/freopen-safer.c f = NULL; f 94 maint/gnulib/lib/freopen-safer.c f = freopen (name, mode, f); f 102 maint/gnulib/lib/freopen-safer.c if (!f) f 104 maint/gnulib/lib/freopen-safer.c return f; f 144 maint/gnulib/lib/fseeko.c fpos_t f; f 148 maint/gnulib/lib/fseeko.c fp_->_offset = u.f; f 82 maint/gnulib/lib/glob.c # define __fxstatat64(_, d, f, st, flag) fstatat (d, f, st, flag) f 53 maint/gnulib/lib/ieee754.in.h float f; f 41 maint/gnulib/lib/ilogb.c # define L_(literal) literal##f f 73 maint/gnulib/lib/isnan.c # define L_(literal) literal##f f 41 maint/gnulib/lib/logb.c # define L_(literal) literal##f f 155 maint/gnulib/lib/malloc/dynarray-skeleton.c #define DYNARRAY_FREE DYNARRAY_CONCAT1 (DYNARRAY_NAME (f), ree) f 81 maint/gnulib/lib/math.in.h _gl_cxx_ ## func ## f (float f) \ f 83 maint/gnulib/lib/math.in.h return func (f); \ f 98 maint/gnulib/lib/math.in.h rpl_func (float f) \ f 100 maint/gnulib/lib/math.in.h return _gl_cxx_ ## func ## f (f); \ f 123 maint/gnulib/lib/math.in.h rpl_ ## func ## f (float f) \ f 125 maint/gnulib/lib/math.in.h return func (f); \ f 142 maint/gnulib/lib/math.in.h (sizeof (value) == sizeof (float) ? rpl_ ## func ## f (value) \ f 311 maint/gnulib/lib/md5.c #define OP(f, a, b, c, d, k, s, T) \ f 314 maint/gnulib/lib/md5.c a += f (b, c, d) + correct_words[k] + T; \ f 1708 maint/gnulib/lib/mini-gmp.c mp_limb_t f; f 1734 maint/gnulib/lib/mini-gmp.c f = (mp_limb_t) x; f 1735 maint/gnulib/lib/mini-gmp.c x -= f; f 1738 maint/gnulib/lib/mini-gmp.c rp[i] = f; f 1742 maint/gnulib/lib/mini-gmp.c f = (mp_limb_t) x; f 1743 maint/gnulib/lib/mini-gmp.c x -= f; f 1745 maint/gnulib/lib/mini-gmp.c rp[i] = f; f 1823 maint/gnulib/lib/mini-gmp.c mp_limb_t f, xl; f 1825 maint/gnulib/lib/mini-gmp.c f = (mp_limb_t) d; f 1827 maint/gnulib/lib/mini-gmp.c if (xl > f) f 1829 maint/gnulib/lib/mini-gmp.c else if (xl < f) f 1831 maint/gnulib/lib/mini-gmp.c d = B * (d - f); f 157 maint/gnulib/lib/nstrftime.c #define add(n, f) width_add (width, n, f) f 158 maint/gnulib/lib/nstrftime.c #define width_add(width, n, f) \ f 179 maint/gnulib/lib/nstrftime.c f; \ f 495 maint/gnulib/lib/nstrftime.c const CHAR_T *f; f 547 maint/gnulib/lib/nstrftime.c for (f = format; *f != '\0'; width = -1, f++) f 572 maint/gnulib/lib/nstrftime.c switch (*f) f 602 maint/gnulib/lib/nstrftime.c add1 (*f); f 614 maint/gnulib/lib/nstrftime.c format_end = f + strlen (f) + 1; f 615 maint/gnulib/lib/nstrftime.c fsize = format_end - f; f 619 maint/gnulib/lib/nstrftime.c size_t bytes = mbrlen (f + len, fsize - len, &mbstate); f 626 maint/gnulib/lib/nstrftime.c len += strlen (f + len); f 640 maint/gnulib/lib/nstrftime.c cpy (len, f); f 641 maint/gnulib/lib/nstrftime.c f += len - 1; f 651 maint/gnulib/lib/nstrftime.c if (*f != L_('%')) f 653 maint/gnulib/lib/nstrftime.c add1 (*f); f 662 maint/gnulib/lib/nstrftime.c switch (*++f) f 669 maint/gnulib/lib/nstrftime.c pad = *f; f 686 maint/gnulib/lib/nstrftime.c if (ISDIGIT (*f)) f 692 maint/gnulib/lib/nstrftime.c || INT_ADD_WRAPV (width, *f - L_('0'), &width)) f 694 maint/gnulib/lib/nstrftime.c ++f; f 696 maint/gnulib/lib/nstrftime.c while (ISDIGIT (*f)); f 700 maint/gnulib/lib/nstrftime.c switch (*f) f 704 maint/gnulib/lib/nstrftime.c modifier = *f++; f 713 maint/gnulib/lib/nstrftime.c format_char = *f; f 762 maint/gnulib/lib/nstrftime.c add1 (*f); f 1286 maint/gnulib/lib/nstrftime.c switch (*f) f 1396 maint/gnulib/lib/nstrftime.c for (colons = 1; f[colons] == L_(':'); colons++) f 1398 maint/gnulib/lib/nstrftime.c if (f[colons] != L_('z')) f 1400 maint/gnulib/lib/nstrftime.c f += colons; f 1475 maint/gnulib/lib/nstrftime.c --f; f 1484 maint/gnulib/lib/nstrftime.c for (flen = 1; f[1 - flen] != L_('%'); flen++) f 1486 maint/gnulib/lib/nstrftime.c cpy (flen, &f[1 - flen]); f 52 maint/gnulib/lib/opendir-safer.c int f = fcntl (fd, F_DUPFD_CLOEXEC, STDERR_FILENO + 1); f 53 maint/gnulib/lib/opendir-safer.c if (f < 0) f 60 maint/gnulib/lib/opendir-safer.c newdp = fdopendir (f); f 63 maint/gnulib/lib/opendir-safer.c close (f); f 24 maint/gnulib/lib/pread.c #define __libc_lseek(f,o,w) lseek (f, o, w) f 26 maint/gnulib/lib/pread.c #define __libc_read(f,b,n) read (f, b, n) f 27 maint/gnulib/lib/pwrite.c #define __libc_lseek(f,o,w) lseek (f, o, w) f 29 maint/gnulib/lib/pwrite.c #define __libc_write(f,b,n) write (f, b, n) f 402 maint/gnulib/lib/random_r.c unsigned int f = get_int32 (fptr); f 404 maint/gnulib/lib/random_r.c uint32_t val = f + r; f 134 maint/gnulib/lib/readutmp.c FILE *f = fopen (file, "re"); f 136 maint/gnulib/lib/readutmp.c if (! f) f 143 maint/gnulib/lib/readutmp.c if (fread (&utmp[n_read], sizeof utmp[n_read], 1, f) == 0) f 148 maint/gnulib/lib/readutmp.c saved_errno = ferror (f) ? errno : 0; f 149 maint/gnulib/lib/readutmp.c if (fclose (f) != 0) f 41 maint/gnulib/lib/remainder.c # define L_(literal) literal##f f 46 maint/gnulib/lib/rint.c # define L_(literal) literal##f f 56 maint/gnulib/lib/round.c # define L_(literal) literal##f f 309 maint/gnulib/lib/sha256.c uint32_t f = ctx->state[5]; f 350 maint/gnulib/lib/sha256.c R( a, b, c, d, e, f, g, h, K( 0), x[ 0] ); f 351 maint/gnulib/lib/sha256.c R( h, a, b, c, d, e, f, g, K( 1), x[ 1] ); f 352 maint/gnulib/lib/sha256.c R( g, h, a, b, c, d, e, f, K( 2), x[ 2] ); f 353 maint/gnulib/lib/sha256.c R( f, g, h, a, b, c, d, e, K( 3), x[ 3] ); f 354 maint/gnulib/lib/sha256.c R( e, f, g, h, a, b, c, d, K( 4), x[ 4] ); f 355 maint/gnulib/lib/sha256.c R( d, e, f, g, h, a, b, c, K( 5), x[ 5] ); f 356 maint/gnulib/lib/sha256.c R( c, d, e, f, g, h, a, b, K( 6), x[ 6] ); f 357 maint/gnulib/lib/sha256.c R( b, c, d, e, f, g, h, a, K( 7), x[ 7] ); f 358 maint/gnulib/lib/sha256.c R( a, b, c, d, e, f, g, h, K( 8), x[ 8] ); f 359 maint/gnulib/lib/sha256.c R( h, a, b, c, d, e, f, g, K( 9), x[ 9] ); f 360 maint/gnulib/lib/sha256.c R( g, h, a, b, c, d, e, f, K(10), x[10] ); f 361 maint/gnulib/lib/sha256.c R( f, g, h, a, b, c, d, e, K(11), x[11] ); f 362 maint/gnulib/lib/sha256.c R( e, f, g, h, a, b, c, d, K(12), x[12] ); f 363 maint/gnulib/lib/sha256.c R( d, e, f, g, h, a, b, c, K(13), x[13] ); f 364 maint/gnulib/lib/sha256.c R( c, d, e, f, g, h, a, b, K(14), x[14] ); f 365 maint/gnulib/lib/sha256.c R( b, c, d, e, f, g, h, a, K(15), x[15] ); f 366 maint/gnulib/lib/sha256.c R( a, b, c, d, e, f, g, h, K(16), M(16) ); f 367 maint/gnulib/lib/sha256.c R( h, a, b, c, d, e, f, g, K(17), M(17) ); f 368 maint/gnulib/lib/sha256.c R( g, h, a, b, c, d, e, f, K(18), M(18) ); f 369 maint/gnulib/lib/sha256.c R( f, g, h, a, b, c, d, e, K(19), M(19) ); f 370 maint/gnulib/lib/sha256.c R( e, f, g, h, a, b, c, d, K(20), M(20) ); f 371 maint/gnulib/lib/sha256.c R( d, e, f, g, h, a, b, c, K(21), M(21) ); f 372 maint/gnulib/lib/sha256.c R( c, d, e, f, g, h, a, b, K(22), M(22) ); f 373 maint/gnulib/lib/sha256.c R( b, c, d, e, f, g, h, a, K(23), M(23) ); f 374 maint/gnulib/lib/sha256.c R( a, b, c, d, e, f, g, h, K(24), M(24) ); f 375 maint/gnulib/lib/sha256.c R( h, a, b, c, d, e, f, g, K(25), M(25) ); f 376 maint/gnulib/lib/sha256.c R( g, h, a, b, c, d, e, f, K(26), M(26) ); f 377 maint/gnulib/lib/sha256.c R( f, g, h, a, b, c, d, e, K(27), M(27) ); f 378 maint/gnulib/lib/sha256.c R( e, f, g, h, a, b, c, d, K(28), M(28) ); f 379 maint/gnulib/lib/sha256.c R( d, e, f, g, h, a, b, c, K(29), M(29) ); f 380 maint/gnulib/lib/sha256.c R( c, d, e, f, g, h, a, b, K(30), M(30) ); f 381 maint/gnulib/lib/sha256.c R( b, c, d, e, f, g, h, a, K(31), M(31) ); f 382 maint/gnulib/lib/sha256.c R( a, b, c, d, e, f, g, h, K(32), M(32) ); f 383 maint/gnulib/lib/sha256.c R( h, a, b, c, d, e, f, g, K(33), M(33) ); f 384 maint/gnulib/lib/sha256.c R( g, h, a, b, c, d, e, f, K(34), M(34) ); f 385 maint/gnulib/lib/sha256.c R( f, g, h, a, b, c, d, e, K(35), M(35) ); f 386 maint/gnulib/lib/sha256.c R( e, f, g, h, a, b, c, d, K(36), M(36) ); f 387 maint/gnulib/lib/sha256.c R( d, e, f, g, h, a, b, c, K(37), M(37) ); f 388 maint/gnulib/lib/sha256.c R( c, d, e, f, g, h, a, b, K(38), M(38) ); f 389 maint/gnulib/lib/sha256.c R( b, c, d, e, f, g, h, a, K(39), M(39) ); f 390 maint/gnulib/lib/sha256.c R( a, b, c, d, e, f, g, h, K(40), M(40) ); f 391 maint/gnulib/lib/sha256.c R( h, a, b, c, d, e, f, g, K(41), M(41) ); f 392 maint/gnulib/lib/sha256.c R( g, h, a, b, c, d, e, f, K(42), M(42) ); f 393 maint/gnulib/lib/sha256.c R( f, g, h, a, b, c, d, e, K(43), M(43) ); f 394 maint/gnulib/lib/sha256.c R( e, f, g, h, a, b, c, d, K(44), M(44) ); f 395 maint/gnulib/lib/sha256.c R( d, e, f, g, h, a, b, c, K(45), M(45) ); f 396 maint/gnulib/lib/sha256.c R( c, d, e, f, g, h, a, b, K(46), M(46) ); f 397 maint/gnulib/lib/sha256.c R( b, c, d, e, f, g, h, a, K(47), M(47) ); f 398 maint/gnulib/lib/sha256.c R( a, b, c, d, e, f, g, h, K(48), M(48) ); f 399 maint/gnulib/lib/sha256.c R( h, a, b, c, d, e, f, g, K(49), M(49) ); f 400 maint/gnulib/lib/sha256.c R( g, h, a, b, c, d, e, f, K(50), M(50) ); f 401 maint/gnulib/lib/sha256.c R( f, g, h, a, b, c, d, e, K(51), M(51) ); f 402 maint/gnulib/lib/sha256.c R( e, f, g, h, a, b, c, d, K(52), M(52) ); f 403 maint/gnulib/lib/sha256.c R( d, e, f, g, h, a, b, c, K(53), M(53) ); f 404 maint/gnulib/lib/sha256.c R( c, d, e, f, g, h, a, b, K(54), M(54) ); f 405 maint/gnulib/lib/sha256.c R( b, c, d, e, f, g, h, a, K(55), M(55) ); f 406 maint/gnulib/lib/sha256.c R( a, b, c, d, e, f, g, h, K(56), M(56) ); f 407 maint/gnulib/lib/sha256.c R( h, a, b, c, d, e, f, g, K(57), M(57) ); f 408 maint/gnulib/lib/sha256.c R( g, h, a, b, c, d, e, f, K(58), M(58) ); f 409 maint/gnulib/lib/sha256.c R( f, g, h, a, b, c, d, e, K(59), M(59) ); f 410 maint/gnulib/lib/sha256.c R( e, f, g, h, a, b, c, d, K(60), M(60) ); f 411 maint/gnulib/lib/sha256.c R( d, e, f, g, h, a, b, c, K(61), M(61) ); f 412 maint/gnulib/lib/sha256.c R( c, d, e, f, g, h, a, b, K(62), M(62) ); f 413 maint/gnulib/lib/sha256.c R( b, c, d, e, f, g, h, a, K(63), M(63) ); f 420 maint/gnulib/lib/sha256.c f = ctx->state[5] += f; f 333 maint/gnulib/lib/sha512.c u64 f = ctx->state[5]; f 379 maint/gnulib/lib/sha512.c R( a, b, c, d, e, f, g, h, K( 0), x[ 0] ); f 380 maint/gnulib/lib/sha512.c R( h, a, b, c, d, e, f, g, K( 1), x[ 1] ); f 381 maint/gnulib/lib/sha512.c R( g, h, a, b, c, d, e, f, K( 2), x[ 2] ); f 382 maint/gnulib/lib/sha512.c R( f, g, h, a, b, c, d, e, K( 3), x[ 3] ); f 383 maint/gnulib/lib/sha512.c R( e, f, g, h, a, b, c, d, K( 4), x[ 4] ); f 384 maint/gnulib/lib/sha512.c R( d, e, f, g, h, a, b, c, K( 5), x[ 5] ); f 385 maint/gnulib/lib/sha512.c R( c, d, e, f, g, h, a, b, K( 6), x[ 6] ); f 386 maint/gnulib/lib/sha512.c R( b, c, d, e, f, g, h, a, K( 7), x[ 7] ); f 387 maint/gnulib/lib/sha512.c R( a, b, c, d, e, f, g, h, K( 8), x[ 8] ); f 388 maint/gnulib/lib/sha512.c R( h, a, b, c, d, e, f, g, K( 9), x[ 9] ); f 389 maint/gnulib/lib/sha512.c R( g, h, a, b, c, d, e, f, K(10), x[10] ); f 390 maint/gnulib/lib/sha512.c R( f, g, h, a, b, c, d, e, K(11), x[11] ); f 391 maint/gnulib/lib/sha512.c R( e, f, g, h, a, b, c, d, K(12), x[12] ); f 392 maint/gnulib/lib/sha512.c R( d, e, f, g, h, a, b, c, K(13), x[13] ); f 393 maint/gnulib/lib/sha512.c R( c, d, e, f, g, h, a, b, K(14), x[14] ); f 394 maint/gnulib/lib/sha512.c R( b, c, d, e, f, g, h, a, K(15), x[15] ); f 395 maint/gnulib/lib/sha512.c R( a, b, c, d, e, f, g, h, K(16), M(16) ); f 396 maint/gnulib/lib/sha512.c R( h, a, b, c, d, e, f, g, K(17), M(17) ); f 397 maint/gnulib/lib/sha512.c R( g, h, a, b, c, d, e, f, K(18), M(18) ); f 398 maint/gnulib/lib/sha512.c R( f, g, h, a, b, c, d, e, K(19), M(19) ); f 399 maint/gnulib/lib/sha512.c R( e, f, g, h, a, b, c, d, K(20), M(20) ); f 400 maint/gnulib/lib/sha512.c R( d, e, f, g, h, a, b, c, K(21), M(21) ); f 401 maint/gnulib/lib/sha512.c R( c, d, e, f, g, h, a, b, K(22), M(22) ); f 402 maint/gnulib/lib/sha512.c R( b, c, d, e, f, g, h, a, K(23), M(23) ); f 403 maint/gnulib/lib/sha512.c R( a, b, c, d, e, f, g, h, K(24), M(24) ); f 404 maint/gnulib/lib/sha512.c R( h, a, b, c, d, e, f, g, K(25), M(25) ); f 405 maint/gnulib/lib/sha512.c R( g, h, a, b, c, d, e, f, K(26), M(26) ); f 406 maint/gnulib/lib/sha512.c R( f, g, h, a, b, c, d, e, K(27), M(27) ); f 407 maint/gnulib/lib/sha512.c R( e, f, g, h, a, b, c, d, K(28), M(28) ); f 408 maint/gnulib/lib/sha512.c R( d, e, f, g, h, a, b, c, K(29), M(29) ); f 409 maint/gnulib/lib/sha512.c R( c, d, e, f, g, h, a, b, K(30), M(30) ); f 410 maint/gnulib/lib/sha512.c R( b, c, d, e, f, g, h, a, K(31), M(31) ); f 411 maint/gnulib/lib/sha512.c R( a, b, c, d, e, f, g, h, K(32), M(32) ); f 412 maint/gnulib/lib/sha512.c R( h, a, b, c, d, e, f, g, K(33), M(33) ); f 413 maint/gnulib/lib/sha512.c R( g, h, a, b, c, d, e, f, K(34), M(34) ); f 414 maint/gnulib/lib/sha512.c R( f, g, h, a, b, c, d, e, K(35), M(35) ); f 415 maint/gnulib/lib/sha512.c R( e, f, g, h, a, b, c, d, K(36), M(36) ); f 416 maint/gnulib/lib/sha512.c R( d, e, f, g, h, a, b, c, K(37), M(37) ); f 417 maint/gnulib/lib/sha512.c R( c, d, e, f, g, h, a, b, K(38), M(38) ); f 418 maint/gnulib/lib/sha512.c R( b, c, d, e, f, g, h, a, K(39), M(39) ); f 419 maint/gnulib/lib/sha512.c R( a, b, c, d, e, f, g, h, K(40), M(40) ); f 420 maint/gnulib/lib/sha512.c R( h, a, b, c, d, e, f, g, K(41), M(41) ); f 421 maint/gnulib/lib/sha512.c R( g, h, a, b, c, d, e, f, K(42), M(42) ); f 422 maint/gnulib/lib/sha512.c R( f, g, h, a, b, c, d, e, K(43), M(43) ); f 423 maint/gnulib/lib/sha512.c R( e, f, g, h, a, b, c, d, K(44), M(44) ); f 424 maint/gnulib/lib/sha512.c R( d, e, f, g, h, a, b, c, K(45), M(45) ); f 425 maint/gnulib/lib/sha512.c R( c, d, e, f, g, h, a, b, K(46), M(46) ); f 426 maint/gnulib/lib/sha512.c R( b, c, d, e, f, g, h, a, K(47), M(47) ); f 427 maint/gnulib/lib/sha512.c R( a, b, c, d, e, f, g, h, K(48), M(48) ); f 428 maint/gnulib/lib/sha512.c R( h, a, b, c, d, e, f, g, K(49), M(49) ); f 429 maint/gnulib/lib/sha512.c R( g, h, a, b, c, d, e, f, K(50), M(50) ); f 430 maint/gnulib/lib/sha512.c R( f, g, h, a, b, c, d, e, K(51), M(51) ); f 431 maint/gnulib/lib/sha512.c R( e, f, g, h, a, b, c, d, K(52), M(52) ); f 432 maint/gnulib/lib/sha512.c R( d, e, f, g, h, a, b, c, K(53), M(53) ); f 433 maint/gnulib/lib/sha512.c R( c, d, e, f, g, h, a, b, K(54), M(54) ); f 434 maint/gnulib/lib/sha512.c R( b, c, d, e, f, g, h, a, K(55), M(55) ); f 435 maint/gnulib/lib/sha512.c R( a, b, c, d, e, f, g, h, K(56), M(56) ); f 436 maint/gnulib/lib/sha512.c R( h, a, b, c, d, e, f, g, K(57), M(57) ); f 437 maint/gnulib/lib/sha512.c R( g, h, a, b, c, d, e, f, K(58), M(58) ); f 438 maint/gnulib/lib/sha512.c R( f, g, h, a, b, c, d, e, K(59), M(59) ); f 439 maint/gnulib/lib/sha512.c R( e, f, g, h, a, b, c, d, K(60), M(60) ); f 440 maint/gnulib/lib/sha512.c R( d, e, f, g, h, a, b, c, K(61), M(61) ); f 441 maint/gnulib/lib/sha512.c R( c, d, e, f, g, h, a, b, K(62), M(62) ); f 442 maint/gnulib/lib/sha512.c R( b, c, d, e, f, g, h, a, K(63), M(63) ); f 443 maint/gnulib/lib/sha512.c R( a, b, c, d, e, f, g, h, K(64), M(64) ); f 444 maint/gnulib/lib/sha512.c R( h, a, b, c, d, e, f, g, K(65), M(65) ); f 445 maint/gnulib/lib/sha512.c R( g, h, a, b, c, d, e, f, K(66), M(66) ); f 446 maint/gnulib/lib/sha512.c R( f, g, h, a, b, c, d, e, K(67), M(67) ); f 447 maint/gnulib/lib/sha512.c R( e, f, g, h, a, b, c, d, K(68), M(68) ); f 448 maint/gnulib/lib/sha512.c R( d, e, f, g, h, a, b, c, K(69), M(69) ); f 449 maint/gnulib/lib/sha512.c R( c, d, e, f, g, h, a, b, K(70), M(70) ); f 450 maint/gnulib/lib/sha512.c R( b, c, d, e, f, g, h, a, K(71), M(71) ); f 451 maint/gnulib/lib/sha512.c R( a, b, c, d, e, f, g, h, K(72), M(72) ); f 452 maint/gnulib/lib/sha512.c R( h, a, b, c, d, e, f, g, K(73), M(73) ); f 453 maint/gnulib/lib/sha512.c R( g, h, a, b, c, d, e, f, K(74), M(74) ); f 454 maint/gnulib/lib/sha512.c R( f, g, h, a, b, c, d, e, K(75), M(75) ); f 455 maint/gnulib/lib/sha512.c R( e, f, g, h, a, b, c, d, K(76), M(76) ); f 456 maint/gnulib/lib/sha512.c R( d, e, f, g, h, a, b, c, K(77), M(77) ); f 457 maint/gnulib/lib/sha512.c R( c, d, e, f, g, h, a, b, K(78), M(78) ); f 458 maint/gnulib/lib/sha512.c R( b, c, d, e, f, g, h, a, K(79), M(79) ); f 465 maint/gnulib/lib/sha512.c f = ctx->state[5] = u64plus (ctx->state[5], f); f 274 maint/gnulib/lib/sm3.c uint32_t f = ctx->state[5]; f 328 maint/gnulib/lib/sm3.c a, b, c, d, e, f, g, h); f 330 maint/gnulib/lib/sm3.c R1( a, b, c, d, e, f, g, h, T( 0), W1( 0), W1( 4) ); f 331 maint/gnulib/lib/sm3.c R1( d, a, b, c, h, e, f, g, T( 1), W1( 1), W1( 5) ); f 332 maint/gnulib/lib/sm3.c R1( c, d, a, b, g, h, e, f, T( 2), W1( 2), W1( 6) ); f 333 maint/gnulib/lib/sm3.c R1( b, c, d, a, f, g, h, e, T( 3), W1( 3), W1( 7) ); f 334 maint/gnulib/lib/sm3.c R1( a, b, c, d, e, f, g, h, T( 4), W1( 4), W1( 8) ); f 335 maint/gnulib/lib/sm3.c R1( d, a, b, c, h, e, f, g, T( 5), W1( 5), W1( 9) ); f 336 maint/gnulib/lib/sm3.c R1( c, d, a, b, g, h, e, f, T( 6), W1( 6), W1(10) ); f 337 maint/gnulib/lib/sm3.c R1( b, c, d, a, f, g, h, e, T( 7), W1( 7), W1(11) ); f 338 maint/gnulib/lib/sm3.c R1( a, b, c, d, e, f, g, h, T( 8), W1( 8), W1(12) ); f 339 maint/gnulib/lib/sm3.c R1( d, a, b, c, h, e, f, g, T( 9), W1( 9), W1(13) ); f 340 maint/gnulib/lib/sm3.c R1( c, d, a, b, g, h, e, f, T(10), W1(10), W1(14) ); f 341 maint/gnulib/lib/sm3.c R1( b, c, d, a, f, g, h, e, T(11), W1(11), W1(15) ); f 342 maint/gnulib/lib/sm3.c R1( a, b, c, d, e, f, g, h, T(12), W1(12), W2(16) ); f 343 maint/gnulib/lib/sm3.c R1( d, a, b, c, h, e, f, g, T(13), W1(13), W2(17) ); f 344 maint/gnulib/lib/sm3.c R1( c, d, a, b, g, h, e, f, T(14), W1(14), W2(18) ); f 345 maint/gnulib/lib/sm3.c R1( b, c, d, a, f, g, h, e, T(15), W1(15), W2(19) ); f 346 maint/gnulib/lib/sm3.c R2( a, b, c, d, e, f, g, h, T(16), W1(16), W2(20) ); f 347 maint/gnulib/lib/sm3.c R2( d, a, b, c, h, e, f, g, T(17), W1(17), W2(21) ); f 348 maint/gnulib/lib/sm3.c R2( c, d, a, b, g, h, e, f, T(18), W1(18), W2(22) ); f 349 maint/gnulib/lib/sm3.c R2( b, c, d, a, f, g, h, e, T(19), W1(19), W2(23) ); f 350 maint/gnulib/lib/sm3.c R2( a, b, c, d, e, f, g, h, T(20), W1(20), W2(24) ); f 351 maint/gnulib/lib/sm3.c R2( d, a, b, c, h, e, f, g, T(21), W1(21), W2(25) ); f 352 maint/gnulib/lib/sm3.c R2( c, d, a, b, g, h, e, f, T(22), W1(22), W2(26) ); f 353 maint/gnulib/lib/sm3.c R2( b, c, d, a, f, g, h, e, T(23), W1(23), W2(27) ); f 354 maint/gnulib/lib/sm3.c R2( a, b, c, d, e, f, g, h, T(24), W1(24), W2(28) ); f 355 maint/gnulib/lib/sm3.c R2( d, a, b, c, h, e, f, g, T(25), W1(25), W2(29) ); f 356 maint/gnulib/lib/sm3.c R2( c, d, a, b, g, h, e, f, T(26), W1(26), W2(30) ); f 357 maint/gnulib/lib/sm3.c R2( b, c, d, a, f, g, h, e, T(27), W1(27), W2(31) ); f 358 maint/gnulib/lib/sm3.c R2( a, b, c, d, e, f, g, h, T(28), W1(28), W2(32) ); f 359 maint/gnulib/lib/sm3.c R2( d, a, b, c, h, e, f, g, T(29), W1(29), W2(33) ); f 360 maint/gnulib/lib/sm3.c R2( c, d, a, b, g, h, e, f, T(30), W1(30), W2(34) ); f 361 maint/gnulib/lib/sm3.c R2( b, c, d, a, f, g, h, e, T(31), W1(31), W2(35) ); f 362 maint/gnulib/lib/sm3.c R2( a, b, c, d, e, f, g, h, T(32), W1(32), W2(36) ); f 363 maint/gnulib/lib/sm3.c R2( d, a, b, c, h, e, f, g, T(33), W1(33), W2(37) ); f 364 maint/gnulib/lib/sm3.c R2( c, d, a, b, g, h, e, f, T(34), W1(34), W2(38) ); f 365 maint/gnulib/lib/sm3.c R2( b, c, d, a, f, g, h, e, T(35), W1(35), W2(39) ); f 366 maint/gnulib/lib/sm3.c R2( a, b, c, d, e, f, g, h, T(36), W1(36), W2(40) ); f 367 maint/gnulib/lib/sm3.c R2( d, a, b, c, h, e, f, g, T(37), W1(37), W2(41) ); f 368 maint/gnulib/lib/sm3.c R2( c, d, a, b, g, h, e, f, T(38), W1(38), W2(42) ); f 369 maint/gnulib/lib/sm3.c R2( b, c, d, a, f, g, h, e, T(39), W1(39), W2(43) ); f 370 maint/gnulib/lib/sm3.c R2( a, b, c, d, e, f, g, h, T(40), W1(40), W2(44) ); f 371 maint/gnulib/lib/sm3.c R2( d, a, b, c, h, e, f, g, T(41), W1(41), W2(45) ); f 372 maint/gnulib/lib/sm3.c R2( c, d, a, b, g, h, e, f, T(42), W1(42), W2(46) ); f 373 maint/gnulib/lib/sm3.c R2( b, c, d, a, f, g, h, e, T(43), W1(43), W2(47) ); f 374 maint/gnulib/lib/sm3.c R2( a, b, c, d, e, f, g, h, T(44), W1(44), W2(48) ); f 375 maint/gnulib/lib/sm3.c R2( d, a, b, c, h, e, f, g, T(45), W1(45), W2(49) ); f 376 maint/gnulib/lib/sm3.c R2( c, d, a, b, g, h, e, f, T(46), W1(46), W2(50) ); f 377 maint/gnulib/lib/sm3.c R2( b, c, d, a, f, g, h, e, T(47), W1(47), W2(51) ); f 378 maint/gnulib/lib/sm3.c R2( a, b, c, d, e, f, g, h, T(48), W1(48), W2(52) ); f 379 maint/gnulib/lib/sm3.c R2( d, a, b, c, h, e, f, g, T(49), W1(49), W2(53) ); f 380 maint/gnulib/lib/sm3.c R2( c, d, a, b, g, h, e, f, T(50), W1(50), W2(54) ); f 381 maint/gnulib/lib/sm3.c R2( b, c, d, a, f, g, h, e, T(51), W1(51), W2(55) ); f 382 maint/gnulib/lib/sm3.c R2( a, b, c, d, e, f, g, h, T(52), W1(52), W2(56) ); f 383 maint/gnulib/lib/sm3.c R2( d, a, b, c, h, e, f, g, T(53), W1(53), W2(57) ); f 384 maint/gnulib/lib/sm3.c R2( c, d, a, b, g, h, e, f, T(54), W1(54), W2(58) ); f 385 maint/gnulib/lib/sm3.c R2( b, c, d, a, f, g, h, e, T(55), W1(55), W2(59) ); f 386 maint/gnulib/lib/sm3.c R2( a, b, c, d, e, f, g, h, T(56), W1(56), W2(60) ); f 387 maint/gnulib/lib/sm3.c R2( d, a, b, c, h, e, f, g, T(57), W1(57), W2(61) ); f 388 maint/gnulib/lib/sm3.c R2( c, d, a, b, g, h, e, f, T(58), W1(58), W2(62) ); f 389 maint/gnulib/lib/sm3.c R2( b, c, d, a, f, g, h, e, T(59), W1(59), W2(63) ); f 390 maint/gnulib/lib/sm3.c R2( a, b, c, d, e, f, g, h, T(60), W1(60), W2(64) ); f 391 maint/gnulib/lib/sm3.c R2( d, a, b, c, h, e, f, g, T(61), W1(61), W2(65) ); f 392 maint/gnulib/lib/sm3.c R2( c, d, a, b, g, h, e, f, T(62), W1(62), W2(66) ); f 393 maint/gnulib/lib/sm3.c R2( b, c, d, a, f, g, h, e, T(63), W1(63), W2(67) ); f 396 maint/gnulib/lib/sm3.c j, a, b, c, d, e, f, g, h); f 403 maint/gnulib/lib/sm3.c f = ctx->state[5] ^= f; f 99 maint/gnulib/lib/stdio.in.h # define _GL_ATTRIBUTE_DEALLOC(f, i) __attribute__ ((__malloc__ (f, i))) f 101 maint/gnulib/lib/stdio.in.h # define _GL_ATTRIBUTE_DEALLOC(f, i) f 107 maint/gnulib/lib/stdlib.in.h # define _GL_ATTRIBUTE_DEALLOC(f, i) __attribute__ ((__malloc__ (f, i))) f 109 maint/gnulib/lib/stdlib.in.h # define _GL_ATTRIBUTE_DEALLOC(f, i) f 75 maint/gnulib/lib/string.in.h # define _GL_ATTRIBUTE_DEALLOC(f, i) __attribute__ ((__malloc__ (f, i))) f 77 maint/gnulib/lib/string.in.h # define _GL_ATTRIBUTE_DEALLOC(f, i) f 34 maint/gnulib/lib/times.c float f; f 45 maint/gnulib/lib/times.c f = (unsigned long long) time.dwHighDateTime << 32; f 46 maint/gnulib/lib/times.c f += time.dwLowDateTime; f 47 maint/gnulib/lib/times.c f = f * CLK_TCK / 10000000; f 48 maint/gnulib/lib/times.c return (clock_t) round (f); f 45 maint/gnulib/lib/tmpfile-safer.c int f = dup_safer (fd); f 47 maint/gnulib/lib/tmpfile-safer.c if (f < 0) f 58 maint/gnulib/lib/tmpfile-safer.c || ! (fp = fdopen (f, O_BINARY ? "wb+" : "w+"))) f 61 maint/gnulib/lib/tmpfile-safer.c close (f); f 433 maint/gnulib/lib/trigl.c double z, fw, f[20], fq[20], q[20]; f 450 maint/gnulib/lib/trigl.c f[i] = (j < 0) ? zero : (double) ipio2[j]; f 456 maint/gnulib/lib/trigl.c fw += x[j] * f[jx + i - j]; f 538 maint/gnulib/lib/trigl.c f[jx + i] = (double) ipio2[jv + i]; f 540 maint/gnulib/lib/trigl.c fw += x[j] * f[jx + i - j]; f 47 maint/gnulib/lib/trunc.c # define L_(literal) literal##f f 92 maint/gnulib/lib/wchar.in.h # define _GL_ATTRIBUTE_DEALLOC(f, i) __attribute__ ((__malloc__ (f, i))) f 94 maint/gnulib/lib/wchar.in.h # define _GL_ATTRIBUTE_DEALLOC(f, i) f 33 maint/gnulib/lib/xfreopen.c char const *f = (filename ? filename f 39 maint/gnulib/lib/xfreopen.c quote_n (0, f), quote_n (1, mode)); f 85 maint/gnulib/lib/xvasprintf.c const char *f; f 87 maint/gnulib/lib/xvasprintf.c for (f = format;;) f 89 maint/gnulib/lib/xvasprintf.c if (*f == '\0') f 92 maint/gnulib/lib/xvasprintf.c if (*f != '%') f 94 maint/gnulib/lib/xvasprintf.c f++; f 95 maint/gnulib/lib/xvasprintf.c if (*f != 's') f 97 maint/gnulib/lib/xvasprintf.c f++; f 34 maint/gnulib/tests/test-cbrtf-ieee.c #define L_(literal) literal##f f 31 maint/gnulib/tests/test-cbrtf.c #define L_(literal) literal##f f 165 maint/gnulib/tests/test-ceil2.c union { double f; uint64_t i; } janus; f 170 maint/gnulib/tests/test-ceil2.c error |= check (janus.f); f 33 maint/gnulib/tests/test-ceilf-ieee.c dummy (float f) f 38 maint/gnulib/tests/test-ceilf1.c dummy (float f) f 46 maint/gnulib/tests/test-ceilf2.c #define L_(literal) literal##f f 165 maint/gnulib/tests/test-ceilf2.c union { float f; uint32_t i; } janus; f 170 maint/gnulib/tests/test-ceilf2.c error |= check (janus.f); f 65 maint/gnulib/tests/test-cloexec.c # define set_binary_mode(f,m) zero () f 45 maint/gnulib/tests/test-dup-safer.c # define set_binary_mode(f,m) zero () f 95 maint/gnulib/tests/test-dup2.c # define set_binary_mode(f,m) zero () f 34 maint/gnulib/tests/test-exp2f-ieee.c #define L_(literal) literal##f f 31 maint/gnulib/tests/test-exp2f.c #define L_(literal) literal##f f 34 maint/gnulib/tests/test-expf-ieee.c #define L_(literal) literal##f f 31 maint/gnulib/tests/test-expf.c #define L_(literal) literal##f f 34 maint/gnulib/tests/test-expm1f-ieee.c #define L_(literal) literal##f f 31 maint/gnulib/tests/test-expm1f.c #define L_(literal) literal##f f 34 maint/gnulib/tests/test-fabsf-ieee.c #define L_(literal) literal##f f 32 maint/gnulib/tests/test-fabsf.c #define L_(literal) literal##f f 42 maint/gnulib/tests/test-fclose.c FILE *f; f 55 maint/gnulib/tests/test-fclose.c f = fdopen (fd2, "w"); f 56 maint/gnulib/tests/test-fclose.c ASSERT (f); f 57 maint/gnulib/tests/test-fclose.c ASSERT (fputc (buf[1], f) == buf[1]); f 58 maint/gnulib/tests/test-fclose.c ASSERT (fclose (f) == 0); f 67 maint/gnulib/tests/test-fclose.c f = fdopen (fd2, "r"); f 68 maint/gnulib/tests/test-fclose.c ASSERT (f); f 69 maint/gnulib/tests/test-fclose.c ASSERT (fgetc (f) == buf[2]); f 70 maint/gnulib/tests/test-fclose.c ASSERT (fclose (f) == 0); f 49 maint/gnulib/tests/test-fcntl.c # define set_binary_mode(f,m) zero () f 37 maint/gnulib/tests/test-fflush.c FILE *f; f 42 maint/gnulib/tests/test-fflush.c f = fopen ("test-fflush.txt", "w"); f 43 maint/gnulib/tests/test-fflush.c if (!f || fwrite ("1234567890ABCDEFG", 1, 17, f) != 17 || fclose (f) != 0) f 51 maint/gnulib/tests/test-fflush.c f = fopen ("test-fflush.txt", "r"); f 52 maint/gnulib/tests/test-fflush.c ASSERT (f != NULL); f 53 maint/gnulib/tests/test-fflush.c fd = fileno (f); f 54 maint/gnulib/tests/test-fflush.c if (!f || 0 > fd || fread (buffer, 1, 5, f) != 5) f 57 maint/gnulib/tests/test-fflush.c if (f) f 58 maint/gnulib/tests/test-fflush.c fclose (f); f 68 maint/gnulib/tests/test-fflush.c fclose (f); f 74 maint/gnulib/tests/test-fflush.c if (fflush (f) != 0 || fseeko (f, 0, SEEK_CUR) != 0) f 77 maint/gnulib/tests/test-fflush.c fclose (f); f 86 maint/gnulib/tests/test-fflush.c fclose (f); f 90 maint/gnulib/tests/test-fflush.c if (ftell (f) != 5) f 93 maint/gnulib/tests/test-fflush.c (long) ftell (f)); f 94 maint/gnulib/tests/test-fflush.c fclose (f); f 99 maint/gnulib/tests/test-fflush.c if (fgetc (f) != '6') f 102 maint/gnulib/tests/test-fflush.c fclose (f); f 110 maint/gnulib/tests/test-fflush.c fclose (f); f 115 maint/gnulib/tests/test-fflush.c if (fflush (f) != 0 || fseeko (f, 0, SEEK_CUR) != 0) f 118 maint/gnulib/tests/test-fflush.c fclose (f); f 127 maint/gnulib/tests/test-fflush.c fclose (f); f 131 maint/gnulib/tests/test-fflush.c if (ftell (f) != 6) f 134 maint/gnulib/tests/test-fflush.c (long) ftell (f)); f 135 maint/gnulib/tests/test-fflush.c fclose (f); f 140 maint/gnulib/tests/test-fflush.c if (fgetc (f) != '7') f 143 maint/gnulib/tests/test-fflush.c fclose (f); f 147 maint/gnulib/tests/test-fflush.c fclose (f); f 162 maint/gnulib/tests/test-floor2.c union { double f; uint64_t i; } janus; f 167 maint/gnulib/tests/test-floor2.c error |= check (janus.f); f 33 maint/gnulib/tests/test-floorf-ieee.c dummy (float f) f 38 maint/gnulib/tests/test-floorf1.c dummy (float f) f 45 maint/gnulib/tests/test-floorf2.c #define L_(literal) literal##f f 161 maint/gnulib/tests/test-floorf2.c union { float f; uint32_t i; } janus; f 166 maint/gnulib/tests/test-floorf2.c error |= check (janus.f); f 33 maint/gnulib/tests/test-fmaf-ieee.c #define L_(literal) literal##f f 38 maint/gnulib/tests/test-fmaf1.c #define L_(literal) literal##f f 38 maint/gnulib/tests/test-fmaf2.c #define L_(literal) literal##f f 34 maint/gnulib/tests/test-fmodf-ieee.c #define L_(literal) literal##f f 31 maint/gnulib/tests/test-fmodf.c #define L_(literal) literal##f f 38 maint/gnulib/tests/test-fopen-gnu.c FILE *f; f 48 maint/gnulib/tests/test-fopen-gnu.c f = fopen (BASE "file", "w"); f 49 maint/gnulib/tests/test-fopen-gnu.c ASSERT (f); f 50 maint/gnulib/tests/test-fopen-gnu.c fd = fileno (f); f 55 maint/gnulib/tests/test-fopen-gnu.c ASSERT (fclose (f) == 0); f 58 maint/gnulib/tests/test-fopen-gnu.c f = fopen (BASE "file", "we"); f 59 maint/gnulib/tests/test-fopen-gnu.c ASSERT (f); f 60 maint/gnulib/tests/test-fopen-gnu.c fd = fileno (f); f 65 maint/gnulib/tests/test-fopen-gnu.c ASSERT (fclose (f) == 0); f 68 maint/gnulib/tests/test-fopen-gnu.c f = fopen (BASE "file", "ax"); f 69 maint/gnulib/tests/test-fopen-gnu.c ASSERT (f == NULL); f 73 maint/gnulib/tests/test-fopen-gnu.c f = fopen (BASE "binary", "wbe"); f 74 maint/gnulib/tests/test-fopen-gnu.c ASSERT (f); f 75 maint/gnulib/tests/test-fopen-gnu.c ASSERT (fwrite (DATA, 1, sizeof (DATA)-1, f) == sizeof (DATA)-1); f 76 maint/gnulib/tests/test-fopen-gnu.c ASSERT (fclose (f) == 0); f 78 maint/gnulib/tests/test-fopen-gnu.c f = fopen (BASE "binary", "rbe"); f 79 maint/gnulib/tests/test-fopen-gnu.c ASSERT (f); f 80 maint/gnulib/tests/test-fopen-gnu.c ASSERT (fread (buf, 1, sizeof (buf), f) == sizeof (DATA)-1); f 81 maint/gnulib/tests/test-fopen-gnu.c ASSERT (fclose (f) == 0); f 31 maint/gnulib/tests/test-fopen.h FILE *f; f 41 maint/gnulib/tests/test-fopen.h f = fopen (BASE "file", "w"); f 42 maint/gnulib/tests/test-fopen.h ASSERT (f); f 43 maint/gnulib/tests/test-fopen.h ASSERT (fclose (f) == 0); f 78 maint/gnulib/tests/test-fopen.h f = fopen ("/dev/null", "r"); f 79 maint/gnulib/tests/test-fopen.h ASSERT (f); f 80 maint/gnulib/tests/test-fopen.h ASSERT (fclose (f) == 0); f 81 maint/gnulib/tests/test-fopen.h f = fopen ("/dev/null", "w"); f 82 maint/gnulib/tests/test-fopen.h ASSERT (f); f 83 maint/gnulib/tests/test-fopen.h ASSERT (fclose (f) == 0); f 34 maint/gnulib/tests/test-frexpf-ieee.c #define L_(literal) literal##f f 47 maint/gnulib/tests/test-frexpf.c #define L_(literal) literal##f f 34 maint/gnulib/tests/test-getdelim.c FILE *f; f 40 maint/gnulib/tests/test-getdelim.c f = fopen ("test-getdelim.txt", "wb"); f 41 maint/gnulib/tests/test-getdelim.c if (!f || fwrite ("anAnbcnd\0f", 1, 10, f) != 10 || fclose (f) != 0) f 47 maint/gnulib/tests/test-getdelim.c f = fopen ("test-getdelim.txt", "rb"); f 48 maint/gnulib/tests/test-getdelim.c if (!f) f 58 maint/gnulib/tests/test-getdelim.c result = getdelim (&line, &len, 'n', f); f 67 maint/gnulib/tests/test-getdelim.c result = getdelim (&line, &len, 'n', f); f 76 maint/gnulib/tests/test-getdelim.c result = getdelim (&line, &len, 'n', f); f 82 maint/gnulib/tests/test-getdelim.c result = getdelim (&line, &len, 'n', f); f 87 maint/gnulib/tests/test-getdelim.c result = getdelim (&line, &len, 'n', f); f 91 maint/gnulib/tests/test-getdelim.c fclose (f); f 34 maint/gnulib/tests/test-getline.c FILE *f; f 40 maint/gnulib/tests/test-getline.c f = fopen ("test-getline.txt", "wb"); f 41 maint/gnulib/tests/test-getline.c if (!f || fwrite ("a\nA\nbc\nd\0f", 1, 10, f) != 10 || fclose (f) != 0) f 47 maint/gnulib/tests/test-getline.c f = fopen ("test-getline.txt", "rb"); f 48 maint/gnulib/tests/test-getline.c if (!f) f 58 maint/gnulib/tests/test-getline.c result = getline (&line, &len, f); f 67 maint/gnulib/tests/test-getline.c result = getline (&line, &len, f); f 76 maint/gnulib/tests/test-getline.c result = getline (&line, &len, f); f 82 maint/gnulib/tests/test-getline.c result = getline (&line, &len, f); f 87 maint/gnulib/tests/test-getline.c result = getline (&line, &len, f); f 91 maint/gnulib/tests/test-getline.c fclose (f); f 32 maint/gnulib/tests/test-getndelim2.c FILE *f; f 38 maint/gnulib/tests/test-getndelim2.c f = fopen ("test-getndelim2.txt", "wb+"); f 39 maint/gnulib/tests/test-getndelim2.c if (!f || fwrite ("a\nbc\nd\0f", 1, 8, f) != 8) f 45 maint/gnulib/tests/test-getndelim2.c rewind (f); f 50 maint/gnulib/tests/test-getndelim2.c result = getndelim2 (&line, &len, 0, GETNLINE_NO_LIMIT, '\n', '\n', f); f 59 maint/gnulib/tests/test-getndelim2.c result = getndelim2 (&line, &len, 0, GETNLINE_NO_LIMIT, EOF, '\n', f); f 65 maint/gnulib/tests/test-getndelim2.c result = getndelim2 (&line, &len, 0, GETNLINE_NO_LIMIT, '\n', EOF, f); f 70 maint/gnulib/tests/test-getndelim2.c result = getndelim2 (&line, &len, 0, GETNLINE_NO_LIMIT, '\n', EOF, f); f 77 maint/gnulib/tests/test-getndelim2.c rewind (f); f 81 maint/gnulib/tests/test-getndelim2.c result = getndelim2 (&line, &len, 6, 10, 'd', 'd', f); f 87 maint/gnulib/tests/test-getndelim2.c result = getndelim2 (&line, &len, len, 1, EOF, EOF, f); f 93 maint/gnulib/tests/test-getndelim2.c result = getndelim2 (&line, &len, 0, GETNLINE_NO_LIMIT, EOF, EOF, f); f 98 maint/gnulib/tests/test-getndelim2.c result = getndelim2 (&line, &len, 0, GETNLINE_NO_LIMIT, '\n', '\r', f); f 102 maint/gnulib/tests/test-getndelim2.c rewind (f); f 106 maint/gnulib/tests/test-getndelim2.c fprintf (f, "%500x%c", i + 0u, i % 2 ? '\n' : '\r'); f 108 maint/gnulib/tests/test-getndelim2.c rewind (f); f 112 maint/gnulib/tests/test-getndelim2.c result = getndelim2 (&line, &len, 0, GETNLINE_NO_LIMIT, '\n', '\r', f); f 121 maint/gnulib/tests/test-getndelim2.c result = getndelim2 (&line, &len, 0, GETNLINE_NO_LIMIT, '\n', '\r', f); f 128 maint/gnulib/tests/test-getndelim2.c result = getndelim2 (&line, &len, 0, GETNLINE_NO_LIMIT, 'g', 'f', f); f 136 maint/gnulib/tests/test-getndelim2.c EOF, EOF, f); f 142 maint/gnulib/tests/test-getndelim2.c EOF, EOF, f); f 148 maint/gnulib/tests/test-getndelim2.c fclose (f); f 34 maint/gnulib/tests/test-hypotf-ieee.c #define L_(literal) literal##f f 35 maint/gnulib/tests/test-hypotf.c #define L_(literal) literal##f f 52 maint/gnulib/tests/test-ieee754-h.c u.f = float_tests[i].x; f 41 maint/gnulib/tests/test-ilogbf.c #define L_(literal) literal##f f 34 maint/gnulib/tests/test-ldexpf-ieee.c #define L_(literal) literal##f f 41 maint/gnulib/tests/test-ldexpf.c #define L_(literal) literal##f f 34 maint/gnulib/tests/test-log10f-ieee.c #define L_(literal) literal##f f 33 maint/gnulib/tests/test-log10f.c #define L_(literal) literal##f f 34 maint/gnulib/tests/test-log1pf-ieee.c #define L_(literal) literal##f f 32 maint/gnulib/tests/test-log1pf.c #define L_(literal) literal##f f 34 maint/gnulib/tests/test-log2f-ieee.c #define L_(literal) literal##f f 33 maint/gnulib/tests/test-log2f.c #define L_(literal) literal##f f 34 maint/gnulib/tests/test-logbf-ieee.c #define L_(literal) literal##f f 34 maint/gnulib/tests/test-logbf.c #define L_(literal) literal##f f 34 maint/gnulib/tests/test-logf-ieee.c #define L_(literal) literal##f f 33 maint/gnulib/tests/test-logf.c #define L_(literal) literal##f f 34 maint/gnulib/tests/test-modff-ieee.c #define L_(literal) literal##f f 31 maint/gnulib/tests/test-modff.c #define L_(literal) literal##f f 90 maint/gnulib/tests/test-pipe-filter-gi1.c struct pipe_filter_gi *f; f 101 maint/gnulib/tests/test-pipe-filter-gi1.c f = pipe_filter_gi_create ("tr", tr_program, argv, false, true, f 103 maint/gnulib/tests/test-pipe-filter-gi1.c ASSERT (f != NULL); f 104 maint/gnulib/tests/test-pipe-filter-gi1.c result = pipe_filter_gi_write (f, input, input_size); f 106 maint/gnulib/tests/test-pipe-filter-gi1.c result = pipe_filter_gi_close (f); f 64 maint/gnulib/tests/test-pipe-filter-gi2-main.c pipe_filter_gi_write_string (struct pipe_filter_gi *f, const char *string) f 66 maint/gnulib/tests/test-pipe-filter-gi2-main.c pipe_filter_gi_write (f, string, strlen (string)); f 72 maint/gnulib/tests/test-pipe-filter-gi2-main.c struct pipe_filter_gi *f; f 82 maint/gnulib/tests/test-pipe-filter-gi2-main.c f = pipe_filter_gi_create ("pipe-filter-test", path[0], path, true, false, f 85 maint/gnulib/tests/test-pipe-filter-gi2-main.c rc = pipe_filter_gi_write (f, "", 1); f 87 maint/gnulib/tests/test-pipe-filter-gi2-main.c rc = pipe_filter_gi_close (f); f 96 maint/gnulib/tests/test-pipe-filter-gi2-main.c f = pipe_filter_gi_create ("pipe-filter-test", path[0], path, false, false, f 98 maint/gnulib/tests/test-pipe-filter-gi2-main.c pipe_filter_gi_write_string (f, "1 -1"); f 99 maint/gnulib/tests/test-pipe-filter-gi2-main.c ASSERT (pipe_filter_gi_close (f) == 1); f 109 maint/gnulib/tests/test-pipe-filter-gi2-main.c f = pipe_filter_gi_create ("pipe-filter-test", path[0], path, false, false, f 111 maint/gnulib/tests/test-pipe-filter-gi2-main.c pipe_filter_gi_write_string (f, "1 -1\n"); /* tell the child to terminate */ f 113 maint/gnulib/tests/test-pipe-filter-gi2-main.c rc = pipe_filter_gi_write (f, " ", 1); /* write to a closed pipe */ f 117 maint/gnulib/tests/test-pipe-filter-gi2-main.c rc = pipe_filter_gi_close (f); f 126 maint/gnulib/tests/test-pipe-filter-gi2-main.c f = pipe_filter_gi_create ("pipe-filter-test", path[0], path, false, true, f 128 maint/gnulib/tests/test-pipe-filter-gi2-main.c pipe_filter_gi_write_string (f, "1 50\n"); f 129 maint/gnulib/tests/test-pipe-filter-gi2-main.c pipe_filter_gi_write_string (f, "51\n"); f 130 maint/gnulib/tests/test-pipe-filter-gi2-main.c pipe_filter_gi_write_string (f, "100"); f 131 maint/gnulib/tests/test-pipe-filter-gi2-main.c ASSERT (pipe_filter_gi_close (f) == 0); f 41 maint/gnulib/tests/test-posix_spawn-chdir.c int f = fd_safer (dup (fd)); f 45 maint/gnulib/tests/test-posix_spawn-chdir.c fd = f; f 41 maint/gnulib/tests/test-posix_spawn-dup2-stdin.c int f = fd_safer (dup (fd)); f 45 maint/gnulib/tests/test-posix_spawn-dup2-stdin.c fd = f; f 63 maint/gnulib/tests/test-posix_spawn-dup2-stdout.c int f = fd_safer (dup (fd)); f 67 maint/gnulib/tests/test-posix_spawn-dup2-stdout.c fd = f; f 44 maint/gnulib/tests/test-posix_spawn-fchdir.c int f = fd_safer (dup (fd)); f 48 maint/gnulib/tests/test-posix_spawn-fchdir.c fd = f; f 34 maint/gnulib/tests/test-remainderf-ieee.c #define L_(literal) literal##f f 31 maint/gnulib/tests/test-remainderf.c #define L_(literal) literal##f f 34 maint/gnulib/tests/test-rintf-ieee.c #define L_(literal) literal##f f 42 maint/gnulib/tests/test-rintf.c #define L_(literal) literal##f f 102 maint/gnulib/tests/test-round2.c union { DOUBLE f; DOUBLE_UINT i; } janus; f 103 maint/gnulib/tests/test-round2.c verify (sizeof janus.f == sizeof janus.i); f 109 maint/gnulib/tests/test-round2.c if (!check (janus.f)) f 33 maint/gnulib/tests/test-signal-h.c pthread_t f; f 164 maint/gnulib/tests/test-simple-atomic.c int f; f 165 maint/gnulib/tests/test-simple-atomic.c for (f = 0; f < 2; f++) f 167 maint/gnulib/tests/test-simple-atomic.c void * (*func) (void *) = funcs[f]; f 36 maint/gnulib/tests/test-spawn.c extern void f (struct sched_param *g); f 38 maint/gnulib/tests/test-spawn.c extern void f (struct sched_param *g); f 34 maint/gnulib/tests/test-sqrtf-ieee.c #define L_(literal) literal##f f 31 maint/gnulib/tests/test-sqrtf.c #define L_(literal) literal##f f 76 maint/gnulib/tests/test-stdbool.c char f[(_Bool) 0.0 == false ? 1 : -1]; f 40 maint/gnulib/tests/test-stddef.c char f; f 47 maint/gnulib/tests/test-stddef.c verify (offsetof (struct d, f) == 1); f 170 maint/gnulib/tests/test-trunc2.c union { double f; uint64_t i; } janus; f 175 maint/gnulib/tests/test-trunc2.c error |= check (janus.f); f 46 maint/gnulib/tests/test-truncf2.c #define L_(literal) literal##f f 170 maint/gnulib/tests/test-truncf2.c union { float f; uint32_t i; } janus; f 175 maint/gnulib/tests/test-truncf2.c error |= check (janus.f); f 86 maint/gnulib/tests/test-verify.c assume (f (1));