n 188 include/crm/common/mainloop.h void pcmk_quit_main_loop(GMainLoop *mloop, unsigned int n); n 169 include/gettext.h const char *msgid_plural, unsigned long int n, n 173 include/gettext.h dcngettext (domain, msg_ctxt_id, msgid_plural, n, category); n 175 include/gettext.h return (n == 1 ? msgid : msgid_plural); n 259 include/gettext.h const char *msgid_plural, unsigned long int n, n 280 include/gettext.h translation = dcngettext (domain, msg_ctxt_id, msgid_plural, n, category); n 289 include/gettext.h return (n == 1 ? msgid : msgid_plural); n 1417 lib/common/mainloop.c pcmk_quit_main_loop(GMainLoop *mloop, unsigned int n) n 1425 lib/common/mainloop.c for (int i = 0; (i < n) && g_main_context_pending(ctx); ++i) { n 539 lib/common/xml.c const char *n = name; n 543 lib/common/xml.c for (; (*n == *v) && (*n != '\0'); n++, v++); n 546 lib/common/xml.c if ((*n == '\0') n 57 lib/gnu/md5.c # define SWAP(n) bswap_32 (n) n 59 lib/gnu/md5.c # define SWAP(n) (n) n 167 lib/gnu/md5.c size_t n; n 181 lib/gnu/md5.c n = fread (buffer + sum, 1, BLOCKSIZE - sum, stream); n 183 lib/gnu/md5.c sum += n; n 188 lib/gnu/md5.c if (n == 0) n 713 lib/pengine/native.c pcmk_node_t *n = (pcmk_node_t *) iter->data; n 715 lib/pengine/native.c have_nodes = add_output_node(outstr, n->details->uname, have_nodes); n 894 lib/pengine/native.c pcmk_node_t *n = (pcmk_node_t *) gIter->data; n 899 lib/pengine/native.c status_print("<li>\n%s", pcmk__node_name(n)); n 903 lib/pengine/native.c status_print(" %s", pcmk__node_name(n)); n 906 lib/pengine/native.c status_print("\t%d : %s", counter, pcmk__node_name(n)); n 909 lib/pengine/native.c status_print("%s", pcmk__node_name(n)); n 1239 lib/pengine/pe_actions.c pcmk_node_t *n = gIter->data; n 1241 lib/pengine/pe_actions.c if (n->details->type != pcmk_node_variant_cluster) { n 1247 lib/pengine/pe_actions.c if (n->details->online) { n 1252 lib/pengine/pe_actions.c || n->details->priority > top_priority) { n 1253 lib/pengine/pe_actions.c top_priority = n->details->priority; n 1257 lib/pengine/pe_actions.c || n->details->priority < lowest_priority) { n 1258 lib/pengine/pe_actions.c lowest_priority = n->details->priority; n 2307 lib/pengine/unpack.c pcmk_node_t *n = pe__copy_node(node); n 2313 lib/pengine/unpack.c pcmk__node_name(n)); n 2314 lib/pengine/unpack.c g_hash_table_insert(iter->known_on, (gpointer) n->details->id, n); n 44 lib/pengine/utils.c for (GList *n = rsc->running_on; n != NULL; n = n->next) { n 45 lib/pengine/utils.c pcmk_node_t *container_node = n->data; n 38 libltdl/libltdl/lt__alloc.h #define MALLOC(tp, n) (tp*) lt__malloc((n) * sizeof(tp)) n 39 libltdl/libltdl/lt__alloc.h #define REALLOC(tp, mem, n) (tp*) lt__realloc((mem), (n) * sizeof(tp)) n 49 libltdl/libltdl/lt__alloc.h LT_SCOPE void *lt__malloc (size_t n); n 50 libltdl/libltdl/lt__alloc.h LT_SCOPE void *lt__zalloc (size_t n); n 51 libltdl/libltdl/lt__alloc.h LT_SCOPE void *lt__realloc (void *mem, size_t n); n 52 libltdl/libltdl/lt__alloc.h LT_SCOPE void *lt__memdup (void const *mem, size_t n); n 78 libltdl/libltdl/slist.h LT_SCOPE SList *slist_nth (SList *slist, size_t n); n 51 libltdl/lt__alloc.c lt__malloc (size_t n) n 55 libltdl/lt__alloc.c if (! (mem = malloc (n))) n 62 libltdl/lt__alloc.c lt__zalloc (size_t n) n 66 libltdl/lt__alloc.c if ((mem = lt__malloc (n))) n 67 libltdl/lt__alloc.c memset (mem, 0, n); n 73 libltdl/lt__alloc.c lt__realloc (void *mem, size_t n) n 75 libltdl/lt__alloc.c if (! (mem = realloc (mem, n))) n 82 libltdl/lt__alloc.c lt__memdup (void const *mem, size_t n) n 86 libltdl/lt__alloc.c if ((newmem = lt__malloc (n))) n 87 libltdl/lt__alloc.c return memcpy (newmem, mem, n); n 194 libltdl/slist.c slist_nth (SList *slist, size_t n) n 196 libltdl/slist.c for (;n > 1 && slist; n--) n 207 libltdl/slist.c size_t n; n 209 libltdl/slist.c for (n = 0; slist; ++n) n 212 libltdl/slist.c return n; n 28 maint/gnulib/lib/amemxfrm.c amemxfrm (char *s, size_t n, char *resultbuf, size_t *lengthp) n 45 maint/gnulib/lib/amemxfrm.c allocated = (n > 0 ? n : 1); n 53 maint/gnulib/lib/amemxfrm.c orig_sentinel = s[n]; n 54 maint/gnulib/lib/amemxfrm.c s[n] = '\0'; n 60 maint/gnulib/lib/amemxfrm.c const char *p_end = s + n + 1; n 159 maint/gnulib/lib/amemxfrm.c s[n] = orig_sentinel; n 166 maint/gnulib/lib/amemxfrm.c s[n] = orig_sentinel; n 172 maint/gnulib/lib/amemxfrm.c s[n] = orig_sentinel; n 41 maint/gnulib/lib/amemxfrm.h extern char * amemxfrm (char *restrict s, size_t n, n 46 maint/gnulib/lib/argp-parse.c #define alignto(n, d) ((((n) + (d) - 1) / (d)) * (d)) n 98 maint/gnulib/lib/array-mergesort.h merge_sort_fromto (const ELEMENT *src, ELEMENT *dst, size_t n, ELEMENT *tmp) n 100 maint/gnulib/lib/array-mergesort.h switch (n) n 175 maint/gnulib/lib/array-mergesort.h size_t n1 = n / 2; n 176 maint/gnulib/lib/array-mergesort.h size_t n2 = (n + 1) / 2; n 192 maint/gnulib/lib/array-mergesort.h merge_sort_inplace (ELEMENT *src, size_t n, ELEMENT *tmp) n 194 maint/gnulib/lib/array-mergesort.h switch (n) n 265 maint/gnulib/lib/array-mergesort.h size_t n1 = n / 2; n 266 maint/gnulib/lib/array-mergesort.h size_t n2 = (n + 1) / 2; n 39 maint/gnulib/lib/bitrotate.h rotl64 (uint64_t x, int n) n 41 maint/gnulib/lib/bitrotate.h return ((x << n) | (x >> (64 - n))) & UINT64_MAX; n 48 maint/gnulib/lib/bitrotate.h rotr64 (uint64_t x, int n) n 50 maint/gnulib/lib/bitrotate.h return ((x >> n) | (x << (64 - n))) & UINT64_MAX; n 58 maint/gnulib/lib/bitrotate.h rotl32 (uint32_t x, int n) n 60 maint/gnulib/lib/bitrotate.h return ((x << n) | (x >> (32 - n))) & UINT32_MAX; n 67 maint/gnulib/lib/bitrotate.h rotr32 (uint32_t x, int n) n 69 maint/gnulib/lib/bitrotate.h return ((x >> n) | (x << (32 - n))) & UINT32_MAX; n 76 maint/gnulib/lib/bitrotate.h rotl_sz (size_t x, int n) n 78 maint/gnulib/lib/bitrotate.h return ((x << n) | (x >> ((CHAR_BIT * sizeof x) - n))) & SIZE_MAX; n 85 maint/gnulib/lib/bitrotate.h rotr_sz (size_t x, int n) n 87 maint/gnulib/lib/bitrotate.h return ((x >> n) | (x << ((CHAR_BIT * sizeof x) - n))) & SIZE_MAX; n 96 maint/gnulib/lib/bitrotate.h rotl16 (uint16_t x, int n) n 98 maint/gnulib/lib/bitrotate.h return (((unsigned int) x << n) | ((unsigned int) x >> (16 - n))) n 108 maint/gnulib/lib/bitrotate.h rotr16 (uint16_t x, int n) n 110 maint/gnulib/lib/bitrotate.h return (((unsigned int) x >> n) | ((unsigned int) x << (16 - n))) n 120 maint/gnulib/lib/bitrotate.h rotl8 (uint8_t x, int n) n 122 maint/gnulib/lib/bitrotate.h return (((unsigned int) x << n) | ((unsigned int) x >> (8 - n))) & UINT8_MAX; n 131 maint/gnulib/lib/bitrotate.h rotr8 (uint8_t x, int n) n 133 maint/gnulib/lib/bitrotate.h return (((unsigned int) x >> n) | ((unsigned int) x << (8 - n))) & UINT8_MAX; n 47 maint/gnulib/lib/c-strcase.h extern int c_strncasecmp (const char *s1, const char *s2, size_t n) n 27 maint/gnulib/lib/c-strncasecmp.c c_strncasecmp (const char *s1, const char *s2, size_t n) n 33 maint/gnulib/lib/c-strncasecmp.c if (p1 == p2 || n == 0) n 41 maint/gnulib/lib/c-strncasecmp.c if (--n == 0 || c1 == '\0') n 36 maint/gnulib/lib/calloc.c rpl_calloc (size_t n, size_t s) n 38 maint/gnulib/lib/calloc.c if (n == 0 || s == 0) n 39 maint/gnulib/lib/calloc.c n = s = 1; n 41 maint/gnulib/lib/calloc.c if (xalloc_oversized (n, s)) n 47 maint/gnulib/lib/calloc.c void *result = calloc (n, s); n 320 maint/gnulib/lib/canonicalize-lgpl.c ssize_t n; n 325 maint/gnulib/lib/canonicalize-lgpl.c n = __readlink (rname, buf, bufsize - 1); n 326 maint/gnulib/lib/canonicalize-lgpl.c if (n < bufsize - 1) n 331 maint/gnulib/lib/canonicalize-lgpl.c if (0 <= n) n 339 maint/gnulib/lib/canonicalize-lgpl.c buf[n] = '\0'; n 346 maint/gnulib/lib/canonicalize-lgpl.c if (INT_ADD_OVERFLOW (len, n)) n 351 maint/gnulib/lib/canonicalize-lgpl.c while (extra_buffer.length <= len + n) n 361 maint/gnulib/lib/canonicalize-lgpl.c memmove (&extra_buf[n], end, len + 1); n 362 maint/gnulib/lib/canonicalize-lgpl.c name = end = memcpy (extra_buf, buf, n); n 338 maint/gnulib/lib/canonicalize.c ssize_t n = -1; n 345 maint/gnulib/lib/canonicalize.c n = readlink (rname, buf, bufsize - 1); n 346 maint/gnulib/lib/canonicalize.c if (n < bufsize - 1) n 352 maint/gnulib/lib/canonicalize.c if (0 <= n) n 385 maint/gnulib/lib/canonicalize.c buf[n] = '\0'; n 392 maint/gnulib/lib/canonicalize.c if (INT_ADD_OVERFLOW (len, n)) n 394 maint/gnulib/lib/canonicalize.c while (extra_buffer.length <= len + n) n 404 maint/gnulib/lib/canonicalize.c memmove (&extra_buf[n], end, len + 1); n 405 maint/gnulib/lib/canonicalize.c name = end = memcpy (extra_buf, buf, n); n 219 maint/gnulib/lib/chdir-long.c size_t n = 0; n 224 maint/gnulib/lib/chdir-long.c len = getline (&line, &n, stdin); n 87 maint/gnulib/lib/cosl.c int n; n 105 maint/gnulib/lib/cosl.c n = ieee754_rem_pio2l (x, y); n 106 maint/gnulib/lib/cosl.c switch (n & 3) n 79 maint/gnulib/lib/crc.c size_t n; n 81 maint/gnulib/lib/crc.c for (n = 0; n < len; n++) n 82 maint/gnulib/lib/crc.c crc = crc32_table[(crc ^ buf[n]) & 0xff] ^ (crc >> 8); n 635 maint/gnulib/lib/dfa.c mbs_to_wchar (wint_t *pwc, char const *s, idx_t n, struct dfa *d) n 643 maint/gnulib/lib/dfa.c size_t nbytes = mbrtowc (&wch, s, n, &d->mbs); n 1125 maint/gnulib/lib/dfa.c int n = (dfa->syntax.case_fold n 1129 maint/gnulib/lib/dfa.c for (int i = 0; i < n; i++) n 1842 maint/gnulib/lib/dfa.c int n = case_folded_counterparts (dfa->lex.wctok, folded); n 1843 maint/gnulib/lib/dfa.c for (int i = 0; i < n; i++) n 4116 maint/gnulib/lib/dfa.c idx_t j, ln, rn, n; n 4138 maint/gnulib/lib/dfa.c n = ln; n 4139 maint/gnulib/lib/dfa.c if (n > rn) n 4140 maint/gnulib/lib/dfa.c n = rn; n 4141 maint/gnulib/lib/dfa.c for (i = 0; i < n; ++i) n 45 maint/gnulib/lib/eealloc.h EEALLOC_INLINE void *eemalloc (size_t n) n 49 maint/gnulib/lib/eealloc.h eemalloc (size_t n) n 52 maint/gnulib/lib/eealloc.h if (n == 0) n 53 maint/gnulib/lib/eealloc.h n = 1; n 54 maint/gnulib/lib/eealloc.h return malloc (n); n 61 maint/gnulib/lib/eealloc.h EEALLOC_INLINE void *eerealloc (void *p, size_t n) n 64 maint/gnulib/lib/eealloc.h eerealloc (void *p, size_t n) n 67 maint/gnulib/lib/eealloc.h if (n == 0) n 68 maint/gnulib/lib/eealloc.h n = 1; n 69 maint/gnulib/lib/eealloc.h return realloc (p, n); n 113 maint/gnulib/lib/exp2.c int n = (int) round (nm * (1.0 / 256.0)); n 114 maint/gnulib/lib/exp2.c int m = (int) nm - 256 * n; n 385 maint/gnulib/lib/exp2.c return ldexp (exp_table[128 + m] * exp_y, n); n 129 maint/gnulib/lib/exp2l.c int n = (int) roundl (nm * (1.0L / 256.0L)); n 130 maint/gnulib/lib/exp2l.c int m = (int) nm - 256 * n; n 132 maint/gnulib/lib/exp2l.c return ldexpl (gl_expl_table[128 + m] * exp_y, n); n 143 maint/gnulib/lib/expl.c int n = (int) roundl (nm * (1.0L / 256.0L)); n 144 maint/gnulib/lib/expl.c int m = (int) nm - 256 * n; n 146 maint/gnulib/lib/expl.c return ldexpl (gl_expl_table[128 + m] * exp_y, n); n 140 maint/gnulib/lib/expm1.c int n = (int) round (nm * (1.0 / 256.0)); n 141 maint/gnulib/lib/expm1.c int m = (int) nm - 256 * n; n 417 maint/gnulib/lib/expm1.c double s = ldexp (1.0, n) - 1.0; n 153 maint/gnulib/lib/expm1l.c int n = (int) roundl (nm * (1.0L / 256.0L)); n 154 maint/gnulib/lib/expm1l.c int m = (int) nm - 256 * n; n 430 maint/gnulib/lib/expm1l.c long double s = ldexpl (1.0L, n) - 1.0L; n 163 maint/gnulib/lib/fatal-signal.c size_t n = actions_count; n 164 maint/gnulib/lib/fatal-signal.c if (n == 0) n 166 maint/gnulib/lib/fatal-signal.c n--; n 167 maint/gnulib/lib/fatal-signal.c actions_count = n; n 168 maint/gnulib/lib/fatal-signal.c action = actions[n].action; n 58 maint/gnulib/lib/flexmember.h #define FLEXSIZEOF(type, member, n) \ n 59 maint/gnulib/lib/flexmember.h ((offsetof (type, member) + FLEXALIGNOF (type) - 1 + (n)) \ n 95 maint/gnulib/lib/fnmatch.c # define __libc_use_alloca(n) ((n) < 4032) n 98 maint/gnulib/lib/fnmatch.c # define __libc_use_alloca(n) false n 100 maint/gnulib/lib/fnmatch.c # define alloca(n) malloc (n) n 241 maint/gnulib/lib/fnmatch.c size_t n; n 252 maint/gnulib/lib/fnmatch.c n = strnlen (pattern, 1024); n 253 maint/gnulib/lib/fnmatch.c if (__glibc_likely (n < 1024)) n 255 maint/gnulib/lib/fnmatch.c wpattern = (wchar_t *) alloca_account ((n + 1) * sizeof (wchar_t), n 257 maint/gnulib/lib/fnmatch.c n = mbsrtowcs (wpattern, &p, n + 1, &ps); n 258 maint/gnulib/lib/fnmatch.c if (__glibc_unlikely (n == (size_t) -1)) n 272 maint/gnulib/lib/fnmatch.c n = mbsrtowcs (NULL, &pattern, 0, &ps); n 273 maint/gnulib/lib/fnmatch.c if (__glibc_unlikely (n == (size_t) -1)) n 278 maint/gnulib/lib/fnmatch.c if (__glibc_unlikely (n >= (size_t) -1 / sizeof (wchar_t))) n 284 maint/gnulib/lib/fnmatch.c = (wchar_t *) malloc ((n + 1) * sizeof (wchar_t)); n 288 maint/gnulib/lib/fnmatch.c (void) mbsrtowcs (wpattern, &pattern, n + 1, &ps); n 292 maint/gnulib/lib/fnmatch.c n = strnlen (string, 1024); n 294 maint/gnulib/lib/fnmatch.c if (__glibc_likely (n < 1024)) n 296 maint/gnulib/lib/fnmatch.c wstring = (wchar_t *) alloca_account ((n + 1) * sizeof (wchar_t), n 298 maint/gnulib/lib/fnmatch.c n = mbsrtowcs (wstring, &p, n + 1, &ps); n 299 maint/gnulib/lib/fnmatch.c if (__glibc_unlikely (n == (size_t) -1)) n 317 maint/gnulib/lib/fnmatch.c n = mbsrtowcs (NULL, &string, 0, &ps); n 318 maint/gnulib/lib/fnmatch.c if (__glibc_unlikely (n == (size_t) -1)) n 323 maint/gnulib/lib/fnmatch.c if (__glibc_unlikely (n >= (size_t) -1 / sizeof (wchar_t))) n 331 maint/gnulib/lib/fnmatch.c = (wchar_t *) malloc ((n + 1) * sizeof (wchar_t)); n 338 maint/gnulib/lib/fnmatch.c (void) mbsrtowcs (wstring, &string, n + 1, &ps); n 341 maint/gnulib/lib/fnmatch.c int res = internal_fnwmatch (wpattern, wstring, wstring + n, n 43 maint/gnulib/lib/fnmatch_loop.c const CHAR *p = pattern, *n = string; n 65 maint/gnulib/lib/fnmatch_loop.c int res = EXT (c, p, n, string_end, no_leading_period, n 71 maint/gnulib/lib/fnmatch_loop.c if (n == string_end) n 73 maint/gnulib/lib/fnmatch_loop.c else if (*n == L_('/') && (flags & FNM_FILE_NAME)) n 75 maint/gnulib/lib/fnmatch_loop.c else if (*n == L_('.') && no_leading_period) n 88 maint/gnulib/lib/fnmatch_loop.c if (n == string_end || FOLD ((UCHAR) *n) != c) n 95 maint/gnulib/lib/fnmatch_loop.c int res = EXT (c, p, n, string_end, no_leading_period, n 103 maint/gnulib/lib/fnmatch_loop.c ends->string = n; n 108 maint/gnulib/lib/fnmatch_loop.c if (n != string_end && *n == L_('.') && no_leading_period) n 127 maint/gnulib/lib/fnmatch_loop.c if (n == string_end) n 130 maint/gnulib/lib/fnmatch_loop.c else if (*n == L_('/') n 139 maint/gnulib/lib/fnmatch_loop.c ++n; n 157 maint/gnulib/lib/fnmatch_loop.c if (MEMCHR (n, L_('/'), string_end - n) == NULL) n 170 maint/gnulib/lib/fnmatch_loop.c endp = MEMCHR (n, (flags & FNM_FILE_NAME) ? L_('/') : L_('\0'), n 171 maint/gnulib/lib/fnmatch_loop.c string_end - n); n 183 maint/gnulib/lib/fnmatch_loop.c for (--p; n < endp; ++n, no_leading_period = false) n 184 maint/gnulib/lib/fnmatch_loop.c if (FCT (p, n, string_end, no_leading_period, flags2, n 190 maint/gnulib/lib/fnmatch_loop.c while (n < string_end && *n != L_('/')) n 191 maint/gnulib/lib/fnmatch_loop.c ++n; n 192 maint/gnulib/lib/fnmatch_loop.c if (n < string_end && *n == L_('/') n 193 maint/gnulib/lib/fnmatch_loop.c && (FCT (p, n + 1, string_end, flags & FNM_PERIOD, flags, n 205 maint/gnulib/lib/fnmatch_loop.c for (--p; n < endp; ++n, no_leading_period = false) n 206 maint/gnulib/lib/fnmatch_loop.c if (FOLD ((UCHAR) *n) == c n 207 maint/gnulib/lib/fnmatch_loop.c && (FCT (p, n, string_end, no_leading_period, flags2, n 218 maint/gnulib/lib/fnmatch_loop.c n = end.string; n 232 maint/gnulib/lib/fnmatch_loop.c const CHAR *n_init = n; n 240 maint/gnulib/lib/fnmatch_loop.c if (n == string_end) n 243 maint/gnulib/lib/fnmatch_loop.c if (*n == L_('.') && no_leading_period) n 246 maint/gnulib/lib/fnmatch_loop.c if (*n == L_('/') && (flags & FNM_FILE_NAME)) n 254 maint/gnulib/lib/fnmatch_loop.c fn = FOLD ((UCHAR) *n); n 310 maint/gnulib/lib/fnmatch_loop.c if (_ISCTYPE ((UCHAR) *n, wt)) n 313 maint/gnulib/lib/fnmatch_loop.c if (iswctype (BTOWC ((UCHAR) *n), wt)) n 351 maint/gnulib/lib/fnmatch_loop.c if ((UCHAR) *n == str) n 396 maint/gnulib/lib/fnmatch_loop.c const UCHAR *np = (const UCHAR *) n; n 399 maint/gnulib/lib/fnmatch_loop.c &np, string_end - n); n 427 maint/gnulib/lib/fnmatch_loop.c n = n_init; n 471 maint/gnulib/lib/fnmatch_loop.c if (!is_range && *n == startp[1]) n 539 maint/gnulib/lib/fnmatch_loop.c && __wmemcmp (n, &wextra[1], c1) == 0 n 541 maint/gnulib/lib/fnmatch_loop.c && memcmp (n, &extra[idx + 1], c1) == 0 n 545 maint/gnulib/lib/fnmatch_loop.c n += c1 - 1; n 566 maint/gnulib/lib/fnmatch_loop.c if (!is_range && *n == startp[1]) n 895 maint/gnulib/lib/fnmatch_loop.c int res = EXT (c, p, n, string_end, no_leading_period, flags, n 905 maint/gnulib/lib/fnmatch_loop.c if (n == string_end || c != (UCHAR) *n) n 914 maint/gnulib/lib/fnmatch_loop.c if (n == string_end || c != FOLD ((UCHAR) *n)) n 919 maint/gnulib/lib/fnmatch_loop.c ++n; n 922 maint/gnulib/lib/fnmatch_loop.c if (n == string_end) n 925 maint/gnulib/lib/fnmatch_loop.c if ((flags & FNM_LEADING_DIR) && n != string_end && *n == L_('/')) n 96 maint/gnulib/lib/ftoastr.c int n = width; n 99 maint/gnulib/lib/ftoastr.c n = sprintf (width_0_buffer, format, 0, prec, promoted_x); n 100 maint/gnulib/lib/ftoastr.c if (n < 0) n 101 maint/gnulib/lib/ftoastr.c return n; n 102 maint/gnulib/lib/ftoastr.c if (n < width) n 103 maint/gnulib/lib/ftoastr.c n = width; n 105 maint/gnulib/lib/ftoastr.c if (n < bufsize) n 106 maint/gnulib/lib/ftoastr.c n = sprintf (buf, format, width, prec, promoted_x); n 107 maint/gnulib/lib/ftoastr.c return n; n 145 maint/gnulib/lib/ftoastr.c int n = snprintf (buf, bufsize, format, width, prec, promoted_x); n 146 maint/gnulib/lib/ftoastr.c if (n < 0 n 148 maint/gnulib/lib/ftoastr.c || (n < bufsize && STRTOF (buf, NULL) == x)) n 149 maint/gnulib/lib/ftoastr.c return n; n 108 maint/gnulib/lib/gc.h typedef void *(*gc_malloc_t) (size_t n); n 110 maint/gnulib/lib/gc.h typedef void *(*gc_realloc_t) (void *p, size_t n); n 189 maint/gnulib/lib/gen-uni-tables.c int n; n 192 maint/gnulib/lib/gen-uni-tables.c n = getfield (stream, field0, ';'); n 193 maint/gnulib/lib/gen-uni-tables.c n += getfield (stream, field1, ';'); n 194 maint/gnulib/lib/gen-uni-tables.c n += getfield (stream, field2, ';'); n 195 maint/gnulib/lib/gen-uni-tables.c n += getfield (stream, field3, ';'); n 196 maint/gnulib/lib/gen-uni-tables.c n += getfield (stream, field4, ';'); n 197 maint/gnulib/lib/gen-uni-tables.c n += getfield (stream, field5, ';'); n 198 maint/gnulib/lib/gen-uni-tables.c n += getfield (stream, field6, ';'); n 199 maint/gnulib/lib/gen-uni-tables.c n += getfield (stream, field7, ';'); n 200 maint/gnulib/lib/gen-uni-tables.c n += getfield (stream, field8, ';'); n 201 maint/gnulib/lib/gen-uni-tables.c n += getfield (stream, field9, ';'); n 202 maint/gnulib/lib/gen-uni-tables.c n += getfield (stream, field10, ';'); n 203 maint/gnulib/lib/gen-uni-tables.c n += getfield (stream, field11, ';'); n 204 maint/gnulib/lib/gen-uni-tables.c n += getfield (stream, field12, ';'); n 205 maint/gnulib/lib/gen-uni-tables.c n += getfield (stream, field13, ';'); n 206 maint/gnulib/lib/gen-uni-tables.c n += getfield (stream, field14, '\n'); n 207 maint/gnulib/lib/gen-uni-tables.c if (n == 0) n 209 maint/gnulib/lib/gen-uni-tables.c if (n != 15) n 222 maint/gnulib/lib/gen-uni-tables.c n = getfield (stream, field0, ';'); n 223 maint/gnulib/lib/gen-uni-tables.c n += getfield (stream, field1, ';'); n 224 maint/gnulib/lib/gen-uni-tables.c n += getfield (stream, field2, ';'); n 225 maint/gnulib/lib/gen-uni-tables.c n += getfield (stream, field3, ';'); n 226 maint/gnulib/lib/gen-uni-tables.c n += getfield (stream, field4, ';'); n 227 maint/gnulib/lib/gen-uni-tables.c n += getfield (stream, field5, ';'); n 228 maint/gnulib/lib/gen-uni-tables.c n += getfield (stream, field6, ';'); n 229 maint/gnulib/lib/gen-uni-tables.c n += getfield (stream, field7, ';'); n 230 maint/gnulib/lib/gen-uni-tables.c n += getfield (stream, field8, ';'); n 231 maint/gnulib/lib/gen-uni-tables.c n += getfield (stream, field9, ';'); n 232 maint/gnulib/lib/gen-uni-tables.c n += getfield (stream, field10, ';'); n 233 maint/gnulib/lib/gen-uni-tables.c n += getfield (stream, field11, ';'); n 234 maint/gnulib/lib/gen-uni-tables.c n += getfield (stream, field12, ';'); n 235 maint/gnulib/lib/gen-uni-tables.c n += getfield (stream, field13, ';'); n 236 maint/gnulib/lib/gen-uni-tables.c n += getfield (stream, field14, '\n'); n 237 maint/gnulib/lib/gen-uni-tables.c if (n != 15) n 6199 maint/gnulib/lib/gen-uni-tables.c int n; n 6212 maint/gnulib/lib/gen-uni-tables.c n = getfield (stream, field0, ';'); n 6213 maint/gnulib/lib/gen-uni-tables.c n += getfield (stream, field1, ' '); n 6214 maint/gnulib/lib/gen-uni-tables.c n += getfield (stream, field2, '\n'); n 6215 maint/gnulib/lib/gen-uni-tables.c if (n == 0) n 6217 maint/gnulib/lib/gen-uni-tables.c if (n != 3) n 7612 maint/gnulib/lib/gen-uni-tables.c int n; n 7626 maint/gnulib/lib/gen-uni-tables.c n = getfield (stream, field0, ';'); n 7627 maint/gnulib/lib/gen-uni-tables.c n += getfield (stream, field1, ' '); n 7628 maint/gnulib/lib/gen-uni-tables.c n += getfield (stream, field2, '\n'); n 7629 maint/gnulib/lib/gen-uni-tables.c if (n == 0) n 7631 maint/gnulib/lib/gen-uni-tables.c if (n != 3) n 67 maint/gnulib/lib/getdelim.c getdelim (char **lineptr, size_t *n, int delimiter, FILE *fp) n 72 maint/gnulib/lib/getdelim.c if (lineptr == NULL || n == NULL || fp == NULL) n 80 maint/gnulib/lib/getdelim.c if (*lineptr == NULL || *n == 0) n 83 maint/gnulib/lib/getdelim.c *n = 120; n 84 maint/gnulib/lib/getdelim.c new_lineptr = (char *) realloc (*lineptr, *n); n 106 maint/gnulib/lib/getdelim.c if (cur_len + 1 >= *n) n 110 maint/gnulib/lib/getdelim.c size_t needed = 2 * *n + 1; /* Be generous. */ n 131 maint/gnulib/lib/getdelim.c *n = needed; n 33 maint/gnulib/lib/getgroups.c getgroups (_GL_UNUSED int n, _GL_UNUSED GETGROUPS_T *groups) n 69 maint/gnulib/lib/getgroups.c rpl_getgroups (int n, gid_t *group) n 74 maint/gnulib/lib/getgroups.c if (n < 0) n 80 maint/gnulib/lib/getgroups.c if (n != 0 || !GETGROUPS_ZERO_BUG) n 84 maint/gnulib/lib/getgroups.c return getgroups (n, (GETGROUPS_T *) group); n 86 maint/gnulib/lib/getgroups.c if (SIZE_MAX / sizeof *gbuf <= n) n 91 maint/gnulib/lib/getgroups.c gbuf = malloc (n * sizeof *gbuf); n 94 maint/gnulib/lib/getgroups.c result = getgroups (n, gbuf); n 97 maint/gnulib/lib/getgroups.c n = result; n 98 maint/gnulib/lib/getgroups.c while (n--) n 99 maint/gnulib/lib/getgroups.c group[n] = gbuf[n]; n 105 maint/gnulib/lib/getgroups.c n = 20; n 111 maint/gnulib/lib/getgroups.c gbuf = malloc (n * sizeof *gbuf); n 114 maint/gnulib/lib/getgroups.c n_groups = getgroups (n, gbuf); n 115 maint/gnulib/lib/getgroups.c if (n_groups == -1 ? errno != EINVAL : n_groups < n) n 118 maint/gnulib/lib/getgroups.c n *= 2; n 24 maint/gnulib/lib/getline.c getline (char **lineptr, size_t *n, FILE *stream) n 26 maint/gnulib/lib/getline.c return getdelim (lineptr, n, '\n', stream); n 226 maint/gnulib/lib/getloadavg.c # define LDAV_CVT(n) (((double) (n)) / FSCALE) n 302 maint/gnulib/lib/getloadavg.c # define LDAV_CVT(n) ((double) (n)) n 95 maint/gnulib/lib/getlogin_r.c char *n; n 99 maint/gnulib/lib/getlogin_r.c n = getlogin (); n 100 maint/gnulib/lib/getlogin_r.c if (!n) n 104 maint/gnulib/lib/getlogin_r.c nlen = strlen (n); n 107 maint/gnulib/lib/getlogin_r.c memcpy (name, n, nlen + 1); n 265 maint/gnulib/lib/getprogname.c size_t n = read (fd, buf, 79); n 266 maint/gnulib/lib/getprogname.c if (n > 0) n 268 maint/gnulib/lib/getprogname.c buf[n] = '\0'; /* Guarantee null-termination */ n 57 maint/gnulib/lib/getsockopt.c size_t n; n 63 maint/gnulib/lib/getsockopt.c n = sizeof (struct timeval); n 64 maint/gnulib/lib/getsockopt.c if (n > *optlen) n 65 maint/gnulib/lib/getsockopt.c n = *optlen; n 66 maint/gnulib/lib/getsockopt.c memcpy (optval, &tv, n); n 67 maint/gnulib/lib/getsockopt.c *optlen = n; n 170 maint/gnulib/lib/gettext.h const char *msgid_plural, unsigned long int n, n 174 maint/gnulib/lib/gettext.h dcngettext (domain, msg_ctxt_id, msgid_plural, n, category); n 176 maint/gnulib/lib/gettext.h return (n == 1 ? msgid : msgid_plural); n 267 maint/gnulib/lib/gettext.h const char *msgid_plural, unsigned long int n, n 288 maint/gnulib/lib/gettext.h translation = dcngettext (domain, msg_ctxt_id, msgid_plural, n, category); n 297 maint/gnulib/lib/gettext.h return (n == 1 ? msgid : msgid_plural); n 86 maint/gnulib/lib/getugroups.c int n; n 92 maint/gnulib/lib/getugroups.c for (n = 0; n < count; ++n) n 93 maint/gnulib/lib/getugroups.c if (grouplist && grouplist[n] == grp->gr_gid) n 97 maint/gnulib/lib/getugroups.c if (n == count) n 74 maint/gnulib/lib/getumask.c ssize_t n = read (fd, buf, sizeof (buf)); n 75 maint/gnulib/lib/getumask.c if (n > 0) n 77 maint/gnulib/lib/getumask.c const char *p_end = buf + n; n 237 maint/gnulib/lib/git-merge-changelog.c size_t n; n 240 maint/gnulib/lib/git-merge-changelog.c for (s = entry->string, n = entry->length; n > 0; s++, n--) n 1657 maint/gnulib/lib/git-merge-changelog.c size_t n = gl_list_size (result_conflicts); n 1659 maint/gnulib/lib/git-merge-changelog.c for (i = 0; i < n; i++) n 121 maint/gnulib/lib/gl_anyrbtree_list2.h size_t n; n 122 maint/gnulib/lib/gl_anyrbtree_list2.h for (n = count + 1, bh = 0; n > 1; n = n >> 1) n 200 maint/gnulib/lib/glob.c # define __libc_use_alloca(n) false n 247 maint/gnulib/lib/glob.c static int prefix_array (const char *prefix, char **array, size_t n) __THROWNL; n 1226 maint/gnulib/lib/glob.c prefix_array (const char *dirname, char **array, size_t n) n 1252 maint/gnulib/lib/glob.c for (i = 0; i < n; ++i) n 271 maint/gnulib/lib/hamt.c int n = bucket->elt_count; n 272 maint/gnulib/lib/hamt.c struct bucket *new_bucket = alloc_bucket (n); n 273 maint/gnulib/lib/hamt.c for (int k = 0; k < n; ++k) n 285 maint/gnulib/lib/hamt.c int n = trienode_count (subtrie); n 286 maint/gnulib/lib/hamt.c struct subtrie *new_subtrie = alloc_subtrie (n); n 288 maint/gnulib/lib/hamt.c for (int k = 0; k < n; ++k) n 301 maint/gnulib/lib/hamt.c int n = trienode_count (subtrie) + 1; n 302 maint/gnulib/lib/hamt.c struct subtrie *new_subtrie = alloc_subtrie (n); n 304 maint/gnulib/lib/hamt.c for (int k = 0; k < n; ++k) n 321 maint/gnulib/lib/hamt.c int n = trienode_count (subtrie) - 1; n 322 maint/gnulib/lib/hamt.c if (n == 1) n 328 maint/gnulib/lib/hamt.c struct subtrie *new_subtrie = alloc_subtrie (n); n 330 maint/gnulib/lib/hamt.c for (int k = 0; k < n; ++k) n 344 maint/gnulib/lib/hamt.c int n = bucket->elt_count - 1; n 345 maint/gnulib/lib/hamt.c if (n == 1) n 351 maint/gnulib/lib/hamt.c struct bucket *new_bucket = alloc_bucket (n); n 352 maint/gnulib/lib/hamt.c for (int k = 0; k < n; ++k) n 432 maint/gnulib/lib/hamt.c int n = trienode_count (subtrie); n 434 maint/gnulib/lib/hamt.c for (int j = 0; j < n; ++j) n 892 maint/gnulib/lib/hamt.c int n = trienode_count (subtrie); n 894 maint/gnulib/lib/hamt.c for (int j = 0; j < n; ++j) n 32 maint/gnulib/lib/hash-pjw-bare.c hash_pjw_bare (const void *x, size_t n) n 38 maint/gnulib/lib/hash-pjw-bare.c for (i = 0; i < n; i++) n 24 maint/gnulib/lib/hash-pjw-bare.h extern size_t hash_pjw_bare (const void *x, size_t n) _GL_ATTRIBUTE_PURE; n 234 maint/gnulib/lib/hash.c size_t n = table->hasher (key, table->n_buckets); n 235 maint/gnulib/lib/hash.c if (! (n < table->n_buckets)) n 237 maint/gnulib/lib/hash.c return table->bucket + n; n 438 maint/gnulib/lib/hash.c raw_hasher (const void *data, size_t n) n 446 maint/gnulib/lib/hash.c return val % n; n 153 maint/gnulib/lib/human.c human_readable (uintmax_t n, char *buf, int opts, n 200 maint/gnulib/lib/human.c amt = n * multiplier; n 201 maint/gnulib/lib/human.c if (amt / multiplier == n) n 212 maint/gnulib/lib/human.c uintmax_t r10 = (n % divisor) * 10; n 214 maint/gnulib/lib/human.c amt = n / divisor; n 226 maint/gnulib/lib/human.c long double damt = n * (from_block_size / dto_block_size); n 67 maint/gnulib/lib/ialloc.h icalloc (idx_t n, idx_t s) n 69 maint/gnulib/lib/ialloc.h if (SIZE_MAX < n) n 73 maint/gnulib/lib/ialloc.h n = 0; n 77 maint/gnulib/lib/ialloc.h if (n != 0) n 81 maint/gnulib/lib/ialloc.h return calloc (n, s); n 85 maint/gnulib/lib/ialloc.h ireallocarray (void *p, idx_t n, idx_t s) n 89 maint/gnulib/lib/ialloc.h if (n == 0 || s == 0) n 90 maint/gnulib/lib/ialloc.h n = s = 1; n 91 maint/gnulib/lib/ialloc.h return (n <= SIZE_MAX && s <= SIZE_MAX n 92 maint/gnulib/lib/ialloc.h ? reallocarray (p, n, s) n 52 maint/gnulib/lib/iconv.c utf16be_mbtowc (ucs4_t *pwc, const unsigned char *s, size_t n) n 54 maint/gnulib/lib/iconv.c if (n >= 2) n 59 maint/gnulib/lib/iconv.c if (n >= 4) n 82 maint/gnulib/lib/iconv.c utf16be_wctomb (unsigned char *r, ucs4_t wc, size_t n) n 88 maint/gnulib/lib/iconv.c if (n >= 2) n 99 maint/gnulib/lib/iconv.c if (n >= 4) n 123 maint/gnulib/lib/iconv.c utf16le_mbtowc (ucs4_t *pwc, const unsigned char *s, size_t n) n 125 maint/gnulib/lib/iconv.c if (n >= 2) n 130 maint/gnulib/lib/iconv.c if (n >= 4) n 153 maint/gnulib/lib/iconv.c utf16le_wctomb (unsigned char *r, ucs4_t wc, size_t n) n 159 maint/gnulib/lib/iconv.c if (n >= 2) n 170 maint/gnulib/lib/iconv.c if (n >= 4) n 194 maint/gnulib/lib/iconv.c utf32be_mbtowc (ucs4_t *pwc, const unsigned char *s, size_t n) n 196 maint/gnulib/lib/iconv.c if (n >= 4) n 211 maint/gnulib/lib/iconv.c utf32be_wctomb (unsigned char *r, ucs4_t wc, size_t n) n 215 maint/gnulib/lib/iconv.c if (n >= 4) n 236 maint/gnulib/lib/iconv.c utf32le_mbtowc (ucs4_t *pwc, const unsigned char *s, size_t n) n 238 maint/gnulib/lib/iconv.c if (n >= 4) n 253 maint/gnulib/lib/iconv.c utf32le_wctomb (unsigned char *r, ucs4_t wc, size_t n) n 257 maint/gnulib/lib/iconv.c if (n >= 4) n 329 maint/gnulib/lib/iconv.c int n = xxx_wctomb ((uint8_t *) outptr, uc, outleft); n 330 maint/gnulib/lib/iconv.c if (n < 0) n 332 maint/gnulib/lib/iconv.c if (n == RET_ILUNI) n 338 maint/gnulib/lib/iconv.c if (n == RET_TOOSMALL) n 350 maint/gnulib/lib/iconv.c outptr += n; n 351 maint/gnulib/lib/iconv.c outleft -= n; n 410 maint/gnulib/lib/iconv.c int n = u8_uctomb ((uint8_t *) outptr, uc, outleft); n 411 maint/gnulib/lib/iconv.c if (n < 0) n 413 maint/gnulib/lib/iconv.c if (n == -1) n 419 maint/gnulib/lib/iconv.c if (n == -2) n 431 maint/gnulib/lib/iconv.c outptr += n; n 432 maint/gnulib/lib/iconv.c outleft -= n; n 248 maint/gnulib/lib/inet_pton.c const int n = tp - colonp; n 253 maint/gnulib/lib/inet_pton.c for (i = 1; i <= n; i++) n 255 maint/gnulib/lib/inet_pton.c endp[-i] = colonp[n - i]; n 256 maint/gnulib/lib/inet_pton.c colonp[n - i] = 0; n 82 maint/gnulib/lib/limits.in.h #define _GL_COB128(n) (_GL_COB64 ((n) >> 31 >> 31 >> 2) + _GL_COB64 (n)) n 83 maint/gnulib/lib/limits.in.h #define _GL_COB64(n) (_GL_COB32 ((n) >> 31 >> 1) + _GL_COB32 (n)) n 84 maint/gnulib/lib/limits.in.h #define _GL_COB32(n) (_GL_COB16 ((n) >> 16) + _GL_COB16 (n)) n 85 maint/gnulib/lib/limits.in.h #define _GL_COB16(n) (_GL_COB8 ((n) >> 8) + _GL_COB8 (n)) n 86 maint/gnulib/lib/limits.in.h #define _GL_COB8(n) (_GL_COB4 ((n) >> 4) + _GL_COB4 (n)) n 87 maint/gnulib/lib/limits.in.h #define _GL_COB4(n) (!!((n) & 8) + !!((n) & 4) + !!((n) & 2) + !!((n) & 1)) n 137 maint/gnulib/lib/localeinfo.c int n = 0; n 141 maint/gnulib/lib/localeinfo.c folded[n++] = uc; n 143 maint/gnulib/lib/localeinfo.c folded[n++] = lc; n 148 maint/gnulib/lib/localeinfo.c folded[n++] = li; n 150 maint/gnulib/lib/localeinfo.c return n; n 32 maint/gnulib/lib/malloc.c rpl_malloc (size_t n) n 34 maint/gnulib/lib/malloc.c if (n == 0) n 35 maint/gnulib/lib/malloc.c n = 1; n 37 maint/gnulib/lib/malloc.c if (xalloc_oversized (n, 1)) n 43 maint/gnulib/lib/malloc.c void *result = malloc (n); n 45 maint/gnulib/lib/malloca.c mmalloca (size_t n) n 53 maint/gnulib/lib/malloca.c if (!INT_ADD_WRAPV (n, plus, &nplus) && !xalloc_oversized (nplus, 1)) n 82 maint/gnulib/lib/malloca.c if (n == 0) n 83 maint/gnulib/lib/malloca.c n = 1; n 85 maint/gnulib/lib/malloca.c return malloc (n); n 75 maint/gnulib/lib/malloca.h extern void *mmalloca (size_t n) n 83 maint/gnulib/lib/malloca.h #define nmalloca(n, s) \ n 84 maint/gnulib/lib/malloca.h (xalloc_oversized (n, s) ? NULL : malloca ((n) * (size_t) (s))) n 1391 maint/gnulib/lib/math.in.h _GL_CXXALIAS_MDA (jn, double, (int n, double x)); n 1393 maint/gnulib/lib/math.in.h _GL_CXXALIAS_SYS (jn, double, (int n, double x)); n 2404 maint/gnulib/lib/math.in.h _GL_CXXALIAS_MDA (yn, double, (int n, double x)); n 2406 maint/gnulib/lib/math.in.h _GL_CXXALIAS_SYS (yn, double, (int n, double x)); n 27 maint/gnulib/lib/mbrlen.c mbrlen (const char *s, size_t n, mbstate_t *ps) n 31 maint/gnulib/lib/mbrlen.c return mbrtowc (NULL, s, n, ps); n 63 maint/gnulib/lib/mbrtoc32.c mbrtoc32 (char32_t *pwc, const char *s, size_t n, mbstate_t *ps) n 86 maint/gnulib/lib/mbrtoc32.c mbrtoc32 (char32_t *pwc, const char *s, size_t n, mbstate_t *ps) n 95 maint/gnulib/lib/mbrtoc32.c n = 1; n 99 maint/gnulib/lib/mbrtoc32.c if (n == 0) n 112 maint/gnulib/lib/mbrtoc32.c size_t ret = mbrtoc32 (&wc, s, n, ps); n 116 maint/gnulib/lib/mbrtoc32.c size_t ret = mbrtoc32 (pwc, s, n, ps); n 120 maint/gnulib/lib/mbrtoc32.c if ((size_t) -2 <= ret && n != 0 && ! hard_locale (LC_CTYPE)) n 151 maint/gnulib/lib/mbrtoc32.c m = n; n 164 maint/gnulib/lib/mbrtoc32.c if (n >= 2 && m < 4) n 167 maint/gnulib/lib/mbrtoc32.c if (n >= 3 && m < 4) n 228 maint/gnulib/lib/mbrtoc32.c size_t ret = mbrtowc (&wc, s, n, ps); n 238 maint/gnulib/lib/mbrtoc32.c size_t ret = mbrtowc (&wc, s, n, ps); n 28 maint/gnulib/lib/mbrtowc-impl.h n = 1; n 31 maint/gnulib/lib/mbrtowc-impl.h if (n == 0) n 51 maint/gnulib/lib/mbrtowc-impl.h m = n; n 64 maint/gnulib/lib/mbrtowc-impl.h if (n >= 2 && m < 4) n 67 maint/gnulib/lib/mbrtowc-impl.h if (n >= 3 && m < 4) n 62 maint/gnulib/lib/mbrtowc.c mbrtowc (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps) n 79 maint/gnulib/lib/mbrtowc.c rpl_mbrtowc (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps) n 89 maint/gnulib/lib/mbrtowc.c n = 1; n 94 maint/gnulib/lib/mbrtowc.c if (n == 0) n 114 maint/gnulib/lib/mbrtowc.c for (; n > 0; s++, n--) n 134 maint/gnulib/lib/mbrtowc.c ret = mbrtowc (&wc, s, n, ps); n 138 maint/gnulib/lib/mbrtowc.c ret = mbrtowc (pwc, s, n, ps); n 147 maint/gnulib/lib/mbrtowc.c if ((size_t) -2 <= ret && n != 0 && ! hard_locale (LC_CTYPE)) n 39 maint/gnulib/lib/mbsncasecmp.c mbsncasecmp (const char *s1, const char *s2, size_t n) n 41 maint/gnulib/lib/mbsncasecmp.c if (s1 == s2 || n == 0) n 62 maint/gnulib/lib/mbsncasecmp.c if (--n == 0) n 87 maint/gnulib/lib/mbsncasecmp.c if (--n == 0 || c1 == '\0' || c1 != c2) n 23 maint/gnulib/lib/mbtowc-impl.h mbtowc (wchar_t *pwc, const char *s, size_t n) n 34 maint/gnulib/lib/mbtowc-impl.h result = mbrtowc (&wc, s, n, &state); n 60 maint/gnulib/lib/md2-stream.c size_t n; n 66 maint/gnulib/lib/md2-stream.c n = fread (buffer + sum, 1, BLOCKSIZE - sum, stream); n 68 maint/gnulib/lib/md2-stream.c sum += n; n 73 maint/gnulib/lib/md2-stream.c if (n == 0) n 104 maint/gnulib/lib/md2.c unsigned long n; n 108 maint/gnulib/lib/md2.c n = MIN (len, (16 - ctx->curlen)); n 109 maint/gnulib/lib/md2.c memcpy (ctx->buf + ctx->curlen, in, (size_t) n); n 110 maint/gnulib/lib/md2.c ctx->curlen += n; n 111 maint/gnulib/lib/md2.c in += n; n 112 maint/gnulib/lib/md2.c len -= n; n 60 maint/gnulib/lib/md4-stream.c size_t n; n 66 maint/gnulib/lib/md4-stream.c n = fread (buffer + sum, 1, BLOCKSIZE - sum, stream); n 68 maint/gnulib/lib/md4-stream.c sum += n; n 73 maint/gnulib/lib/md4-stream.c if (n == 0) n 34 maint/gnulib/lib/md4.c # define SWAP(n) bswap_32 (n) n 36 maint/gnulib/lib/md4.c # define SWAP(n) (n) n 203 maint/gnulib/lib/md4.c #define rol(x, n) (((x) << (n)) | ((uint32_t) (x) >> (32 - (n)))) n 83 maint/gnulib/lib/md5-stream.c size_t n; n 97 maint/gnulib/lib/md5-stream.c n = fread (buffer + sum, 1, BLOCKSIZE - sum, stream); n 99 maint/gnulib/lib/md5-stream.c sum += n; n 104 maint/gnulib/lib/md5-stream.c if (n == 0) n 52 maint/gnulib/lib/md5.c # define SWAP(n) bswap_32 (n) n 54 maint/gnulib/lib/md5.c # define SWAP(n) (n) n 32 maint/gnulib/lib/memcasecmp.c memcasecmp (const void *vs1, const void *vs2, size_t n) n 37 maint/gnulib/lib/memcasecmp.c for (i = 0; i < n; i++) n 22 maint/gnulib/lib/memcasecmp.h int memcasecmp (const void *vs1, const void *vs2, size_t n) _GL_ATTRIBUTE_PURE; n 59 maint/gnulib/lib/memchr.c __memchr (void const *s, int c_in, size_t n) n 79 maint/gnulib/lib/memchr.c n > 0 && (size_t) char_ptr % sizeof (longword) != 0; n 80 maint/gnulib/lib/memchr.c --n, ++char_ptr) n 142 maint/gnulib/lib/memchr.c while (n >= sizeof (longword)) n 150 maint/gnulib/lib/memchr.c n -= sizeof (longword); n 162 maint/gnulib/lib/memchr.c for (; n > 0; --n, ++char_ptr) n 36 maint/gnulib/lib/memchr2.c memchr2 (void const *s, int c1_in, int c2_in, size_t n) n 58 maint/gnulib/lib/memchr2.c return memchr (s, c1, n); n 63 maint/gnulib/lib/memchr2.c n > 0 && (uintptr_t) void_ptr % sizeof (longword) != 0; n 64 maint/gnulib/lib/memchr2.c --n) n 140 maint/gnulib/lib/memchr2.c while (n >= sizeof (longword)) n 150 maint/gnulib/lib/memchr2.c n -= sizeof (longword); n 162 maint/gnulib/lib/memchr2.c for (; n > 0; --n, ++char_ptr) n 27 maint/gnulib/lib/memchr2.h extern void *memchr2 (void const *s, int c1, int c2, size_t n) n 28 maint/gnulib/lib/mempcpy.c mempcpy (void *dest, const void *src, size_t n) n 30 maint/gnulib/lib/mempcpy.c return (char *) memcpy (dest, src, n) + n; n 46 maint/gnulib/lib/memrchr.c __memrchr (void const *s, int c_in, size_t n) n 65 maint/gnulib/lib/memrchr.c for (char_ptr = (const unsigned char *) s + n; n 66 maint/gnulib/lib/memrchr.c n > 0 && (size_t) char_ptr % sizeof (longword) != 0; n 67 maint/gnulib/lib/memrchr.c --n) n 129 maint/gnulib/lib/memrchr.c while (n >= sizeof (longword)) n 139 maint/gnulib/lib/memrchr.c n -= sizeof (longword); n 151 maint/gnulib/lib/memrchr.c while (n-- > 0) n 25 maint/gnulib/lib/memxor.c memxor (void *restrict dest, const void *restrict src, size_t n) n 30 maint/gnulib/lib/memxor.c for (; n > 0; n--) n 28 maint/gnulib/lib/memxor.h void *memxor (void *restrict dest, const void *restrict src, size_t n); n 382 maint/gnulib/lib/mini-gmp.c mpn_copyi (mp_ptr d, mp_srcptr s, mp_size_t n) n 385 maint/gnulib/lib/mini-gmp.c for (i = 0; i < n; i++) n 390 maint/gnulib/lib/mini-gmp.c mpn_copyd (mp_ptr d, mp_srcptr s, mp_size_t n) n 392 maint/gnulib/lib/mini-gmp.c while (--n >= 0) n 393 maint/gnulib/lib/mini-gmp.c d[n] = s[n]; n 397 maint/gnulib/lib/mini-gmp.c mpn_cmp (mp_srcptr ap, mp_srcptr bp, mp_size_t n) n 399 maint/gnulib/lib/mini-gmp.c while (--n >= 0) n 401 maint/gnulib/lib/mini-gmp.c if (ap[n] != bp[n]) n 402 maint/gnulib/lib/mini-gmp.c return ap[n] > bp[n] ? 1 : -1; n 417 maint/gnulib/lib/mini-gmp.c mpn_normalized_size (mp_srcptr xp, mp_size_t n) n 419 maint/gnulib/lib/mini-gmp.c while (n > 0 && xp[n-1] == 0) n 420 maint/gnulib/lib/mini-gmp.c --n; n 421 maint/gnulib/lib/mini-gmp.c return n; n 425 maint/gnulib/lib/mini-gmp.c mpn_zero_p(mp_srcptr rp, mp_size_t n) n 427 maint/gnulib/lib/mini-gmp.c return mpn_normalized_size (rp, n) == 0; n 431 maint/gnulib/lib/mini-gmp.c mpn_zero (mp_ptr rp, mp_size_t n) n 433 maint/gnulib/lib/mini-gmp.c while (--n >= 0) n 434 maint/gnulib/lib/mini-gmp.c rp[n] = 0; n 438 maint/gnulib/lib/mini-gmp.c mpn_add_1 (mp_ptr rp, mp_srcptr ap, mp_size_t n, mp_limb_t b) n 442 maint/gnulib/lib/mini-gmp.c assert (n > 0); n 451 maint/gnulib/lib/mini-gmp.c while (++i < n); n 457 maint/gnulib/lib/mini-gmp.c mpn_add_n (mp_ptr rp, mp_srcptr ap, mp_srcptr bp, mp_size_t n) n 462 maint/gnulib/lib/mini-gmp.c for (i = 0, cy = 0; i < n; i++) n 489 maint/gnulib/lib/mini-gmp.c mpn_sub_1 (mp_ptr rp, mp_srcptr ap, mp_size_t n, mp_limb_t b) n 493 maint/gnulib/lib/mini-gmp.c assert (n > 0); n 504 maint/gnulib/lib/mini-gmp.c while (++i < n); n 510 maint/gnulib/lib/mini-gmp.c mpn_sub_n (mp_ptr rp, mp_srcptr ap, mp_srcptr bp, mp_size_t n) n 515 maint/gnulib/lib/mini-gmp.c for (i = 0, cy = 0; i < n; i++) n 541 maint/gnulib/lib/mini-gmp.c mpn_mul_1 (mp_ptr rp, mp_srcptr up, mp_size_t n, mp_limb_t vl) n 545 maint/gnulib/lib/mini-gmp.c assert (n >= 1); n 558 maint/gnulib/lib/mini-gmp.c while (--n != 0); n 564 maint/gnulib/lib/mini-gmp.c mpn_addmul_1 (mp_ptr rp, mp_srcptr up, mp_size_t n, mp_limb_t vl) n 568 maint/gnulib/lib/mini-gmp.c assert (n >= 1); n 584 maint/gnulib/lib/mini-gmp.c while (--n != 0); n 590 maint/gnulib/lib/mini-gmp.c mpn_submul_1 (mp_ptr rp, mp_srcptr up, mp_size_t n, mp_limb_t vl) n 594 maint/gnulib/lib/mini-gmp.c assert (n >= 1); n 610 maint/gnulib/lib/mini-gmp.c while (--n != 0); n 641 maint/gnulib/lib/mini-gmp.c mpn_mul_n (mp_ptr rp, mp_srcptr ap, mp_srcptr bp, mp_size_t n) n 643 maint/gnulib/lib/mini-gmp.c mpn_mul (rp, ap, n, bp, n); n 647 maint/gnulib/lib/mini-gmp.c mpn_sqr (mp_ptr rp, mp_srcptr ap, mp_size_t n) n 649 maint/gnulib/lib/mini-gmp.c mpn_mul (rp, ap, n, ap, n); n 653 maint/gnulib/lib/mini-gmp.c mpn_lshift (mp_ptr rp, mp_srcptr up, mp_size_t n, unsigned int cnt) n 659 maint/gnulib/lib/mini-gmp.c assert (n >= 1); n 663 maint/gnulib/lib/mini-gmp.c up += n; n 664 maint/gnulib/lib/mini-gmp.c rp += n; n 671 maint/gnulib/lib/mini-gmp.c while (--n != 0) n 683 maint/gnulib/lib/mini-gmp.c mpn_rshift (mp_ptr rp, mp_srcptr up, mp_size_t n, unsigned int cnt) n 689 maint/gnulib/lib/mini-gmp.c assert (n >= 1); n 698 maint/gnulib/lib/mini-gmp.c while (--n != 0) n 750 maint/gnulib/lib/mini-gmp.c mpn_com (mp_ptr rp, mp_srcptr up, mp_size_t n) n 752 maint/gnulib/lib/mini-gmp.c while (--n >= 0) n 757 maint/gnulib/lib/mini-gmp.c mpn_neg (mp_ptr rp, mp_srcptr up, mp_size_t n) n 762 maint/gnulib/lib/mini-gmp.c if (!--n) n 767 maint/gnulib/lib/mini-gmp.c mpn_com (++rp, ++up, --n); n 1471 maint/gnulib/lib/mini-gmp.c #define MPZ_REALLOC(z,n) ((n) > (z)->_mp_alloc \ n 1472 maint/gnulib/lib/mini-gmp.c ? mpz_realloc(z,n) \ n 1521 maint/gnulib/lib/mini-gmp.c mp_size_t n; n 1524 maint/gnulib/lib/mini-gmp.c n = GMP_ABS (x->_mp_size); n 1525 maint/gnulib/lib/mini-gmp.c rp = MPZ_REALLOC (r, n); n 1527 maint/gnulib/lib/mini-gmp.c mpn_copyi (rp, x->_mp_d, n); n 1623 maint/gnulib/lib/mini-gmp.c mp_size_t n = GMP_ABS (u->_mp_size); n 1624 maint/gnulib/lib/mini-gmp.c n = GMP_MIN (n, 1 + (mp_size_t) (GMP_ULONG_BITS - 1) / GMP_LIMB_BITS); n 1625 maint/gnulib/lib/mini-gmp.c while (--n >= 0) n 1626 maint/gnulib/lib/mini-gmp.c r = (r << LOCAL_GMP_LIMB_BITS) + u->_mp_d[n]; n 1640 maint/gnulib/lib/mini-gmp.c mpz_getlimbn (const mpz_t u, mp_size_t n) n 1642 maint/gnulib/lib/mini-gmp.c if (n >= 0 && n < GMP_ABS (u->_mp_size)) n 1643 maint/gnulib/lib/mini-gmp.c return u->_mp_d[n]; n 1649 maint/gnulib/lib/mini-gmp.c mpz_realloc2 (mpz_t x, mp_bitcnt_t n) n 1651 maint/gnulib/lib/mini-gmp.c mpz_realloc (x, 1 + (n - (n != 0)) / GMP_LIMB_BITS); n 1661 maint/gnulib/lib/mini-gmp.c mpz_limbs_modify (mpz_t x, mp_size_t n) n 1663 maint/gnulib/lib/mini-gmp.c assert (n > 0); n 1664 maint/gnulib/lib/mini-gmp.c return MPZ_REALLOC (x, n); n 1668 maint/gnulib/lib/mini-gmp.c mpz_limbs_write (mpz_t x, mp_size_t n) n 1670 maint/gnulib/lib/mini-gmp.c return mpz_limbs_modify (x, n); n 2188 maint/gnulib/lib/mini-gmp.c const mpz_t n, const mpz_t d, enum mpz_div_round_mode mode) n 2191 maint/gnulib/lib/mini-gmp.c ns = n->_mp_size; n 2217 maint/gnulib/lib/mini-gmp.c mpz_sub (r, n, d); n 2225 maint/gnulib/lib/mini-gmp.c mpz_add (r, n, d); n 2233 maint/gnulib/lib/mini-gmp.c mpz_set (r, n); n 2245 maint/gnulib/lib/mini-gmp.c mpz_init_set (tr, n); n 2299 maint/gnulib/lib/mini-gmp.c mpz_cdiv_qr (mpz_t q, mpz_t r, const mpz_t n, const mpz_t d) n 2301 maint/gnulib/lib/mini-gmp.c mpz_div_qr (q, r, n, d, GMP_DIV_CEIL); n 2305 maint/gnulib/lib/mini-gmp.c mpz_fdiv_qr (mpz_t q, mpz_t r, const mpz_t n, const mpz_t d) n 2307 maint/gnulib/lib/mini-gmp.c mpz_div_qr (q, r, n, d, GMP_DIV_FLOOR); n 2311 maint/gnulib/lib/mini-gmp.c mpz_tdiv_qr (mpz_t q, mpz_t r, const mpz_t n, const mpz_t d) n 2313 maint/gnulib/lib/mini-gmp.c mpz_div_qr (q, r, n, d, GMP_DIV_TRUNC); n 2317 maint/gnulib/lib/mini-gmp.c mpz_cdiv_q (mpz_t q, const mpz_t n, const mpz_t d) n 2319 maint/gnulib/lib/mini-gmp.c mpz_div_qr (q, NULL, n, d, GMP_DIV_CEIL); n 2323 maint/gnulib/lib/mini-gmp.c mpz_fdiv_q (mpz_t q, const mpz_t n, const mpz_t d) n 2325 maint/gnulib/lib/mini-gmp.c mpz_div_qr (q, NULL, n, d, GMP_DIV_FLOOR); n 2329 maint/gnulib/lib/mini-gmp.c mpz_tdiv_q (mpz_t q, const mpz_t n, const mpz_t d) n 2331 maint/gnulib/lib/mini-gmp.c mpz_div_qr (q, NULL, n, d, GMP_DIV_TRUNC); n 2335 maint/gnulib/lib/mini-gmp.c mpz_cdiv_r (mpz_t r, const mpz_t n, const mpz_t d) n 2337 maint/gnulib/lib/mini-gmp.c mpz_div_qr (NULL, r, n, d, GMP_DIV_CEIL); n 2341 maint/gnulib/lib/mini-gmp.c mpz_fdiv_r (mpz_t r, const mpz_t n, const mpz_t d) n 2343 maint/gnulib/lib/mini-gmp.c mpz_div_qr (NULL, r, n, d, GMP_DIV_FLOOR); n 2347 maint/gnulib/lib/mini-gmp.c mpz_tdiv_r (mpz_t r, const mpz_t n, const mpz_t d) n 2349 maint/gnulib/lib/mini-gmp.c mpz_div_qr (NULL, r, n, d, GMP_DIV_TRUNC); n 2353 maint/gnulib/lib/mini-gmp.c mpz_mod (mpz_t r, const mpz_t n, const mpz_t d) n 2355 maint/gnulib/lib/mini-gmp.c mpz_div_qr (NULL, r, n, d, d->_mp_size >= 0 ? GMP_DIV_FLOOR : GMP_DIV_CEIL); n 2519 maint/gnulib/lib/mini-gmp.c mpz_divexact (mpz_t q, const mpz_t n, const mpz_t d) n 2521 maint/gnulib/lib/mini-gmp.c gmp_assert_nocarry (mpz_div_qr (q, NULL, n, d, GMP_DIV_TRUNC)); n 2525 maint/gnulib/lib/mini-gmp.c mpz_divisible_p (const mpz_t n, const mpz_t d) n 2527 maint/gnulib/lib/mini-gmp.c return mpz_div_qr (NULL, NULL, n, d, GMP_DIV_TRUNC) == 0; n 2550 maint/gnulib/lib/mini-gmp.c const mpz_t n, unsigned long d, enum mpz_div_round_mode mode) n 2557 maint/gnulib/lib/mini-gmp.c mpz_div_qr (q, rr, n, dd, mode); n 2569 maint/gnulib/lib/mini-gmp.c mpz_cdiv_qr_ui (mpz_t q, mpz_t r, const mpz_t n, unsigned long d) n 2571 maint/gnulib/lib/mini-gmp.c return mpz_div_qr_ui (q, r, n, d, GMP_DIV_CEIL); n 2575 maint/gnulib/lib/mini-gmp.c mpz_fdiv_qr_ui (mpz_t q, mpz_t r, const mpz_t n, unsigned long d) n 2577 maint/gnulib/lib/mini-gmp.c return mpz_div_qr_ui (q, r, n, d, GMP_DIV_FLOOR); n 2581 maint/gnulib/lib/mini-gmp.c mpz_tdiv_qr_ui (mpz_t q, mpz_t r, const mpz_t n, unsigned long d) n 2583 maint/gnulib/lib/mini-gmp.c return mpz_div_qr_ui (q, r, n, d, GMP_DIV_TRUNC); n 2587 maint/gnulib/lib/mini-gmp.c mpz_cdiv_q_ui (mpz_t q, const mpz_t n, unsigned long d) n 2589 maint/gnulib/lib/mini-gmp.c return mpz_div_qr_ui (q, NULL, n, d, GMP_DIV_CEIL); n 2593 maint/gnulib/lib/mini-gmp.c mpz_fdiv_q_ui (mpz_t q, const mpz_t n, unsigned long d) n 2595 maint/gnulib/lib/mini-gmp.c return mpz_div_qr_ui (q, NULL, n, d, GMP_DIV_FLOOR); n 2599 maint/gnulib/lib/mini-gmp.c mpz_tdiv_q_ui (mpz_t q, const mpz_t n, unsigned long d) n 2601 maint/gnulib/lib/mini-gmp.c return mpz_div_qr_ui (q, NULL, n, d, GMP_DIV_TRUNC); n 2605 maint/gnulib/lib/mini-gmp.c mpz_cdiv_r_ui (mpz_t r, const mpz_t n, unsigned long d) n 2607 maint/gnulib/lib/mini-gmp.c return mpz_div_qr_ui (NULL, r, n, d, GMP_DIV_CEIL); n 2610 maint/gnulib/lib/mini-gmp.c mpz_fdiv_r_ui (mpz_t r, const mpz_t n, unsigned long d) n 2612 maint/gnulib/lib/mini-gmp.c return mpz_div_qr_ui (NULL, r, n, d, GMP_DIV_FLOOR); n 2615 maint/gnulib/lib/mini-gmp.c mpz_tdiv_r_ui (mpz_t r, const mpz_t n, unsigned long d) n 2617 maint/gnulib/lib/mini-gmp.c return mpz_div_qr_ui (NULL, r, n, d, GMP_DIV_TRUNC); n 2621 maint/gnulib/lib/mini-gmp.c mpz_cdiv_ui (const mpz_t n, unsigned long d) n 2623 maint/gnulib/lib/mini-gmp.c return mpz_div_qr_ui (NULL, NULL, n, d, GMP_DIV_CEIL); n 2627 maint/gnulib/lib/mini-gmp.c mpz_fdiv_ui (const mpz_t n, unsigned long d) n 2629 maint/gnulib/lib/mini-gmp.c return mpz_div_qr_ui (NULL, NULL, n, d, GMP_DIV_FLOOR); n 2633 maint/gnulib/lib/mini-gmp.c mpz_tdiv_ui (const mpz_t n, unsigned long d) n 2635 maint/gnulib/lib/mini-gmp.c return mpz_div_qr_ui (NULL, NULL, n, d, GMP_DIV_TRUNC); n 2639 maint/gnulib/lib/mini-gmp.c mpz_mod_ui (mpz_t r, const mpz_t n, unsigned long d) n 2641 maint/gnulib/lib/mini-gmp.c return mpz_div_qr_ui (NULL, r, n, d, GMP_DIV_FLOOR); n 2645 maint/gnulib/lib/mini-gmp.c mpz_divexact_ui (mpz_t q, const mpz_t n, unsigned long d) n 2647 maint/gnulib/lib/mini-gmp.c gmp_assert_nocarry (mpz_div_qr_ui (q, NULL, n, d, GMP_DIV_TRUNC)); n 2651 maint/gnulib/lib/mini-gmp.c mpz_divisible_ui_p (const mpz_t n, unsigned long d) n 2653 maint/gnulib/lib/mini-gmp.c return mpz_div_qr_ui (NULL, NULL, n, d, GMP_DIV_TRUNC) == 0; n 3298 maint/gnulib/lib/mini-gmp.c mpn_perfect_square_p (mp_srcptr p, mp_size_t n) n 3302 maint/gnulib/lib/mini-gmp.c assert (n > 0); n 3303 maint/gnulib/lib/mini-gmp.c assert (p [n-1] != 0); n 3304 maint/gnulib/lib/mini-gmp.c return mpz_root (NULL, mpz_roinit_normal_n (t, p, n), 2); n 3308 maint/gnulib/lib/mini-gmp.c mpn_sqrtrem (mp_ptr sp, mp_ptr rp, mp_srcptr p, mp_size_t n) n 3313 maint/gnulib/lib/mini-gmp.c assert (n > 0); n 3314 maint/gnulib/lib/mini-gmp.c assert (p [n-1] != 0); n 3318 maint/gnulib/lib/mini-gmp.c mpz_rootrem (s, r, mpz_roinit_normal_n (u, p, n), 2); n 3320 maint/gnulib/lib/mini-gmp.c assert (s->_mp_size == (n+1)/2); n 3333 maint/gnulib/lib/mini-gmp.c mpz_mfac_uiui (mpz_t x, unsigned long n, unsigned long m) n 3335 maint/gnulib/lib/mini-gmp.c mpz_set_ui (x, n + (n == 0)); n 3337 maint/gnulib/lib/mini-gmp.c while (n > m + 1) n 3338 maint/gnulib/lib/mini-gmp.c mpz_mul_ui (x, x, n -= m); n 3342 maint/gnulib/lib/mini-gmp.c mpz_2fac_ui (mpz_t x, unsigned long n) n 3344 maint/gnulib/lib/mini-gmp.c mpz_mfac_uiui (x, n, 2); n 3348 maint/gnulib/lib/mini-gmp.c mpz_fac_ui (mpz_t x, unsigned long n) n 3350 maint/gnulib/lib/mini-gmp.c mpz_mfac_uiui (x, n, 1); n 3354 maint/gnulib/lib/mini-gmp.c mpz_bin_uiui (mpz_t r, unsigned long n, unsigned long k) n 3358 maint/gnulib/lib/mini-gmp.c mpz_set_ui (r, k <= n); n 3360 maint/gnulib/lib/mini-gmp.c if (k > (n >> 1)) n 3361 maint/gnulib/lib/mini-gmp.c k = (k <= n) ? n - k : 0; n 3367 maint/gnulib/lib/mini-gmp.c mpz_mul_ui (r, r, n--); n 3419 maint/gnulib/lib/mini-gmp.c gmp_lucas_step_k_2k (mpz_t V, mpz_t Qk, const mpz_t n) n 3421 maint/gnulib/lib/mini-gmp.c mpz_mod (Qk, Qk, n); n 3425 maint/gnulib/lib/mini-gmp.c mpz_tdiv_r (V, V, n); n 3436 maint/gnulib/lib/mini-gmp.c mp_bitcnt_t b0, const mpz_t n) n 3445 maint/gnulib/lib/mini-gmp.c assert (mpz_cmp_ui (n, 4) > 0); n 3446 maint/gnulib/lib/mini-gmp.c assert (mpz_odd_p (n)); n 3452 maint/gnulib/lib/mini-gmp.c for (bs = mpz_sizeinbase (n, 2) - 1; --bs >= b0;) n 3458 maint/gnulib/lib/mini-gmp.c gmp_lucas_step_k_2k (V, Qk, n); n 3463 maint/gnulib/lib/mini-gmp.c if (b0 == bs || mpz_tstbit (n, bs)) n 3473 maint/gnulib/lib/mini-gmp.c mpz_add (U, U, n); n 3479 maint/gnulib/lib/mini-gmp.c mpz_tdiv_r (V, V, n); n 3481 maint/gnulib/lib/mini-gmp.c mpz_tdiv_r (U, U, n); n 3496 maint/gnulib/lib/mini-gmp.c mpz_t V, n; n 3502 maint/gnulib/lib/mini-gmp.c mpz_roinit_normal_n (n, x->_mp_d, GMP_ABS (x->_mp_size)); n 3504 maint/gnulib/lib/mini-gmp.c assert (mpz_odd_p (n)); n 3506 maint/gnulib/lib/mini-gmp.c if (mpz_root (Qk, n, 2)) n 3521 maint/gnulib/lib/mini-gmp.c tl = mpz_tdiv_ui (n, D); n 3530 maint/gnulib/lib/mini-gmp.c b0 = mpn_common_scan (~ n->_mp_d[0], 0, n->_mp_d, n->_mp_size, GMP_LIMB_MAX); n 3536 maint/gnulib/lib/mini-gmp.c if (! gmp_lucas_mod (V, Qk, Q, b0, n)) /* If Ud != 0 */ n 3540 maint/gnulib/lib/mini-gmp.c gmp_lucas_step_k_2k (V, Qk, n); n 3547 maint/gnulib/lib/mini-gmp.c gmp_millerrabin (const mpz_t n, const mpz_t nm1, mpz_t y, n 3553 maint/gnulib/lib/mini-gmp.c mpz_powm (y, y, q, n); n 3560 maint/gnulib/lib/mini-gmp.c mpz_powm_ui (y, y, 2, n); n 3575 maint/gnulib/lib/mini-gmp.c mpz_probab_prime_p (const mpz_t n, int reps) n 3586 maint/gnulib/lib/mini-gmp.c if (mpz_even_p (n)) n 3587 maint/gnulib/lib/mini-gmp.c return (mpz_cmpabs_ui (n, 2) == 0) ? 2 : 0; n 3590 maint/gnulib/lib/mini-gmp.c assert (n->_mp_size != 0); n 3592 maint/gnulib/lib/mini-gmp.c if (mpz_cmpabs_ui (n, 64) < 0) n 3593 maint/gnulib/lib/mini-gmp.c return (GMP_PRIME_MASK >> (n->_mp_d[0] >> 1)) & 2; n 3595 maint/gnulib/lib/mini-gmp.c if (mpz_gcd_ui (NULL, n, GMP_PRIME_PRODUCT) != 1) n 3599 maint/gnulib/lib/mini-gmp.c if (mpz_cmpabs_ui (n, 31*31) < 0) n 3606 maint/gnulib/lib/mini-gmp.c mpz_abs (nm1, n); n 3614 maint/gnulib/lib/mini-gmp.c is_prime = gmp_millerrabin (n, nm1, y, q, k) && gmp_stronglucas (n, y); n 3632 maint/gnulib/lib/mini-gmp.c is_prime = gmp_millerrabin (n, nm1, y, q, k); n 4038 maint/gnulib/lib/mini-gmp.c mpn_popcount (mp_srcptr p, mp_size_t n) n 4043 maint/gnulib/lib/mini-gmp.c for (c = 0, i = 0; i < n; i++) n 4427 maint/gnulib/lib/mini-gmp.c size_t len, n; n 4433 maint/gnulib/lib/mini-gmp.c n = fwrite (str, 1, len, stream); n 4435 maint/gnulib/lib/mini-gmp.c return n; n 37 maint/gnulib/lib/mpsort.c mpsort_into_tmp (void const **restrict base, size_t n, n 41 maint/gnulib/lib/mpsort.c size_t n1 = n / 2; n 42 maint/gnulib/lib/mpsort.c size_t n2 = n - n1; n 46 maint/gnulib/lib/mpsort.c size_t blim = n; n 86 maint/gnulib/lib/mpsort.c mpsort_with_tmp (void const **restrict base, size_t n, n 90 maint/gnulib/lib/mpsort.c if (n <= 2) n 92 maint/gnulib/lib/mpsort.c if (n == 2) n 105 maint/gnulib/lib/mpsort.c size_t n1 = n / 2; n 106 maint/gnulib/lib/mpsort.c size_t n2 = n - n1; n 111 maint/gnulib/lib/mpsort.c size_t blim = n; n 153 maint/gnulib/lib/mpsort.c mpsort (void const **base, size_t n, comparison_function cmp) n 155 maint/gnulib/lib/mpsort.c mpsort_with_tmp (base, n, base + n, cmp); n 80 maint/gnulib/lib/nstrftime.c # define MEMCPY(d, s, n) __wmemcpy (d, s, n) n 90 maint/gnulib/lib/nstrftime.c # define MEMCPY(d, s, n) memcpy (d, s, n) n 157 maint/gnulib/lib/nstrftime.c #define add(n, f) width_add (width, n, f) n 158 maint/gnulib/lib/nstrftime.c #define width_add(width, n, f) \ n 161 maint/gnulib/lib/nstrftime.c size_t _n = (n); \ n 192 maint/gnulib/lib/nstrftime.c #define cpy(n, s) width_cpy (width, n, s) n 194 maint/gnulib/lib/nstrftime.c # define width_cpy(width, n, s) \ n 195 maint/gnulib/lib/nstrftime.c width_add (width, n, \ n 215 maint/gnulib/lib/nstrftime.c # define width_cpy(width, n, s) \ n 216 maint/gnulib/lib/nstrftime.c width_add (width, n, \ n 1123 maint/gnulib/lib/nstrftime.c int n = ns, ns_digits = 9; n 1127 maint/gnulib/lib/nstrftime.c while (width < ndigs || (1 < ndigs && n % 10 == 0)) n 1128 maint/gnulib/lib/nstrftime.c ndigs--, n /= 10; n 1130 maint/gnulib/lib/nstrftime.c buf[j - 1] = n % 10 + L_('0'), n /= 10; n 281 maint/gnulib/lib/obstack.h #define obstack_blank_fast(h, n) ((void) ((h)->next_free += (n))) n 113 maint/gnulib/lib/parse-datetime.y time_overflow (intmax_t n) n 115 maint/gnulib/lib/parse-datetime.y return ! ((TYPE_SIGNED (time_t) ? TYPE_MINIMUM (time_t) <= n : 0 <= n) n 116 maint/gnulib/lib/parse-datetime.y && n <= TYPE_MAXIMUM (time_t)); n 340 maint/gnulib/lib/parse-datetime.y str_days (parser_control *pc, char *buffer, int n) n 378 maint/gnulib/lib/parse-datetime.y ? snprintf (buffer, n, "%s", ordinal_values[pc->day_ordinal + 1]) n 379 maint/gnulib/lib/parse-datetime.y : snprintf (buffer, n, "%"PRIdMAX, pc->day_ordinal)); n 388 maint/gnulib/lib/parse-datetime.y if (0 <= pc->day_number && pc->day_number <= 6 && 0 <= len && len < n) n 389 maint/gnulib/lib/parse-datetime.y snprintf (buffer + len, n - len, &" %s"[len == 0], n 1577 maint/gnulib/lib/parse-datetime.y char *buf, int n) n 1602 maint/gnulib/lib/parse-datetime.y int m = nstrftime (buf, n, "(Y-M-D) %Y-%m-%d %H:%M:%S", tm, 0, 0); n 1606 maint/gnulib/lib/parse-datetime.y if (pc && m < n && pc->zones_seen) n 1615 maint/gnulib/lib/parse-datetime.y snprintf (&buf[m], n - m, " TZ=%s", time_zone_str (tz, time_zone_buf)); n 1621 maint/gnulib/lib/parse-datetime.y debug_strfdate (struct tm const *tm, char *buf, int n) n 1624 maint/gnulib/lib/parse-datetime.y snprintf (buf, n, "(Y-M-D) %s-%02d-%02d", n 1631 maint/gnulib/lib/parse-datetime.y debug_strftime (struct tm const *tm, char *buf, int n) n 1633 maint/gnulib/lib/parse-datetime.y snprintf (buf, n, "%02d:%02d:%02d", tm->tm_hour, tm->tm_min, tm->tm_sec); n 306 maint/gnulib/lib/pipe-filter-gi.c int n, retval; n 309 maint/gnulib/lib/pipe-filter-gi.c n = 1; n 313 maint/gnulib/lib/pipe-filter-gi.c n = filter->fd[0] + 1; n 318 maint/gnulib/lib/pipe-filter-gi.c if (n <= filter->fd[1]) n 319 maint/gnulib/lib/pipe-filter-gi.c n = filter->fd[1] + 1; n 325 maint/gnulib/lib/pipe-filter-gi.c retval = select (n, n 330 maint/gnulib/lib/pipe-filter-gi.c n = retval; n 332 maint/gnulib/lib/pipe-filter-gi.c if (n < 0) n 61 maint/gnulib/lib/pipe-filter-ii.c _beginthreadex (void *s, unsigned n, unsigned int WINAPI (*start) (void *), n 76 maint/gnulib/lib/pipe-filter-ii.c h->tid = _beginthread (start_wrapper, NULL, n, (void *) h); n 434 maint/gnulib/lib/pipe-filter-ii.c int n, retval; n 437 maint/gnulib/lib/pipe-filter-ii.c n = fd[0] + 1; n 441 maint/gnulib/lib/pipe-filter-ii.c if (n <= fd[1]) n 442 maint/gnulib/lib/pipe-filter-ii.c n = fd[1] + 1; n 449 maint/gnulib/lib/pipe-filter-ii.c retval = select (n, &readfds, (!done_writing ? &writefds : NULL), n 452 maint/gnulib/lib/pipe-filter-ii.c n = retval; n 454 maint/gnulib/lib/pipe-filter-ii.c if (n < 0) n 50 maint/gnulib/lib/posixtm.c year (struct tm *tm, const int *digit_pair, idx_t n, unsigned int syntax_bits) n 52 maint/gnulib/lib/posixtm.c switch (n) n 26 maint/gnulib/lib/pread.c #define __libc_read(f,b,n) read (f, b, n) n 93 maint/gnulib/lib/printf-parse.c size_t n = (_index_); \ n 94 maint/gnulib/lib/printf-parse.c if (n >= a_allocated) \ n 100 maint/gnulib/lib/printf-parse.c if (a_allocated <= n) \ n 101 maint/gnulib/lib/printf-parse.c a_allocated = xsum (n, 1); \ n 116 maint/gnulib/lib/printf-parse.c while (a->count <= n) \ n 118 maint/gnulib/lib/printf-parse.c if (a->arg[n].type == TYPE_NONE) \ n 119 maint/gnulib/lib/printf-parse.c a->arg[n].type = (_type_); \ n 120 maint/gnulib/lib/printf-parse.c else if (a->arg[n].type != (_type_)) \ n 153 maint/gnulib/lib/printf-parse.c size_t n = 0; n 156 maint/gnulib/lib/printf-parse.c n = xsum (xtimes (n, 10), *np - '0'); n 157 maint/gnulib/lib/printf-parse.c if (n == 0) n 160 maint/gnulib/lib/printf-parse.c if (size_overflow_p (n)) n 163 maint/gnulib/lib/printf-parse.c arg_index = n - 1; n 230 maint/gnulib/lib/printf-parse.c size_t n = 0; n 233 maint/gnulib/lib/printf-parse.c n = xsum (xtimes (n, 10), *np - '0'); n 234 maint/gnulib/lib/printf-parse.c if (n == 0) n 237 maint/gnulib/lib/printf-parse.c if (size_overflow_p (n)) n 240 maint/gnulib/lib/printf-parse.c dp->width_arg_index = n - 1; n 287 maint/gnulib/lib/printf-parse.c size_t n = 0; n 290 maint/gnulib/lib/printf-parse.c n = xsum (xtimes (n, 10), *np - '0'); n 291 maint/gnulib/lib/printf-parse.c if (n == 0) n 294 maint/gnulib/lib/printf-parse.c if (size_overflow_p (n)) n 298 maint/gnulib/lib/printf-parse.c dp->precision_arg_index = n - 1; n 141 maint/gnulib/lib/progreloc.c size_t n = safe_read (fd, ptr, count); n 142 maint/gnulib/lib/progreloc.c if (n == (size_t) -1) n 144 maint/gnulib/lib/progreloc.c if (n == 0) n 149 maint/gnulib/lib/progreloc.c total += n; n 150 maint/gnulib/lib/progreloc.c ptr += n; n 151 maint/gnulib/lib/progreloc.c count -= n; n 80 maint/gnulib/lib/ptsname_r.c int n; n 95 maint/gnulib/lib/ptsname_r.c n = strlen (tmpbuf); n 96 maint/gnulib/lib/ptsname_r.c if (n >= buflen) n 101 maint/gnulib/lib/ptsname_r.c memcpy (buf, tmpbuf, n + 1); n 145 maint/gnulib/lib/ptsname_r.c int n = sprintf (tmpbuf, "/dev/pts/%u", minor (st.st_rdev)); n 146 maint/gnulib/lib/ptsname_r.c if (n >= buflen) n 151 maint/gnulib/lib/ptsname_r.c memcpy (buf, tmpbuf, n + 1); n 168 maint/gnulib/lib/ptsname_r.c int n; n 181 maint/gnulib/lib/ptsname_r.c n = sprintf (tmpbuf, "/dev/pts/%u", minor (dev)); n 182 maint/gnulib/lib/ptsname_r.c if (n >= buflen) n 187 maint/gnulib/lib/ptsname_r.c memcpy (buf, tmpbuf, n + 1); n 29 maint/gnulib/lib/pwrite.c #define __libc_write(f,b,n) write (f, b, n) n 31 maint/gnulib/lib/quote.h char const *quote_n_mem (int n, char const *arg, size_t argsize); n 40 maint/gnulib/lib/quote.h char const *quote_n (int n, char const *arg); n 870 maint/gnulib/lib/quotearg.c quotearg_n_options (int n, char const *arg, size_t argsize, n 878 maint/gnulib/lib/quotearg.c if (! (0 <= n && n < nslots_max)) n 881 maint/gnulib/lib/quotearg.c if (nslots <= n) n 887 maint/gnulib/lib/quotearg.c n - nslots + 1, nslots_max, sizeof *sv); n 895 maint/gnulib/lib/quotearg.c size_t size = sv[n].size; n 896 maint/gnulib/lib/quotearg.c char *val = sv[n].val; n 907 maint/gnulib/lib/quotearg.c sv[n].size = size = qsize + 1; n 910 maint/gnulib/lib/quotearg.c sv[n].val = val = xcharalloc (size); n 923 maint/gnulib/lib/quotearg.c quotearg_n (int n, char const *arg) n 925 maint/gnulib/lib/quotearg.c return quotearg_n_options (n, arg, SIZE_MAX, &default_quoting_options); n 929 maint/gnulib/lib/quotearg.c quotearg_n_mem (int n, char const *arg, size_t argsize) n 931 maint/gnulib/lib/quotearg.c return quotearg_n_options (n, arg, argsize, &default_quoting_options); n 947 maint/gnulib/lib/quotearg.c quotearg_n_style (int n, enum quoting_style s, char const *arg) n 950 maint/gnulib/lib/quotearg.c return quotearg_n_options (n, arg, SIZE_MAX, &o); n 954 maint/gnulib/lib/quotearg.c quotearg_n_style_mem (int n, enum quoting_style s, n 958 maint/gnulib/lib/quotearg.c return quotearg_n_options (n, arg, argsize, &o); n 1001 maint/gnulib/lib/quotearg.c quotearg_n_style_colon (int n, enum quoting_style s, char const *arg) n 1006 maint/gnulib/lib/quotearg.c return quotearg_n_options (n, arg, SIZE_MAX, &options); n 1010 maint/gnulib/lib/quotearg.c quotearg_n_custom (int n, char const *left_quote, n 1013 maint/gnulib/lib/quotearg.c return quotearg_n_custom_mem (n, left_quote, right_quote, arg, n 1018 maint/gnulib/lib/quotearg.c quotearg_n_custom_mem (int n, char const *left_quote, n 1024 maint/gnulib/lib/quotearg.c return quotearg_n_options (n, arg, argsize, &o); n 1053 maint/gnulib/lib/quotearg.c quote_n_mem (int n, char const *arg, size_t argsize) n 1055 maint/gnulib/lib/quotearg.c return quotearg_n_options (n, arg, argsize, "e_quoting_options); n 1065 maint/gnulib/lib/quotearg.c quote_n (int n, char const *arg) n 1067 maint/gnulib/lib/quotearg.c return quote_n_mem (n, arg, SIZE_MAX); n 358 maint/gnulib/lib/quotearg.h char *quotearg_n (int n, char const *arg); n 366 maint/gnulib/lib/quotearg.h char *quotearg_n_mem (int n, char const *arg, size_t argsize); n 374 maint/gnulib/lib/quotearg.h char *quotearg_n_style (int n, enum quoting_style s, char const *arg); n 379 maint/gnulib/lib/quotearg.h char *quotearg_n_style_mem (int n, enum quoting_style s, n 403 maint/gnulib/lib/quotearg.h char *quotearg_n_style_colon (int n, enum quoting_style s, char const *arg); n 409 maint/gnulib/lib/quotearg.h char *quotearg_n_custom (int n, char const *left_quote, n 414 maint/gnulib/lib/quotearg.h char *quotearg_n_custom_mem (int n, char const *left_quote, n 247 maint/gnulib/lib/random.c __initstate (unsigned int seed, char *arg_state, size_t n) n 256 maint/gnulib/lib/random.c ret = __initstate_r (seed, arg_state, n, &unsafe_state); n 257 maint/gnulib/lib/random_r.c __initstate_r (unsigned int seed, char *arg_state, size_t n, n 274 maint/gnulib/lib/random_r.c if (n >= BREAK_3) n 275 maint/gnulib/lib/random_r.c type = n < BREAK_4 ? TYPE_3 : TYPE_4; n 276 maint/gnulib/lib/random_r.c else if (n < BREAK_1) n 278 maint/gnulib/lib/random_r.c if (n < BREAK_0) n 284 maint/gnulib/lib/random_r.c type = n < BREAK_2 ? TYPE_1 : TYPE_2; n 54 maint/gnulib/lib/readtokens.c get_nth_bit (size_t n, word const *bitset) n 56 maint/gnulib/lib/readtokens.c return bitset[n / bits_per_word] >> n % bits_per_word & 1; n 60 maint/gnulib/lib/readtokens.c set_nth_bit (size_t n, word *bitset) n 63 maint/gnulib/lib/readtokens.c bitset[n / bits_per_word] |= one << n % bits_per_word; n 103 maint/gnulib/lib/readtokens.c idx_t n = tokenbuffer->size; n 110 maint/gnulib/lib/readtokens.c if (i == n) n 111 maint/gnulib/lib/readtokens.c p = xpalloc (p, &n, 1, -1, sizeof *p); n 128 maint/gnulib/lib/readtokens.c tokenbuffer->size = n; n 38 maint/gnulib/lib/realloc.c rpl_realloc (void *p, size_t n) n 41 maint/gnulib/lib/realloc.c return malloc (n); n 43 maint/gnulib/lib/realloc.c if (n == 0) n 49 maint/gnulib/lib/realloc.c if (xalloc_oversized (n, 1)) n 55 maint/gnulib/lib/realloc.c void *result = realloc (p, n); n 528 maint/gnulib/lib/regex.h # define _REGEX_NELTS(n) n n 530 maint/gnulib/lib/regex.h # define _REGEX_NELTS(n) n 165 maint/gnulib/lib/regex_internal.h # define REGEX_COB128(n) (REGEX_COB64 ((n) >> 31 >> 31 >> 2) + REGEX_COB64 (n)) n 166 maint/gnulib/lib/regex_internal.h # define REGEX_COB64(n) (REGEX_COB32 ((n) >> 31 >> 1) + REGEX_COB32 (n)) n 167 maint/gnulib/lib/regex_internal.h # define REGEX_COB32(n) (REGEX_COB16 ((n) >> 16) + REGEX_COB16 (n)) n 168 maint/gnulib/lib/regex_internal.h # define REGEX_COB16(n) (REGEX_COB8 ((n) >> 8) + REGEX_COB8 (n)) n 169 maint/gnulib/lib/regex_internal.h # define REGEX_COB8(n) (REGEX_COB4 ((n) >> 4) + REGEX_COB4 (n)) n 170 maint/gnulib/lib/regex_internal.h # define REGEX_COB4(n) (!!((n) & 8) + !!((n) & 4) + !!((n) & 2) + ((n) & 1)) n 455 maint/gnulib/lib/regex_internal.h #define re_malloc(t,n) ((t *) malloc ((n) * sizeof (t))) n 456 maint/gnulib/lib/regex_internal.h #define re_realloc(p,t,n) ((t *) realloc (p, (n) * sizeof (t))) n 21 maint/gnulib/lib/regexec.c Idx n); n 4009 maint/gnulib/lib/regexec.c match_ctx_init (re_match_context_t *mctx, int eflags, Idx n) n 4013 maint/gnulib/lib/regexec.c if (n > 0) n 4019 maint/gnulib/lib/regexec.c if (__glibc_unlikely (MIN (IDX_MAX, SIZE_MAX / max_object_size) < n)) n 4022 maint/gnulib/lib/regexec.c mctx->bkref_ents = re_malloc (struct re_backref_cache_entry, n); n 4023 maint/gnulib/lib/regexec.c mctx->sub_tops = re_malloc (re_sub_match_top_t *, n); n 4032 maint/gnulib/lib/regexec.c mctx->abkref_ents = n; n 4034 maint/gnulib/lib/regexec.c mctx->asub_tops = n; n 1520 maint/gnulib/lib/setlocale.c int n = CFArrayGetCount (prefArray); n 1521 maint/gnulib/lib/setlocale.c if (n > 0) n 71 maint/gnulib/lib/sha1-stream.c size_t n; n 85 maint/gnulib/lib/sha1-stream.c n = fread (buffer + sum, 1, BLOCKSIZE - sum, stream); n 87 maint/gnulib/lib/sha1-stream.c sum += n; n 92 maint/gnulib/lib/sha1-stream.c if (n == 0) n 38 maint/gnulib/lib/sha1.c # define SWAP(n) (n) n 40 maint/gnulib/lib/sha1.c # define SWAP(n) bswap_32 (n) n 242 maint/gnulib/lib/sha1.c #define rol(x, n) (((x) << (n)) | ((uint32_t) (x) >> (32 - (n)))) n 73 maint/gnulib/lib/sha256-stream.c size_t n; n 87 maint/gnulib/lib/sha256-stream.c n = fread (buffer + sum, 1, BLOCKSIZE - sum, stream); n 89 maint/gnulib/lib/sha256-stream.c sum += n; n 94 maint/gnulib/lib/sha256-stream.c if (n == 0) n 37 maint/gnulib/lib/sha256.c # define SWAP(n) (n) n 39 maint/gnulib/lib/sha256.c # define SWAP(n) bswap_32 (n) n 320 maint/gnulib/lib/sha256.c #define rol(x, n) (((x) << (n)) | ((x) >> (32 - (n)))) n 73 maint/gnulib/lib/sha512-stream.c size_t n; n 87 maint/gnulib/lib/sha512-stream.c n = fread (buffer + sum, 1, BLOCKSIZE - sum, stream); n 89 maint/gnulib/lib/sha512-stream.c sum += n; n 94 maint/gnulib/lib/sha512-stream.c if (n == 0) n 37 maint/gnulib/lib/sha512.c # define SWAP(n) (n) n 39 maint/gnulib/lib/sha512.c # define SWAP(n) bswap_64 (n) n 281 maint/gnulib/lib/sig2str.c long int n = strtol (signame, &endp, 10); n 282 maint/gnulib/lib/sig2str.c if (! *endp && n <= SIGNUM_BOUND) n 283 maint/gnulib/lib/sig2str.c return n; n 299 maint/gnulib/lib/sig2str.c long int n = strtol (signame + 5, &endp, 10); n 300 maint/gnulib/lib/sig2str.c if (! *endp && 0 <= n && n <= rtmax - rtmin) n 301 maint/gnulib/lib/sig2str.c return rtmin + n; n 305 maint/gnulib/lib/sig2str.c long int n = strtol (signame + 5, &endp, 10); n 306 maint/gnulib/lib/sig2str.c if (! *endp && rtmin - rtmax <= n && n <= 0) n 307 maint/gnulib/lib/sig2str.c return rtmax + n; n 87 maint/gnulib/lib/sinl.c int n; n 105 maint/gnulib/lib/sinl.c n = ieee754_rem_pio2l (x, y); n 106 maint/gnulib/lib/sinl.c switch (n & 3) n 67 maint/gnulib/lib/sm3-stream.c size_t n; n 73 maint/gnulib/lib/sm3-stream.c n = fread (buffer + sum, 1, BLOCKSIZE - sum, stream); n 75 maint/gnulib/lib/sm3-stream.c sum += n; n 80 maint/gnulib/lib/sm3-stream.c if (n == 0) n 40 maint/gnulib/lib/sm3.c # define SWAP(n) (n) n 42 maint/gnulib/lib/sm3.c # define SWAP(n) bswap_32 (n) n 285 maint/gnulib/lib/sm3.c #define rol(x, n) (((x) << ((n) & 31)) | ((x) >> ((32 - (n)) & 31))) n 185 maint/gnulib/lib/spawni.c memiszero (const void *p, size_t n) n 188 maint/gnulib/lib/spawni.c for (; n > 0; cp++, n--) n 174 maint/gnulib/lib/stackvma.c int n = read (fd, rof->buffer, size); n 175 maint/gnulib/lib/stackvma.c if (n < 0 && errno == EINTR) n 178 maint/gnulib/lib/stackvma.c if (!(n < 0 && errno == EFBIG)) n 181 maint/gnulib/lib/stackvma.c if (n <= 0) n 184 maint/gnulib/lib/stackvma.c if (n + MIN_LEFTOVER <= size) n 187 maint/gnulib/lib/stackvma.c rof->filled = n; n 193 maint/gnulib/lib/stackvma.c n = read (fd, rof->buffer + rof->filled, size - rof->filled); n 194 maint/gnulib/lib/stackvma.c if (n < 0 && errno == EINTR) n 196 maint/gnulib/lib/stackvma.c if (n < 0) n 199 maint/gnulib/lib/stackvma.c if (n + MIN_LEFTOVER > size - rof->filled) n 202 maint/gnulib/lib/stackvma.c if (n == 0) n 208 maint/gnulib/lib/stackvma.c rof->filled += n; n 152 maint/gnulib/lib/stdio-read.c fgets (char *s, int n, FILE *stream) n 155 maint/gnulib/lib/stdio-read.c CALL_WITH_ERRNO_FIX (char *, fgets (s, n, stream), ret == NULL) n 161 maint/gnulib/lib/stdio-read.c fread (void *ptr, size_t s, size_t n, FILE *stream) n 164 maint/gnulib/lib/stdio-read.c CALL_WITH_ERRNO_FIX (size_t, fread (ptr, s, n, stream), ret < n) n 199 maint/gnulib/lib/stdio-write.c fwrite (const void *ptr, size_t s, size_t n, FILE *stream) n 202 maint/gnulib/lib/stdio-write.c CALL_WITH_SIGPIPE_EMULATION (size_t, fwrite (ptr, s, n, stream), ret < n) n 372 maint/gnulib/lib/stdio.in.h (char *restrict s, int n, FILE *restrict stream) n 375 maint/gnulib/lib/stdio.in.h (char *restrict s, int n, FILE *restrict stream)); n 378 maint/gnulib/lib/stdio.in.h (char *restrict s, int n, FILE *restrict stream)); n 549 maint/gnulib/lib/stdio.in.h (void *restrict ptr, size_t s, size_t n, n 553 maint/gnulib/lib/stdio.in.h (void *restrict ptr, size_t s, size_t n, n 557 maint/gnulib/lib/stdio.in.h (void *restrict ptr, size_t s, size_t n, n 779 maint/gnulib/lib/stdio.in.h (const void *restrict ptr, size_t s, size_t n, n 783 maint/gnulib/lib/stdio.in.h (const void *restrict ptr, size_t s, size_t n, n 787 maint/gnulib/lib/stdio.in.h (const void *restrict ptr, size_t s, size_t n, n 522 maint/gnulib/lib/stdlib.in.h (wchar_t *restrict pwc, const char *restrict s, size_t n)); n 524 maint/gnulib/lib/stdlib.in.h (wchar_t *restrict pwc, const char *restrict s, size_t n)); n 528 maint/gnulib/lib/stdlib.in.h (wchar_t *restrict pwc, const char *restrict s, size_t n)); n 531 maint/gnulib/lib/stdlib.in.h (wchar_t *restrict pwc, const char *restrict s, size_t n)); n 34 maint/gnulib/lib/stpncpy.c (__stpncpy) (char *dest, const char *src, size_t n) n 39 maint/gnulib/lib/stpncpy.c if (n >= 4) n 41 maint/gnulib/lib/stpncpy.c size_t n4 = n >> 2; n 64 maint/gnulib/lib/stpncpy.c n -= dest - s; n 69 maint/gnulib/lib/stpncpy.c n &= 3; n 70 maint/gnulib/lib/stpncpy.c if (n == 0) n 76 maint/gnulib/lib/stpncpy.c --n; n 80 maint/gnulib/lib/stpncpy.c if (n == 0) n 85 maint/gnulib/lib/stpncpy.c while (n-- > 0) n 86 maint/gnulib/lib/stpncpy.c dest[n] = '\0'; n 36 maint/gnulib/lib/strerror.c strerror (int n) n 44 maint/gnulib/lib/strerror.c const char *msg = strerror_override (n); n 48 maint/gnulib/lib/strerror.c msg = strerror (n); n 58 maint/gnulib/lib/strerror.c verify (sizeof buf >= sizeof (fmt) + INT_STRLEN_BOUND (n)); n 59 maint/gnulib/lib/strerror.c sprintf (buf, fmt, n); n 299 maint/gnulib/lib/striconveh.c int n; n 302 maint/gnulib/lib/striconveh.c n = u8_mbtoucr (&uc, (const uint8_t *) inptr, insize); n 303 maint/gnulib/lib/striconveh.c if (n < 0) n 305 maint/gnulib/lib/striconveh.c errno = (n == -2 ? EINVAL : EILSEQ); n 306 maint/gnulib/lib/striconveh.c n = u8_mbtouc (&uc, (const uint8_t *) inptr, insize); n 307 maint/gnulib/lib/striconveh.c inptr += n; n 308 maint/gnulib/lib/striconveh.c insize -= n; n 328 maint/gnulib/lib/striconveh.c inptr += n; n 329 maint/gnulib/lib/striconveh.c insize -= n; n 778 maint/gnulib/lib/striconveh.c int n; n 781 maint/gnulib/lib/striconveh.c n = u8_mbtouc_unsafe (&uc, (const uint8_t *) in2ptr, n 783 maint/gnulib/lib/striconveh.c in2ptr += n; n 784 maint/gnulib/lib/striconveh.c in2size -= n; n 190 maint/gnulib/lib/string.in.h (void *dest, const void *src, int c, size_t n)); n 193 maint/gnulib/lib/string.in.h (void *dest, const void *src, int c, size_t n)); n 526 maint/gnulib/lib/string.in.h (char *restrict dest, const char *restrict src, size_t n) n 529 maint/gnulib/lib/string.in.h (char *restrict dest, const char *restrict src, size_t n)); n 532 maint/gnulib/lib/string.in.h (char *restrict dest, const char *restrict src, size_t n)); n 979 maint/gnulib/lib/string.in.h _GL_EXTERN_C int mbsncasecmp (const char *s1, const char *s2, size_t n) n 98 maint/gnulib/lib/strings.in.h extern int strncasecmp (char const *s1, char const *s2, size_t n) n 33 maint/gnulib/lib/strncasecmp.c strncasecmp (const char *s1, const char *s2, size_t n) n 39 maint/gnulib/lib/strncasecmp.c if (p1 == p2 || n == 0) n 47 maint/gnulib/lib/strncasecmp.c if (--n == 0 || c1 == '\0') n 24 maint/gnulib/lib/strncat.c strncat (char *dest, const char *src, size_t n) n 28 maint/gnulib/lib/strncat.c for (; n > 0 && (*destptr = *src) != '\0'; src++, destptr++, n--) n 30 maint/gnulib/lib/strncat.c if (n == 0) n 26 maint/gnulib/lib/strndup.c strndup (char const *s, size_t n) n 28 maint/gnulib/lib/strndup.c size_t len = strnlen (s, n); n 58 maint/gnulib/lib/strptime.c #define get_number(from, to, n) \ n 60 maint/gnulib/lib/strptime.c int __n = n; \ n 74 maint/gnulib/lib/strptime.c # define get_alt_number(from, to, n) \ n 92 maint/gnulib/lib/strptime.c get_number (from, to, n); \ n 97 maint/gnulib/lib/strptime.c # define get_alt_number(from, to, n) \ n 99 maint/gnulib/lib/strptime.c get_number(from, to, n) n 124 maint/gnulib/lib/strptime.c # define strncasecmp(s1, s2, n) __strncasecmp (s1, s2, n) n 688 maint/gnulib/lib/strptime.c int n; n 696 maint/gnulib/lib/strptime.c n = 0; n 697 maint/gnulib/lib/strptime.c while (n < 4 && *rp >= '0' && *rp <= '9') n 700 maint/gnulib/lib/strptime.c ++n; n 702 maint/gnulib/lib/strptime.c if (n == 2) n 704 maint/gnulib/lib/strptime.c else if (n != 4) n 217 maint/gnulib/lib/tanl.c int n; n 235 maint/gnulib/lib/tanl.c n = ieee754_rem_pio2l (x, y); n 237 maint/gnulib/lib/tanl.c return kernel_tanl (y[0], y[1], 1 - ((n & 1) << 1)); n 125 maint/gnulib/lib/term-style-control.c size_t n; n 142 maint/gnulib/lib/term-style-control.c n = buf + sizeof (buf) - p; n 143 maint/gnulib/lib/term-style-control.c memcpy (str, p, n); n 144 maint/gnulib/lib/term-style-control.c str[n] = '\0'; n 209 maint/gnulib/lib/trigl.c int exp, n; n 259 maint/gnulib/lib/trigl.c n = kernel_rem_pio2 (tx, tx + 5, exp - 24, tx[4] ? 5 : 4, 3, two_over_pi); n 270 maint/gnulib/lib/trigl.c return n; n 276 maint/gnulib/lib/trigl.c return -n; n 432 maint/gnulib/lib/trigl.c int jz, jx, jv, jp, jk, carry, n, iq[20], i, j, k, m, q0, ih; n 473 maint/gnulib/lib/trigl.c n = (int) z; n 474 maint/gnulib/lib/trigl.c z -= (double) n; n 479 maint/gnulib/lib/trigl.c n += i; n 490 maint/gnulib/lib/trigl.c n += 1; n 638 maint/gnulib/lib/trigl.c return n & 7; n 31 maint/gnulib/lib/u64.h #define u64rol(x, n) u64or (u64shl (x, n), u64shr (x, 64 - n)) n 47 maint/gnulib/lib/u64.h # define u64shl(x, n) ((x) << (n)) n 48 maint/gnulib/lib/u64.h # define u64shr(x, n) ((x) >> (n)) n 143 maint/gnulib/lib/u64.h u64shl (u64 x, int n) n 146 maint/gnulib/lib/u64.h if (n < 32) n 148 maint/gnulib/lib/u64.h r.hi = (x.hi << n) | (x.lo >> (32 - n)); n 149 maint/gnulib/lib/u64.h r.lo = x.lo << n; n 153 maint/gnulib/lib/u64.h r.hi = x.lo << (n - 32); n 161 maint/gnulib/lib/u64.h u64shr (u64 x, int n) n 164 maint/gnulib/lib/u64.h if (n < 32) n 166 maint/gnulib/lib/u64.h r.hi = x.hi >> n; n 167 maint/gnulib/lib/u64.h r.lo = (x.hi << (32 - n)) | (x.lo >> n); n 172 maint/gnulib/lib/u64.h r.lo = x.hi >> (n - 32); n 237 maint/gnulib/lib/uchar.in.h (char32_t *pc, const char *s, size_t n, mbstate_t *ps)); n 239 maint/gnulib/lib/uchar.in.h (char32_t *pc, const char *s, size_t n, mbstate_t *ps)); n 243 maint/gnulib/lib/uchar.in.h (char32_t *pc, const char *s, size_t n, mbstate_t *ps)); n 246 maint/gnulib/lib/uchar.in.h (char32_t *pc, const char *s, size_t n, mbstate_t *ps)); n 105 maint/gnulib/lib/unicase.in.h u8_toupper (const uint8_t *s, size_t n, const char *iso639_language, n 109 maint/gnulib/lib/unicase.in.h u16_toupper (const uint16_t *s, size_t n, const char *iso639_language, n 113 maint/gnulib/lib/unicase.in.h u32_toupper (const uint32_t *s, size_t n, const char *iso639_language, n 121 maint/gnulib/lib/unicase.in.h u8_tolower (const uint8_t *s, size_t n, const char *iso639_language, n 125 maint/gnulib/lib/unicase.in.h u16_tolower (const uint16_t *s, size_t n, const char *iso639_language, n 129 maint/gnulib/lib/unicase.in.h u32_tolower (const uint32_t *s, size_t n, const char *iso639_language, n 137 maint/gnulib/lib/unicase.in.h u8_totitle (const uint8_t *s, size_t n, const char *iso639_language, n 141 maint/gnulib/lib/unicase.in.h u16_totitle (const uint16_t *s, size_t n, const char *iso639_language, n 145 maint/gnulib/lib/unicase.in.h u32_totitle (const uint32_t *s, size_t n, const char *iso639_language, n 161 maint/gnulib/lib/unicase.in.h u8_casing_prefix_context (const uint8_t *s, size_t n); n 163 maint/gnulib/lib/unicase.in.h u16_casing_prefix_context (const uint16_t *s, size_t n); n 165 maint/gnulib/lib/unicase.in.h u32_casing_prefix_context (const uint32_t *s, size_t n); n 169 maint/gnulib/lib/unicase.in.h u8_casing_prefixes_context (const uint8_t *s, size_t n, n 172 maint/gnulib/lib/unicase.in.h u16_casing_prefixes_context (const uint16_t *s, size_t n, n 175 maint/gnulib/lib/unicase.in.h u32_casing_prefixes_context (const uint32_t *s, size_t n, n 190 maint/gnulib/lib/unicase.in.h u8_casing_suffix_context (const uint8_t *s, size_t n); n 192 maint/gnulib/lib/unicase.in.h u16_casing_suffix_context (const uint16_t *s, size_t n); n 194 maint/gnulib/lib/unicase.in.h u32_casing_suffix_context (const uint32_t *s, size_t n); n 198 maint/gnulib/lib/unicase.in.h u8_casing_suffixes_context (const uint8_t *s, size_t n, n 201 maint/gnulib/lib/unicase.in.h u16_casing_suffixes_context (const uint16_t *s, size_t n, n 204 maint/gnulib/lib/unicase.in.h u32_casing_suffixes_context (const uint32_t *s, size_t n, n 210 maint/gnulib/lib/unicase.in.h u8_ct_toupper (const uint8_t *s, size_t n, n 217 maint/gnulib/lib/unicase.in.h u16_ct_toupper (const uint16_t *s, size_t n, n 224 maint/gnulib/lib/unicase.in.h u32_ct_toupper (const uint32_t *s, size_t n, n 234 maint/gnulib/lib/unicase.in.h u8_ct_tolower (const uint8_t *s, size_t n, n 241 maint/gnulib/lib/unicase.in.h u16_ct_tolower (const uint16_t *s, size_t n, n 248 maint/gnulib/lib/unicase.in.h u32_ct_tolower (const uint32_t *s, size_t n, n 258 maint/gnulib/lib/unicase.in.h u8_ct_totitle (const uint8_t *s, size_t n, n 265 maint/gnulib/lib/unicase.in.h u16_ct_totitle (const uint16_t *s, size_t n, n 272 maint/gnulib/lib/unicase.in.h u32_ct_totitle (const uint32_t *s, size_t n, n 285 maint/gnulib/lib/unicase.in.h u8_casefold (const uint8_t *s, size_t n, const char *iso639_language, n 289 maint/gnulib/lib/unicase.in.h u16_casefold (const uint16_t *s, size_t n, const char *iso639_language, n 293 maint/gnulib/lib/unicase.in.h u32_casefold (const uint32_t *s, size_t n, const char *iso639_language, n 298 maint/gnulib/lib/unicase.in.h u8_ct_casefold (const uint8_t *s, size_t n, n 305 maint/gnulib/lib/unicase.in.h u16_ct_casefold (const uint16_t *s, size_t n, n 312 maint/gnulib/lib/unicase.in.h u32_ct_casefold (const uint32_t *s, size_t n, n 346 maint/gnulib/lib/unicase.in.h u8_casexfrm (const uint8_t *s, size_t n, const char *iso639_language, n 350 maint/gnulib/lib/unicase.in.h u16_casexfrm (const uint16_t *s, size_t n, const char *iso639_language, n 354 maint/gnulib/lib/unicase.in.h u32_casexfrm (const uint32_t *s, size_t n, const char *iso639_language, n 358 maint/gnulib/lib/unicase.in.h ulc_casexfrm (const char *s, size_t n, const char *iso639_language, n 390 maint/gnulib/lib/unicase.in.h u8_is_uppercase (const uint8_t *s, size_t n, n 394 maint/gnulib/lib/unicase.in.h u16_is_uppercase (const uint16_t *s, size_t n, n 398 maint/gnulib/lib/unicase.in.h u32_is_uppercase (const uint32_t *s, size_t n, n 405 maint/gnulib/lib/unicase.in.h u8_is_lowercase (const uint8_t *s, size_t n, n 409 maint/gnulib/lib/unicase.in.h u16_is_lowercase (const uint16_t *s, size_t n, n 413 maint/gnulib/lib/unicase.in.h u32_is_lowercase (const uint32_t *s, size_t n, n 420 maint/gnulib/lib/unicase.in.h u8_is_titlecase (const uint8_t *s, size_t n, n 424 maint/gnulib/lib/unicase.in.h u16_is_titlecase (const uint16_t *s, size_t n, n 428 maint/gnulib/lib/unicase.in.h u32_is_titlecase (const uint32_t *s, size_t n, n 435 maint/gnulib/lib/unicase.in.h u8_is_casefolded (const uint8_t *s, size_t n, n 439 maint/gnulib/lib/unicase.in.h u16_is_casefolded (const uint16_t *s, size_t n, n 443 maint/gnulib/lib/unicase.in.h u32_is_casefolded (const uint32_t *s, size_t n, n 454 maint/gnulib/lib/unicase.in.h u8_is_cased (const uint8_t *s, size_t n, n 458 maint/gnulib/lib/unicase.in.h u16_is_cased (const uint16_t *s, size_t n, n 462 maint/gnulib/lib/unicase.in.h u32_is_cased (const uint32_t *s, size_t n, n 34 maint/gnulib/lib/unicase/invariant.h u8_is_invariant (const uint8_t *s, size_t n, n 35 maint/gnulib/lib/unicase/invariant.h uint8_t * (*mapping) (const uint8_t *s, size_t n, const char *iso639_language, n 41 maint/gnulib/lib/unicase/invariant.h u16_is_invariant (const uint16_t *s, size_t n, n 42 maint/gnulib/lib/unicase/invariant.h uint16_t * (*mapping) (const uint16_t *s, size_t n, const char *iso639_language, n 48 maint/gnulib/lib/unicase/invariant.h u32_is_invariant (const uint32_t *s, size_t n, n 49 maint/gnulib/lib/unicase/invariant.h uint32_t * (*mapping) (const uint32_t *s, size_t n, const char *iso639_language, n 27 maint/gnulib/lib/unicase/u-casefold.h FUNC (const UNIT *s, size_t n, const char *iso639_language, n 31 maint/gnulib/lib/unicase/u-casefold.h return U_CT_CASEFOLD (s, n, n 27 maint/gnulib/lib/unicase/u-casemap.h FUNC (const UNIT *s, size_t n, n 55 maint/gnulib/lib/unicase/u-casemap.h const UNIT *s_end = s + n; n 28 maint/gnulib/lib/unicase/u-casexfrm.h FUNC (const UNIT *s, size_t n, const char *iso639_language, uninorm_t nf, n 41 maint/gnulib/lib/unicase/u-casexfrm.h foldeds = U_CASEFOLD (s, n, iso639_language, nf, foldedsbuf, &foldeds_length); n 27 maint/gnulib/lib/unicase/u-ct-casefold.h FUNC (const UNIT *s, size_t n, n 46 maint/gnulib/lib/unicase/u-ct-casefold.h return U_CASEMAP (s, n, prefix_context, suffix_context, iso639_language, n 64 maint/gnulib/lib/unicase/u-ct-casefold.h tmp1 = U_NORMALIZE (UNINORM_NFD, s, n, tmpbuf1, &tmp1_length); n 34 maint/gnulib/lib/unicase/u-ct-totitle.h FUNC (const UNIT *s, size_t n, n 62 maint/gnulib/lib/unicase/u-ct-totitle.h if (n > 0) n 64 maint/gnulib/lib/unicase/u-ct-totitle.h wordbreaks = (char *) malloc (n); n 70 maint/gnulib/lib/unicase/u-ct-totitle.h U_WORDBREAKS (s, n, wordbreaks); n 76 maint/gnulib/lib/unicase/u-ct-totitle.h const UNIT *s_end = s + n; n 27 maint/gnulib/lib/unicase/u-is-cased.h FUNC (const UNIT *s, size_t n, const char *iso639_language, n 41 maint/gnulib/lib/unicase/u-is-cased.h norms = U_NORMALIZE (UNINORM_NFD, s, n, normsbuf, &norms_length); n 27 maint/gnulib/lib/unicase/u-is-invariant.h FUNC (const UNIT *s, size_t n, n 28 maint/gnulib/lib/unicase/u-is-invariant.h UNIT * (*mapping) (const UNIT *s, size_t n, const char *iso639_language, n 43 maint/gnulib/lib/unicase/u-is-invariant.h norms = U_NORMALIZE (UNINORM_NFD, s, n, normsbuf, &norms_length); n 27 maint/gnulib/lib/unicase/u-prefix-context.h FUNC1 (const UNIT *s, size_t n) n 29 maint/gnulib/lib/unicase/u-prefix-context.h return FUNC2 (s, n, unicase_empty_prefix_context); n 33 maint/gnulib/lib/unicase/u-prefix-context.h FUNC2 (const UNIT *s, size_t n, casing_prefix_context_t a_context) n 38 maint/gnulib/lib/unicase/u-prefix-context.h const UNIT *s_end = s + n; n 63 maint/gnulib/lib/unicase/u-prefix-context.h const UNIT *p = s + n; n 27 maint/gnulib/lib/unicase/u-suffix-context.h FUNC1 (const UNIT *s, size_t n) n 29 maint/gnulib/lib/unicase/u-suffix-context.h return FUNC2 (s, n, unicase_empty_suffix_context); n 33 maint/gnulib/lib/unicase/u-suffix-context.h FUNC2 (const UNIT *s, size_t n, casing_suffix_context_t a_context) n 42 maint/gnulib/lib/unicase/u-suffix-context.h const UNIT *s_end = s + n; n 27 maint/gnulib/lib/unicase/u-totitle.h FUNC (const UNIT *s, size_t n, const char *iso639_language, n 31 maint/gnulib/lib/unicase/u-totitle.h return U_CT_TOTITLE (s, n, n 37 maint/gnulib/lib/unicase/u16-ct-tolower.c u16_ct_tolower (const uint16_t *s, size_t n, n 44 maint/gnulib/lib/unicase/u16-ct-tolower.c return u16_casemap (s, n, prefix_context, suffix_context, iso639_language, n 37 maint/gnulib/lib/unicase/u16-ct-toupper.c u16_ct_toupper (const uint16_t *s, size_t n, n 44 maint/gnulib/lib/unicase/u16-ct-toupper.c return u16_casemap (s, n, prefix_context, suffix_context, iso639_language, n 34 maint/gnulib/lib/unicase/u16-is-casefolded.c u16_is_casefolded (const uint16_t *s, size_t n, const char *iso639_language, n 37 maint/gnulib/lib/unicase/u16-is-casefolded.c return u16_is_invariant (s, n, u16_casefold, iso639_language, resultp); n 34 maint/gnulib/lib/unicase/u16-is-lowercase.c u16_is_lowercase (const uint16_t *s, size_t n, const char *iso639_language, n 37 maint/gnulib/lib/unicase/u16-is-lowercase.c return u16_is_invariant (s, n, u16_tolower, iso639_language, resultp); n 34 maint/gnulib/lib/unicase/u16-is-titlecase.c u16_is_titlecase (const uint16_t *s, size_t n, const char *iso639_language, n 37 maint/gnulib/lib/unicase/u16-is-titlecase.c return u16_is_invariant (s, n, u16_totitle, iso639_language, resultp); n 34 maint/gnulib/lib/unicase/u16-is-uppercase.c u16_is_uppercase (const uint16_t *s, size_t n, const char *iso639_language, n 37 maint/gnulib/lib/unicase/u16-is-uppercase.c return u16_is_invariant (s, n, u16_toupper, iso639_language, resultp); n 37 maint/gnulib/lib/unicase/u16-tolower.c u16_tolower (const uint16_t *s, size_t n, const char *iso639_language, n 41 maint/gnulib/lib/unicase/u16-tolower.c return u16_casemap (s, n, n 37 maint/gnulib/lib/unicase/u16-toupper.c u16_toupper (const uint16_t *s, size_t n, const char *iso639_language, n 41 maint/gnulib/lib/unicase/u16-toupper.c return u16_casemap (s, n, n 37 maint/gnulib/lib/unicase/u32-ct-tolower.c u32_ct_tolower (const uint32_t *s, size_t n, n 44 maint/gnulib/lib/unicase/u32-ct-tolower.c return u32_casemap (s, n, prefix_context, suffix_context, iso639_language, n 37 maint/gnulib/lib/unicase/u32-ct-toupper.c u32_ct_toupper (const uint32_t *s, size_t n, n 44 maint/gnulib/lib/unicase/u32-ct-toupper.c return u32_casemap (s, n, prefix_context, suffix_context, iso639_language, n 34 maint/gnulib/lib/unicase/u32-is-casefolded.c u32_is_casefolded (const uint32_t *s, size_t n, const char *iso639_language, n 37 maint/gnulib/lib/unicase/u32-is-casefolded.c return u32_is_invariant (s, n, u32_casefold, iso639_language, resultp); n 34 maint/gnulib/lib/unicase/u32-is-lowercase.c u32_is_lowercase (const uint32_t *s, size_t n, const char *iso639_language, n 37 maint/gnulib/lib/unicase/u32-is-lowercase.c return u32_is_invariant (s, n, u32_tolower, iso639_language, resultp); n 34 maint/gnulib/lib/unicase/u32-is-titlecase.c u32_is_titlecase (const uint32_t *s, size_t n, const char *iso639_language, n 37 maint/gnulib/lib/unicase/u32-is-titlecase.c return u32_is_invariant (s, n, u32_totitle, iso639_language, resultp); n 34 maint/gnulib/lib/unicase/u32-is-uppercase.c u32_is_uppercase (const uint32_t *s, size_t n, const char *iso639_language, n 37 maint/gnulib/lib/unicase/u32-is-uppercase.c return u32_is_invariant (s, n, u32_toupper, iso639_language, resultp); n 37 maint/gnulib/lib/unicase/u32-tolower.c u32_tolower (const uint32_t *s, size_t n, const char *iso639_language, n 41 maint/gnulib/lib/unicase/u32-tolower.c return u32_casemap (s, n, n 37 maint/gnulib/lib/unicase/u32-toupper.c u32_toupper (const uint32_t *s, size_t n, const char *iso639_language, n 41 maint/gnulib/lib/unicase/u32-toupper.c return u32_casemap (s, n, n 37 maint/gnulib/lib/unicase/u8-ct-tolower.c u8_ct_tolower (const uint8_t *s, size_t n, n 44 maint/gnulib/lib/unicase/u8-ct-tolower.c return u8_casemap (s, n, prefix_context, suffix_context, iso639_language, n 37 maint/gnulib/lib/unicase/u8-ct-toupper.c u8_ct_toupper (const uint8_t *s, size_t n, n 44 maint/gnulib/lib/unicase/u8-ct-toupper.c return u8_casemap (s, n, prefix_context, suffix_context, iso639_language, n 34 maint/gnulib/lib/unicase/u8-is-casefolded.c u8_is_casefolded (const uint8_t *s, size_t n, const char *iso639_language, n 37 maint/gnulib/lib/unicase/u8-is-casefolded.c return u8_is_invariant (s, n, u8_casefold, iso639_language, resultp); n 34 maint/gnulib/lib/unicase/u8-is-lowercase.c u8_is_lowercase (const uint8_t *s, size_t n, const char *iso639_language, n 37 maint/gnulib/lib/unicase/u8-is-lowercase.c return u8_is_invariant (s, n, u8_tolower, iso639_language, resultp); n 34 maint/gnulib/lib/unicase/u8-is-titlecase.c u8_is_titlecase (const uint8_t *s, size_t n, const char *iso639_language, n 37 maint/gnulib/lib/unicase/u8-is-titlecase.c return u8_is_invariant (s, n, u8_totitle, iso639_language, resultp); n 34 maint/gnulib/lib/unicase/u8-is-uppercase.c u8_is_uppercase (const uint8_t *s, size_t n, const char *iso639_language, n 37 maint/gnulib/lib/unicase/u8-is-uppercase.c return u8_is_invariant (s, n, u8_toupper, iso639_language, resultp); n 37 maint/gnulib/lib/unicase/u8-tolower.c u8_tolower (const uint8_t *s, size_t n, const char *iso639_language, n 41 maint/gnulib/lib/unicase/u8-tolower.c return u8_casemap (s, n, n 37 maint/gnulib/lib/unicase/u8-toupper.c u8_toupper (const uint8_t *s, size_t n, const char *iso639_language, n 41 maint/gnulib/lib/unicase/u8-toupper.c return u8_casemap (s, n, n 40 maint/gnulib/lib/unicase/ulc-casecmp.c ulc_u8_casefold (const char *s, size_t n, const char *iso639_language, n 52 maint/gnulib/lib/unicase/ulc-casecmp.c u8_conv_from_encoding (locale_charset (), iconveh_error, s, n, NULL, n 37 maint/gnulib/lib/unicase/ulc-casexfrm.c ulc_casexfrm (const char *s, size_t n, const char *iso639_language, n 49 maint/gnulib/lib/unicase/ulc-casexfrm.c u8_conv_from_encoding (locale_charset (), iconveh_error, s, n, NULL, n 33 maint/gnulib/lib/unicase/unicasemap.h u8_casemap (const uint8_t *s, size_t n, n 43 maint/gnulib/lib/unicase/unicasemap.h u16_casemap (const uint16_t *s, size_t n, n 53 maint/gnulib/lib/unicase/unicasemap.h u32_casemap (const uint32_t *s, size_t n, n 61 maint/gnulib/lib/uniconv/u16-conv-to-enc.c FUNC (const SRC_UNIT *s, size_t n, DST_UNIT *resultbuf, size_t *lengthp) n 63 maint/gnulib/lib/uniconv/u16-conv-to-enc.c const SRC_UNIT *s_end = s + n; n 77 maint/gnulib/lib/unictype/categ_longname.c uint32_t n = bitmask; n 85 maint/gnulib/lib/unictype/categ_longname.c n += n << 4; n 86 maint/gnulib/lib/unictype/categ_longname.c n += n << 6; n 87 maint/gnulib/lib/unictype/categ_longname.c n = (n << 16) - n; n 88 maint/gnulib/lib/unictype/categ_longname.c bit = ord2_tab[n >> 26]; n 50 maint/gnulib/lib/unictype/categ_name.c uint32_t n = bitmask; n 58 maint/gnulib/lib/unictype/categ_name.c n += n << 4; n 59 maint/gnulib/lib/unictype/categ_name.c n += n << 6; n 60 maint/gnulib/lib/unictype/categ_name.c n = (n << 16) - n; n 61 maint/gnulib/lib/unictype/categ_name.c bit = ord2_tab[n >> 26]; n 127 maint/gnulib/lib/unigbrk.in.h u8_grapheme_breaks (const uint8_t *s, size_t n, char *p); n 129 maint/gnulib/lib/unigbrk.in.h u16_grapheme_breaks (const uint16_t *s, size_t n, char *p); n 131 maint/gnulib/lib/unigbrk.in.h u32_grapheme_breaks (const uint32_t *s, size_t n, char *p); n 133 maint/gnulib/lib/unigbrk.in.h ulc_grapheme_breaks (const char *s, size_t n, char *p); n 135 maint/gnulib/lib/unigbrk.in.h uc_grapheme_breaks (const ucs4_t *s, size_t n, char *p); n 27 maint/gnulib/lib/unigbrk/u-grapheme-breaks.h FUNC (const UNIT *s, size_t n, char *p) n 29 maint/gnulib/lib/unigbrk/u-grapheme-breaks.h if (n > 0) n 31 maint/gnulib/lib/unigbrk/u-grapheme-breaks.h const UNIT *s_end = s + n; n 44 maint/gnulib/lib/unigbrk/u-grapheme-breaks.h memset (p, 0, n); n 36 maint/gnulib/lib/unigbrk/uc-grapheme-breaks.c uc_grapheme_breaks_mbtouc (ucs4_t *puc, const ucs4_t *s, size_t n) n 52 maint/gnulib/lib/unigbrk/ulc-grapheme-breaks.c ascii_grapheme_breaks (const char *s, size_t n, char *p) n 57 maint/gnulib/lib/unigbrk/ulc-grapheme-breaks.c for (i = 1; i < n; i++) n 79 maint/gnulib/lib/unigbrk/ulc-grapheme-breaks.c ulc_grapheme_breaks (const char *s, size_t n, char *p) n 81 maint/gnulib/lib/unigbrk/ulc-grapheme-breaks.c if (n > 0) n 86 maint/gnulib/lib/unigbrk/ulc-grapheme-breaks.c u8_grapheme_breaks ((const uint8_t *) s, n, p); n 91 maint/gnulib/lib/unigbrk/ulc-grapheme-breaks.c size_t *offsets = (size_t *) malloc (n * sizeof (size_t)); n 99 maint/gnulib/lib/unigbrk/ulc-grapheme-breaks.c s, n, offsets, NULL, &m); n 112 maint/gnulib/lib/unigbrk/ulc-grapheme-breaks.c memset (p, 0, n); n 113 maint/gnulib/lib/unigbrk/ulc-grapheme-breaks.c for (i = 0; i < n; i++) n 130 maint/gnulib/lib/unigbrk/ulc-grapheme-breaks.c ascii_grapheme_breaks (s, n, p); n 134 maint/gnulib/lib/unigbrk/ulc-grapheme-breaks.c memset (p + 1, 0, n - 1); n 68 maint/gnulib/lib/unilbrk.in.h u8_possible_linebreaks (const uint8_t *s, size_t n, n 71 maint/gnulib/lib/unilbrk.in.h u16_possible_linebreaks (const uint16_t *s, size_t n, n 74 maint/gnulib/lib/unilbrk.in.h u32_possible_linebreaks (const uint32_t *s, size_t n, n 77 maint/gnulib/lib/unilbrk.in.h ulc_possible_linebreaks (const char *s, size_t n, n 92 maint/gnulib/lib/unilbrk.in.h u8_width_linebreaks (const uint8_t *s, size_t n, int width, n 97 maint/gnulib/lib/unilbrk.in.h u16_width_linebreaks (const uint16_t *s, size_t n, int width, n 102 maint/gnulib/lib/unilbrk.in.h u32_width_linebreaks (const uint32_t *s, size_t n, int width, n 107 maint/gnulib/lib/unilbrk.in.h ulc_width_linebreaks (const char *s, size_t n, int width, n 39 maint/gnulib/lib/unilbrk/u16-possible-linebreaks.c u16_possible_linebreaks (const uint16_t *s, size_t n, const char *encoding, char *p) n 41 maint/gnulib/lib/unilbrk/u16-possible-linebreaks.c if (n > 0) n 44 maint/gnulib/lib/unilbrk/u16-possible-linebreaks.c const uint16_t *s_end = s + n; n 50 maint/gnulib/lib/unilbrk/u16-possible-linebreaks.c memset (p, UC_BREAK_PROHIBITED, n); n 35 maint/gnulib/lib/unilbrk/u16-width-linebreaks.c u16_width_linebreaks (const uint16_t *s, size_t n, n 45 maint/gnulib/lib/unilbrk/u16-width-linebreaks.c u16_possible_linebreaks (s, n, encoding, p); n 47 maint/gnulib/lib/unilbrk/u16-width-linebreaks.c s_end = s + n; n 37 maint/gnulib/lib/unilbrk/u32-possible-linebreaks.c u32_possible_linebreaks (const uint32_t *s, size_t n, const char *encoding, char *p) n 39 maint/gnulib/lib/unilbrk/u32-possible-linebreaks.c if (n > 0) n 42 maint/gnulib/lib/unilbrk/u32-possible-linebreaks.c const uint32_t *s_end = s + n; n 34 maint/gnulib/lib/unilbrk/u32-width-linebreaks.c u32_width_linebreaks (const uint32_t *s, size_t n, n 44 maint/gnulib/lib/unilbrk/u32-width-linebreaks.c u32_possible_linebreaks (s, n, encoding, p); n 46 maint/gnulib/lib/unilbrk/u32-width-linebreaks.c s_end = s + n; n 39 maint/gnulib/lib/unilbrk/u8-possible-linebreaks.c u8_possible_linebreaks (const uint8_t *s, size_t n, const char *encoding, char *p) n 41 maint/gnulib/lib/unilbrk/u8-possible-linebreaks.c if (n > 0) n 44 maint/gnulib/lib/unilbrk/u8-possible-linebreaks.c const uint8_t *s_end = s + n; n 50 maint/gnulib/lib/unilbrk/u8-possible-linebreaks.c memset (p, UC_BREAK_PROHIBITED, n); n 35 maint/gnulib/lib/unilbrk/u8-width-linebreaks.c u8_width_linebreaks (const uint8_t *s, size_t n, n 45 maint/gnulib/lib/unilbrk/u8-width-linebreaks.c u8_possible_linebreaks (s, n, encoding, p); n 47 maint/gnulib/lib/unilbrk/u8-width-linebreaks.c s_end = s + n; n 47 maint/gnulib/lib/unilbrk/ulc-common.c is_all_ascii (const char *s, size_t n) n 49 maint/gnulib/lib/unilbrk/ulc-common.c for (; n > 0; s++, n--) n 37 maint/gnulib/lib/unilbrk/ulc-common.h extern int is_all_ascii (const char *s, size_t n); n 52 maint/gnulib/lib/unilbrk/ulc-possible-linebreaks.c ulc_possible_linebreaks (const char *s, size_t n, const char *encoding, n 55 maint/gnulib/lib/unilbrk/ulc-possible-linebreaks.c if (n > 0) n 58 maint/gnulib/lib/unilbrk/ulc-possible-linebreaks.c u8_possible_linebreaks ((const uint8_t *) s, n, encoding, p); n 63 maint/gnulib/lib/unilbrk/ulc-possible-linebreaks.c size_t *offsets = (size_t *) malloc (n * sizeof (size_t)); n 71 maint/gnulib/lib/unilbrk/ulc-possible-linebreaks.c s, n, offsets, NULL, &m); n 85 maint/gnulib/lib/unilbrk/ulc-possible-linebreaks.c memset (p, UC_BREAK_PROHIBITED, n); n 86 maint/gnulib/lib/unilbrk/ulc-possible-linebreaks.c for (i = 0; i < n; i++) n 102 maint/gnulib/lib/unilbrk/ulc-possible-linebreaks.c if (is_all_ascii (s, n)) n 105 maint/gnulib/lib/unilbrk/ulc-possible-linebreaks.c u8_possible_linebreaks ((const uint8_t *) s, n, encoding, p); n 114 maint/gnulib/lib/unilbrk/ulc-possible-linebreaks.c const char *s_end = s + n; n 52 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c ulc_width_linebreaks (const char *s, size_t n, n 57 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c if (n > 0) n 60 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c return u8_width_linebreaks ((const uint8_t *) s, n, width, start_column, at_end_columns, o, encoding, p); n 65 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c size_t *offsets = (size_t *) malloc (n * sizeof (size_t)); n 73 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c s, n, offsets, NULL, &m); n 90 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c for (i = 0; i < n; i++) n 100 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c memset (p, UC_BREAK_PROHIBITED, n); n 101 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c for (i = 0; i < n; i++) n 116 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c if (is_all_ascii (s, n)) n 119 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c return u8_width_linebreaks ((const uint8_t *) s, n, width, start_column, at_end_columns, o, encoding, p); n 127 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c const char *s_end = s + n; n 114 maint/gnulib/lib/uniname/uniname.c unsigned int n = length; n 131 maint/gnulib/lib/uniname/uniname.c p++; w++; n--; n 132 maint/gnulib/lib/uniname/uniname.c if (n == 0) n 607 maint/gnulib/lib/uniname/uniname.c size_t n = words_length; n 626 maint/gnulib/lib/uniname/uniname.c p++; w++; n--; n 627 maint/gnulib/lib/uniname/uniname.c if (n == 0) n 145 maint/gnulib/lib/uninorm.in.h u8_normalize (uninorm_t nf, const uint8_t *s, size_t n, n 148 maint/gnulib/lib/uninorm.in.h u16_normalize (uninorm_t nf, const uint16_t *s, size_t n, n 151 maint/gnulib/lib/uninorm.in.h u32_normalize (uninorm_t nf, const uint32_t *s, size_t n, n 175 maint/gnulib/lib/uninorm.in.h u8_normxfrm (const uint8_t *s, size_t n, uninorm_t nf, n 178 maint/gnulib/lib/uninorm.in.h u16_normxfrm (const uint16_t *s, size_t n, uninorm_t nf, n 181 maint/gnulib/lib/uninorm.in.h u32_normxfrm (const uint32_t *s, size_t n, uninorm_t nf, n 35 maint/gnulib/lib/uninorm/decompose-internal.h gl_uninorm_decompose_merge_sort_inplace (struct ucs4_with_ccc *src, size_t n, n 19 maint/gnulib/lib/uninorm/u-normalize-internal.h FUNC (uninorm_t nf, const UNIT *s, size_t n, n 55 maint/gnulib/lib/uninorm/u-normalize-internal.h const UNIT *s_end = s + n; n 27 maint/gnulib/lib/uninorm/u-normxfrm.h FUNC (const UNIT *s, size_t n, uninorm_t nf, n 40 maint/gnulib/lib/uninorm/u-normxfrm.h norms = U_NORMALIZE (nf, s, n, normsbuf, &norms_length); n 1197 maint/gnulib/lib/unistd.in.h _GL_FUNCDECL_RPL (getgroups, int, (int n, gid_t *groups)); n 1198 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_RPL (getgroups, int, (int n, gid_t *groups)); n 1201 maint/gnulib/lib/unistd.in.h _GL_FUNCDECL_SYS (getgroups, int, (int n, gid_t *groups)); n 1203 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_SYS (getgroups, int, (int n, gid_t *groups)); n 2010 maint/gnulib/lib/unistd.in.h _GL_FUNCDECL_RPL (sleep, unsigned int, (unsigned int n)); n 2011 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_RPL (sleep, unsigned int, (unsigned int n)); n 2014 maint/gnulib/lib/unistd.in.h _GL_FUNCDECL_SYS (sleep, unsigned int, (unsigned int n)); n 2016 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_SYS (sleep, unsigned int, (unsigned int n)); n 2039 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_MDA_CAST (swab, void, (char *from, char *to, int n)); n 2042 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_SYS (swab, void, (const char *from, char *to, int n)); n 2044 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_SYS (swab, void, (const char *from, char *to, ssize_t n)); n 2046 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_SYS (swab, void, (const void *from, void *to, ssize_t n)); n 2246 maint/gnulib/lib/unistd.in.h _GL_FUNCDECL_RPL (usleep, int, (useconds_t n)); n 2247 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_RPL (usleep, int, (useconds_t n)); n 2250 maint/gnulib/lib/unistd.in.h _GL_FUNCDECL_SYS (usleep, int, (useconds_t n)); n 2254 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_SYS_CAST (usleep, int, (useconds_t n)); n 45 maint/gnulib/lib/unistdio/u-vsnprintf.h size_t n = (length < size ? length : size - 1); n 46 maint/gnulib/lib/unistdio/u-vsnprintf.h DCHAR_CPY (buf, result, n); n 47 maint/gnulib/lib/unistdio/u-vsnprintf.h buf[n] = '\0'; n 69 maint/gnulib/lib/unistr.in.h u8_check (const uint8_t *s, size_t n) n 75 maint/gnulib/lib/unistr.in.h u16_check (const uint16_t *s, size_t n) n 81 maint/gnulib/lib/unistr.in.h u32_check (const uint32_t *s, size_t n) n 89 maint/gnulib/lib/unistr.in.h u8_to_u16 (const uint8_t *s, size_t n, uint16_t *resultbuf, n 94 maint/gnulib/lib/unistr.in.h u8_to_u32 (const uint8_t *s, size_t n, uint32_t *resultbuf, n 99 maint/gnulib/lib/unistr.in.h u16_to_u8 (const uint16_t *s, size_t n, uint8_t *resultbuf, n 104 maint/gnulib/lib/unistr.in.h u16_to_u32 (const uint16_t *s, size_t n, uint32_t *resultbuf, n 109 maint/gnulib/lib/unistr.in.h u32_to_u8 (const uint32_t *s, size_t n, uint8_t *resultbuf, n 114 maint/gnulib/lib/unistr.in.h u32_to_u16 (const uint32_t *s, size_t n, uint16_t *resultbuf, n 125 maint/gnulib/lib/unistr.in.h u8_mblen (const uint8_t *s, size_t n) n 128 maint/gnulib/lib/unistr.in.h u16_mblen (const uint16_t *s, size_t n) n 131 maint/gnulib/lib/unistr.in.h u32_mblen (const uint32_t *s, size_t n) n 146 maint/gnulib/lib/unistr.in.h u8_mbtouc_unsafe (ucs4_t *puc, const uint8_t *s, size_t n); n 149 maint/gnulib/lib/unistr.in.h u8_mbtouc_unsafe_aux (ucs4_t *puc, const uint8_t *s, size_t n); n 151 maint/gnulib/lib/unistr.in.h u8_mbtouc_unsafe (ucs4_t *puc, const uint8_t *s, size_t n) n 161 maint/gnulib/lib/unistr.in.h return u8_mbtouc_unsafe_aux (puc, s, n); n 169 maint/gnulib/lib/unistr.in.h u16_mbtouc_unsafe (ucs4_t *puc, const uint16_t *s, size_t n); n 172 maint/gnulib/lib/unistr.in.h u16_mbtouc_unsafe_aux (ucs4_t *puc, const uint16_t *s, size_t n); n 174 maint/gnulib/lib/unistr.in.h u16_mbtouc_unsafe (ucs4_t *puc, const uint16_t *s, size_t n) n 184 maint/gnulib/lib/unistr.in.h return u16_mbtouc_unsafe_aux (puc, s, n); n 192 maint/gnulib/lib/unistr.in.h u32_mbtouc_unsafe (ucs4_t *puc, const uint32_t *s, size_t n); n 196 maint/gnulib/lib/unistr.in.h const uint32_t *s, _GL_ATTRIBUTE_MAYBE_UNUSED size_t n) n 213 maint/gnulib/lib/unistr.in.h u8_mbtouc (ucs4_t *puc, const uint8_t *s, size_t n); n 216 maint/gnulib/lib/unistr.in.h u8_mbtouc_aux (ucs4_t *puc, const uint8_t *s, size_t n); n 218 maint/gnulib/lib/unistr.in.h u8_mbtouc (ucs4_t *puc, const uint8_t *s, size_t n) n 228 maint/gnulib/lib/unistr.in.h return u8_mbtouc_aux (puc, s, n); n 236 maint/gnulib/lib/unistr.in.h u16_mbtouc (ucs4_t *puc, const uint16_t *s, size_t n); n 239 maint/gnulib/lib/unistr.in.h u16_mbtouc_aux (ucs4_t *puc, const uint16_t *s, size_t n); n 241 maint/gnulib/lib/unistr.in.h u16_mbtouc (ucs4_t *puc, const uint16_t *s, size_t n) n 251 maint/gnulib/lib/unistr.in.h return u16_mbtouc_aux (puc, s, n); n 259 maint/gnulib/lib/unistr.in.h u32_mbtouc (ucs4_t *puc, const uint32_t *s, size_t n); n 263 maint/gnulib/lib/unistr.in.h _GL_ATTRIBUTE_MAYBE_UNUSED size_t n) n 287 maint/gnulib/lib/unistr.in.h u8_mbtoucr (ucs4_t *puc, const uint8_t *s, size_t n); n 292 maint/gnulib/lib/unistr.in.h u16_mbtoucr (ucs4_t *puc, const uint16_t *s, size_t n); n 297 maint/gnulib/lib/unistr.in.h u32_mbtoucr (ucs4_t *puc, const uint32_t *s, size_t n); n 309 maint/gnulib/lib/unistr.in.h u8_uctomb_aux (uint8_t *s, ucs4_t uc, ptrdiff_t n); n 312 maint/gnulib/lib/unistr.in.h u8_uctomb (uint8_t *s, ucs4_t uc, ptrdiff_t n); n 315 maint/gnulib/lib/unistr.in.h u8_uctomb (uint8_t *s, ucs4_t uc, ptrdiff_t n) n 317 maint/gnulib/lib/unistr.in.h if (uc < 0x80 && n > 0) n 323 maint/gnulib/lib/unistr.in.h return u8_uctomb_aux (s, uc, n); n 331 maint/gnulib/lib/unistr.in.h u16_uctomb_aux (uint16_t *s, ucs4_t uc, ptrdiff_t n); n 334 maint/gnulib/lib/unistr.in.h u16_uctomb (uint16_t *s, ucs4_t uc, ptrdiff_t n); n 337 maint/gnulib/lib/unistr.in.h u16_uctomb (uint16_t *s, ucs4_t uc, ptrdiff_t n) n 339 maint/gnulib/lib/unistr.in.h if (uc < 0xd800 && n > 0) n 345 maint/gnulib/lib/unistr.in.h return u16_uctomb_aux (s, uc, n); n 353 maint/gnulib/lib/unistr.in.h u32_uctomb (uint32_t *s, ucs4_t uc, ptrdiff_t n); n 356 maint/gnulib/lib/unistr.in.h u32_uctomb (uint32_t *s, ucs4_t uc, ptrdiff_t n) n 360 maint/gnulib/lib/unistr.in.h if (n > 0) n 377 maint/gnulib/lib/unistr.in.h u8_cpy (uint8_t *_UC_RESTRICT dest, const uint8_t *src, size_t n); n 379 maint/gnulib/lib/unistr.in.h u16_cpy (uint16_t *_UC_RESTRICT dest, const uint16_t *src, size_t n); n 381 maint/gnulib/lib/unistr.in.h u32_cpy (uint32_t *_UC_RESTRICT dest, const uint32_t *src, size_t n); n 387 maint/gnulib/lib/unistr.in.h u8_move (uint8_t *dest, const uint8_t *src, size_t n); n 389 maint/gnulib/lib/unistr.in.h u16_move (uint16_t *dest, const uint16_t *src, size_t n); n 391 maint/gnulib/lib/unistr.in.h u32_move (uint32_t *dest, const uint32_t *src, size_t n); n 397 maint/gnulib/lib/unistr.in.h u8_set (uint8_t *s, ucs4_t uc, size_t n); n 399 maint/gnulib/lib/unistr.in.h u16_set (uint16_t *s, ucs4_t uc, size_t n); n 401 maint/gnulib/lib/unistr.in.h u32_set (uint32_t *s, ucs4_t uc, size_t n); n 406 maint/gnulib/lib/unistr.in.h u8_cmp (const uint8_t *s1, const uint8_t *s2, size_t n) n 409 maint/gnulib/lib/unistr.in.h u16_cmp (const uint16_t *s1, const uint16_t *s2, size_t n) n 412 maint/gnulib/lib/unistr.in.h u32_cmp (const uint32_t *s1, const uint32_t *s2, size_t n) n 430 maint/gnulib/lib/unistr.in.h u8_chr (const uint8_t *s, size_t n, ucs4_t uc) n 433 maint/gnulib/lib/unistr.in.h u16_chr (const uint16_t *s, size_t n, ucs4_t uc) n 436 maint/gnulib/lib/unistr.in.h u32_chr (const uint32_t *s, size_t n, ucs4_t uc) n 442 maint/gnulib/lib/unistr.in.h u8_mbsnlen (const uint8_t *s, size_t n) n 445 maint/gnulib/lib/unistr.in.h u16_mbsnlen (const uint16_t *s, size_t n) n 448 maint/gnulib/lib/unistr.in.h u32_mbsnlen (const uint32_t *s, size_t n) n 455 maint/gnulib/lib/unistr.in.h u8_cpy_alloc (const uint8_t *s, size_t n); n 457 maint/gnulib/lib/unistr.in.h u16_cpy_alloc (const uint16_t *s, size_t n); n 459 maint/gnulib/lib/unistr.in.h u32_cpy_alloc (const uint32_t *s, size_t n); n 550 maint/gnulib/lib/unistr.in.h u8_strncpy (uint8_t *_UC_RESTRICT dest, const uint8_t *src, size_t n); n 552 maint/gnulib/lib/unistr.in.h u16_strncpy (uint16_t *_UC_RESTRICT dest, const uint16_t *src, size_t n); n 554 maint/gnulib/lib/unistr.in.h u32_strncpy (uint32_t *_UC_RESTRICT dest, const uint32_t *src, size_t n); n 560 maint/gnulib/lib/unistr.in.h u8_stpncpy (uint8_t *_UC_RESTRICT dest, const uint8_t *src, size_t n); n 562 maint/gnulib/lib/unistr.in.h u16_stpncpy (uint16_t *_UC_RESTRICT dest, const uint16_t *src, size_t n); n 564 maint/gnulib/lib/unistr.in.h u32_stpncpy (uint32_t *_UC_RESTRICT dest, const uint32_t *src, size_t n); n 578 maint/gnulib/lib/unistr.in.h u8_strncat (uint8_t *_UC_RESTRICT dest, const uint8_t *src, size_t n); n 580 maint/gnulib/lib/unistr.in.h u16_strncat (uint16_t *_UC_RESTRICT dest, const uint16_t *src, size_t n); n 582 maint/gnulib/lib/unistr.in.h u32_strncat (uint32_t *_UC_RESTRICT dest, const uint32_t *src, size_t n); n 618 maint/gnulib/lib/unistr.in.h u8_strncmp (const uint8_t *s1, const uint8_t *s2, size_t n) n 621 maint/gnulib/lib/unistr.in.h u16_strncmp (const uint16_t *s1, const uint16_t *s2, size_t n) n 624 maint/gnulib/lib/unistr.in.h u32_strncmp (const uint32_t *s1, const uint32_t *s2, size_t n) n 31 maint/gnulib/lib/unistr/u-cpy-alloc.h FUNC (const UNIT *s, size_t n) n 35 maint/gnulib/lib/unistr/u-cpy-alloc.h dest = (UNIT *) malloc (n > 0 ? n * sizeof (UNIT) : 1); n 41 maint/gnulib/lib/unistr/u-cpy-alloc.h for (; n > 0; n--) n 44 maint/gnulib/lib/unistr/u-cpy-alloc.h if (n > 0) n 45 maint/gnulib/lib/unistr/u-cpy-alloc.h memcpy ((char *) dest, (const char *) s, n * sizeof (UNIT)); n 21 maint/gnulib/lib/unistr/u-cpy.h FUNC (UNIT *dest, const UNIT *src, size_t n) n 26 maint/gnulib/lib/unistr/u-cpy.h for (; n > 0; n--) n 29 maint/gnulib/lib/unistr/u-cpy.h if (n > 0) n 30 maint/gnulib/lib/unistr/u-cpy.h memcpy ((char *) dest, (const char *) src, n * sizeof (UNIT)); n 29 maint/gnulib/lib/unistr/u-move.h FUNC (UNIT *dest, const UNIT *src, size_t n) n 37 maint/gnulib/lib/unistr/u-move.h for (; n > 0; n--) n 42 maint/gnulib/lib/unistr/u-move.h UNIT *destptr = dest + n - 1; n 43 maint/gnulib/lib/unistr/u-move.h const UNIT *srcptr = src + n - 1; n 45 maint/gnulib/lib/unistr/u-move.h for (; n > 0; n--) n 49 maint/gnulib/lib/unistr/u-move.h memmove ((char *) dest, (const char *) src, n * sizeof (UNIT)); n 29 maint/gnulib/lib/unistr/u-set.h FUNC (UNIT *s, ucs4_t uc, size_t n) n 31 maint/gnulib/lib/unistr/u-set.h if (n > 0) n 37 maint/gnulib/lib/unistr/u-set.h for (; n > 0; n--) n 27 maint/gnulib/lib/unistr/u-stpncpy.h FUNC (UNIT *dest, const UNIT *src, size_t n) n 29 maint/gnulib/lib/unistr/u-stpncpy.h for (; n > 0 && (*dest = *src) != 0; src++, dest++, n--) n 37 maint/gnulib/lib/unistr/u-stpncpy.h for (; n > 0; n--) n 33 maint/gnulib/lib/unistr/u-strdup.h size_t n = U_STRLEN (s) + 1; n 36 maint/gnulib/lib/unistr/u-strdup.h dest = (UNIT *) malloc (n * sizeof (UNIT)); n 42 maint/gnulib/lib/unistr/u-strdup.h for (; n > 0; n--) n 45 maint/gnulib/lib/unistr/u-strdup.h memcpy ((char *) dest, (const char *) s, n * sizeof (UNIT)); n 27 maint/gnulib/lib/unistr/u-strncat.h FUNC (UNIT *dest, const UNIT *src, size_t n) n 31 maint/gnulib/lib/unistr/u-strncat.h for (; n > 0 && (*destptr = *src) != 0; src++, destptr++, n--) n 33 maint/gnulib/lib/unistr/u-strncat.h if (n == 0) n 27 maint/gnulib/lib/unistr/u-strncpy.h FUNC (UNIT *dest, const UNIT *src, size_t n) n 31 maint/gnulib/lib/unistr/u-strncpy.h for (; n > 0 && (*destptr = *src) != 0; src++, destptr++, n--) n 36 maint/gnulib/lib/unistr/u-strncpy.h for (; n > 0; n--) n 32 maint/gnulib/lib/unistr/u16-check.c u16_check (const uint16_t *s, size_t n) n 34 maint/gnulib/lib/unistr/u16-check.c const uint16_t *s_end = s + n; n 33 maint/gnulib/lib/unistr/u16-chr.c u16_chr (const uint16_t *s, size_t n, ucs4_t uc) n 41 maint/gnulib/lib/unistr/u16-chr.c for (; n > 0; s++, n--) n 51 maint/gnulib/lib/unistr/u16-chr.c if (n > 1) n 56 maint/gnulib/lib/unistr/u16-chr.c for (n--; n > 0; s++, n--) n 32 maint/gnulib/lib/unistr/u16-cmp.c u16_cmp (const uint16_t *s1, const uint16_t *s2, size_t n) n 37 maint/gnulib/lib/unistr/u16-cmp.c for (; n > 0;) n 43 maint/gnulib/lib/unistr/u16-cmp.c n--; n 33 maint/gnulib/lib/unistr/u16-mblen.c u16_mblen (const uint16_t *s, size_t n) n 35 maint/gnulib/lib/unistr/u16-mblen.c if (n > 0) n 44 maint/gnulib/lib/unistr/u16-mblen.c if (n >= 2 n 32 maint/gnulib/lib/unistr/u16-mbsnlen.c u16_mbsnlen (const uint16_t *s, size_t n) n 37 maint/gnulib/lib/unistr/u16-mbsnlen.c while (n > 0) n 40 maint/gnulib/lib/unistr/u16-mbsnlen.c int count = u16_mbtoucr (&uc, s, n); n 47 maint/gnulib/lib/unistr/u16-mbsnlen.c n -= count; n 34 maint/gnulib/lib/unistr/u16-mbtouc-aux.c u16_mbtouc_aux (ucs4_t *puc, const uint16_t *s, size_t n) n 40 maint/gnulib/lib/unistr/u16-mbtouc-aux.c if (n >= 2) n 34 maint/gnulib/lib/unistr/u16-mbtouc-unsafe-aux.c u16_mbtouc_unsafe_aux (ucs4_t *puc, const uint16_t *s, size_t n) n 40 maint/gnulib/lib/unistr/u16-mbtouc-unsafe-aux.c if (n >= 2) n 40 maint/gnulib/lib/unistr/u16-mbtouc-unsafe.c u16_mbtouc_unsafe (ucs4_t *puc, const uint16_t *s, size_t n) n 51 maint/gnulib/lib/unistr/u16-mbtouc-unsafe.c if (n >= 2) n 39 maint/gnulib/lib/unistr/u16-mbtouc.c u16_mbtouc (ucs4_t *puc, const uint16_t *s, size_t n) n 50 maint/gnulib/lib/unistr/u16-mbtouc.c if (n >= 2) n 32 maint/gnulib/lib/unistr/u16-mbtoucr.c u16_mbtoucr (ucs4_t *puc, const uint16_t *s, size_t n) n 43 maint/gnulib/lib/unistr/u16-mbtoucr.c if (n >= 2) n 32 maint/gnulib/lib/unistr/u16-strncmp.c u16_strncmp (const uint16_t *s1, const uint16_t *s2, size_t n) n 37 maint/gnulib/lib/unistr/u16-strncmp.c for (; n > 0;) n 43 maint/gnulib/lib/unistr/u16-strncmp.c n--; n 40 maint/gnulib/lib/unistr/u16-to-u32.c FUNC (const SRC_UNIT *s, size_t n, DST_UNIT *resultbuf, size_t *lengthp) n 42 maint/gnulib/lib/unistr/u16-to-u32.c const SRC_UNIT *s_end = s + n; n 40 maint/gnulib/lib/unistr/u16-to-u8.c FUNC (const SRC_UNIT *s, size_t n, DST_UNIT *resultbuf, size_t *lengthp) n 42 maint/gnulib/lib/unistr/u16-to-u8.c const SRC_UNIT *s_end = s + n; n 32 maint/gnulib/lib/unistr/u16-uctomb-aux.c u16_uctomb_aux (uint16_t *s, ucs4_t uc, ptrdiff_t n) n 42 maint/gnulib/lib/unistr/u16-uctomb-aux.c if (n >= 1) n 55 maint/gnulib/lib/unistr/u16-uctomb-aux.c if (n >= 2) n 39 maint/gnulib/lib/unistr/u16-uctomb.c u16_uctomb (uint16_t *s, ucs4_t uc, ptrdiff_t n) n 43 maint/gnulib/lib/unistr/u16-uctomb.c if (n > 0) n 54 maint/gnulib/lib/unistr/u16-uctomb.c if (n >= 1) n 67 maint/gnulib/lib/unistr/u16-uctomb.c if (n >= 2) n 32 maint/gnulib/lib/unistr/u32-check.c u32_check (const uint32_t *s, size_t n) n 34 maint/gnulib/lib/unistr/u32-check.c const uint32_t *s_end = s + n; n 32 maint/gnulib/lib/unistr/u32-chr.c u32_chr (const uint32_t *s, size_t n, ucs4_t uc) n 34 maint/gnulib/lib/unistr/u32-chr.c for (; n > 0; s++, n--) n 32 maint/gnulib/lib/unistr/u32-cmp.c u32_cmp (const uint32_t *s1, const uint32_t *s2, size_t n) n 34 maint/gnulib/lib/unistr/u32-cmp.c for (; n > 0;) n 40 maint/gnulib/lib/unistr/u32-cmp.c n--; n 32 maint/gnulib/lib/unistr/u32-mblen.c u32_mblen (const uint32_t *s, size_t n) n 34 maint/gnulib/lib/unistr/u32-mblen.c if (n > 0) n 32 maint/gnulib/lib/unistr/u32-mbsnlen.c u32_mbsnlen (const uint32_t *s, size_t n) n 34 maint/gnulib/lib/unistr/u32-mbsnlen.c return n; n 32 maint/gnulib/lib/unistr/u32-mbtouc-unsafe.c u32_mbtouc_unsafe (ucs4_t *puc, const uint32_t *s, size_t n) n 39 maint/gnulib/lib/unistr/u32-mbtouc.c u32_mbtouc (ucs4_t *puc, const uint32_t *s, size_t n) n 32 maint/gnulib/lib/unistr/u32-mbtoucr.c u32_mbtoucr (ucs4_t *puc, const uint32_t *s, size_t n) n 32 maint/gnulib/lib/unistr/u32-strncmp.c u32_strncmp (const uint32_t *s1, const uint32_t *s2, size_t n) n 34 maint/gnulib/lib/unistr/u32-strncmp.c for (; n > 0;) n 40 maint/gnulib/lib/unistr/u32-strncmp.c n--; n 40 maint/gnulib/lib/unistr/u32-to-u16.c FUNC (const SRC_UNIT *s, size_t n, DST_UNIT *resultbuf, size_t *lengthp) n 42 maint/gnulib/lib/unistr/u32-to-u16.c const SRC_UNIT *s_end = s + n; n 32 maint/gnulib/lib/unistr/u32-to-u8.c FUNC (const SRC_UNIT *s, size_t n, DST_UNIT *resultbuf, size_t *lengthp) n 34 maint/gnulib/lib/unistr/u32-to-u8.c const SRC_UNIT *s_end = s + n; n 31 maint/gnulib/lib/unistr/u32-uctomb.c u32_uctomb (uint32_t *s, ucs4_t uc, ptrdiff_t n) n 35 maint/gnulib/lib/unistr/u32-uctomb.c if (n > 0) n 24 maint/gnulib/lib/unistr/u8-check.c u8_check (const uint8_t *s, size_t n) n 26 maint/gnulib/lib/unistr/u8-check.c const uint8_t *s_end = s + n; n 35 maint/gnulib/lib/unistr/u8-chr.c u8_chr (const uint8_t *s, size_t n, ucs4_t uc) n 41 maint/gnulib/lib/unistr/u8-chr.c return (uint8_t *) memchr ((const char *) s, c0, n); n 49 maint/gnulib/lib/unistr/u8-chr.c if (n < uc_size) n 79 maint/gnulib/lib/unistr/u8-chr.c const uint8_t *end = s + n - 1; n 112 maint/gnulib/lib/unistr/u8-chr.c const uint8_t *end = s + n - 2; n 158 maint/gnulib/lib/unistr/u8-chr.c const uint8_t *end = s + n - 3; n 34 maint/gnulib/lib/unistr/u8-cmp.c u8_cmp (const uint8_t *s1, const uint8_t *s2, size_t n) n 37 maint/gnulib/lib/unistr/u8-cmp.c return n == 0 ? 0 : memcmp ((const char *) s1, (const char *) s2, n); n 25 maint/gnulib/lib/unistr/u8-mblen.c u8_mblen (const uint8_t *s, size_t n) n 27 maint/gnulib/lib/unistr/u8-mblen.c if (n > 0) n 38 maint/gnulib/lib/unistr/u8-mblen.c if (n >= 2 n 44 maint/gnulib/lib/unistr/u8-mblen.c if (n >= 3 n 52 maint/gnulib/lib/unistr/u8-mblen.c if (n >= 4 n 32 maint/gnulib/lib/unistr/u8-mbsnlen.c u8_mbsnlen (const uint8_t *s, size_t n) n 37 maint/gnulib/lib/unistr/u8-mbsnlen.c while (n > 0) n 40 maint/gnulib/lib/unistr/u8-mbsnlen.c int count = u8_mbtoucr (&uc, s, n); n 45 maint/gnulib/lib/unistr/u8-mbsnlen.c count = u8_mbtouc (&uc, s, n); n 49 maint/gnulib/lib/unistr/u8-mbsnlen.c n -= count; n 26 maint/gnulib/lib/unistr/u8-mbtouc-aux.c u8_mbtouc_aux (ucs4_t *puc, const uint8_t *s, size_t n) n 34 maint/gnulib/lib/unistr/u8-mbtouc-aux.c if (n >= 2) n 53 maint/gnulib/lib/unistr/u8-mbtouc-aux.c if (n >= 3) n 81 maint/gnulib/lib/unistr/u8-mbtouc-aux.c if (n == 1 || (s[1] ^ 0x80) >= 0x40) n 89 maint/gnulib/lib/unistr/u8-mbtouc-aux.c if (n >= 4) n 124 maint/gnulib/lib/unistr/u8-mbtouc-aux.c if (n == 1 || (s[1] ^ 0x80) >= 0x40) n 126 maint/gnulib/lib/unistr/u8-mbtouc-aux.c else if (n == 2 || (s[2] ^ 0x80) >= 0x40) n 26 maint/gnulib/lib/unistr/u8-mbtouc-unsafe-aux.c u8_mbtouc_unsafe_aux (ucs4_t *puc, const uint8_t *s, size_t n) n 34 maint/gnulib/lib/unistr/u8-mbtouc-unsafe-aux.c if (n >= 2) n 53 maint/gnulib/lib/unistr/u8-mbtouc-unsafe-aux.c if (n >= 3) n 81 maint/gnulib/lib/unistr/u8-mbtouc-unsafe-aux.c if (n == 1 || (s[1] ^ 0x80) >= 0x40) n 89 maint/gnulib/lib/unistr/u8-mbtouc-unsafe-aux.c if (n >= 4) n 125 maint/gnulib/lib/unistr/u8-mbtouc-unsafe-aux.c if (n == 1 || (s[1] ^ 0x80) >= 0x40) n 127 maint/gnulib/lib/unistr/u8-mbtouc-unsafe-aux.c else if (n == 2 || (s[2] ^ 0x80) >= 0x40) n 32 maint/gnulib/lib/unistr/u8-mbtouc-unsafe.c u8_mbtouc_unsafe (ucs4_t *puc, const uint8_t *s, size_t n) n 45 maint/gnulib/lib/unistr/u8-mbtouc-unsafe.c if (n >= 2) n 64 maint/gnulib/lib/unistr/u8-mbtouc-unsafe.c if (n >= 3) n 92 maint/gnulib/lib/unistr/u8-mbtouc-unsafe.c if (n == 1 || (s[1] ^ 0x80) >= 0x40) n 100 maint/gnulib/lib/unistr/u8-mbtouc-unsafe.c if (n >= 4) n 136 maint/gnulib/lib/unistr/u8-mbtouc-unsafe.c if (n == 1 || (s[1] ^ 0x80) >= 0x40) n 138 maint/gnulib/lib/unistr/u8-mbtouc-unsafe.c else if (n == 2 || (s[2] ^ 0x80) >= 0x40) n 31 maint/gnulib/lib/unistr/u8-mbtouc.c u8_mbtouc (ucs4_t *puc, const uint8_t *s, size_t n) n 44 maint/gnulib/lib/unistr/u8-mbtouc.c if (n >= 2) n 63 maint/gnulib/lib/unistr/u8-mbtouc.c if (n >= 3) n 91 maint/gnulib/lib/unistr/u8-mbtouc.c if (n == 1 || (s[1] ^ 0x80) >= 0x40) n 99 maint/gnulib/lib/unistr/u8-mbtouc.c if (n >= 4) n 134 maint/gnulib/lib/unistr/u8-mbtouc.c if (n == 1 || (s[1] ^ 0x80) >= 0x40) n 136 maint/gnulib/lib/unistr/u8-mbtouc.c else if (n == 2 || (s[2] ^ 0x80) >= 0x40) n 24 maint/gnulib/lib/unistr/u8-mbtoucr.c u8_mbtoucr (ucs4_t *puc, const uint8_t *s, size_t n) n 37 maint/gnulib/lib/unistr/u8-mbtoucr.c if (n >= 2) n 56 maint/gnulib/lib/unistr/u8-mbtoucr.c if (n >= 2) n 62 maint/gnulib/lib/unistr/u8-mbtoucr.c if (n >= 3) n 91 maint/gnulib/lib/unistr/u8-mbtoucr.c if (n >= 2) n 97 maint/gnulib/lib/unistr/u8-mbtoucr.c if (n >= 3) n 101 maint/gnulib/lib/unistr/u8-mbtoucr.c if (n >= 4) n 39 maint/gnulib/lib/unistr/u8-set.c FUNC (UNIT *s, ucs4_t uc, size_t n) n 41 maint/gnulib/lib/unistr/u8-set.c if (n > 0) n 44 maint/gnulib/lib/unistr/u8-set.c memset ((char *) s, uc, n); n 41 maint/gnulib/lib/unistr/u8-stpncpy.c u8_stpncpy (uint8_t *dest, const uint8_t *src, size_t n) n 43 maint/gnulib/lib/unistr/u8-stpncpy.c return (uint8_t *) stpncpy ((char *) dest, (const char *) src, n); n 34 maint/gnulib/lib/unistr/u8-strncat.c u8_strncat (uint8_t *dest, const uint8_t *src, size_t n) n 36 maint/gnulib/lib/unistr/u8-strncat.c return (uint8_t *) strncat ((char *) dest, (const char *) src, n); n 34 maint/gnulib/lib/unistr/u8-strncmp.c u8_strncmp (const uint8_t *s1, const uint8_t *s2, size_t n) n 37 maint/gnulib/lib/unistr/u8-strncmp.c return strncmp ((const char *) s1, (const char *) s2, n); n 34 maint/gnulib/lib/unistr/u8-strncpy.c u8_strncpy (uint8_t *dest, const uint8_t *src, size_t n) n 36 maint/gnulib/lib/unistr/u8-strncpy.c return (uint8_t *) strncpy ((char *) dest, (const char *) src, n); n 40 maint/gnulib/lib/unistr/u8-to-u16.c FUNC (const SRC_UNIT *s, size_t n, DST_UNIT *resultbuf, size_t *lengthp) n 42 maint/gnulib/lib/unistr/u8-to-u16.c const SRC_UNIT *s_end = s + n; n 32 maint/gnulib/lib/unistr/u8-to-u32.c FUNC (const SRC_UNIT *s, size_t n, DST_UNIT *resultbuf, size_t *lengthp) n 34 maint/gnulib/lib/unistr/u8-to-u32.c const SRC_UNIT *s_end = s + n; n 26 maint/gnulib/lib/unistr/u8-uctomb-aux.c u8_uctomb_aux (uint8_t *s, ucs4_t uc, ptrdiff_t n) n 47 maint/gnulib/lib/unistr/u8-uctomb-aux.c if (n < count) n 33 maint/gnulib/lib/unistr/u8-uctomb.c u8_uctomb (uint8_t *s, ucs4_t uc, ptrdiff_t n) n 37 maint/gnulib/lib/unistr/u8-uctomb.c if (n > 0) n 62 maint/gnulib/lib/unistr/u8-uctomb.c if (n >= count) n 86 maint/gnulib/lib/uniwbrk.in.h u8_wordbreaks (const uint8_t *s, size_t n, char *p); n 88 maint/gnulib/lib/uniwbrk.in.h u16_wordbreaks (const uint16_t *s, size_t n, char *p); n 90 maint/gnulib/lib/uniwbrk.in.h u32_wordbreaks (const uint32_t *s, size_t n, char *p); n 92 maint/gnulib/lib/uniwbrk.in.h ulc_wordbreaks (const char *s, size_t n, char *_UC_RESTRICT p); n 27 maint/gnulib/lib/uniwbrk/u-wordbreaks.h FUNC (const UNIT *s, size_t n, char *p) n 29 maint/gnulib/lib/uniwbrk/u-wordbreaks.h if (n > 0) n 31 maint/gnulib/lib/uniwbrk/u-wordbreaks.h const UNIT *s_end = s + n; n 53 maint/gnulib/lib/uniwbrk/u-wordbreaks.h memset (p, 0, n); n 53 maint/gnulib/lib/uniwbrk/ulc-wordbreaks.c ulc_wordbreaks (const char *s, size_t n, char *p) n 55 maint/gnulib/lib/uniwbrk/ulc-wordbreaks.c if (n > 0) n 60 maint/gnulib/lib/uniwbrk/ulc-wordbreaks.c u8_wordbreaks ((const uint8_t *) s, n, p); n 65 maint/gnulib/lib/uniwbrk/ulc-wordbreaks.c size_t *offsets = (size_t *) malloc (n * sizeof (size_t)); n 73 maint/gnulib/lib/uniwbrk/ulc-wordbreaks.c s, n, offsets, NULL, &m); n 86 maint/gnulib/lib/uniwbrk/ulc-wordbreaks.c memset (p, 0, n); n 87 maint/gnulib/lib/uniwbrk/ulc-wordbreaks.c for (i = 0; i < n; i++) n 103 maint/gnulib/lib/uniwbrk/ulc-wordbreaks.c if (is_all_ascii (s, n)) n 106 maint/gnulib/lib/uniwbrk/ulc-wordbreaks.c u8_wordbreaks ((const uint8_t *) s, n, p); n 112 maint/gnulib/lib/uniwbrk/ulc-wordbreaks.c memset (p, 0, n); n 47 maint/gnulib/lib/uniwidth.in.h u8_width (const uint8_t *s, size_t n, const char *encoding) n 50 maint/gnulib/lib/uniwidth.in.h u16_width (const uint16_t *s, size_t n, const char *encoding) n 53 maint/gnulib/lib/uniwidth.in.h u32_width (const uint32_t *s, size_t n, const char *encoding) n 34 maint/gnulib/lib/uniwidth/u16-width.c u16_width (const uint16_t *s, size_t n, const char *encoding) n 36 maint/gnulib/lib/uniwidth/u16-width.c const uint16_t *s_end = s + n; n 32 maint/gnulib/lib/uniwidth/u32-width.c u32_width (const uint32_t *s, size_t n, const char *encoding) n 34 maint/gnulib/lib/uniwidth/u32-width.c const uint32_t *s_end = s + n; n 34 maint/gnulib/lib/uniwidth/u8-width.c u8_width (const uint8_t *s, size_t n, const char *encoding) n 36 maint/gnulib/lib/uniwidth/u8-width.c const uint8_t *s_end = s + n; n 1160 maint/gnulib/lib/vasnprintf.c scale10_round_decimal_decoded (int e, mpn_t m, void *memory, int n) n 1180 maint/gnulib/lib/vasnprintf.c s = e + n; n 1183 maint/gnulib/lib/vasnprintf.c if (s > 0 && n > 0) n 1185 maint/gnulib/lib/vasnprintf.c extra_zeroes = (s < n ? s : n); n 1187 maint/gnulib/lib/vasnprintf.c n -= extra_zeroes; n 1194 maint/gnulib/lib/vasnprintf.c abs_n = (n >= 0 ? n : -n); n 1234 maint/gnulib/lib/vasnprintf.c if (n >= 0 ? s >= 0 : s <= 0) n 1271 maint/gnulib/lib/vasnprintf.c if (n >= 0) n 1286 maint/gnulib/lib/vasnprintf.c if (n >= 0) n 1382 maint/gnulib/lib/vasnprintf.c scale10_round_decimal_long_double (long double x, int n) n 1387 maint/gnulib/lib/vasnprintf.c return scale10_round_decimal_decoded (e, m, memory, n); n 1400 maint/gnulib/lib/vasnprintf.c scale10_round_decimal_double (double x, int n) n 1405 maint/gnulib/lib/vasnprintf.c return scale10_round_decimal_decoded (e, m, memory, n); n 1962 maint/gnulib/lib/vasnprintf.c size_t n = dp->dir_start - cp; n 1963 maint/gnulib/lib/vasnprintf.c size_t augmented_length = xsum (length, n); n 1971 maint/gnulib/lib/vasnprintf.c DCHAR_CPY (result + length, (const DCHAR_T *) cp, n); n 1978 maint/gnulib/lib/vasnprintf.c while (--n > 0); n 2163 maint/gnulib/lib/vasnprintf.c size_t n = width - characters; n 2164 maint/gnulib/lib/vasnprintf.c ENSURE_ALLOCATION (xsum (length, n)); n 2165 maint/gnulib/lib/vasnprintf.c DCHAR_SET (result + length, ' ', n); n 2166 maint/gnulib/lib/vasnprintf.c length += n; n 2171 maint/gnulib/lib/vasnprintf.c size_t n = arg_end - arg; n 2172 maint/gnulib/lib/vasnprintf.c ENSURE_ALLOCATION (xsum (length, n)); n 2173 maint/gnulib/lib/vasnprintf.c DCHAR_CPY (result + length, arg, n); n 2174 maint/gnulib/lib/vasnprintf.c length += n; n 2215 maint/gnulib/lib/vasnprintf.c size_t n = width - characters; n 2216 maint/gnulib/lib/vasnprintf.c ENSURE_ALLOCATION (xsum (length, n)); n 2217 maint/gnulib/lib/vasnprintf.c DCHAR_SET (result + length, ' ', n); n 2218 maint/gnulib/lib/vasnprintf.c length += n; n 2288 maint/gnulib/lib/vasnprintf.c size_t n = width - characters; n 2289 maint/gnulib/lib/vasnprintf.c ENSURE_ALLOCATION (xsum (length, n)); n 2290 maint/gnulib/lib/vasnprintf.c DCHAR_SET (result + length, ' ', n); n 2291 maint/gnulib/lib/vasnprintf.c length += n; n 2296 maint/gnulib/lib/vasnprintf.c size_t n = arg_end - arg; n 2297 maint/gnulib/lib/vasnprintf.c ENSURE_ALLOCATION (xsum (length, n)); n 2298 maint/gnulib/lib/vasnprintf.c DCHAR_CPY (result + length, arg, n); n 2299 maint/gnulib/lib/vasnprintf.c length += n; n 2340 maint/gnulib/lib/vasnprintf.c size_t n = width - characters; n 2341 maint/gnulib/lib/vasnprintf.c ENSURE_ALLOCATION (xsum (length, n)); n 2342 maint/gnulib/lib/vasnprintf.c DCHAR_SET (result + length, ' ', n); n 2343 maint/gnulib/lib/vasnprintf.c length += n; n 2413 maint/gnulib/lib/vasnprintf.c size_t n = width - characters; n 2414 maint/gnulib/lib/vasnprintf.c ENSURE_ALLOCATION (xsum (length, n)); n 2415 maint/gnulib/lib/vasnprintf.c DCHAR_SET (result + length, ' ', n); n 2416 maint/gnulib/lib/vasnprintf.c length += n; n 2421 maint/gnulib/lib/vasnprintf.c size_t n = arg_end - arg; n 2422 maint/gnulib/lib/vasnprintf.c ENSURE_ALLOCATION (xsum (length, n)); n 2423 maint/gnulib/lib/vasnprintf.c DCHAR_CPY (result + length, arg, n); n 2424 maint/gnulib/lib/vasnprintf.c length += n; n 2465 maint/gnulib/lib/vasnprintf.c size_t n = width - characters; n 2466 maint/gnulib/lib/vasnprintf.c ENSURE_ALLOCATION (xsum (length, n)); n 2467 maint/gnulib/lib/vasnprintf.c DCHAR_SET (result + length, ' ', n); n 2468 maint/gnulib/lib/vasnprintf.c length += n; n 2653 maint/gnulib/lib/vasnprintf.c size_t n = width - characters; n 2654 maint/gnulib/lib/vasnprintf.c ENSURE_ALLOCATION (xsum (length, n)); n 2655 maint/gnulib/lib/vasnprintf.c DCHAR_SET (result + length, ' ', n); n 2656 maint/gnulib/lib/vasnprintf.c length += n; n 2714 maint/gnulib/lib/vasnprintf.c size_t n = width - characters; n 2715 maint/gnulib/lib/vasnprintf.c ENSURE_ALLOCATION (xsum (length, n)); n 2716 maint/gnulib/lib/vasnprintf.c DCHAR_SET (result + length, ' ', n); n 2717 maint/gnulib/lib/vasnprintf.c length += n; n 2891 maint/gnulib/lib/vasnprintf.c size_t n = width - w; n 2892 maint/gnulib/lib/vasnprintf.c ENSURE_ALLOCATION (xsum (length, n)); n 2893 maint/gnulib/lib/vasnprintf.c DCHAR_SET (result + length, ' ', n); n 2894 maint/gnulib/lib/vasnprintf.c length += n; n 2967 maint/gnulib/lib/vasnprintf.c size_t n = width - w; n 2968 maint/gnulib/lib/vasnprintf.c ENSURE_ALLOCATION (xsum (length, n)); n 2969 maint/gnulib/lib/vasnprintf.c DCHAR_SET (result + length, ' ', n); n 2970 maint/gnulib/lib/vasnprintf.c length += n; n 3115 maint/gnulib/lib/vasnprintf.c size_t n = width - w; n 3116 maint/gnulib/lib/vasnprintf.c ENSURE_ALLOCATION (xsum (length, n)); n 3117 maint/gnulib/lib/vasnprintf.c DCHAR_SET (result + length, ' ', n); n 3118 maint/gnulib/lib/vasnprintf.c length += n; n 3171 maint/gnulib/lib/vasnprintf.c size_t n = width - w; n 3172 maint/gnulib/lib/vasnprintf.c ENSURE_ALLOCATION (xsum (length, n)); n 3173 maint/gnulib/lib/vasnprintf.c DCHAR_SET (result + length, ' ', n); n 3174 maint/gnulib/lib/vasnprintf.c length += n; n 3657 maint/gnulib/lib/vasnprintf.c size_t n = xsum (length, count); n 3659 maint/gnulib/lib/vasnprintf.c ENSURE_ALLOCATION (n); n 4840 maint/gnulib/lib/vasnprintf.c size_t n = xsum (length, count); n 4842 maint/gnulib/lib/vasnprintf.c ENSURE_ALLOCATION (n); n 5049 maint/gnulib/lib/vasnprintf.c size_t n = dp->width_end - dp->width_start; n 5054 maint/gnulib/lib/vasnprintf.c memcpy (fbp, dp->width_start, n * sizeof (TCHAR_T)); n 5055 maint/gnulib/lib/vasnprintf.c fbp += n; n 5062 maint/gnulib/lib/vasnprintf.c while (--n > 0); n 5070 maint/gnulib/lib/vasnprintf.c size_t n = dp->precision_end - dp->precision_start; n 5075 maint/gnulib/lib/vasnprintf.c memcpy (fbp, dp->precision_start, n * sizeof (TCHAR_T)); n 5076 maint/gnulib/lib/vasnprintf.c fbp += n; n 5083 maint/gnulib/lib/vasnprintf.c while (--n > 0); n 5499 maint/gnulib/lib/vasnprintf.c size_t n = n 5506 maint/gnulib/lib/vasnprintf.c ENSURE_ALLOCATION (n); n 5546 maint/gnulib/lib/vasnprintf.c size_t n = n 5551 maint/gnulib/lib/vasnprintf.c ENSURE_ALLOCATION (n); n 5633 maint/gnulib/lib/vasnprintf.c size_t n; n 5658 maint/gnulib/lib/vasnprintf.c for (n = count; n > 0; n--) n 5670 maint/gnulib/lib/vasnprintf.c size_t n = n 5673 maint/gnulib/lib/vasnprintf.c ENSURE_ALLOCATION (n); n 5703 maint/gnulib/lib/vasnprintf.c size_t n = n 5709 maint/gnulib/lib/vasnprintf.c ENSURE_ALLOCATION (n); n 5712 maint/gnulib/lib/vasnprintf.c ENSURE_ALLOCATION (n); n 38 maint/gnulib/lib/vla.h # define VLA_ELEMS(n) n 40 maint/gnulib/lib/vla.h # define VLA_ELEMS(n) static n n 194 maint/gnulib/lib/vma-iter.c int n = read (fd, rof->buffer, size); n 195 maint/gnulib/lib/vma-iter.c if (n < 0 && errno == EINTR) n 198 maint/gnulib/lib/vma-iter.c if (!(n < 0 && errno == EFBIG)) n 201 maint/gnulib/lib/vma-iter.c if (n <= 0) n 204 maint/gnulib/lib/vma-iter.c if (n + MIN_LEFTOVER <= size) n 207 maint/gnulib/lib/vma-iter.c rof->filled = n; n 213 maint/gnulib/lib/vma-iter.c n = read (fd, rof->buffer + rof->filled, size - rof->filled); n 214 maint/gnulib/lib/vma-iter.c if (n < 0 && errno == EINTR) n 216 maint/gnulib/lib/vma-iter.c if (n < 0) n 219 maint/gnulib/lib/vma-iter.c if (n + MIN_LEFTOVER > size - rof->filled) n 222 maint/gnulib/lib/vma-iter.c if (n == 0) n 228 maint/gnulib/lib/vma-iter.c rof->filled += n; n 89 maint/gnulib/lib/wait-process.c size_t n = slaves_count; n 90 maint/gnulib/lib/wait-process.c if (n == 0) n 92 maint/gnulib/lib/wait-process.c n--; n 93 maint/gnulib/lib/wait-process.c slaves_count = n; n 95 maint/gnulib/lib/wait-process.c if (slaves[n].used) n 97 maint/gnulib/lib/wait-process.c pid_t slave = slaves[n].child; n 279 maint/gnulib/lib/wchar.in.h (wchar_t *restrict pwc, const char *restrict s, size_t n, n 282 maint/gnulib/lib/wchar.in.h (wchar_t *restrict pwc, const char *restrict s, size_t n, n 287 maint/gnulib/lib/wchar.in.h (wchar_t *restrict pwc, const char *restrict s, size_t n, n 291 maint/gnulib/lib/wchar.in.h (wchar_t *restrict pwc, const char *restrict s, size_t n, n 314 maint/gnulib/lib/wchar.in.h (const char *restrict s, size_t n, mbstate_t *restrict ps)); n 316 maint/gnulib/lib/wchar.in.h (const char *restrict s, size_t n, mbstate_t *restrict ps)); n 320 maint/gnulib/lib/wchar.in.h (const char *restrict s, size_t n, mbstate_t *restrict ps)); n 323 maint/gnulib/lib/wchar.in.h (const char *restrict s, size_t n, mbstate_t *restrict ps)); n 565 maint/gnulib/lib/wchar.in.h _GL_FUNCDECL_SYS (wmemchr, wchar_t *, (const wchar_t *s, wchar_t c, size_t n) n 578 maint/gnulib/lib/wchar.in.h _GL_CXXALIASWARN1 (wmemchr, wchar_t *, (wchar_t *s, wchar_t c, size_t n)); n 580 maint/gnulib/lib/wchar.in.h (const wchar_t *s, wchar_t c, size_t n)); n 597 maint/gnulib/lib/wchar.in.h (const wchar_t *s1, const wchar_t *s2, size_t n) n 601 maint/gnulib/lib/wchar.in.h (const wchar_t *s1, const wchar_t *s2, size_t n)); n 619 maint/gnulib/lib/wchar.in.h const wchar_t *restrict src, size_t n)); n 623 maint/gnulib/lib/wchar.in.h const wchar_t *restrict src, size_t n)); n 641 maint/gnulib/lib/wchar.in.h (wchar_t *dest, const wchar_t *src, size_t n)); n 644 maint/gnulib/lib/wchar.in.h (wchar_t *dest, const wchar_t *src, size_t n)); n 663 maint/gnulib/lib/wchar.in.h const wchar_t *restrict src, size_t n)); n 667 maint/gnulib/lib/wchar.in.h const wchar_t *restrict src, size_t n)); n 683 maint/gnulib/lib/wchar.in.h _GL_FUNCDECL_SYS (wmemset, wchar_t *, (wchar_t *s, wchar_t c, size_t n)); n 685 maint/gnulib/lib/wchar.in.h _GL_CXXALIAS_SYS (wmemset, wchar_t *, (wchar_t *s, wchar_t c, size_t n)); n 776 maint/gnulib/lib/wchar.in.h const wchar_t *restrict src, size_t n)); n 780 maint/gnulib/lib/wchar.in.h const wchar_t *restrict src, size_t n)); n 799 maint/gnulib/lib/wchar.in.h const wchar_t *restrict src, size_t n)); n 803 maint/gnulib/lib/wchar.in.h const wchar_t *restrict src, size_t n)); n 839 maint/gnulib/lib/wchar.in.h size_t n)); n 843 maint/gnulib/lib/wchar.in.h size_t n)); n 879 maint/gnulib/lib/wchar.in.h (const wchar_t *s1, const wchar_t *s2, size_t n) n 883 maint/gnulib/lib/wchar.in.h (const wchar_t *s1, const wchar_t *s2, size_t n)); n 917 maint/gnulib/lib/wchar.in.h (const wchar_t *s1, const wchar_t *s2, size_t n) n 921 maint/gnulib/lib/wchar.in.h (const wchar_t *s1, const wchar_t *s2, size_t n)); n 957 maint/gnulib/lib/wchar.in.h (wchar_t *restrict s1, const wchar_t *restrict s2, size_t n)); n 960 maint/gnulib/lib/wchar.in.h (wchar_t *restrict s1, const wchar_t *restrict s2, size_t n)); n 1242 maint/gnulib/lib/wchar.in.h _GL_FUNCDECL_RPL (wcswidth, int, (const wchar_t *s, size_t n) n 1244 maint/gnulib/lib/wchar.in.h _GL_CXXALIAS_RPL (wcswidth, int, (const wchar_t *s, size_t n)); n 1247 maint/gnulib/lib/wchar.in.h _GL_FUNCDECL_SYS (wcswidth, int, (const wchar_t *s, size_t n) n 1250 maint/gnulib/lib/wchar.in.h _GL_CXXALIAS_SYS (wcswidth, int, (const wchar_t *s, size_t n)); n 19 maint/gnulib/lib/wcpncpy-impl.h wcpncpy (wchar_t *dest, const wchar_t *src, size_t n) n 21 maint/gnulib/lib/wcpncpy-impl.h for (; n > 0 && (*dest = *src) != (wchar_t)'\0'; src++, dest++, n--) n 26 maint/gnulib/lib/wcpncpy-impl.h for (; n > 0; n--) n 21 maint/gnulib/lib/wcsdup-impl.h size_t n = wcslen (s) + 1; n 22 maint/gnulib/lib/wcsdup-impl.h wchar_t *copy = (wchar_t *) malloc (n * sizeof (wchar_t)); n 24 maint/gnulib/lib/wcsdup-impl.h return wmemcpy (copy, s, n); n 19 maint/gnulib/lib/wcsncasecmp-impl.h wcsncasecmp (const wchar_t *s1, const wchar_t *s2, size_t n) n 21 maint/gnulib/lib/wcsncasecmp-impl.h for (; n > 0;) n 27 maint/gnulib/lib/wcsncasecmp-impl.h n--; n 19 maint/gnulib/lib/wcsncat-impl.h wcsncat (wchar_t *dest, const wchar_t *src, size_t n) n 23 maint/gnulib/lib/wcsncat-impl.h for (; n > 0 && (*destptr = *src) != (wchar_t)'\0'; src++, destptr++, n--) n 25 maint/gnulib/lib/wcsncat-impl.h if (n == 0) n 19 maint/gnulib/lib/wcsncmp-impl.h wcsncmp (const wchar_t *s1, const wchar_t *s2, size_t n) n 21 maint/gnulib/lib/wcsncmp-impl.h for (; n > 0;) n 27 maint/gnulib/lib/wcsncmp-impl.h n--; n 19 maint/gnulib/lib/wcsncpy-impl.h wcsncpy (wchar_t *dest, const wchar_t *src, size_t n) n 23 maint/gnulib/lib/wcsncpy-impl.h for (; n > 0 && (*destptr = *src) != (wchar_t)'\0'; src++, destptr++, n--) n 28 maint/gnulib/lib/wcsncpy-impl.h for (; n > 0; n--) n 21 maint/gnulib/lib/wcsstr-impl.h wchar_t n = needle[0]; n 24 maint/gnulib/lib/wcsstr-impl.h if (n == (wchar_t)'\0') n 29 maint/gnulib/lib/wcsstr-impl.h return wcschr (haystack, n); n 34 maint/gnulib/lib/wcsstr-impl.h if (*haystack == n) n 19 maint/gnulib/lib/wcswidth-impl.h wcswidth (const wchar_t *s, size_t n) n 22 maint/gnulib/lib/wcswidth-impl.h for (; n > 0; s++, n--) n 19 maint/gnulib/lib/wcsxfrm-impl.h wcsxfrm (wchar_t *s1, const wchar_t *s2, size_t n) n 53 maint/gnulib/lib/wcsxfrm-impl.h result = strxfrm ((char *)s1, mbs2, n); n 62 maint/gnulib/lib/wcsxfrm-impl.h if (result < n) n 70 maint/gnulib/lib/wcsxfrm-impl.h wchar_t *wcp = s1 + n; n 71 maint/gnulib/lib/wcsxfrm-impl.h char *cp = (char *)s1 + n; n 19 maint/gnulib/lib/wmemchr-impl.h wmemchr (const wchar_t *s, wchar_t c, size_t n) n 21 maint/gnulib/lib/wmemchr-impl.h for (; n > 0; s++, n--) n 19 maint/gnulib/lib/wmemcmp-impl.h wmemcmp (const wchar_t *s1, const wchar_t *s2, size_t n) n 21 maint/gnulib/lib/wmemcmp-impl.h for (; n > 0;) n 27 maint/gnulib/lib/wmemcmp-impl.h n--; n 19 maint/gnulib/lib/wmemcpy-impl.h wmemcpy (wchar_t *dest, const wchar_t *src, size_t n) n 23 maint/gnulib/lib/wmemcpy-impl.h for (; n > 0; n--) n 19 maint/gnulib/lib/wmemmove-impl.h wmemmove (wchar_t *dest, const wchar_t *src, size_t n) n 25 maint/gnulib/lib/wmemmove-impl.h for (; n > 0; n--) n 30 maint/gnulib/lib/wmemmove-impl.h wchar_t *destptr = dest + n - 1; n 31 maint/gnulib/lib/wmemmove-impl.h const wchar_t *srcptr = src + n - 1; n 32 maint/gnulib/lib/wmemmove-impl.h for (; n > 0; n--) n 25 maint/gnulib/lib/wmempcpy.c wmempcpy (wchar_t *dest, const wchar_t *src, size_t n) n 27 maint/gnulib/lib/wmempcpy.c return wmemcpy (dest, src, n) + n; n 19 maint/gnulib/lib/wmemset-impl.h wmemset (wchar_t *s, wchar_t c, size_t n) n 23 maint/gnulib/lib/wmemset-impl.h for (; n > 0; n--) n 30 maint/gnulib/lib/xalloc-oversized.h #define __xalloc_oversized(n, s) \ n 33 maint/gnulib/lib/xalloc-oversized.h < (n))) n 49 maint/gnulib/lib/xalloc-oversized.h # define xalloc_oversized(n, s) \ n 50 maint/gnulib/lib/xalloc-oversized.h __builtin_mul_overflow_p (n, s, (ptrdiff_t) 1) n 53 maint/gnulib/lib/xalloc-oversized.h # define xalloc_oversized(n, s) \ n 54 maint/gnulib/lib/xalloc-oversized.h (__builtin_constant_p (n) && __builtin_constant_p (s) \ n 55 maint/gnulib/lib/xalloc-oversized.h ? __xalloc_oversized (n, s) \ n 57 maint/gnulib/lib/xalloc-oversized.h __builtin_mul_overflow (n, s, &__xalloc_count); })) n 62 maint/gnulib/lib/xalloc-oversized.h # define xalloc_oversized(n, s) __xalloc_oversized (n, s) n 63 maint/gnulib/lib/xalloc.h void *xinmalloc (idx_t n, idx_t s) n 72 maint/gnulib/lib/xalloc.h void *xcalloc (size_t n, size_t s) n 75 maint/gnulib/lib/xalloc.h void *xicalloc (idx_t n, idx_t s) n 82 maint/gnulib/lib/xalloc.h void *xreallocarray (void *p, size_t n, size_t s) n 84 maint/gnulib/lib/xalloc.h void *xireallocarray (void *p, idx_t n, idx_t s) n 116 maint/gnulib/lib/xalloc.h # define XNMALLOC(n, t) \ n 117 maint/gnulib/lib/xalloc.h ((t *) (sizeof (t) == 1 ? xmalloc (n) : xnmalloc (n, sizeof (t)))) n 127 maint/gnulib/lib/xalloc.h # define XCALLOC(n, t) \ n 128 maint/gnulib/lib/xalloc.h ((t *) (sizeof (t) == 1 ? xzalloc (n) : xcalloc (n, sizeof (t)))) n 134 maint/gnulib/lib/xalloc.h void *xnmalloc (size_t n, size_t s) n 142 maint/gnulib/lib/xalloc.h XALLOC_INLINE void *xnrealloc (void *p, size_t n, size_t s) n 145 maint/gnulib/lib/xalloc.h xnrealloc (void *p, size_t n, size_t s) n 147 maint/gnulib/lib/xalloc.h return xreallocarray (p, n, s); n 153 maint/gnulib/lib/xalloc.h char *xcharalloc (size_t n) n 178 maint/gnulib/lib/xalloc.h xreallocarray (T *p, size_t n, size_t s) n 180 maint/gnulib/lib/xalloc.h return (T *) xreallocarray ((void *) p, n, s); n 185 maint/gnulib/lib/xalloc.h xnrealloc (T *p, size_t n, size_t s) n 187 maint/gnulib/lib/xalloc.h return xreallocarray (p, n, s); n 54 maint/gnulib/lib/xmalloc.c xcharalloc (size_t n) n 56 maint/gnulib/lib/xmalloc.c return XNMALLOC (n, char); n 81 maint/gnulib/lib/xmalloc.c xreallocarray (void *p, size_t n, size_t s) n 83 maint/gnulib/lib/xmalloc.c void *r = reallocarray (p, n, s); n 84 maint/gnulib/lib/xmalloc.c if (!r && (!p || (n && s))) n 90 maint/gnulib/lib/xmalloc.c xireallocarray (void *p, idx_t n, idx_t s) n 92 maint/gnulib/lib/xmalloc.c return nonnull (ireallocarray (p, n, s)); n 99 maint/gnulib/lib/xmalloc.c xnmalloc (size_t n, size_t s) n 101 maint/gnulib/lib/xmalloc.c return xreallocarray (NULL, n, s); n 105 maint/gnulib/lib/xmalloc.c xinmalloc (idx_t n, idx_t s) n 107 maint/gnulib/lib/xmalloc.c return xireallocarray (NULL, n, s); n 179 maint/gnulib/lib/xmalloc.c size_t n = *pn; n 183 maint/gnulib/lib/xmalloc.c if (! n) n 191 maint/gnulib/lib/xmalloc.c n = DEFAULT_MXFAST / s; n 192 maint/gnulib/lib/xmalloc.c n += !n; n 198 maint/gnulib/lib/xmalloc.c if (INT_ADD_WRAPV (n, (n >> 1) + 1, &n)) n 202 maint/gnulib/lib/xmalloc.c p = xreallocarray (p, n, s); n 203 maint/gnulib/lib/xmalloc.c *pn = n; n 238 maint/gnulib/lib/xmalloc.c idx_t n; n 239 maint/gnulib/lib/xmalloc.c if (INT_ADD_WRAPV (n0, n0 >> 1, &n)) n 240 maint/gnulib/lib/xmalloc.c n = IDX_MAX; n 241 maint/gnulib/lib/xmalloc.c if (0 <= n_max && n_max < n) n 242 maint/gnulib/lib/xmalloc.c n = n_max; n 254 maint/gnulib/lib/xmalloc.c = (INT_MULTIPLY_WRAPV (n, s, &nbytes) n 259 maint/gnulib/lib/xmalloc.c n = adjusted_nbytes / s; n 265 maint/gnulib/lib/xmalloc.c if (n - n0 < n_incr_min n 266 maint/gnulib/lib/xmalloc.c && (INT_ADD_WRAPV (n0, n_incr_min, &n) n 267 maint/gnulib/lib/xmalloc.c || (0 <= n_max && n_max < n) n 268 maint/gnulib/lib/xmalloc.c || INT_MULTIPLY_WRAPV (n, s, &nbytes))) n 271 maint/gnulib/lib/xmalloc.c *pn = n; n 295 maint/gnulib/lib/xmalloc.c xcalloc (size_t n, size_t s) n 297 maint/gnulib/lib/xmalloc.c return nonnull (calloc (n, s)); n 301 maint/gnulib/lib/xmalloc.c xicalloc (idx_t n, idx_t s) n 303 maint/gnulib/lib/xmalloc.c return nonnull (icalloc (n, s)); n 28 maint/gnulib/lib/xmalloca.c xmmalloca (size_t n) n 32 maint/gnulib/lib/xmalloca.c p = mmalloca (n); n 42 maint/gnulib/lib/xmalloca.h extern void * xmmalloca (size_t n) n 58 maint/gnulib/lib/xmalloca.h # define xnmalloca(n, s) \ n 59 maint/gnulib/lib/xmalloca.h xmalloca (xalloc_oversized (n, s) ? (size_t) (-1) : (n) * (size_t) (s)) n 61 maint/gnulib/lib/xmalloca.h # define xnmalloca(n, s) \ n 62 maint/gnulib/lib/xmalloca.h xnmalloc (n, s) n 30 maint/gnulib/lib/xstrndup.c xstrndup (const char *string, size_t n) n 32 maint/gnulib/lib/xstrndup.c char *s = strndup (string, n); n 23 maint/gnulib/lib/xstrndup.h extern char *xstrndup (const char *string, size_t n) n 50 maint/gnulib/tests/qemu.h int n = read (fd, buf, sizeof (buf) - 1); n 52 maint/gnulib/tests/qemu.h if (n > 0) n 54 maint/gnulib/tests/qemu.h buf[n] = '\0'; n 64 maint/gnulib/tests/qemu.h int n = read (fd, buf, sizeof (buf) - 1); n 66 maint/gnulib/tests/qemu.h if (n > 0) n 68 maint/gnulib/tests/qemu.h buf[n] = '\0'; n 28 maint/gnulib/tests/test-_Exit.c Charlie (int n) n 30 maint/gnulib/tests/test-_Exit.c MTA (n - 1); n 34 maint/gnulib/tests/test-_Exit.c MTA (int n) n 36 maint/gnulib/tests/test-_Exit.c if (n < 0) n 38 maint/gnulib/tests/test-_Exit.c Charlie (n - 1); n 26 maint/gnulib/tests/test-alloca-opt.c do_allocation (int n) n 28 maint/gnulib/tests/test-alloca-opt.c void *volatile ptr = alloca (n); n 261 maint/gnulib/tests/test-argp.c #define INIT_TEST_COMMON(n) \ n 265 maint/gnulib/tests/test-argp.c test_number = n; n 267 maint/gnulib/tests/test-argp.c #define INIT_TEST1(n, arg1) \ n 269 maint/gnulib/tests/test-argp.c INIT_TEST_COMMON (n) n 271 maint/gnulib/tests/test-argp.c #define INIT_TEST2(n, arg1, arg2) \ n 273 maint/gnulib/tests/test-argp.c INIT_TEST_COMMON (n) n 275 maint/gnulib/tests/test-argp.c #define INIT_TEST3(n, arg1, arg2, arg3) \ n 277 maint/gnulib/tests/test-argp.c INIT_TEST_COMMON (n) n 304 maint/gnulib/tests/test-array-mergesort.c size_t n; n 307 maint/gnulib/tests/test-array-mergesort.c for (n = 1; n <= NMAX; n++) n 314 maint/gnulib/tests/test-array-mergesort.c dst = (struct foo *) malloc ((n + 1) * sizeof (struct foo)); n 315 maint/gnulib/tests/test-array-mergesort.c dst[n].x = 0x4A6A71FE; /* canary */ n 316 maint/gnulib/tests/test-array-mergesort.c tmp = (struct foo *) malloc ((n / 2 + 1) * sizeof (struct foo)); n 317 maint/gnulib/tests/test-array-mergesort.c tmp[n / 2].x = 0x587EF149; /* canary */ n 319 maint/gnulib/tests/test-array-mergesort.c merge_sort_fromto (data, dst, n, tmp); n 322 maint/gnulib/tests/test-array-mergesort.c ASSERT (dst[n].x == 0x4A6A71FE); n 323 maint/gnulib/tests/test-array-mergesort.c ASSERT (tmp[n / 2].x == 0x587EF149); n 326 maint/gnulib/tests/test-array-mergesort.c qsort_result = (double *) malloc (n * sizeof (double)); n 327 maint/gnulib/tests/test-array-mergesort.c for (i = 0; i < n; i++) n 329 maint/gnulib/tests/test-array-mergesort.c qsort (qsort_result, n, sizeof (double), cmp_double); n 330 maint/gnulib/tests/test-array-mergesort.c for (i = 0; i < n; i++) n 334 maint/gnulib/tests/test-array-mergesort.c for (i = 0; i < n; i++) n 344 maint/gnulib/tests/test-array-mergesort.c for (n = 1; n <= NMAX; n++) n 351 maint/gnulib/tests/test-array-mergesort.c src = (struct foo *) malloc ((n + 1) * sizeof (struct foo)); n 352 maint/gnulib/tests/test-array-mergesort.c src[n].x = 0x4A6A71FE; /* canary */ n 353 maint/gnulib/tests/test-array-mergesort.c tmp = (struct foo *) malloc ((n + 1) * sizeof (struct foo)); n 354 maint/gnulib/tests/test-array-mergesort.c tmp[n].x = 0x587EF149; /* canary */ n 356 maint/gnulib/tests/test-array-mergesort.c for (i = 0; i < n; i++) n 359 maint/gnulib/tests/test-array-mergesort.c merge_sort_inplace (src, n, tmp); n 362 maint/gnulib/tests/test-array-mergesort.c ASSERT (src[n].x == 0x4A6A71FE); n 363 maint/gnulib/tests/test-array-mergesort.c ASSERT (tmp[n].x == 0x587EF149); n 366 maint/gnulib/tests/test-array-mergesort.c qsort_result = (double *) malloc (n * sizeof (double)); n 367 maint/gnulib/tests/test-array-mergesort.c for (i = 0; i < n; i++) n 369 maint/gnulib/tests/test-array-mergesort.c qsort (qsort_result, n, sizeof (double), cmp_double); n 370 maint/gnulib/tests/test-array-mergesort.c for (i = 0; i < n; i++) n 374 maint/gnulib/tests/test-array-mergesort.c for (i = 0; i < n; i++) n 31 maint/gnulib/tests/test-array_list.c #define RANDOM(n) (rand () % (n)) n 37 maint/gnulib/tests/test-array_list.c size_t n, i; n 39 maint/gnulib/tests/test-array_list.c n = gl_list_size (list1); n 40 maint/gnulib/tests/test-array_list.c ASSERT (n == gl_list_size (list2)); n 41 maint/gnulib/tests/test-array_list.c for (i = 0; i < n; i++) n 50 maint/gnulib/tests/test-array_list.c size_t n = gl_list_size (list1); n 56 maint/gnulib/tests/test-array_list.c while (i < n && node2 != NULL) n 62 maint/gnulib/tests/test-array_list.c ASSERT ((i == n) == (node2 == NULL)); n 68 maint/gnulib/tests/test-array_list.c size_t n = gl_list_size (list1); n 72 maint/gnulib/tests/test-array_list.c i = n - 1; n 272 maint/gnulib/tests/test-array_list.c size_t n = gl_list_size (list1); n 273 maint/gnulib/tests/test-array_list.c const char *obj = gl_list_get_at (list1, RANDOM (n)); n 281 maint/gnulib/tests/test-array_list.c ASSERT (gl_list_size (list1) == n - 1); n 287 maint/gnulib/tests/test-array_list.c size_t n = gl_list_size (list1); n 288 maint/gnulib/tests/test-array_list.c size_t index = RANDOM (n); n 291 maint/gnulib/tests/test-array_list.c ASSERT (gl_list_size (list1) == n - 1); n 296 maint/gnulib/tests/test-array_list.c size_t n = gl_list_size (list1); n 299 maint/gnulib/tests/test-array_list.c ASSERT (gl_list_size (list1) == n - (int) removed1); n 304 maint/gnulib/tests/test-array_list.c size_t n = gl_list_size (list1); n 307 maint/gnulib/tests/test-array_list.c ASSERT (gl_list_size (list1) == n - (int) removed1); n 313 maint/gnulib/tests/test-array_list.c size_t n = gl_list_size (list1); n 314 maint/gnulib/tests/test-array_list.c const char *obj = gl_list_get_at (list1, RANDOM (n)); n 317 maint/gnulib/tests/test-array_list.c ASSERT (gl_list_size (list1) == n - 1); n 323 maint/gnulib/tests/test-array_list.c size_t n = gl_list_size (list1); n 327 maint/gnulib/tests/test-array_list.c ASSERT (gl_list_size (list1) == n); n 332 maint/gnulib/tests/test-array_list.c size_t n = gl_list_size (list1); n 337 maint/gnulib/tests/test-array_list.c for (i = 0; i < n; i++) n 61 maint/gnulib/tests/test-array_map.c #define RANDOM(n) (rand () % (n)) n 81 maint/gnulib/tests/test-array_map.c size_t n = gl_map_size (map1); n 82 maint/gnulib/tests/test-array_map.c struct pair *pairs_of_map1 = XNMALLOC (n, struct pair); n 89 maint/gnulib/tests/test-array_map.c ASSERT (gl_list_size (keys) == n); n 90 maint/gnulib/tests/test-array_map.c ASSERT (gl_list_size (values) == n); n 92 maint/gnulib/tests/test-array_map.c for (i = 0; i < n; i++) n 101 maint/gnulib/tests/test-array_map.c if (n > 0) n 102 maint/gnulib/tests/test-array_map.c qsort (pairs_of_map1, n, sizeof (struct pair), cmp_pairs_in_array); n 103 maint/gnulib/tests/test-array_map.c for (i = 0; i < n; i++) n 35 maint/gnulib/tests/test-array_omap.c #define RANDOM(n) (rand () % (n)) n 41 maint/gnulib/tests/test-array_omap.c size_t n = gl_omap_size (map1); n 54 maint/gnulib/tests/test-array_omap.c for (i = 0; i < n; i++) n 37 maint/gnulib/tests/test-array_oset.c #define RANDOM(n) (rand () % (n)) n 43 maint/gnulib/tests/test-array_oset.c size_t n = gl_oset_size (set1); n 53 maint/gnulib/tests/test-array_oset.c for (i = 0; i < n; i++) n 36 maint/gnulib/tests/test-array_set.c #define RANDOM(n) (rand () % (n)) n 50 maint/gnulib/tests/test-array_set.c size_t n = gl_set_size (set1); n 51 maint/gnulib/tests/test-array_set.c const void **elements_of_set1 = XNMALLOC (n, const void *); n 52 maint/gnulib/tests/test-array_set.c const void **elements_of_set2 = XNMALLOC (n, const void *); n 62 maint/gnulib/tests/test-array_set.c for (i = 0; i < n; i++) n 74 maint/gnulib/tests/test-array_set.c if (n > 0) n 76 maint/gnulib/tests/test-array_set.c qsort (elements_of_set1, n, sizeof (const void *), cmp_objects_in_array); n 77 maint/gnulib/tests/test-array_set.c qsort (elements_of_set2, n, sizeof (const void *), cmp_objects_in_array); n 79 maint/gnulib/tests/test-array_set.c for (i = 0; i < n; i++) n 82 maint/gnulib/tests/test-asyncsafe-linked_list-strong.c # define RANDOM(n) (rand () % (n)) n 86 maint/gnulib/tests/test-asyncsafe-linked_list-weak.c # define RANDOM(n) (rand () % (n)) n 34 maint/gnulib/tests/test-avltree_list.c #define RANDOM(n) (rand () % (n)) n 40 maint/gnulib/tests/test-avltree_list.c size_t n, i; n 42 maint/gnulib/tests/test-avltree_list.c n = gl_list_size (list1); n 43 maint/gnulib/tests/test-avltree_list.c ASSERT (n == gl_list_size (list2)); n 44 maint/gnulib/tests/test-avltree_list.c for (i = 0; i < n; i++) n 335 maint/gnulib/tests/test-avltree_list.c size_t n = gl_list_size (list1); n 336 maint/gnulib/tests/test-avltree_list.c const char *obj = gl_list_get_at (list1, RANDOM (n)); n 347 maint/gnulib/tests/test-avltree_list.c ASSERT (gl_list_size (list1) == n - 1); n 353 maint/gnulib/tests/test-avltree_list.c size_t n = gl_list_size (list1); n 354 maint/gnulib/tests/test-avltree_list.c size_t index = RANDOM (n); n 358 maint/gnulib/tests/test-avltree_list.c ASSERT (gl_list_size (list1) == n - 1); n 363 maint/gnulib/tests/test-avltree_list.c size_t n = gl_list_size (list1); n 367 maint/gnulib/tests/test-avltree_list.c ASSERT (gl_list_size (list1) == n - (int) removed1); n 372 maint/gnulib/tests/test-avltree_list.c size_t n = gl_list_size (list1); n 376 maint/gnulib/tests/test-avltree_list.c ASSERT (gl_list_size (list1) == n - (int) removed1); n 382 maint/gnulib/tests/test-avltree_list.c size_t n = gl_list_size (list1); n 383 maint/gnulib/tests/test-avltree_list.c const char *obj = gl_list_get_at (list1, RANDOM (n)); n 387 maint/gnulib/tests/test-avltree_list.c ASSERT (gl_list_size (list1) == n - 1); n 393 maint/gnulib/tests/test-avltree_list.c size_t n = gl_list_size (list1); n 398 maint/gnulib/tests/test-avltree_list.c ASSERT (gl_list_size (list1) == n); n 403 maint/gnulib/tests/test-avltree_list.c size_t n = gl_list_size (list1); n 409 maint/gnulib/tests/test-avltree_list.c for (i = 0; i < n; i++) n 36 maint/gnulib/tests/test-avltree_omap.c #define RANDOM(n) (rand () % (n)) n 42 maint/gnulib/tests/test-avltree_omap.c size_t n = gl_omap_size (map1); n 52 maint/gnulib/tests/test-avltree_omap.c for (i = 0; i < n; i++) n 38 maint/gnulib/tests/test-avltree_oset.c #define RANDOM(n) (rand () % (n)) n 44 maint/gnulib/tests/test-avltree_oset.c size_t n = gl_oset_size (set1); n 52 maint/gnulib/tests/test-avltree_oset.c for (i = 0; i < n; i++) n 61 maint/gnulib/tests/test-avltreehash_list.c #define RANDOM(n) (rand () % (n)) n 67 maint/gnulib/tests/test-avltreehash_list.c size_t n, i; n 69 maint/gnulib/tests/test-avltreehash_list.c n = gl_list_size (list1); n 70 maint/gnulib/tests/test-avltreehash_list.c ASSERT (n == gl_list_size (list2)); n 71 maint/gnulib/tests/test-avltreehash_list.c for (i = 0; i < n; i++) n 365 maint/gnulib/tests/test-avltreehash_list.c size_t n = gl_list_size (list1); n 366 maint/gnulib/tests/test-avltreehash_list.c const char *obj = gl_list_get_at (list1, RANDOM (n)); n 377 maint/gnulib/tests/test-avltreehash_list.c ASSERT (gl_list_size (list1) == n - 1); n 383 maint/gnulib/tests/test-avltreehash_list.c size_t n = gl_list_size (list1); n 384 maint/gnulib/tests/test-avltreehash_list.c size_t index = RANDOM (n); n 388 maint/gnulib/tests/test-avltreehash_list.c ASSERT (gl_list_size (list1) == n - 1); n 393 maint/gnulib/tests/test-avltreehash_list.c size_t n = gl_list_size (list1); n 397 maint/gnulib/tests/test-avltreehash_list.c ASSERT (gl_list_size (list1) == n - (int) removed1); n 402 maint/gnulib/tests/test-avltreehash_list.c size_t n = gl_list_size (list1); n 406 maint/gnulib/tests/test-avltreehash_list.c ASSERT (gl_list_size (list1) == n - (int) removed1); n 412 maint/gnulib/tests/test-avltreehash_list.c size_t n = gl_list_size (list1); n 413 maint/gnulib/tests/test-avltreehash_list.c const char *obj = gl_list_get_at (list1, RANDOM (n)); n 417 maint/gnulib/tests/test-avltreehash_list.c ASSERT (gl_list_size (list1) == n - 1); n 423 maint/gnulib/tests/test-avltreehash_list.c size_t n = gl_list_size (list1); n 428 maint/gnulib/tests/test-avltreehash_list.c ASSERT (gl_list_size (list1) == n); n 433 maint/gnulib/tests/test-avltreehash_list.c size_t n = gl_list_size (list1); n 439 maint/gnulib/tests/test-avltreehash_list.c for (i = 0; i < n; i++) n 23 maint/gnulib/tests/test-bitset.c #define RANDOM(n) (rand () % (n)) n 34 maint/gnulib/tests/test-c-stack.c recurse_1 (volatile int n, volatile int *p) n 36 maint/gnulib/tests/test-c-stack.c if (n >= 0) n 37 maint/gnulib/tests/test-c-stack.c *recurse_1 (n + 1, p) += n; n 42 maint/gnulib/tests/test-c-stack.c recurse (volatile int n) n 45 maint/gnulib/tests/test-c-stack.c return *recurse_1 (n, &sum); n 33 maint/gnulib/tests/test-c32isalnum.c for_character (const char *s, size_t n) n 41 maint/gnulib/tests/test-c32isalnum.c ret = mbrtoc32 (&wc, s, n, &state); n 42 maint/gnulib/tests/test-c32isalnum.c ASSERT (ret == n); n 33 maint/gnulib/tests/test-c32isalpha.c for_character (const char *s, size_t n) n 41 maint/gnulib/tests/test-c32isalpha.c ret = mbrtoc32 (&wc, s, n, &state); n 42 maint/gnulib/tests/test-c32isalpha.c ASSERT (ret == n); n 33 maint/gnulib/tests/test-c32isblank.c for_character (const char *s, size_t n) n 41 maint/gnulib/tests/test-c32isblank.c ret = mbrtoc32 (&wc, s, n, &state); n 42 maint/gnulib/tests/test-c32isblank.c ASSERT (ret == n); n 33 maint/gnulib/tests/test-c32iscntrl.c for_character (const char *s, size_t n) n 41 maint/gnulib/tests/test-c32iscntrl.c ret = mbrtoc32 (&wc, s, n, &state); n 42 maint/gnulib/tests/test-c32iscntrl.c ASSERT (ret == n); n 33 maint/gnulib/tests/test-c32isdigit.c for_character (const char *s, size_t n) n 41 maint/gnulib/tests/test-c32isdigit.c ret = mbrtoc32 (&wc, s, n, &state); n 42 maint/gnulib/tests/test-c32isdigit.c ASSERT (ret == n); n 33 maint/gnulib/tests/test-c32isgraph.c for_character (const char *s, size_t n) n 41 maint/gnulib/tests/test-c32isgraph.c ret = mbrtoc32 (&wc, s, n, &state); n 42 maint/gnulib/tests/test-c32isgraph.c ASSERT (ret == n); n 33 maint/gnulib/tests/test-c32islower.c for_character (const char *s, size_t n) n 41 maint/gnulib/tests/test-c32islower.c ret = mbrtoc32 (&wc, s, n, &state); n 42 maint/gnulib/tests/test-c32islower.c ASSERT (ret == n); n 33 maint/gnulib/tests/test-c32isprint.c for_character (const char *s, size_t n) n 41 maint/gnulib/tests/test-c32isprint.c ret = mbrtoc32 (&wc, s, n, &state); n 42 maint/gnulib/tests/test-c32isprint.c ASSERT (ret == n); n 33 maint/gnulib/tests/test-c32ispunct.c for_character (const char *s, size_t n) n 41 maint/gnulib/tests/test-c32ispunct.c ret = mbrtoc32 (&wc, s, n, &state); n 42 maint/gnulib/tests/test-c32ispunct.c ASSERT (ret == n); n 33 maint/gnulib/tests/test-c32isspace.c for_character (const char *s, size_t n) n 41 maint/gnulib/tests/test-c32isspace.c ret = mbrtoc32 (&wc, s, n, &state); n 42 maint/gnulib/tests/test-c32isspace.c ASSERT (ret == n); n 33 maint/gnulib/tests/test-c32isupper.c for_character (const char *s, size_t n) n 41 maint/gnulib/tests/test-c32isupper.c ret = mbrtoc32 (&wc, s, n, &state); n 42 maint/gnulib/tests/test-c32isupper.c ASSERT (ret == n); n 33 maint/gnulib/tests/test-c32isxdigit.c for_character (const char *s, size_t n) n 41 maint/gnulib/tests/test-c32isxdigit.c ret = mbrtoc32 (&wc, s, n, &state); n 42 maint/gnulib/tests/test-c32isxdigit.c ASSERT (ret == n); n 34 maint/gnulib/tests/test-c32rtomb.c check_character (const char *s, size_t n) n 44 maint/gnulib/tests/test-c32rtomb.c iret = mbrtoc32 (&wc, s, n, &state); n 45 maint/gnulib/tests/test-c32rtomb.c ASSERT (iret == n); n 48 maint/gnulib/tests/test-c32rtomb.c ASSERT (ret == n); n 49 maint/gnulib/tests/test-c32rtomb.c ASSERT (memcmp (buf, s, n) == 0); n 43 maint/gnulib/tests/test-c32snrtombs.c size_t n; n 65 maint/gnulib/tests/test-c32snrtombs.c for (n = 0; n < 10; n++) n 68 maint/gnulib/tests/test-c32snrtombs.c ret = c32snrtombs (NULL, &src, 6, n, NULL); n 73 maint/gnulib/tests/test-c32snrtombs.c ret = c32snrtombs (buf, &src, 6, n, NULL); n 74 maint/gnulib/tests/test-c32snrtombs.c ASSERT (ret == (n <= 5 ? n : 5)); n 75 maint/gnulib/tests/test-c32snrtombs.c ASSERT (src == (n <= 5 ? input + n : NULL)); n 94 maint/gnulib/tests/test-c32snrtombs.c for (n = 0; n < 15; n++) n 97 maint/gnulib/tests/test-c32snrtombs.c ret = c32snrtombs (NULL, &src, 6, n, NULL); n 102 maint/gnulib/tests/test-c32snrtombs.c ret = c32snrtombs (buf, &src, 6, n, NULL); n 103 maint/gnulib/tests/test-c32snrtombs.c ASSERT (ret == (n < 1 ? n : n 104 maint/gnulib/tests/test-c32snrtombs.c n < 3 ? 1 : n 105 maint/gnulib/tests/test-c32snrtombs.c n < 5 ? 3 : n 106 maint/gnulib/tests/test-c32snrtombs.c n < 9 ? 5 : n 107 maint/gnulib/tests/test-c32snrtombs.c n <= 10 ? n : 10)); n 108 maint/gnulib/tests/test-c32snrtombs.c ASSERT (src == (n < 1 ? input + n : n 109 maint/gnulib/tests/test-c32snrtombs.c n < 3 ? input + 1 : n 110 maint/gnulib/tests/test-c32snrtombs.c n < 5 ? input + 2 : n 111 maint/gnulib/tests/test-c32snrtombs.c n < 9 ? input + 3 : n 112 maint/gnulib/tests/test-c32snrtombs.c n <= 10 ? input + (n - 5) : NULL)); n 131 maint/gnulib/tests/test-c32snrtombs.c for (n = 0; n < 10; n++) n 134 maint/gnulib/tests/test-c32snrtombs.c ret = c32snrtombs (NULL, &src, 6, n, NULL); n 139 maint/gnulib/tests/test-c32snrtombs.c ret = c32snrtombs (buf, &src, 6, n, NULL); n 140 maint/gnulib/tests/test-c32snrtombs.c ASSERT (ret == (n < 1 ? n : n 141 maint/gnulib/tests/test-c32snrtombs.c n < 3 ? 1 : n 142 maint/gnulib/tests/test-c32snrtombs.c n < 5 ? 3 : n 143 maint/gnulib/tests/test-c32snrtombs.c n < 7 ? 5 : n 144 maint/gnulib/tests/test-c32snrtombs.c n <= 8 ? n : 8)); n 145 maint/gnulib/tests/test-c32snrtombs.c ASSERT (src == (n < 1 ? input + n : n 146 maint/gnulib/tests/test-c32snrtombs.c n < 3 ? input + 1 : n 147 maint/gnulib/tests/test-c32snrtombs.c n < 5 ? input + 2 : n 148 maint/gnulib/tests/test-c32snrtombs.c n < 7 ? input + 3 : n 149 maint/gnulib/tests/test-c32snrtombs.c n <= 8 ? input + (n - 3) : NULL)); n 169 maint/gnulib/tests/test-c32snrtombs.c for (n = 0; n < 15; n++) n 172 maint/gnulib/tests/test-c32snrtombs.c ret = c32snrtombs (NULL, &src, 6, n, NULL); n 177 maint/gnulib/tests/test-c32snrtombs.c ret = c32snrtombs (buf, &src, 6, n, NULL); n 178 maint/gnulib/tests/test-c32snrtombs.c ASSERT (ret == (n < 1 ? n : n 179 maint/gnulib/tests/test-c32snrtombs.c n < 3 ? 1 : n 180 maint/gnulib/tests/test-c32snrtombs.c n < 7 ? 3 : n 181 maint/gnulib/tests/test-c32snrtombs.c n < 11 ? 7 : n 182 maint/gnulib/tests/test-c32snrtombs.c n <= 12 ? n : 12)); n 183 maint/gnulib/tests/test-c32snrtombs.c ASSERT (src == (n < 1 ? input + n : n 184 maint/gnulib/tests/test-c32snrtombs.c n < 3 ? input + 1 : n 185 maint/gnulib/tests/test-c32snrtombs.c n < 7 ? input + 2 : n 186 maint/gnulib/tests/test-c32snrtombs.c n < 11 ? input + 3 : n 187 maint/gnulib/tests/test-c32snrtombs.c n <= 12 ? input + (n - 7) : NULL)); n 43 maint/gnulib/tests/test-c32srtombs.c size_t n; n 65 maint/gnulib/tests/test-c32srtombs.c for (n = 0; n < 10; n++) n 68 maint/gnulib/tests/test-c32srtombs.c ret = c32srtombs (NULL, &src, n, NULL); n 73 maint/gnulib/tests/test-c32srtombs.c ret = c32srtombs (buf, &src, n, NULL); n 74 maint/gnulib/tests/test-c32srtombs.c ASSERT (ret == (n <= 5 ? n : 5)); n 75 maint/gnulib/tests/test-c32srtombs.c ASSERT (src == (n <= 5 ? input + n : NULL)); n 94 maint/gnulib/tests/test-c32srtombs.c for (n = 0; n < 15; n++) n 97 maint/gnulib/tests/test-c32srtombs.c ret = c32srtombs (NULL, &src, n, NULL); n 102 maint/gnulib/tests/test-c32srtombs.c ret = c32srtombs (buf, &src, n, NULL); n 103 maint/gnulib/tests/test-c32srtombs.c ASSERT (ret == (n < 1 ? n : n 104 maint/gnulib/tests/test-c32srtombs.c n < 3 ? 1 : n 105 maint/gnulib/tests/test-c32srtombs.c n < 5 ? 3 : n 106 maint/gnulib/tests/test-c32srtombs.c n < 9 ? 5 : n 107 maint/gnulib/tests/test-c32srtombs.c n <= 10 ? n : 10)); n 108 maint/gnulib/tests/test-c32srtombs.c ASSERT (src == (n < 1 ? input + n : n 109 maint/gnulib/tests/test-c32srtombs.c n < 3 ? input + 1 : n 110 maint/gnulib/tests/test-c32srtombs.c n < 5 ? input + 2 : n 111 maint/gnulib/tests/test-c32srtombs.c n < 9 ? input + 3 : n 112 maint/gnulib/tests/test-c32srtombs.c n <= 10 ? input + (n - 5) : NULL)); n 131 maint/gnulib/tests/test-c32srtombs.c for (n = 0; n < 10; n++) n 134 maint/gnulib/tests/test-c32srtombs.c ret = c32srtombs (NULL, &src, n, NULL); n 139 maint/gnulib/tests/test-c32srtombs.c ret = c32srtombs (buf, &src, n, NULL); n 140 maint/gnulib/tests/test-c32srtombs.c ASSERT (ret == (n < 1 ? n : n 141 maint/gnulib/tests/test-c32srtombs.c n < 3 ? 1 : n 142 maint/gnulib/tests/test-c32srtombs.c n < 5 ? 3 : n 143 maint/gnulib/tests/test-c32srtombs.c n < 7 ? 5 : n 144 maint/gnulib/tests/test-c32srtombs.c n <= 8 ? n : 8)); n 145 maint/gnulib/tests/test-c32srtombs.c ASSERT (src == (n < 1 ? input + n : n 146 maint/gnulib/tests/test-c32srtombs.c n < 3 ? input + 1 : n 147 maint/gnulib/tests/test-c32srtombs.c n < 5 ? input + 2 : n 148 maint/gnulib/tests/test-c32srtombs.c n < 7 ? input + 3 : n 149 maint/gnulib/tests/test-c32srtombs.c n <= 8 ? input + (n - 3) : NULL)); n 169 maint/gnulib/tests/test-c32srtombs.c for (n = 0; n < 15; n++) n 172 maint/gnulib/tests/test-c32srtombs.c ret = c32srtombs (NULL, &src, n, NULL); n 177 maint/gnulib/tests/test-c32srtombs.c ret = c32srtombs (buf, &src, n, NULL); n 178 maint/gnulib/tests/test-c32srtombs.c ASSERT (ret == (n < 1 ? n : n 179 maint/gnulib/tests/test-c32srtombs.c n < 3 ? 1 : n 180 maint/gnulib/tests/test-c32srtombs.c n < 7 ? 3 : n 181 maint/gnulib/tests/test-c32srtombs.c n < 11 ? 7 : n 182 maint/gnulib/tests/test-c32srtombs.c n <= 12 ? n : 12)); n 183 maint/gnulib/tests/test-c32srtombs.c ASSERT (src == (n < 1 ? input + n : n 184 maint/gnulib/tests/test-c32srtombs.c n < 3 ? input + 1 : n 185 maint/gnulib/tests/test-c32srtombs.c n < 7 ? input + 2 : n 186 maint/gnulib/tests/test-c32srtombs.c n < 11 ? input + 3 : n 187 maint/gnulib/tests/test-c32srtombs.c n <= 12 ? input + (n - 7) : NULL)); n 43 maint/gnulib/tests/test-c32stombs.c size_t n; n 64 maint/gnulib/tests/test-c32stombs.c for (n = 0; n < 10; n++) n 66 maint/gnulib/tests/test-c32stombs.c ret = c32stombs (NULL, input, n); n 69 maint/gnulib/tests/test-c32stombs.c ret = c32stombs (buf, input, n); n 70 maint/gnulib/tests/test-c32stombs.c ASSERT (ret == (n <= 5 ? n : 5)); n 72 maint/gnulib/tests/test-c32stombs.c if (n > 5) n 74 maint/gnulib/tests/test-c32stombs.c ASSERT (buf[ret + (n > 5) + 0] == '_'); n 75 maint/gnulib/tests/test-c32stombs.c ASSERT (buf[ret + (n > 5) + 1] == '_'); n 76 maint/gnulib/tests/test-c32stombs.c ASSERT (buf[ret + (n > 5) + 2] == '_'); n 89 maint/gnulib/tests/test-c32stombs.c for (n = 0; n < 15; n++) n 91 maint/gnulib/tests/test-c32stombs.c ret = c32stombs (NULL, input, n); n 94 maint/gnulib/tests/test-c32stombs.c ret = c32stombs (buf, input, n); n 95 maint/gnulib/tests/test-c32stombs.c ASSERT (ret == (n < 1 ? n : n 96 maint/gnulib/tests/test-c32stombs.c n < 3 ? 1 : n 97 maint/gnulib/tests/test-c32stombs.c n < 5 ? 3 : n 98 maint/gnulib/tests/test-c32stombs.c n < 9 ? 5 : n 99 maint/gnulib/tests/test-c32stombs.c n <= 10 ? n : 10)); n 101 maint/gnulib/tests/test-c32stombs.c if (n > 10) n 103 maint/gnulib/tests/test-c32stombs.c ASSERT (buf[ret + (n > 10) + 0] == '_'); n 104 maint/gnulib/tests/test-c32stombs.c ASSERT (buf[ret + (n > 10) + 1] == '_'); n 105 maint/gnulib/tests/test-c32stombs.c ASSERT (buf[ret + (n > 10) + 2] == '_'); n 118 maint/gnulib/tests/test-c32stombs.c for (n = 0; n < 10; n++) n 120 maint/gnulib/tests/test-c32stombs.c ret = c32stombs (NULL, input, n); n 123 maint/gnulib/tests/test-c32stombs.c ret = c32stombs (buf, input, n); n 124 maint/gnulib/tests/test-c32stombs.c ASSERT (ret == (n < 1 ? n : n 125 maint/gnulib/tests/test-c32stombs.c n < 3 ? 1 : n 126 maint/gnulib/tests/test-c32stombs.c n < 5 ? 3 : n 127 maint/gnulib/tests/test-c32stombs.c n < 7 ? 5 : n 128 maint/gnulib/tests/test-c32stombs.c n <= 8 ? n : 8)); n 130 maint/gnulib/tests/test-c32stombs.c if (n > 8) n 132 maint/gnulib/tests/test-c32stombs.c ASSERT (buf[ret + (n > 8) + 0] == '_'); n 133 maint/gnulib/tests/test-c32stombs.c ASSERT (buf[ret + (n > 8) + 1] == '_'); n 134 maint/gnulib/tests/test-c32stombs.c ASSERT (buf[ret + (n > 8) + 2] == '_'); n 148 maint/gnulib/tests/test-c32stombs.c for (n = 0; n < 15; n++) n 150 maint/gnulib/tests/test-c32stombs.c ret = c32stombs (NULL, input, n); n 153 maint/gnulib/tests/test-c32stombs.c ret = c32stombs (buf, input, n); n 154 maint/gnulib/tests/test-c32stombs.c ASSERT (ret == (n < 1 ? n : n 155 maint/gnulib/tests/test-c32stombs.c n < 3 ? 1 : n 156 maint/gnulib/tests/test-c32stombs.c n < 7 ? 3 : n 157 maint/gnulib/tests/test-c32stombs.c n < 11 ? 7 : n 158 maint/gnulib/tests/test-c32stombs.c n <= 12 ? n : 12)); n 160 maint/gnulib/tests/test-c32stombs.c if (n > 12) n 162 maint/gnulib/tests/test-c32stombs.c ASSERT (buf[ret + (n > 12) + 0] == '_'); n 163 maint/gnulib/tests/test-c32stombs.c ASSERT (buf[ret + (n > 12) + 1] == '_'); n 164 maint/gnulib/tests/test-c32stombs.c ASSERT (buf[ret + (n > 12) + 2] == '_'); n 30 maint/gnulib/tests/test-calloc-gnu.c identity (size_t n) n 41 maint/gnulib/tests/test-calloc-gnu.c return n + y; n 60 maint/gnulib/tests/test-calloc-gnu.c for (size_t n = 2; n != 0; n <<= 1) n 62 maint/gnulib/tests/test-calloc-gnu.c void *volatile p = calloc (PTRDIFF_MAX / n + 1, identity (n)); n 66 maint/gnulib/tests/test-calloc-gnu.c p = calloc (SIZE_MAX / n + 1, identity (n)); n 32 maint/gnulib/tests/test-carray_list.c #define RANDOM(n) (rand () % (n)) n 38 maint/gnulib/tests/test-carray_list.c size_t n, i; n 40 maint/gnulib/tests/test-carray_list.c n = gl_list_size (list1); n 41 maint/gnulib/tests/test-carray_list.c ASSERT (n == gl_list_size (list2)); n 42 maint/gnulib/tests/test-carray_list.c for (i = 0; i < n; i++) n 331 maint/gnulib/tests/test-carray_list.c size_t n = gl_list_size (list1); n 332 maint/gnulib/tests/test-carray_list.c const char *obj = gl_list_get_at (list1, RANDOM (n)); n 343 maint/gnulib/tests/test-carray_list.c ASSERT (gl_list_size (list1) == n - 1); n 349 maint/gnulib/tests/test-carray_list.c size_t n = gl_list_size (list1); n 350 maint/gnulib/tests/test-carray_list.c size_t index = RANDOM (n); n 354 maint/gnulib/tests/test-carray_list.c ASSERT (gl_list_size (list1) == n - 1); n 359 maint/gnulib/tests/test-carray_list.c size_t n = gl_list_size (list1); n 363 maint/gnulib/tests/test-carray_list.c ASSERT (gl_list_size (list1) == n - (int) removed1); n 368 maint/gnulib/tests/test-carray_list.c size_t n = gl_list_size (list1); n 372 maint/gnulib/tests/test-carray_list.c ASSERT (gl_list_size (list1) == n - (int) removed1); n 378 maint/gnulib/tests/test-carray_list.c size_t n = gl_list_size (list1); n 379 maint/gnulib/tests/test-carray_list.c const char *obj = gl_list_get_at (list1, RANDOM (n)); n 383 maint/gnulib/tests/test-carray_list.c ASSERT (gl_list_size (list1) == n - 1); n 389 maint/gnulib/tests/test-carray_list.c size_t n = gl_list_size (list1); n 394 maint/gnulib/tests/test-carray_list.c ASSERT (gl_list_size (list1) == n); n 399 maint/gnulib/tests/test-carray_list.c size_t n = gl_list_size (list1); n 405 maint/gnulib/tests/test-carray_list.c for (i = 0; i < n; i++) n 203 maint/gnulib/tests/test-execute-child.c int n = read (10, buf, sizeof (buf)); n 204 maint/gnulib/tests/test-execute-child.c return !(n == 4 && memcmp (buf, "obar", 4) == 0); n 210 maint/gnulib/tests/test-execute-child.c int n = write (10, "bar", 3); n 211 maint/gnulib/tests/test-execute-child.c return !(n == 3); n 48 maint/gnulib/tests/test-explicit_bzero.c # define explicit_bzero(a, n) memset (a, '\0', n) n 33 maint/gnulib/tests/test-float.c pow2f (int n) n 35 maint/gnulib/tests/test-float.c int k = n; n 62 maint/gnulib/tests/test-float.c pow2d (int n) n 64 maint/gnulib/tests/test-float.c int k = n; n 91 maint/gnulib/tests/test-float.c pow2l (int n) n 93 maint/gnulib/tests/test-float.c int k = n; n 157 maint/gnulib/tests/test-float.c int n; n 160 maint/gnulib/tests/test-float.c for (n = 0; n <= 2 * FLT_MANT_DIG; n++) n 162 maint/gnulib/tests/test-float.c volatile float pow2_n = pow2f (n); /* 2^n */ n 182 maint/gnulib/tests/test-float.c int n; n 187 maint/gnulib/tests/test-float.c for (n = 0; n <= 2 * FLT_MANT_DIG; n++) n 189 maint/gnulib/tests/test-float.c volatile float half_n = pow2f (- n); /* 2^-n */ n 236 maint/gnulib/tests/test-float.c int n; n 239 maint/gnulib/tests/test-float.c for (n = 0; n <= 2 * DBL_MANT_DIG; n++) n 241 maint/gnulib/tests/test-float.c volatile double pow2_n = pow2d (n); /* 2^n */ n 261 maint/gnulib/tests/test-float.c int n; n 266 maint/gnulib/tests/test-float.c for (n = 0; n <= 2 * DBL_MANT_DIG; n++) n 268 maint/gnulib/tests/test-float.c volatile double half_n = pow2d (- n); /* 2^-n */ n 316 maint/gnulib/tests/test-float.c int n; n 319 maint/gnulib/tests/test-float.c for (n = 0; n <= 2 * LDBL_MANT_DIG; n++) n 321 maint/gnulib/tests/test-float.c volatile long double pow2_n = pow2l (n); /* 2^n */ n 341 maint/gnulib/tests/test-float.c int n; n 346 maint/gnulib/tests/test-float.c for (n = 0; n <= 2 * LDBL_MANT_DIG; n++) n 348 maint/gnulib/tests/test-float.c volatile long double half_n = pow2l (- n); /* 2^-n */ n 48 maint/gnulib/tests/test-getlogin_r.c size_t n = strlen (buf); n 51 maint/gnulib/tests/test-getlogin_r.c for (i = 0; i <= n; i++) n 57 maint/gnulib/tests/test-hamt.c make_element (int n) n 60 maint/gnulib/tests/test-hamt.c elt->val = n; n 180 maint/gnulib/tests/test-hamt.c size_t n; n 190 maint/gnulib/tests/test-hamt.c for (size_t i = 0; i < ctx->n; ++i) n 200 maint/gnulib/tests/test-hamt.c find_values (Hamt *hamt, size_t n, int *elts) n 202 maint/gnulib/tests/test-hamt.c bool *found = XCALLOC (n, bool); n 203 maint/gnulib/tests/test-hamt.c struct find_values_context ctx = {n, elts, found}; n 204 maint/gnulib/tests/test-hamt.c bool res = hamt_do_while (hamt, find_values_processor, &ctx) == n; n 210 maint/gnulib/tests/test-hamt.c insert_values (Hamt **hamt, size_t n, int *elts, bool destructive) n 213 maint/gnulib/tests/test-hamt.c for (size_t i = 0; i < n; ++i) n 243 maint/gnulib/tests/test-hamt.c replace_values (Hamt **hamt, size_t n, int *elts, bool destructive) n 246 maint/gnulib/tests/test-hamt.c for (size_t i = 0; i < n; ++i) n 267 maint/gnulib/tests/test-hamt.c remove_values (Hamt **hamt, size_t n, int *elts, bool destructive) n 270 maint/gnulib/tests/test-hamt.c for (size_t i = 0; i < n; ++i) n 219 maint/gnulib/tests/test-hash.c size_t n = hash_get_n_entries (ht); n 220 maint/gnulib/tests/test-hash.c ASSERT (hash_rehash (ht, n + rand () % 20)); n 226 maint/gnulib/tests/test-hash.c size_t n = hash_get_n_entries (ht); n 228 maint/gnulib/tests/test-hash.c if (delta < n) n 229 maint/gnulib/tests/test-hash.c ASSERT (hash_rehash (ht, n - delta)); n 237 maint/gnulib/tests/test-hash.c size_t n = hash_get_n_entries (ht); n 238 maint/gnulib/tests/test-hash.c if (n) n 240 maint/gnulib/tests/test-hash.c size_t kk = rand () % n; n 61 maint/gnulib/tests/test-hash_map.c #define RANDOM(n) (rand () % (n)) n 81 maint/gnulib/tests/test-hash_map.c size_t n = gl_map_size (map1); n 82 maint/gnulib/tests/test-hash_map.c struct pair *pairs_of_map1 = XNMALLOC (n, struct pair); n 83 maint/gnulib/tests/test-hash_map.c struct pair *pairs_of_map2 = XNMALLOC (n, struct pair); n 94 maint/gnulib/tests/test-hash_map.c for (i = 0; i < n; i++) n 108 maint/gnulib/tests/test-hash_map.c if (n > 0) n 110 maint/gnulib/tests/test-hash_map.c qsort (pairs_of_map1, n, sizeof (struct pair), cmp_pairs_in_array); n 111 maint/gnulib/tests/test-hash_map.c qsort (pairs_of_map2, n, sizeof (struct pair), cmp_pairs_in_array); n 113 maint/gnulib/tests/test-hash_map.c for (i = 0; i < n; i++) n 35 maint/gnulib/tests/test-hash_set.c #define RANDOM(n) (rand () % (n)) n 49 maint/gnulib/tests/test-hash_set.c size_t n = gl_set_size (set1); n 50 maint/gnulib/tests/test-hash_set.c const void **elements_of_set1 = XNMALLOC (n, const void *); n 51 maint/gnulib/tests/test-hash_set.c const void **elements_of_set2 = XNMALLOC (n, const void *); n 61 maint/gnulib/tests/test-hash_set.c for (i = 0; i < n; i++) n 73 maint/gnulib/tests/test-hash_set.c if (n > 0) n 75 maint/gnulib/tests/test-hash_set.c qsort (elements_of_set1, n, sizeof (const void *), cmp_objects_in_array); n 76 maint/gnulib/tests/test-hash_set.c qsort (elements_of_set2, n, sizeof (const void *), cmp_objects_in_array); n 78 maint/gnulib/tests/test-hash_set.c for (i = 0; i < n; i++) n 33 maint/gnulib/tests/test-iswdigit.c for_character (const char *s, size_t n) n 41 maint/gnulib/tests/test-iswdigit.c ret = mbrtowc (&wc, s, n, &state); n 42 maint/gnulib/tests/test-iswdigit.c if (ret == n) n 33 maint/gnulib/tests/test-iswxdigit.c for_character (const char *s, size_t n) n 41 maint/gnulib/tests/test-iswxdigit.c ret = mbrtowc (&wc, s, n, &state); n 42 maint/gnulib/tests/test-iswxdigit.c if (ret == n) n 32 maint/gnulib/tests/test-linked_list.c #define RANDOM(n) (rand () % (n)) n 38 maint/gnulib/tests/test-linked_list.c size_t n, i; n 40 maint/gnulib/tests/test-linked_list.c n = gl_list_size (list1); n 41 maint/gnulib/tests/test-linked_list.c ASSERT (n == gl_list_size (list2)); n 42 maint/gnulib/tests/test-linked_list.c for (i = 0; i < n; i++) n 331 maint/gnulib/tests/test-linked_list.c size_t n = gl_list_size (list1); n 332 maint/gnulib/tests/test-linked_list.c const char *obj = gl_list_get_at (list1, RANDOM (n)); n 343 maint/gnulib/tests/test-linked_list.c ASSERT (gl_list_size (list1) == n - 1); n 349 maint/gnulib/tests/test-linked_list.c size_t n = gl_list_size (list1); n 350 maint/gnulib/tests/test-linked_list.c size_t index = RANDOM (n); n 354 maint/gnulib/tests/test-linked_list.c ASSERT (gl_list_size (list1) == n - 1); n 359 maint/gnulib/tests/test-linked_list.c size_t n = gl_list_size (list1); n 363 maint/gnulib/tests/test-linked_list.c ASSERT (gl_list_size (list1) == n - (int) removed1); n 368 maint/gnulib/tests/test-linked_list.c size_t n = gl_list_size (list1); n 372 maint/gnulib/tests/test-linked_list.c ASSERT (gl_list_size (list1) == n - (int) removed1); n 378 maint/gnulib/tests/test-linked_list.c size_t n = gl_list_size (list1); n 379 maint/gnulib/tests/test-linked_list.c const char *obj = gl_list_get_at (list1, RANDOM (n)); n 383 maint/gnulib/tests/test-linked_list.c ASSERT (gl_list_size (list1) == n - 1); n 389 maint/gnulib/tests/test-linked_list.c size_t n = gl_list_size (list1); n 394 maint/gnulib/tests/test-linked_list.c ASSERT (gl_list_size (list1) == n); n 399 maint/gnulib/tests/test-linked_list.c size_t n = gl_list_size (list1); n 405 maint/gnulib/tests/test-linked_list.c for (i = 0; i < n; i++) n 59 maint/gnulib/tests/test-linkedhash_list.c #define RANDOM(n) (rand () % (n)) n 65 maint/gnulib/tests/test-linkedhash_list.c size_t n, i; n 67 maint/gnulib/tests/test-linkedhash_list.c n = gl_list_size (list1); n 68 maint/gnulib/tests/test-linkedhash_list.c ASSERT (n == gl_list_size (list2)); n 69 maint/gnulib/tests/test-linkedhash_list.c for (i = 0; i < n; i++) n 361 maint/gnulib/tests/test-linkedhash_list.c size_t n = gl_list_size (list1); n 362 maint/gnulib/tests/test-linkedhash_list.c const char *obj = gl_list_get_at (list1, RANDOM (n)); n 373 maint/gnulib/tests/test-linkedhash_list.c ASSERT (gl_list_size (list1) == n - 1); n 379 maint/gnulib/tests/test-linkedhash_list.c size_t n = gl_list_size (list1); n 380 maint/gnulib/tests/test-linkedhash_list.c size_t index = RANDOM (n); n 384 maint/gnulib/tests/test-linkedhash_list.c ASSERT (gl_list_size (list1) == n - 1); n 389 maint/gnulib/tests/test-linkedhash_list.c size_t n = gl_list_size (list1); n 393 maint/gnulib/tests/test-linkedhash_list.c ASSERT (gl_list_size (list1) == n - (int) removed1); n 398 maint/gnulib/tests/test-linkedhash_list.c size_t n = gl_list_size (list1); n 402 maint/gnulib/tests/test-linkedhash_list.c ASSERT (gl_list_size (list1) == n - (int) removed1); n 408 maint/gnulib/tests/test-linkedhash_list.c size_t n = gl_list_size (list1); n 409 maint/gnulib/tests/test-linkedhash_list.c const char *obj = gl_list_get_at (list1, RANDOM (n)); n 413 maint/gnulib/tests/test-linkedhash_list.c ASSERT (gl_list_size (list1) == n - 1); n 419 maint/gnulib/tests/test-linkedhash_list.c size_t n = gl_list_size (list1); n 424 maint/gnulib/tests/test-linkedhash_list.c ASSERT (gl_list_size (list1) == n); n 429 maint/gnulib/tests/test-linkedhash_list.c size_t n = gl_list_size (list1); n 435 maint/gnulib/tests/test-linkedhash_list.c for (i = 0; i < n; i++) n 61 maint/gnulib/tests/test-linkedhash_map.c #define RANDOM(n) (rand () % (n)) n 81 maint/gnulib/tests/test-linkedhash_map.c size_t n = gl_map_size (map1); n 82 maint/gnulib/tests/test-linkedhash_map.c struct pair *pairs_of_map1 = XNMALLOC (n, struct pair); n 83 maint/gnulib/tests/test-linkedhash_map.c struct pair *pairs_of_map2 = XNMALLOC (n, struct pair); n 94 maint/gnulib/tests/test-linkedhash_map.c for (i = 0; i < n; i++) n 108 maint/gnulib/tests/test-linkedhash_map.c if (n > 0) n 110 maint/gnulib/tests/test-linkedhash_map.c qsort (pairs_of_map1, n, sizeof (struct pair), cmp_pairs_in_array); n 111 maint/gnulib/tests/test-linkedhash_map.c qsort (pairs_of_map2, n, sizeof (struct pair), cmp_pairs_in_array); n 113 maint/gnulib/tests/test-linkedhash_map.c for (i = 0; i < n; i++) n 35 maint/gnulib/tests/test-linkedhash_set.c #define RANDOM(n) (rand () % (n)) n 49 maint/gnulib/tests/test-linkedhash_set.c size_t n = gl_set_size (set1); n 50 maint/gnulib/tests/test-linkedhash_set.c const void **elements_of_set1 = XNMALLOC (n, const void *); n 51 maint/gnulib/tests/test-linkedhash_set.c const void **elements_of_set2 = XNMALLOC (n, const void *); n 61 maint/gnulib/tests/test-linkedhash_set.c for (i = 0; i < n; i++) n 73 maint/gnulib/tests/test-linkedhash_set.c if (n > 0) n 75 maint/gnulib/tests/test-linkedhash_set.c qsort (elements_of_set1, n, sizeof (const void *), cmp_objects_in_array); n 76 maint/gnulib/tests/test-linkedhash_set.c qsort (elements_of_set2, n, sizeof (const void *), cmp_objects_in_array); n 78 maint/gnulib/tests/test-linkedhash_set.c for (i = 0; i < n; i++) n 26 maint/gnulib/tests/test-malloca.c do_allocation (int n) n 28 maint/gnulib/tests/test-malloca.c void *volatile ptr = malloca (n); n 30 maint/gnulib/tests/test-malloca.c safe_alloca (n); n 59 maint/gnulib/tests/test-math.c static float n = NAN; n 37 maint/gnulib/tests/test-memchr.c size_t n = 0x100000; n 38 maint/gnulib/tests/test-memchr.c char *input = malloc (n); n 44 maint/gnulib/tests/test-memchr.c memset (input + 1026, 'd', n - 1028); n 45 maint/gnulib/tests/test-memchr.c input[n - 2] = 'e'; n 46 maint/gnulib/tests/test-memchr.c input[n - 1] = 'a'; n 49 maint/gnulib/tests/test-memchr.c ASSERT (MEMCHR (input, 'a', n) == input); n 59 maint/gnulib/tests/test-memchr.c ASSERT (MEMCHR (input, 'b', n) == input + 1); n 60 maint/gnulib/tests/test-memchr.c ASSERT (MEMCHR (input, 'c', n) == input + 2); n 61 maint/gnulib/tests/test-memchr.c ASSERT (MEMCHR (input, 'd', n) == input + 1026); n 63 maint/gnulib/tests/test-memchr.c ASSERT (MEMCHR (input + 1, 'a', n - 1) == input + n - 1); n 64 maint/gnulib/tests/test-memchr.c ASSERT (MEMCHR (input + 1, 'e', n - 1) == input + n - 2); n 65 maint/gnulib/tests/test-memchr.c ASSERT (MEMCHR (input + 1, 0x789abc00 | 'e', n - 1) == input + n - 2); n 67 maint/gnulib/tests/test-memchr.c ASSERT (MEMCHR (input, 'f', n) == NULL); n 68 maint/gnulib/tests/test-memchr.c ASSERT (MEMCHR (input, '\0', n) == NULL); n 76 maint/gnulib/tests/test-memchr.c ASSERT (MEMCHR (input, 'c', n) == input + 2); n 108 maint/gnulib/tests/test-memchr.c for (n = 1; n <= limit; n++) n 110 maint/gnulib/tests/test-memchr.c char *mem = page_boundary - n; n 111 maint/gnulib/tests/test-memchr.c memset (mem, 'X', n); n 112 maint/gnulib/tests/test-memchr.c ASSERT (MEMCHR (mem, 'U', n) == NULL); n 113 maint/gnulib/tests/test-memchr.c ASSERT (MEMCHR (mem, 0, n) == NULL); n 119 maint/gnulib/tests/test-memchr.c for (i = 0; i < n; i++) n 122 maint/gnulib/tests/test-memchr.c for (k = i + 1; k < n + limit; k++) n 125 maint/gnulib/tests/test-memchr.c for (k = i + 1; k < n + limit; k++) n 35 maint/gnulib/tests/test-memchr2.c size_t n = 0x100000; n 36 maint/gnulib/tests/test-memchr2.c char *input = malloc (n); n 42 maint/gnulib/tests/test-memchr2.c memset (input + 1026, 'd', n - 1028); n 43 maint/gnulib/tests/test-memchr2.c input[n - 2] = 'e'; n 44 maint/gnulib/tests/test-memchr2.c input[n - 1] = 'a'; n 47 maint/gnulib/tests/test-memchr2.c ASSERT (MEMCHR2 (input, 'a', 'b', n) == input); n 48 maint/gnulib/tests/test-memchr2.c ASSERT (MEMCHR2 (input, 'b', 'a', n) == input); n 55 maint/gnulib/tests/test-memchr2.c ASSERT (MEMCHR2 (input, 'b', 'd', n) == input + 1); n 56 maint/gnulib/tests/test-memchr2.c ASSERT (MEMCHR2 (input + 2, 'b', 'd', n - 2) == input + 1026); n 58 maint/gnulib/tests/test-memchr2.c ASSERT (MEMCHR2 (input, 'd', 'e', n) == input + 1026); n 59 maint/gnulib/tests/test-memchr2.c ASSERT (MEMCHR2 (input, 'e', 'd', n) == input + 1026); n 61 maint/gnulib/tests/test-memchr2.c ASSERT (MEMCHR2 (input + 1, 'a', 'e', n - 1) == input + n - 2); n 62 maint/gnulib/tests/test-memchr2.c ASSERT (MEMCHR2 (input + 1, 'e', 'a', n - 1) == input + n - 2); n 64 maint/gnulib/tests/test-memchr2.c ASSERT (MEMCHR2 (input, 'f', 'g', n) == NULL); n 65 maint/gnulib/tests/test-memchr2.c ASSERT (MEMCHR2 (input, 'f', '\0', n) == NULL); n 67 maint/gnulib/tests/test-memchr2.c ASSERT (MEMCHR2 (input, 'a', 'a', n) == input); n 68 maint/gnulib/tests/test-memchr2.c ASSERT (MEMCHR2 (input + 1, 'a', 'a', n - 1) == input + n - 1); n 69 maint/gnulib/tests/test-memchr2.c ASSERT (MEMCHR2 (input, 'f', 'f', n) == NULL); n 77 maint/gnulib/tests/test-memchr2.c ASSERT (MEMCHR2 (input, 'c', 'e', n) == input + 2); n 78 maint/gnulib/tests/test-memchr2.c ASSERT (MEMCHR2 (input, 'e', 'c', n) == input + 2); n 79 maint/gnulib/tests/test-memchr2.c ASSERT (MEMCHR2 (input, 'c', '\0', n) == input + 2); n 80 maint/gnulib/tests/test-memchr2.c ASSERT (MEMCHR2 (input, '\0', 'c', n) == input + 2); n 118 maint/gnulib/tests/test-memmem.c size_t n = strlen (needle); n 127 maint/gnulib/tests/test-memmem.c ASSERT (memmem (haystack, m, needle, n) == haystack + 1); n 142 maint/gnulib/tests/test-memmem.c size_t n = strlen (haystack); n 150 maint/gnulib/tests/test-memmem.c ASSERT (memmem (haystack, n, needle, m) == NULL); n 184 maint/gnulib/tests/test-memmem.c size_t n = 1000; n 186 maint/gnulib/tests/test-memmem.c char *needle = (char *) malloc (n); n 192 maint/gnulib/tests/test-memmem.c memset (needle, 'B', n); n 196 maint/gnulib/tests/test-memmem.c result = memmem (haystack, m, needle, n); n 42 maint/gnulib/tests/test-memrchr.c size_t n = 0x100000; n 43 maint/gnulib/tests/test-memrchr.c char *input = malloc (n); n 46 maint/gnulib/tests/test-memrchr.c input[n - 1] = 'a'; n 47 maint/gnulib/tests/test-memrchr.c input[n - 2] = 'b'; n 48 maint/gnulib/tests/test-memrchr.c memset (input + n - 1026, 'c', 1024); n 49 maint/gnulib/tests/test-memrchr.c memset (input + 2, 'd', n - 1028); n 54 maint/gnulib/tests/test-memrchr.c ASSERT (MEMRCHR (input, 'a', n) == input + n - 1); n 61 maint/gnulib/tests/test-memrchr.c ASSERT (MEMRCHR (input, 'b', n) == input + n - 2); n 62 maint/gnulib/tests/test-memrchr.c ASSERT (MEMRCHR (input, 'c', n) == input + n - 3); n 63 maint/gnulib/tests/test-memrchr.c ASSERT (MEMRCHR (input, 'd', n) == input + n - 1027); n 65 maint/gnulib/tests/test-memrchr.c ASSERT (MEMRCHR (input, 'a', n - 1) == input); n 66 maint/gnulib/tests/test-memrchr.c ASSERT (MEMRCHR (input, 'e', n - 1) == input + 1); n 68 maint/gnulib/tests/test-memrchr.c ASSERT (MEMRCHR (input, 'f', n) == NULL); n 69 maint/gnulib/tests/test-memrchr.c ASSERT (MEMRCHR (input, '\0', n) == NULL); n 77 maint/gnulib/tests/test-memrchr.c ASSERT (MEMRCHR (input, 'c', n) == input + n - 3); n 65 maint/gnulib/tests/test-nstrftime.c size_t n; n 69 maint/gnulib/tests/test-nstrftime.c n = nstrftime (buf, sizeof buf, T[i].fmt, tm, 0, T[i].in_ns); n 70 maint/gnulib/tests/test-nstrftime.c if (n == 0) n 169 maint/gnulib/tests/test-nstrftime.c size_t n; n 193 maint/gnulib/tests/test-nstrftime.c n = nstrftime (buf, sizeof buf, format, &tm, tz, 0); n 194 maint/gnulib/tests/test-nstrftime.c if (n == 0) n 202 maint/gnulib/tests/test-nstrftime.c || (!tz && n == strlen (LT[i].exp) n 203 maint/gnulib/tests/test-nstrftime.c && memcmp (buf, LT[i].exp, n - sizeof "(GMT)" + 1) == 0 n 204 maint/gnulib/tests/test-nstrftime.c && STREQ (buf + n - sizeof "(GMT)" + 1, "(GMT)")))) n 259 maint/gnulib/tests/test-nstrftime.c size_t n; n 263 maint/gnulib/tests/test-nstrftime.c n = nstrftime (buf, 0, "%m", &tm, 0, 0); n 264 maint/gnulib/tests/test-nstrftime.c if (! (n == 0 && errno == ERANGE)) n 271 maint/gnulib/tests/test-nstrftime.c n = nstrftime (buf, sizeof buf, "", &tm, 0, 0); n 272 maint/gnulib/tests/test-nstrftime.c if (! (n == 0 && errno == 0)) n 281 maint/gnulib/tests/test-nstrftime.c n = nstrftime (buf, sizeof buf, "%s", &tm, 0, 0); n 282 maint/gnulib/tests/test-nstrftime.c if (n == 0) n 356 maint/gnulib/tests/test-quotearg-simple.c size_t n = quotearg_buffer (buf, sizeof buf, z, SIZE_MAX, NULL); n 357 maint/gnulib/tests/test-quotearg-simple.c ASSERT (n == s_len + 2 * q_len); n 37 maint/gnulib/tests/test-rawmemchr.c size_t n = 0x100000; n 38 maint/gnulib/tests/test-rawmemchr.c char *input = malloc (n + 1); n 44 maint/gnulib/tests/test-rawmemchr.c memset (input + 1026, 'd', n - 1028); n 45 maint/gnulib/tests/test-rawmemchr.c input[n - 2] = 'e'; n 46 maint/gnulib/tests/test-rawmemchr.c input[n - 1] = 'a'; n 47 maint/gnulib/tests/test-rawmemchr.c input[n] = '\0'; n 55 maint/gnulib/tests/test-rawmemchr.c ASSERT (RAWMEMCHR (input + 1, 'a') == input + n - 1); n 56 maint/gnulib/tests/test-rawmemchr.c ASSERT (RAWMEMCHR (input + 1, 'e') == input + n - 2); n 57 maint/gnulib/tests/test-rawmemchr.c ASSERT (RAWMEMCHR (input + 1, 0x789abc00 | 'e') == input + n - 2); n 59 maint/gnulib/tests/test-rawmemchr.c ASSERT (RAWMEMCHR (input, '\0') == input + n); n 34 maint/gnulib/tests/test-rbtree_list.c #define RANDOM(n) (rand () % (n)) n 40 maint/gnulib/tests/test-rbtree_list.c size_t n, i; n 42 maint/gnulib/tests/test-rbtree_list.c n = gl_list_size (list1); n 43 maint/gnulib/tests/test-rbtree_list.c ASSERT (n == gl_list_size (list2)); n 44 maint/gnulib/tests/test-rbtree_list.c for (i = 0; i < n; i++) n 335 maint/gnulib/tests/test-rbtree_list.c size_t n = gl_list_size (list1); n 336 maint/gnulib/tests/test-rbtree_list.c const char *obj = gl_list_get_at (list1, RANDOM (n)); n 347 maint/gnulib/tests/test-rbtree_list.c ASSERT (gl_list_size (list1) == n - 1); n 353 maint/gnulib/tests/test-rbtree_list.c size_t n = gl_list_size (list1); n 354 maint/gnulib/tests/test-rbtree_list.c size_t index = RANDOM (n); n 358 maint/gnulib/tests/test-rbtree_list.c ASSERT (gl_list_size (list1) == n - 1); n 363 maint/gnulib/tests/test-rbtree_list.c size_t n = gl_list_size (list1); n 367 maint/gnulib/tests/test-rbtree_list.c ASSERT (gl_list_size (list1) == n - (int) removed1); n 372 maint/gnulib/tests/test-rbtree_list.c size_t n = gl_list_size (list1); n 376 maint/gnulib/tests/test-rbtree_list.c ASSERT (gl_list_size (list1) == n - (int) removed1); n 382 maint/gnulib/tests/test-rbtree_list.c size_t n = gl_list_size (list1); n 383 maint/gnulib/tests/test-rbtree_list.c const char *obj = gl_list_get_at (list1, RANDOM (n)); n 387 maint/gnulib/tests/test-rbtree_list.c ASSERT (gl_list_size (list1) == n - 1); n 393 maint/gnulib/tests/test-rbtree_list.c size_t n = gl_list_size (list1); n 398 maint/gnulib/tests/test-rbtree_list.c ASSERT (gl_list_size (list1) == n); n 403 maint/gnulib/tests/test-rbtree_list.c size_t n = gl_list_size (list1); n 409 maint/gnulib/tests/test-rbtree_list.c for (i = 0; i < n; i++) n 36 maint/gnulib/tests/test-rbtree_omap.c #define RANDOM(n) (rand () % (n)) n 42 maint/gnulib/tests/test-rbtree_omap.c size_t n = gl_omap_size (map1); n 52 maint/gnulib/tests/test-rbtree_omap.c for (i = 0; i < n; i++) n 38 maint/gnulib/tests/test-rbtree_oset.c #define RANDOM(n) (rand () % (n)) n 44 maint/gnulib/tests/test-rbtree_oset.c size_t n = gl_oset_size (set1); n 52 maint/gnulib/tests/test-rbtree_oset.c for (i = 0; i < n; i++) n 61 maint/gnulib/tests/test-rbtreehash_list.c #define RANDOM(n) (rand () % (n)) n 67 maint/gnulib/tests/test-rbtreehash_list.c size_t n, i; n 69 maint/gnulib/tests/test-rbtreehash_list.c n = gl_list_size (list1); n 70 maint/gnulib/tests/test-rbtreehash_list.c ASSERT (n == gl_list_size (list2)); n 71 maint/gnulib/tests/test-rbtreehash_list.c for (i = 0; i < n; i++) n 365 maint/gnulib/tests/test-rbtreehash_list.c size_t n = gl_list_size (list1); n 366 maint/gnulib/tests/test-rbtreehash_list.c const char *obj = gl_list_get_at (list1, RANDOM (n)); n 377 maint/gnulib/tests/test-rbtreehash_list.c ASSERT (gl_list_size (list1) == n - 1); n 383 maint/gnulib/tests/test-rbtreehash_list.c size_t n = gl_list_size (list1); n 384 maint/gnulib/tests/test-rbtreehash_list.c size_t index = RANDOM (n); n 388 maint/gnulib/tests/test-rbtreehash_list.c ASSERT (gl_list_size (list1) == n - 1); n 393 maint/gnulib/tests/test-rbtreehash_list.c size_t n = gl_list_size (list1); n 397 maint/gnulib/tests/test-rbtreehash_list.c ASSERT (gl_list_size (list1) == n - (int) removed1); n 402 maint/gnulib/tests/test-rbtreehash_list.c size_t n = gl_list_size (list1); n 406 maint/gnulib/tests/test-rbtreehash_list.c ASSERT (gl_list_size (list1) == n - (int) removed1); n 412 maint/gnulib/tests/test-rbtreehash_list.c size_t n = gl_list_size (list1); n 413 maint/gnulib/tests/test-rbtreehash_list.c const char *obj = gl_list_get_at (list1, RANDOM (n)); n 417 maint/gnulib/tests/test-rbtreehash_list.c ASSERT (gl_list_size (list1) == n - 1); n 423 maint/gnulib/tests/test-rbtreehash_list.c size_t n = gl_list_size (list1); n 428 maint/gnulib/tests/test-rbtreehash_list.c ASSERT (gl_list_size (list1) == n); n 433 maint/gnulib/tests/test-rbtreehash_list.c size_t n = gl_list_size (list1); n 439 maint/gnulib/tests/test-rbtreehash_list.c for (i = 0; i < n; i++) n 35 maint/gnulib/tests/test-reallocarray.c for (size_t n = 2; n != 0; n <<= 1) n 39 maint/gnulib/tests/test-reallocarray.c if (PTRDIFF_MAX / n + 1 <= SIZE_MAX) n 41 maint/gnulib/tests/test-reallocarray.c p = reallocarray (p, PTRDIFF_MAX / n + 1, n); n 46 maint/gnulib/tests/test-reallocarray.c p = reallocarray (p, SIZE_MAX / n + 1, n); n 52 maint/gnulib/tests/test-reallocarray.c p = reallocarray (p, 0, n); n 53 maint/gnulib/tests/test-reallocarray.c p = reallocarray (p, n, 0); n 131 maint/gnulib/tests/test-regex.c int n; n 135 maint/gnulib/tests/test-regex.c n = regcomp (&re, tests[i].pattern, tests[i].flags); n 136 maint/gnulib/tests/test-regex.c if (n != 0) n 139 maint/gnulib/tests/test-regex.c regerror (n, &re, buf, sizeof (buf)); n 151 maint/gnulib/tests/test-regex.c for (n = 0; n < tests[i].nmatch; ++n) n 152 maint/gnulib/tests/test-regex.c if (rm[n].rm_so != tests[i].rm[n].rm_so n 153 maint/gnulib/tests/test-regex.c || rm[n].rm_eo != tests[i].rm[n].rm_eo) n 155 maint/gnulib/tests/test-regex.c if (tests[i].rm[n].rm_so == -1 && tests[i].rm[n].rm_eo == -1) n 158 maint/gnulib/tests/test-regex.c tests[i].pattern, i, n, n 159 maint/gnulib/tests/test-regex.c (int) rm[n].rm_so, (int) rm[n].rm_eo); n 58 maint/gnulib/tests/test-rwlock1.c #define UNEXPECTED(n) (fprintf (stderr, "Unexpected outcome %d\n", n), abort ()) n 77 maint/gnulib/tests/test-sigsegv-catch-stackoverflow1.c recurse_1 (int n, volatile int *p) n 79 maint/gnulib/tests/test-sigsegv-catch-stackoverflow1.c if (n < INT_MAX) n 80 maint/gnulib/tests/test-sigsegv-catch-stackoverflow1.c *recurse_1 (n + 1, p) += n; n 85 maint/gnulib/tests/test-sigsegv-catch-stackoverflow1.c recurse (volatile int n) n 87 maint/gnulib/tests/test-sigsegv-catch-stackoverflow1.c return *recurse_1 (n, &n); n 100 maint/gnulib/tests/test-sigsegv-catch-stackoverflow2.c recurse_1 (int n, volatile int *p) n 102 maint/gnulib/tests/test-sigsegv-catch-stackoverflow2.c if (n < INT_MAX) n 103 maint/gnulib/tests/test-sigsegv-catch-stackoverflow2.c *recurse_1 (n + 1, p) += n; n 108 maint/gnulib/tests/test-sigsegv-catch-stackoverflow2.c recurse (volatile int n) n 110 maint/gnulib/tests/test-sigsegv-catch-stackoverflow2.c return *recurse_1 (n, &n); n 280 maint/gnulib/tests/test-ssfmalloc.c #define RANDOM(n) (rand () % (n)) n 84 maint/gnulib/tests/test-stdbool.c _Bool n[m]; n 85 maint/gnulib/tests/test-stdbool.c char o[sizeof n == m * sizeof n[0] ? 1 : -1]; n 32 maint/gnulib/tests/test-strchrnul.c size_t n = 0x100000; n 33 maint/gnulib/tests/test-strchrnul.c char *input = malloc (n + 1); n 39 maint/gnulib/tests/test-strchrnul.c memset (input + 1026, 'd', n - 1028); n 40 maint/gnulib/tests/test-strchrnul.c input[n - 2] = 'e'; n 41 maint/gnulib/tests/test-strchrnul.c input[n - 1] = 'a'; n 42 maint/gnulib/tests/test-strchrnul.c input[n] = '\0'; n 50 maint/gnulib/tests/test-strchrnul.c ASSERT (strchrnul (input + 1, 'a') == input + n - 1); n 51 maint/gnulib/tests/test-strchrnul.c ASSERT (strchrnul (input + 1, 'e') == input + n - 2); n 53 maint/gnulib/tests/test-strchrnul.c ASSERT (strchrnul (input, 'f') == input + n); n 54 maint/gnulib/tests/test-strchrnul.c ASSERT (strchrnul (input, '\0') == input + n); n 37 maint/gnulib/tests/test-striconveh.c new_offsets (size_t n) n 39 maint/gnulib/tests/test-striconveh.c size_t *offsets = (size_t *) malloc ((n + 1) * sizeof (size_t)); n 40 maint/gnulib/tests/test-striconveh.c offsets[n] = MAGIC; n 38 maint/gnulib/tests/test-striconveha.c new_offsets (size_t n) n 40 maint/gnulib/tests/test-striconveha.c size_t *offsets = (size_t *) malloc ((n + 1) * sizeof (size_t)); n 41 maint/gnulib/tests/test-striconveha.c offsets[n] = MAGIC; n 48 maint/gnulib/tests/test-verify.c function (int n) n 51 maint/gnulib/tests/test-verify.c verify (n >= 0); /* should give ERROR: non-constant expression */ n 59 maint/gnulib/tests/test-verify.c if (n) n 34 maint/gnulib/tests/test-wcrtomb.c check_character (const char *s, size_t n) n 42 maint/gnulib/tests/test-wcrtomb.c iret = mbtowc (&wc, s, n); n 43 maint/gnulib/tests/test-wcrtomb.c ASSERT (iret == n); n 46 maint/gnulib/tests/test-wcrtomb.c ASSERT (ret == n); n 47 maint/gnulib/tests/test-wcrtomb.c ASSERT (memcmp (buf, s, n) == 0); n 43 maint/gnulib/tests/test-wcsnrtombs.c size_t n; n 65 maint/gnulib/tests/test-wcsnrtombs.c for (n = 0; n < 10; n++) n 68 maint/gnulib/tests/test-wcsnrtombs.c ret = wcsnrtombs (NULL, &src, 6, n, NULL); n 73 maint/gnulib/tests/test-wcsnrtombs.c ret = wcsnrtombs (buf, &src, 6, n, NULL); n 74 maint/gnulib/tests/test-wcsnrtombs.c ASSERT (ret == (n <= 5 ? n : 5)); n 75 maint/gnulib/tests/test-wcsnrtombs.c ASSERT (src == (n <= 5 ? input + n : NULL)); n 94 maint/gnulib/tests/test-wcsnrtombs.c for (n = 0; n < 10; n++) n 97 maint/gnulib/tests/test-wcsnrtombs.c ret = wcsnrtombs (NULL, &src, 6, n, NULL); n 102 maint/gnulib/tests/test-wcsnrtombs.c ret = wcsnrtombs (buf, &src, 6, n, NULL); n 103 maint/gnulib/tests/test-wcsnrtombs.c ASSERT (ret == (n < 1 ? n : n 104 maint/gnulib/tests/test-wcsnrtombs.c n < 3 ? 1 : n 105 maint/gnulib/tests/test-wcsnrtombs.c n < 5 ? 3 : n 106 maint/gnulib/tests/test-wcsnrtombs.c n <= 7 ? n : 7)); n 107 maint/gnulib/tests/test-wcsnrtombs.c ASSERT (src == (n < 1 ? input + n : n 108 maint/gnulib/tests/test-wcsnrtombs.c n < 3 ? input + 1 : n 109 maint/gnulib/tests/test-wcsnrtombs.c n < 5 ? input + 2 : n 110 maint/gnulib/tests/test-wcsnrtombs.c n <= 7 ? input + (n - 2) : NULL)); n 129 maint/gnulib/tests/test-wcsnrtombs.c for (n = 0; n < 10; n++) n 132 maint/gnulib/tests/test-wcsnrtombs.c ret = wcsnrtombs (NULL, &src, 6, n, NULL); n 137 maint/gnulib/tests/test-wcsnrtombs.c ret = wcsnrtombs (buf, &src, 6, n, NULL); n 138 maint/gnulib/tests/test-wcsnrtombs.c ASSERT (ret == (n < 1 ? n : n 139 maint/gnulib/tests/test-wcsnrtombs.c n < 3 ? 1 : n 140 maint/gnulib/tests/test-wcsnrtombs.c n < 5 ? 3 : n 141 maint/gnulib/tests/test-wcsnrtombs.c n < 7 ? 5 : n 142 maint/gnulib/tests/test-wcsnrtombs.c n <= 8 ? n : 8)); n 143 maint/gnulib/tests/test-wcsnrtombs.c ASSERT (src == (n < 1 ? input + n : n 144 maint/gnulib/tests/test-wcsnrtombs.c n < 3 ? input + 1 : n 145 maint/gnulib/tests/test-wcsnrtombs.c n < 5 ? input + 2 : n 146 maint/gnulib/tests/test-wcsnrtombs.c n < 7 ? input + 3 : n 147 maint/gnulib/tests/test-wcsnrtombs.c n <= 8 ? input + (n - 3) : NULL)); n 167 maint/gnulib/tests/test-wcsnrtombs.c for (n = 0; n < 10; n++) n 170 maint/gnulib/tests/test-wcsnrtombs.c ret = wcsnrtombs (NULL, &src, 6, n, NULL); n 175 maint/gnulib/tests/test-wcsnrtombs.c ret = wcsnrtombs (buf, &src, 6, n, NULL); n 176 maint/gnulib/tests/test-wcsnrtombs.c ASSERT (ret == (n < 1 ? n : n 177 maint/gnulib/tests/test-wcsnrtombs.c n < 3 ? 1 : n 178 maint/gnulib/tests/test-wcsnrtombs.c n < 7 ? 3 : n 179 maint/gnulib/tests/test-wcsnrtombs.c n <= 9 ? n : 9)); n 180 maint/gnulib/tests/test-wcsnrtombs.c ASSERT (src == (n < 1 ? input + n : n 181 maint/gnulib/tests/test-wcsnrtombs.c n < 3 ? input + 1 : n 182 maint/gnulib/tests/test-wcsnrtombs.c n < 7 ? input + 2 : n 183 maint/gnulib/tests/test-wcsnrtombs.c n <= 9 ? input + (n - 4) : NULL)); n 43 maint/gnulib/tests/test-wcsrtombs.c size_t n; n 65 maint/gnulib/tests/test-wcsrtombs.c for (n = 0; n < 10; n++) n 68 maint/gnulib/tests/test-wcsrtombs.c ret = wcsrtombs (NULL, &src, n, NULL); n 73 maint/gnulib/tests/test-wcsrtombs.c ret = wcsrtombs (buf, &src, n, NULL); n 74 maint/gnulib/tests/test-wcsrtombs.c ASSERT (ret == (n <= 5 ? n : 5)); n 75 maint/gnulib/tests/test-wcsrtombs.c ASSERT (src == (n <= 5 ? input + n : NULL)); n 94 maint/gnulib/tests/test-wcsrtombs.c for (n = 0; n < 10; n++) n 97 maint/gnulib/tests/test-wcsrtombs.c ret = wcsrtombs (NULL, &src, n, NULL); n 102 maint/gnulib/tests/test-wcsrtombs.c ret = wcsrtombs (buf, &src, n, NULL); n 103 maint/gnulib/tests/test-wcsrtombs.c ASSERT (ret == (n < 1 ? n : n 104 maint/gnulib/tests/test-wcsrtombs.c n < 3 ? 1 : n 105 maint/gnulib/tests/test-wcsrtombs.c n < 5 ? 3 : n 106 maint/gnulib/tests/test-wcsrtombs.c n <= 7 ? n : 7)); n 107 maint/gnulib/tests/test-wcsrtombs.c ASSERT (src == (n < 1 ? input + n : n 108 maint/gnulib/tests/test-wcsrtombs.c n < 3 ? input + 1 : n 109 maint/gnulib/tests/test-wcsrtombs.c n < 5 ? input + 2 : n 110 maint/gnulib/tests/test-wcsrtombs.c n <= 7 ? input + (n - 2) : NULL)); n 129 maint/gnulib/tests/test-wcsrtombs.c for (n = 0; n < 10; n++) n 132 maint/gnulib/tests/test-wcsrtombs.c ret = wcsrtombs (NULL, &src, n, NULL); n 137 maint/gnulib/tests/test-wcsrtombs.c ret = wcsrtombs (buf, &src, n, NULL); n 138 maint/gnulib/tests/test-wcsrtombs.c ASSERT (ret == (n < 1 ? n : n 139 maint/gnulib/tests/test-wcsrtombs.c n < 3 ? 1 : n 140 maint/gnulib/tests/test-wcsrtombs.c n < 5 ? 3 : n 141 maint/gnulib/tests/test-wcsrtombs.c n < 7 ? 5 : n 142 maint/gnulib/tests/test-wcsrtombs.c n <= 8 ? n : 8)); n 143 maint/gnulib/tests/test-wcsrtombs.c ASSERT (src == (n < 1 ? input + n : n 144 maint/gnulib/tests/test-wcsrtombs.c n < 3 ? input + 1 : n 145 maint/gnulib/tests/test-wcsrtombs.c n < 5 ? input + 2 : n 146 maint/gnulib/tests/test-wcsrtombs.c n < 7 ? input + 3 : n 147 maint/gnulib/tests/test-wcsrtombs.c n <= 8 ? input + (n - 3) : NULL)); n 167 maint/gnulib/tests/test-wcsrtombs.c for (n = 0; n < 10; n++) n 170 maint/gnulib/tests/test-wcsrtombs.c ret = wcsrtombs (NULL, &src, n, NULL); n 175 maint/gnulib/tests/test-wcsrtombs.c ret = wcsrtombs (buf, &src, n, NULL); n 176 maint/gnulib/tests/test-wcsrtombs.c ASSERT (ret == (n < 1 ? n : n 177 maint/gnulib/tests/test-wcsrtombs.c n < 3 ? 1 : n 178 maint/gnulib/tests/test-wcsrtombs.c n < 7 ? 3 : n 179 maint/gnulib/tests/test-wcsrtombs.c n <= 9 ? n : 9)); n 180 maint/gnulib/tests/test-wcsrtombs.c ASSERT (src == (n < 1 ? input + n : n 181 maint/gnulib/tests/test-wcsrtombs.c n < 3 ? input + 1 : n 182 maint/gnulib/tests/test-wcsrtombs.c n < 7 ? input + 2 : n 183 maint/gnulib/tests/test-wcsrtombs.c n <= 9 ? input + (n - 4) : NULL)); n 34 maint/gnulib/tests/uniconv/test-u16-conv-from-enc.c new_offsets (size_t n) n 36 maint/gnulib/tests/uniconv/test-u16-conv-from-enc.c size_t *offsets = (size_t *) malloc ((n + 1) * sizeof (size_t)); n 37 maint/gnulib/tests/uniconv/test-u16-conv-from-enc.c offsets[n] = MAGIC; n 33 maint/gnulib/tests/uniconv/test-u16-conv-to-enc.c new_offsets (size_t n) n 35 maint/gnulib/tests/uniconv/test-u16-conv-to-enc.c size_t *offsets = (size_t *) malloc ((n + 1) * sizeof (size_t)); n 36 maint/gnulib/tests/uniconv/test-u16-conv-to-enc.c offsets[n] = MAGIC; n 34 maint/gnulib/tests/uniconv/test-u32-conv-from-enc.c new_offsets (size_t n) n 36 maint/gnulib/tests/uniconv/test-u32-conv-from-enc.c size_t *offsets = (size_t *) malloc ((n + 1) * sizeof (size_t)); n 37 maint/gnulib/tests/uniconv/test-u32-conv-from-enc.c offsets[n] = MAGIC; n 33 maint/gnulib/tests/uniconv/test-u32-conv-to-enc.c new_offsets (size_t n) n 35 maint/gnulib/tests/uniconv/test-u32-conv-to-enc.c size_t *offsets = (size_t *) malloc ((n + 1) * sizeof (size_t)); n 36 maint/gnulib/tests/uniconv/test-u32-conv-to-enc.c offsets[n] = MAGIC; n 34 maint/gnulib/tests/uniconv/test-u8-conv-from-enc.c new_offsets (size_t n) n 36 maint/gnulib/tests/uniconv/test-u8-conv-from-enc.c size_t *offsets = (size_t *) malloc ((n + 1) * sizeof (size_t)); n 37 maint/gnulib/tests/uniconv/test-u8-conv-from-enc.c offsets[n] = MAGIC; n 34 maint/gnulib/tests/uniconv/test-u8-conv-to-enc.c new_offsets (size_t n) n 36 maint/gnulib/tests/uniconv/test-u8-conv-to-enc.c size_t *offsets = (size_t *) malloc ((n + 1) * sizeof (size_t)); n 37 maint/gnulib/tests/uniconv/test-u8-conv-to-enc.c offsets[n] = MAGIC; n 34 maint/gnulib/tests/unigbrk/test-u16-grapheme-breaks.c size_t n = strlen (expected); n 40 maint/gnulib/tests/unigbrk/test-u16-grapheme-breaks.c ASSERT (n <= 16); n 42 maint/gnulib/tests/unigbrk/test-u16-grapheme-breaks.c memset (breaks, 0xcc, n); n 45 maint/gnulib/tests/unigbrk/test-u16-grapheme-breaks.c for (i = 0; i < n; i++) n 54 maint/gnulib/tests/unigbrk/test-u16-grapheme-breaks.c u16_grapheme_breaks (s, n, breaks); n 55 maint/gnulib/tests/unigbrk/test-u16-grapheme-breaks.c for (i = 0; i < n; i++) n 63 maint/gnulib/tests/unigbrk/test-u16-grapheme-breaks.c for (j = 0; j < n; j++) n 68 maint/gnulib/tests/unigbrk/test-u16-grapheme-breaks.c for (j = 0; j < n; j++) n 73 maint/gnulib/tests/unigbrk/test-u16-grapheme-breaks.c for (j = 0; j < n; j++) n 36 maint/gnulib/tests/unigbrk/test-u16-grapheme-next.c size_t n; n 39 maint/gnulib/tests/unigbrk/test-u16-grapheme-next.c n = 0; n 45 maint/gnulib/tests/unigbrk/test-u16-grapheme-next.c else if (n >= sizeof s / sizeof *s) n 48 maint/gnulib/tests/unigbrk/test-u16-grapheme-next.c s[n++] = unit; n 52 maint/gnulib/tests/unigbrk/test-u16-grapheme-next.c next = u16_grapheme_next (s, s + n); n 62 maint/gnulib/tests/unigbrk/test-u16-grapheme-next.c for (i = 0; i < n; i++) n 37 maint/gnulib/tests/unigbrk/test-u16-grapheme-prev.c size_t n; n 40 maint/gnulib/tests/unigbrk/test-u16-grapheme-prev.c n = 0; n 46 maint/gnulib/tests/unigbrk/test-u16-grapheme-prev.c else if (n >= sizeof s / sizeof *s) n 49 maint/gnulib/tests/unigbrk/test-u16-grapheme-prev.c s[n++] = unit; n 53 maint/gnulib/tests/unigbrk/test-u16-grapheme-prev.c end = s + n; n 64 maint/gnulib/tests/unigbrk/test-u16-grapheme-prev.c for (i = 0; i < n; i++) n 34 maint/gnulib/tests/unigbrk/test-u32-grapheme-breaks.c size_t n = strlen (expected); n 40 maint/gnulib/tests/unigbrk/test-u32-grapheme-breaks.c ASSERT (n <= 16); n 42 maint/gnulib/tests/unigbrk/test-u32-grapheme-breaks.c memset (breaks, 0xcc, n); n 45 maint/gnulib/tests/unigbrk/test-u32-grapheme-breaks.c for (i = 0; i < n; i++) n 54 maint/gnulib/tests/unigbrk/test-u32-grapheme-breaks.c u32_grapheme_breaks (s, n, breaks); n 55 maint/gnulib/tests/unigbrk/test-u32-grapheme-breaks.c for (i = 0; i < n; i++) n 63 maint/gnulib/tests/unigbrk/test-u32-grapheme-breaks.c for (j = 0; j < n; j++) n 68 maint/gnulib/tests/unigbrk/test-u32-grapheme-breaks.c for (j = 0; j < n; j++) n 73 maint/gnulib/tests/unigbrk/test-u32-grapheme-breaks.c for (j = 0; j < n; j++) n 36 maint/gnulib/tests/unigbrk/test-u32-grapheme-next.c size_t n; n 39 maint/gnulib/tests/unigbrk/test-u32-grapheme-next.c n = 0; n 45 maint/gnulib/tests/unigbrk/test-u32-grapheme-next.c else if (n >= sizeof s / sizeof *s) n 48 maint/gnulib/tests/unigbrk/test-u32-grapheme-next.c s[n++] = unit; n 52 maint/gnulib/tests/unigbrk/test-u32-grapheme-next.c next = u32_grapheme_next (s, s + n); n 62 maint/gnulib/tests/unigbrk/test-u32-grapheme-next.c for (i = 0; i < n; i++) n 37 maint/gnulib/tests/unigbrk/test-u32-grapheme-prev.c size_t n; n 40 maint/gnulib/tests/unigbrk/test-u32-grapheme-prev.c n = 0; n 46 maint/gnulib/tests/unigbrk/test-u32-grapheme-prev.c else if (n >= sizeof s / sizeof *s) n 49 maint/gnulib/tests/unigbrk/test-u32-grapheme-prev.c s[n++] = unit; n 53 maint/gnulib/tests/unigbrk/test-u32-grapheme-prev.c end = s + n; n 64 maint/gnulib/tests/unigbrk/test-u32-grapheme-prev.c for (i = 0; i < n; i++) n 34 maint/gnulib/tests/unigbrk/test-u8-grapheme-breaks.c size_t n = strlen (expected); n 38 maint/gnulib/tests/unigbrk/test-u8-grapheme-breaks.c breaks = malloc (n); n 41 maint/gnulib/tests/unigbrk/test-u8-grapheme-breaks.c memset (breaks, 0xcc, n); n 43 maint/gnulib/tests/unigbrk/test-u8-grapheme-breaks.c u8_grapheme_breaks (s, n, breaks); n 44 maint/gnulib/tests/unigbrk/test-u8-grapheme-breaks.c for (i = 0; i < n; i++) n 52 maint/gnulib/tests/unigbrk/test-u8-grapheme-breaks.c for (j = 0; j < n; j++) n 57 maint/gnulib/tests/unigbrk/test-u8-grapheme-breaks.c for (j = 0; j < n; j++) n 62 maint/gnulib/tests/unigbrk/test-u8-grapheme-breaks.c for (j = 0; j < n; j++) n 30 maint/gnulib/tests/unigbrk/test-u8-grapheme-next.c test_u8_grapheme_next (const char *input, size_t n, size_t len) n 33 maint/gnulib/tests/unigbrk/test-u8-grapheme-next.c const uint8_t *next = u8_grapheme_next (s, s + n); n 43 maint/gnulib/tests/unigbrk/test-u8-grapheme-next.c for (i = 0; i < n; i++) n 30 maint/gnulib/tests/unigbrk/test-u8-grapheme-prev.c test_u8_grapheme_prev (const char *input, size_t n, size_t len) n 33 maint/gnulib/tests/unigbrk/test-u8-grapheme-prev.c const uint8_t *end = s + n; n 44 maint/gnulib/tests/unigbrk/test-u8-grapheme-prev.c for (i = 0; i < n; i++) n 60 maint/gnulib/tests/unigbrk/test-uc-grapheme-breaks.c test_uc_grapheme_breaks (const char *expected, ucs4_t *s, size_t n, n 66 maint/gnulib/tests/unigbrk/test-uc-grapheme-breaks.c ASSERT (n <= 16); n 68 maint/gnulib/tests/unigbrk/test-uc-grapheme-breaks.c uc_grapheme_breaks (s, n, breaks); n 69 maint/gnulib/tests/unigbrk/test-uc-grapheme-breaks.c for (i = 0; i < n; i++) n 77 maint/gnulib/tests/unigbrk/test-uc-grapheme-breaks.c for (j = 0; j < n; j++) n 82 maint/gnulib/tests/unigbrk/test-uc-grapheme-breaks.c for (j = 0; j < n; j++) n 87 maint/gnulib/tests/unigbrk/test-uc-grapheme-breaks.c for (j = 0; j < n; j++) n 166 maint/gnulib/tests/unigbrk/test-uc-grapheme-breaks.c int n; n 168 maint/gnulib/tests/unigbrk/test-uc-grapheme-breaks.c if (sscanf (p, "%x%n", &next_int, &n) != 1) n 175 maint/gnulib/tests/unigbrk/test-uc-grapheme-breaks.c p += n; n 133 maint/gnulib/tests/unigbrk/test-uc-is-grapheme-break.c int n; n 135 maint/gnulib/tests/unigbrk/test-uc-is-grapheme-break.c if (sscanf (p, "%x%n", &next_int, &n) != 1) n 142 maint/gnulib/tests/unigbrk/test-uc-is-grapheme-break.c p += n; n 25 maint/gnulib/tests/uninorm/test-nfc.c uninorm_t n = UNINORM_NFC; n 25 maint/gnulib/tests/uninorm/test-nfd.c uninorm_t n = UNINORM_NFD; n 25 maint/gnulib/tests/uninorm/test-nfkc.c uninorm_t n = UNINORM_NFKC; n 25 maint/gnulib/tests/uninorm/test-nfkd.c uninorm_t n = UNINORM_NFKD; n 65 maint/gnulib/tests/unistr/test-chr.h size_t n; n 69 maint/gnulib/tests/unistr/test-chr.h n = U_UCTOMB (c, uc, 6); n 72 maint/gnulib/tests/unistr/test-chr.h ASSERT (memcmp (exp, c, n * sizeof (UNIT)) == 0); n 74 maint/gnulib/tests/unistr/test-chr.h exp += n * 63; n 112 maint/gnulib/tests/unistr/test-chr.h size_t n; n 116 maint/gnulib/tests/unistr/test-chr.h for (n = 1; n <= 500 / sizeof (UNIT); n++) n 118 maint/gnulib/tests/unistr/test-chr.h UNIT *mem = (UNIT *) (page_boundary - n * sizeof (UNIT)); n 119 maint/gnulib/tests/unistr/test-chr.h U_SET (mem, 'X', n); n 120 maint/gnulib/tests/unistr/test-chr.h ASSERT (U_CHR (mem, n, 'U') == NULL); n 125 maint/gnulib/tests/unistr/test-chr.h for (i = 0; i < n; i++) n 25 maint/gnulib/tests/unistr/test-cpy-alloc.h size_t n; n 27 maint/gnulib/tests/unistr/test-cpy-alloc.h for (n = 0; n <= SIZEOF (src); n++) n 29 maint/gnulib/tests/unistr/test-cpy-alloc.h UNIT *result = U_CPY_ALLOC (src, n); n 33 maint/gnulib/tests/unistr/test-cpy-alloc.h for (i = 0; i < n; i++) n 25 maint/gnulib/tests/unistr/test-cpy.h size_t n; n 27 maint/gnulib/tests/unistr/test-cpy.h for (n = 0; n <= SIZEOF (src); n++) n 34 maint/gnulib/tests/unistr/test-cpy.h ret = U_CPY (dest + 1, src, n); n 37 maint/gnulib/tests/unistr/test-cpy.h for (i = 0; i < n; i++) n 39 maint/gnulib/tests/unistr/test-cpy.h ASSERT (dest[1 + n] == MAGIC); n 25 maint/gnulib/tests/unistr/test-move.h size_t n; n 27 maint/gnulib/tests/unistr/test-move.h for (n = 0; n <= SIZEOF (src); n++) n 34 maint/gnulib/tests/unistr/test-move.h ret = U_MOVE (dest + 1, src, n); n 37 maint/gnulib/tests/unistr/test-move.h for (i = 0; i < n; i++) n 39 maint/gnulib/tests/unistr/test-move.h ASSERT (dest[1 + n] == MAGIC); n 46 maint/gnulib/tests/unistr/test-move.h size_t n; n 48 maint/gnulib/tests/unistr/test-move.h for (n = 0; n <= SIZEOF (src); n++) n 55 maint/gnulib/tests/unistr/test-move.h for (i = 0; i < n; i++) n 57 maint/gnulib/tests/unistr/test-move.h dest[1 + n] = MAGIC; n 59 maint/gnulib/tests/unistr/test-move.h ret = U_MOVE (dest + 1, dest + 1, n); n 62 maint/gnulib/tests/unistr/test-move.h for (i = 0; i < n; i++) n 64 maint/gnulib/tests/unistr/test-move.h ASSERT (dest[1 + n] == MAGIC); n 77 maint/gnulib/tests/unistr/test-move.h size_t n; n 79 maint/gnulib/tests/unistr/test-move.h for (n = 0; n <= SIZEOF (src); n++) n 93 maint/gnulib/tests/unistr/test-move.h U_MOVE (dest + 1 + SIZEOF (src) - d, dest + 1 + SIZEOF (src), n); n 98 maint/gnulib/tests/unistr/test-move.h for (i = 0; i < n; i++) n 100 maint/gnulib/tests/unistr/test-move.h for (i = SIZEOF (src) - d + n; i < SIZEOF (src2); i++) n 102 maint/gnulib/tests/unistr/test-move.h for (i = (n >= d ? n - d : 0); i < SIZEOF (src); i++) n 118 maint/gnulib/tests/unistr/test-move.h size_t n; n 120 maint/gnulib/tests/unistr/test-move.h for (n = 0; n <= SIZEOF (src); n++) n 133 maint/gnulib/tests/unistr/test-move.h ret = U_MOVE (dest + 1 + d, dest + 1, n); n 138 maint/gnulib/tests/unistr/test-move.h for (i = 0; i < n; i++) n 140 maint/gnulib/tests/unistr/test-move.h for (i = d + n; i < SIZEOF (src); i++) n 142 maint/gnulib/tests/unistr/test-move.h for (i = (d + n >= SIZEOF (src) ? d + n - SIZEOF (src) : 0); n 24 maint/gnulib/tests/unistr/test-set.h size_t n; n 26 maint/gnulib/tests/unistr/test-set.h for (n = 0; n <= NMAX; n++) n 33 maint/gnulib/tests/unistr/test-set.h ret = U_SET (dest + 1, VALUE, n); n 36 maint/gnulib/tests/unistr/test-set.h for (i = 0; i < n; i++) n 38 maint/gnulib/tests/unistr/test-set.h ASSERT (dest[1 + n] == MAGIC); n 25 maint/gnulib/tests/unistr/test-stpcpy.h size_t n; n 27 maint/gnulib/tests/unistr/test-stpcpy.h for (n = 1; n <= SIZEOF (src); n++) n 36 maint/gnulib/tests/unistr/test-stpcpy.h result = U_STPCPY (dest + 1, src + SIZEOF (src) - n); n 37 maint/gnulib/tests/unistr/test-stpcpy.h ASSERT (result == dest + n); n 40 maint/gnulib/tests/unistr/test-stpcpy.h for (i = 0; i < n; i++) n 41 maint/gnulib/tests/unistr/test-stpcpy.h ASSERT (dest[1 + i] == src[SIZEOF (src) - n + i]); n 42 maint/gnulib/tests/unistr/test-stpcpy.h ASSERT (dest[1 + n] == MAGIC); n 20 maint/gnulib/tests/unistr/test-stpncpy.h check_single (const UNIT *input, size_t length, size_t n) n 26 maint/gnulib/tests/unistr/test-stpncpy.h dest = (UNIT *) malloc ((1 + n + 1) * sizeof (UNIT)); n 29 maint/gnulib/tests/unistr/test-stpncpy.h for (i = 0; i < 1 + n + 1; i++) n 32 maint/gnulib/tests/unistr/test-stpncpy.h result = U_STPNCPY (dest + 1, input, n); n 33 maint/gnulib/tests/unistr/test-stpncpy.h ASSERT (result == dest + 1 + (n <= length ? n : length)); n 36 maint/gnulib/tests/unistr/test-stpncpy.h for (i = 0; i < (n <= length ? n : length + 1); i++) n 38 maint/gnulib/tests/unistr/test-stpncpy.h for (; i < n; i++) n 40 maint/gnulib/tests/unistr/test-stpncpy.h ASSERT (dest[1 + n] == MAGIC); n 49 maint/gnulib/tests/unistr/test-stpncpy.h size_t n; n 55 maint/gnulib/tests/unistr/test-stpncpy.h for (n = 0; n <= 2 * length + 2; n++) n 56 maint/gnulib/tests/unistr/test-stpncpy.h check_single (input, length, n); n 65 maint/gnulib/tests/unistr/test-stpncpy.h for (n = 0; n <= 2 * length + 2; n++) n 67 maint/gnulib/tests/unistr/test-stpncpy.h size_t n_to_copy = (n <= length ? n : length + 1); n 75 maint/gnulib/tests/unistr/test-stpncpy.h check_single (copy, length, n); n 27 maint/gnulib/tests/unistr/test-strcat.h size_t n; n 30 maint/gnulib/tests/unistr/test-strcat.h for (n = 1; n <= SIZEOF (src); n++) n 43 maint/gnulib/tests/unistr/test-strcat.h result = U_STRCAT (dest + 1, src + SIZEOF (src) - n); n 49 maint/gnulib/tests/unistr/test-strcat.h for (i = 0; i < n; i++) n 50 maint/gnulib/tests/unistr/test-strcat.h ASSERT (dest[1 + m + i] == src[SIZEOF (src) - n + i]); n 51 maint/gnulib/tests/unistr/test-strcat.h ASSERT (dest[1 + m + n] == MAGIC); n 60 maint/gnulib/tests/unistr/test-strchr.h size_t n; n 64 maint/gnulib/tests/unistr/test-strchr.h n = U_UCTOMB (c, uc, 6); n 67 maint/gnulib/tests/unistr/test-strchr.h ASSERT (memcmp (exp, c, n * sizeof (UNIT)) == 0); n 69 maint/gnulib/tests/unistr/test-strchr.h exp += n * 63; n 107 maint/gnulib/tests/unistr/test-strchr.h size_t n; n 111 maint/gnulib/tests/unistr/test-strchr.h for (n = 2; n <= 500 / sizeof (UNIT); n++) n 113 maint/gnulib/tests/unistr/test-strchr.h UNIT *mem = (UNIT *) (page_boundary - n * sizeof (UNIT)); n 114 maint/gnulib/tests/unistr/test-strchr.h U_SET (mem, 'X', n - 2); n 115 maint/gnulib/tests/unistr/test-strchr.h mem[n - 2] = 0; n 117 maint/gnulib/tests/unistr/test-strchr.h mem[n - 2] = 'X'; n 118 maint/gnulib/tests/unistr/test-strchr.h mem[n - 1] = 0; n 134 maint/gnulib/tests/unistr/test-strchr.h size_t n; n 138 maint/gnulib/tests/unistr/test-strchr.h for (n = 2; n <= 500 / sizeof (UNIT); n++) n 140 maint/gnulib/tests/unistr/test-strchr.h UNIT *mem = (UNIT *) (page_boundary - n * sizeof (UNIT)); n 141 maint/gnulib/tests/unistr/test-strchr.h U_SET (mem, 'X', n - 1); n 142 maint/gnulib/tests/unistr/test-strchr.h mem[n - 1] = 0; n 148 maint/gnulib/tests/unistr/test-strchr.h for (i = 0; i < n; i++) n 25 maint/gnulib/tests/unistr/test-strcpy.h size_t n; n 27 maint/gnulib/tests/unistr/test-strcpy.h for (n = 1; n <= SIZEOF (src); n++) n 36 maint/gnulib/tests/unistr/test-strcpy.h result = U_STRCPY (dest + 1, src + SIZEOF (src) - n); n 40 maint/gnulib/tests/unistr/test-strcpy.h for (i = 0; i < n; i++) n 41 maint/gnulib/tests/unistr/test-strcpy.h ASSERT (dest[1 + i] == src[SIZEOF (src) - n + i]); n 42 maint/gnulib/tests/unistr/test-strcpy.h ASSERT (dest[1 + n] == MAGIC); n 25 maint/gnulib/tests/unistr/test-strdup.h size_t n; n 27 maint/gnulib/tests/unistr/test-strdup.h for (n = 1; n <= SIZEOF (src); n++) n 29 maint/gnulib/tests/unistr/test-strdup.h UNIT *result = U_STRDUP (src + SIZEOF (src) - n); n 33 maint/gnulib/tests/unistr/test-strdup.h for (i = 0; i < n; i++) n 34 maint/gnulib/tests/unistr/test-strdup.h ASSERT (result[i] == src[SIZEOF (src) - n + i]); n 20 maint/gnulib/tests/unistr/test-strncat.h check_single (const UNIT *input, size_t length, size_t n) n 31 maint/gnulib/tests/unistr/test-strncat.h dest = (UNIT *) malloc ((1 + m + n + 2) * sizeof (UNIT)); n 38 maint/gnulib/tests/unistr/test-strncat.h for (i = 1; i < n + 2; i++) n 41 maint/gnulib/tests/unistr/test-strncat.h result = U_STRNCAT (dest + 1, input, n); n 47 maint/gnulib/tests/unistr/test-strncat.h for (i = 0; i < (n <= length ? n : length); i++) n 60 maint/gnulib/tests/unistr/test-strncat.h size_t n; n 66 maint/gnulib/tests/unistr/test-strncat.h for (n = 0; n <= 2 * length + 2; n++) n 67 maint/gnulib/tests/unistr/test-strncat.h check_single (input, length, n); n 76 maint/gnulib/tests/unistr/test-strncat.h for (n = 0; n <= 2 * length + 2; n++) n 78 maint/gnulib/tests/unistr/test-strncat.h size_t n_to_copy = (n <= length ? n : length + 1); n 86 maint/gnulib/tests/unistr/test-strncat.h check_single (copy, length, n); n 20 maint/gnulib/tests/unistr/test-strncpy.h check_single (const UNIT *input, size_t length, size_t n) n 26 maint/gnulib/tests/unistr/test-strncpy.h dest = (UNIT *) malloc ((1 + n + 1) * sizeof (UNIT)); n 29 maint/gnulib/tests/unistr/test-strncpy.h for (i = 0; i < 1 + n + 1; i++) n 32 maint/gnulib/tests/unistr/test-strncpy.h result = U_STRNCPY (dest + 1, input, n); n 36 maint/gnulib/tests/unistr/test-strncpy.h for (i = 0; i < (n <= length ? n : length + 1); i++) n 38 maint/gnulib/tests/unistr/test-strncpy.h for (; i < n; i++) n 40 maint/gnulib/tests/unistr/test-strncpy.h ASSERT (dest[1 + n] == MAGIC); n 49 maint/gnulib/tests/unistr/test-strncpy.h size_t n; n 55 maint/gnulib/tests/unistr/test-strncpy.h for (n = 0; n <= 2 * length + 2; n++) n 56 maint/gnulib/tests/unistr/test-strncpy.h check_single (input, length, n); n 65 maint/gnulib/tests/unistr/test-strncpy.h for (n = 0; n <= 2 * length + 2; n++) n 67 maint/gnulib/tests/unistr/test-strncpy.h size_t n_to_copy = (n <= length ? n : length + 1); n 75 maint/gnulib/tests/unistr/test-strncpy.h check_single (copy, length, n); n 20 maint/gnulib/tests/unistr/test-strnlen.h check_single (const UNIT *input, size_t length, size_t n) n 22 maint/gnulib/tests/unistr/test-strnlen.h size_t result = U_STRNLEN (input, n); n 23 maint/gnulib/tests/unistr/test-strnlen.h ASSERT (result == (n <= length ? n : length)); n 30 maint/gnulib/tests/unistr/test-strnlen.h size_t n; n 36 maint/gnulib/tests/unistr/test-strnlen.h for (n = 0; n <= 2 * length + 2; n++) n 37 maint/gnulib/tests/unistr/test-strnlen.h check_single (input, length, n); n 46 maint/gnulib/tests/unistr/test-strnlen.h for (n = 0; n <= 2 * length + 2; n++) n 48 maint/gnulib/tests/unistr/test-strnlen.h size_t n_to_copy = (n <= length ? n : length + 1); n 56 maint/gnulib/tests/unistr/test-strnlen.h check_single (copy, length, n); n 38 maint/gnulib/tests/unistr/test-u16-mbsnlen.c size_t n; n 40 maint/gnulib/tests/unistr/test-u16-mbsnlen.c for (n = 0; n <= SIZEOF (input); n++) n 42 maint/gnulib/tests/unistr/test-u16-mbsnlen.c size_t len = u16_mbsnlen (input, n); n 43 maint/gnulib/tests/unistr/test-u16-mbsnlen.c ASSERT (len == n); n 58 maint/gnulib/tests/unistr/test-u16-mbsnlen.c size_t n; n 60 maint/gnulib/tests/unistr/test-u16-mbsnlen.c for (n = 0; n <= SIZEOF (input); n++) n 62 maint/gnulib/tests/unistr/test-u16-mbsnlen.c size_t len = u16_mbsnlen (input, n); n 63 maint/gnulib/tests/unistr/test-u16-mbsnlen.c ASSERT (len == expected[n]); n 96 maint/gnulib/tests/unistr/test-u16-uctomb.c int n; n 98 maint/gnulib/tests/unistr/test-u16-uctomb.c for (n = 0; n <= 2; n++) n 100 maint/gnulib/tests/unistr/test-u16-uctomb.c int ret = u16_uctomb (buf, uc, n); n 30 maint/gnulib/tests/unistr/test-u32-chr.c #define U_UCTOMB(s, uc, n) (*(s) = (uc), 1) n 31 maint/gnulib/tests/unistr/test-u32-chr.c #define U32_TO_U(s, n, result, length) (*(length) = (n), (s)) n 39 maint/gnulib/tests/unistr/test-u32-mbsnlen.c size_t n; n 41 maint/gnulib/tests/unistr/test-u32-mbsnlen.c for (n = 0; n <= SIZEOF (input); n++) n 43 maint/gnulib/tests/unistr/test-u32-mbsnlen.c size_t len = u32_mbsnlen (input, n); n 44 maint/gnulib/tests/unistr/test-u32-mbsnlen.c ASSERT (len == n); n 54 maint/gnulib/tests/unistr/test-u32-mbsnlen.c size_t n; n 56 maint/gnulib/tests/unistr/test-u32-mbsnlen.c for (n = 0; n <= SIZEOF (input); n++) n 58 maint/gnulib/tests/unistr/test-u32-mbsnlen.c size_t len = u32_mbsnlen (input, n); n 59 maint/gnulib/tests/unistr/test-u32-mbsnlen.c ASSERT (len == n); n 30 maint/gnulib/tests/unistr/test-u32-strchr.c #define U_UCTOMB(s, uc, n) (*(s) = (uc), 1) n 31 maint/gnulib/tests/unistr/test-u32-strchr.c #define U32_TO_U(s, n, result, length) (*(length) = (n), (s)) n 91 maint/gnulib/tests/unistr/test-u32-uctomb.c int n; n 93 maint/gnulib/tests/unistr/test-u32-uctomb.c for (n = 0; n <= 2; n++) n 95 maint/gnulib/tests/unistr/test-u32-uctomb.c int ret = u32_uctomb (buf, uc, n); n 51 maint/gnulib/tests/unistr/test-u8-mbsnlen.c size_t n; n 53 maint/gnulib/tests/unistr/test-u8-mbsnlen.c for (n = 0; n <= SIZEOF (input); n++) n 55 maint/gnulib/tests/unistr/test-u8-mbsnlen.c size_t len = u8_mbsnlen (input, n); n 56 maint/gnulib/tests/unistr/test-u8-mbsnlen.c ASSERT (len == expected[n]); n 141 maint/gnulib/tests/unistr/test-u8-uctomb.c int n; n 143 maint/gnulib/tests/unistr/test-u8-uctomb.c for (n = 0; n <= 4; n++) n 145 maint/gnulib/tests/unistr/test-u8-uctomb.c int ret = u8_uctomb (buf, uc, n); n 136 maint/gnulib/tests/uniwbrk/test-uc-wordbreaks.c int n; n 138 maint/gnulib/tests/uniwbrk/test-uc-wordbreaks.c if (sscanf (p, "%x%n", &next_int, &n) != 1) n 145 maint/gnulib/tests/uniwbrk/test-uc-wordbreaks.c p += n; n 1841 tools/crm_mon.c xmlNode *n = xml; n 1870 tools/crm_mon.c while ((n != NULL) && !pcmk__xe_is(n, PCMK__XE_NODE_STATE)) { n 1871 tools/crm_mon.c n = n->parent; n 1874 tools/crm_mon.c if(node == NULL && n) { n 1875 tools/crm_mon.c node = crm_element_value(n, PCMK_XA_UNAME); n 1878 tools/crm_mon.c if (node == NULL && n) { n 1879 tools/crm_mon.c node = pcmk__xe_id(n); n 336 tools/crm_resource_ban.c GList *n = allnodes; n 341 tools/crm_resource_ban.c for(; n; n = n->next) { n 342 tools/crm_resource_ban.c pcmk_node_t *target = n->data;