N                  35 include/gettext.h #  define ngettext(Msgid1, Msgid2, N) \
N                  36 include/gettext.h      dngettext (DEFAULT_TEXT_DOMAIN, Msgid1, Msgid2, N)
N                  74 include/gettext.h # define ngettext(Msgid1, Msgid2, N) \
N                  75 include/gettext.h     ((N) == 1 \
N                  79 include/gettext.h # define dngettext(Domainname, Msgid1, Msgid2, N) \
N                  80 include/gettext.h     ((void) (Domainname), ngettext (Msgid1, Msgid2, N))
N                  82 include/gettext.h # define dcngettext(Domainname, Msgid1, Msgid2, N, Category) \
N                  83 include/gettext.h     ((void) (Category), dngettext (Domainname, Msgid1, Msgid2, N))
N                 129 include/gettext.h # define npgettext(Msgctxt, Msgid, MsgidPlural, N) \
N                 130 include/gettext.h    npgettext_aux (DEFAULT_TEXT_DOMAIN, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES)
N                 132 include/gettext.h # define npgettext(Msgctxt, Msgid, MsgidPlural, N) \
N                 133 include/gettext.h    npgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES)
N                 135 include/gettext.h #define dnpgettext(Domainname, Msgctxt, Msgid, MsgidPlural, N) \
N                 136 include/gettext.h   npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES)
N                 137 include/gettext.h #define dcnpgettext(Domainname, Msgctxt, Msgid, MsgidPlural, N, Category) \
N                 138 include/gettext.h   npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, Category)
N                 244 include/gettext.h #define npgettext_expr(Msgctxt, Msgid, MsgidPlural, N) \
N                 245 include/gettext.h   dcnpgettext_expr (NULL, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES)
N                 246 include/gettext.h #define dnpgettext_expr(Domainname, Msgctxt, Msgid, MsgidPlural, N) \
N                 247 include/gettext.h   dcnpgettext_expr (Domainname, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES)
N                  31 maint/gnulib/lib/bitset/array.c #define ABITSET_N_WORDS(N) (((N) + BITSET_WORD_BITS - 1) / BITSET_WORD_BITS)
N                  91 maint/gnulib/lib/bitset/table.c #define TBITSET_N_ELTS(N) (((N) + TBITSET_ELT_BITS - 1) / TBITSET_ELT_BITS)
N                  47 maint/gnulib/lib/bitset/vector.c #define VBITSET_N_WORDS(N) (((N) + BITSET_WORD_BITS - 1) / BITSET_WORD_BITS)
N                 118 maint/gnulib/lib/c-ctype.h #define _C_CTYPE_LOWER_A_THRU_F_N(N) \
N                 119 maint/gnulib/lib/c-ctype.h    case 'a' + (N): case 'b' + (N): case 'c' + (N): case 'd' + (N): \
N                 120 maint/gnulib/lib/c-ctype.h    case 'e' + (N): case 'f' + (N)
N                 121 maint/gnulib/lib/c-ctype.h #define _C_CTYPE_LOWER_N(N) \
N                 122 maint/gnulib/lib/c-ctype.h    _C_CTYPE_LOWER_A_THRU_F_N(N): \
N                 123 maint/gnulib/lib/c-ctype.h    case 'g' + (N): case 'h' + (N): case 'i' + (N): case 'j' + (N): \
N                 124 maint/gnulib/lib/c-ctype.h    case 'k' + (N): case 'l' + (N): case 'm' + (N): case 'n' + (N): \
N                 125 maint/gnulib/lib/c-ctype.h    case 'o' + (N): case 'p' + (N): case 'q' + (N): case 'r' + (N): \
N                 126 maint/gnulib/lib/c-ctype.h    case 's' + (N): case 't' + (N): case 'u' + (N): case 'v' + (N): \
N                 127 maint/gnulib/lib/c-ctype.h    case 'w' + (N): case 'x' + (N): case 'y' + (N): case 'z' + (N)
N                  32 maint/gnulib/lib/filenamecat-lgpl.c # define mempcpy(D, S, N) ((void *) ((char *) memcpy (D, S, N) + (N)))
N                 136 maint/gnulib/lib/fnmatch.c #define MEMPCPY(D, S, N) mempcpy (D, S, N)
N                 137 maint/gnulib/lib/fnmatch.c #define MEMCHR(S, C, N) memchr (S, C, N)
N                 157 maint/gnulib/lib/fnmatch.c #define MEMPCPY(D, S, N) wmempcpy (D, S, N)
N                 158 maint/gnulib/lib/fnmatch.c #define MEMCHR(S, C, N) wmemchr (S, C, N)
N                 896 maint/gnulib/lib/gen-uni-tables.c   CATEGORY (N)
N                  36 maint/gnulib/lib/gettext.h #  define ngettext(Msgid1, Msgid2, N) \
N                  37 maint/gnulib/lib/gettext.h      dngettext (DEFAULT_TEXT_DOMAIN, Msgid1, Msgid2, N)
N                  75 maint/gnulib/lib/gettext.h # define ngettext(Msgid1, Msgid2, N) \
N                  76 maint/gnulib/lib/gettext.h     ((N) == 1 \
N                  80 maint/gnulib/lib/gettext.h # define dngettext(Domainname, Msgid1, Msgid2, N) \
N                  81 maint/gnulib/lib/gettext.h     ((void) (Domainname), ngettext (Msgid1, Msgid2, N))
N                  83 maint/gnulib/lib/gettext.h # define dcngettext(Domainname, Msgid1, Msgid2, N, Category) \
N                  84 maint/gnulib/lib/gettext.h     ((void) (Category), dngettext (Domainname, Msgid1, Msgid2, N))
N                 130 maint/gnulib/lib/gettext.h # define npgettext(Msgctxt, Msgid, MsgidPlural, N) \
N                 131 maint/gnulib/lib/gettext.h    npgettext_aux (DEFAULT_TEXT_DOMAIN, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES)
N                 133 maint/gnulib/lib/gettext.h # define npgettext(Msgctxt, Msgid, MsgidPlural, N) \
N                 134 maint/gnulib/lib/gettext.h    npgettext_aux (NULL, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES)
N                 136 maint/gnulib/lib/gettext.h #define dnpgettext(Domainname, Msgctxt, Msgid, MsgidPlural, N) \
N                 137 maint/gnulib/lib/gettext.h   npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, LC_MESSAGES)
N                 138 maint/gnulib/lib/gettext.h #define dcnpgettext(Domainname, Msgctxt, Msgid, MsgidPlural, N, Category) \
N                 139 maint/gnulib/lib/gettext.h   npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, Category)
N                 252 maint/gnulib/lib/gettext.h #define npgettext_expr(Msgctxt, Msgid, MsgidPlural, N) \
N                 253 maint/gnulib/lib/gettext.h   dcnpgettext_expr (NULL, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES)
N                 254 maint/gnulib/lib/gettext.h #define dnpgettext_expr(Domainname, Msgctxt, Msgid, MsgidPlural, N) \
N                 255 maint/gnulib/lib/gettext.h   dcnpgettext_expr (Domainname, Msgctxt, Msgid, MsgidPlural, N, LC_MESSAGES)
N                  49 maint/gnulib/lib/malloca.h # define safe_alloca(N) ((N) < 4032 ? alloca (N) : NULL)
N                  51 maint/gnulib/lib/malloca.h # define safe_alloca(N) ((void) (N), NULL)
N                  65 maint/gnulib/lib/malloca.h # define malloca(N) \
N                  66 maint/gnulib/lib/malloca.h   ((N) < 4032 - (2 * sa_alignment_max - 1)                                   \
N                  67 maint/gnulib/lib/malloca.h    ? (void *) (((uintptr_t) (char *) alloca ((N) + 2 * sa_alignment_max - 1) \
N                  70 maint/gnulib/lib/malloca.h    : mmalloca (N))
N                  72 maint/gnulib/lib/malloca.h # define malloca(N) \
N                  73 maint/gnulib/lib/malloca.h   mmalloca (N)
N                 152 maint/gnulib/lib/nstrftime.c # define advance(P, N)
N                 154 maint/gnulib/lib/nstrftime.c # define advance(P, N) ((P) += (N))
N                  36 maint/gnulib/lib/xmalloca.h # define xmalloca(N) \
N                  37 maint/gnulib/lib/xmalloca.h   ((N) < 4032 - (2 * sa_alignment_max - 1)                                   \
N                  38 maint/gnulib/lib/xmalloca.h    ? (void *) (((uintptr_t) (char *) alloca ((N) + 2 * sa_alignment_max - 1) \
N                  41 maint/gnulib/lib/xmalloca.h    : xmmalloca (N))
N                  46 maint/gnulib/lib/xmalloca.h # define xmalloca(N) \
N                  47 maint/gnulib/lib/xmalloca.h   xmalloc (N)
N                  58 maint/gnulib/lib/xsize.h #define xcast_size_t(N) \
N                  59 maint/gnulib/lib/xsize.h   ((N) <= SIZE_MAX ? (size_t) (N) : SIZE_MAX)
N                  96 maint/gnulib/lib/xsize.h #define xtimes(N, ELSIZE) \
N                  97 maint/gnulib/lib/xsize.h   ((N) <= SIZE_MAX / (ELSIZE) ? (size_t) (N) * (ELSIZE) : SIZE_MAX)
N                  43 maint/gnulib/tests/test-dynarray.c   for (i = 0; i < N; i++)
N                  45 maint/gnulib/tests/test-dynarray.c   for (i = N - 1; i >= N / 2; i--)
N                  60 maint/gnulib/tests/test-free.c     void * volatile ptrs[N];
N                  62 maint/gnulib/tests/test-free.c     for (i = 0; i < N; i++)
N                  64 maint/gnulib/tests/test-free.c     for (i = 0; i < N; i++)
N                  74 maint/gnulib/tests/test-free.c     void * volatile ptrs[N];
N                  76 maint/gnulib/tests/test-free.c     for (i = 0; i < N; i++)
N                  78 maint/gnulib/tests/test-free.c     for (i = 0; i < N; i++)
N                  88 maint/gnulib/tests/test-free.c     void * volatile ptrs[N];
N                  90 maint/gnulib/tests/test-free.c     for (i = 0; i < N; i++)
N                  92 maint/gnulib/tests/test-free.c     for (i = 0; i < N; i++)
N                  46 maint/gnulib/tests/test-pread.c   ASSERT (write (fd, buf, N) == N);
N                  58 maint/gnulib/tests/test-pread.c       for (i = 0; i < N; i++)
N                  47 maint/gnulib/tests/test-pwrite.c   ASSERT (write (fd, buf, N) == N);
N                  56 maint/gnulib/tests/test-pwrite.c   for (i = 0; i < N; i+=2)
N                  75 maint/gnulib/tests/test-pwrite.c     ASSERT (read (fd, buf, N) == N);