o                 444 maint/gnulib/lib/argp-help.c   const struct argp_option *o;
o                 463 maint/gnulib/lib/argp-help.c       for (o = opts; ! oend (o); o++)
o                 465 maint/gnulib/lib/argp-help.c           if (! oalias (o))
o                 467 maint/gnulib/lib/argp-help.c           if (oshort (o))
o                 480 maint/gnulib/lib/argp-help.c       for (o = opts, entry = hol->entries; ! oend (o); entry++)
o                 482 maint/gnulib/lib/argp-help.c           entry->opt = o;
o                 486 maint/gnulib/lib/argp-help.c             o->group
o                 487 maint/gnulib/lib/argp-help.c             ? o->group
o                 488 maint/gnulib/lib/argp-help.c             : ((!o->name && !o->key)
o                 497 maint/gnulib/lib/argp-help.c               if (oshort (o) && ! find_char (o->key, hol->short_options, so))
o                 499 maint/gnulib/lib/argp-help.c                 *so++ = o->key;
o                 500 maint/gnulib/lib/argp-help.c               o++;
o                 502 maint/gnulib/lib/argp-help.c           while (! oend (o) && oalias (o));
o                 670 maint/gnulib/lib/cdefs.h #    define __fortified_attr_access(a, o, s) __attribute__ ((__access__ (a, o)))
o                 672 maint/gnulib/lib/cdefs.h #    define __fortified_attr_access(a, o, s) __attr_access ((a, o, s))
o                 680 maint/gnulib/lib/cdefs.h #  define __fortified_attr_access(a, o, s)
o                 113 maint/gnulib/lib/fflush.c       off_t o;
o                 115 maint/gnulib/lib/fflush.c   u.o = pos;
o                 145 maint/gnulib/lib/fseeko.c             off_t o;
o                 147 maint/gnulib/lib/fseeko.c         u.o = pos;
o                  24 maint/gnulib/lib/pread.c #define __libc_lseek(f,o,w) lseek (f, o, w)
o                  27 maint/gnulib/lib/pwrite.c #define __libc_lseek(f,o,w) lseek (f, o, w)
o                 115 maint/gnulib/lib/quotearg.c clone_quoting_options (struct quoting_options *o)
o                 118 maint/gnulib/lib/quotearg.c   struct quoting_options *p = xmemdup (o ? o : &default_quoting_options,
o                 119 maint/gnulib/lib/quotearg.c                                        sizeof *o);
o                 126 maint/gnulib/lib/quotearg.c get_quoting_style (struct quoting_options const *o)
o                 128 maint/gnulib/lib/quotearg.c   return (o ? o : &default_quoting_options)->style;
o                 134 maint/gnulib/lib/quotearg.c set_quoting_style (struct quoting_options *o, enum quoting_style s)
o                 136 maint/gnulib/lib/quotearg.c   (o ? o : &default_quoting_options)->style = s;
o                 145 maint/gnulib/lib/quotearg.c set_char_quoting (struct quoting_options *o, char c, int i)
o                 149 maint/gnulib/lib/quotearg.c     (o ? o : &default_quoting_options)->quote_these_too + uc / INT_BITS;
o                 161 maint/gnulib/lib/quotearg.c set_quoting_flags (struct quoting_options *o, int i)
o                 164 maint/gnulib/lib/quotearg.c   if (!o)
o                 165 maint/gnulib/lib/quotearg.c     o = &default_quoting_options;
o                 166 maint/gnulib/lib/quotearg.c   r = o->flags;
o                 167 maint/gnulib/lib/quotearg.c   o->flags = i;
o                 172 maint/gnulib/lib/quotearg.c set_custom_quoting (struct quoting_options *o,
o                 175 maint/gnulib/lib/quotearg.c   if (!o)
o                 176 maint/gnulib/lib/quotearg.c     o = &default_quoting_options;
o                 177 maint/gnulib/lib/quotearg.c   o->style = custom_quoting_style;
o                 180 maint/gnulib/lib/quotearg.c   o->left_quote = left_quote;
o                 181 maint/gnulib/lib/quotearg.c   o->right_quote = right_quote;
o                 188 maint/gnulib/lib/quotearg.c   struct quoting_options o = { literal_quoting_style, 0, { 0 }, NULL, NULL };
o                 191 maint/gnulib/lib/quotearg.c   o.style = style;
o                 192 maint/gnulib/lib/quotearg.c   return o;
o                 779 maint/gnulib/lib/quotearg.c                  struct quoting_options const *o)
o                 781 maint/gnulib/lib/quotearg.c   struct quoting_options const *p = o ? o : &default_quoting_options;
o                 792 maint/gnulib/lib/quotearg.c                 struct quoting_options const *o)
o                 794 maint/gnulib/lib/quotearg.c   return quotearg_alloc_mem (arg, argsize, NULL, o);
o                 805 maint/gnulib/lib/quotearg.c                     struct quoting_options const *o)
o                 807 maint/gnulib/lib/quotearg.c   struct quoting_options const *p = o ? o : &default_quoting_options;
o                 949 maint/gnulib/lib/quotearg.c   struct quoting_options const o = quoting_options_from_style (s);
o                 950 maint/gnulib/lib/quotearg.c   return quotearg_n_options (n, arg, SIZE_MAX, &o);
o                 957 maint/gnulib/lib/quotearg.c   struct quoting_options const o = quoting_options_from_style (s);
o                 958 maint/gnulib/lib/quotearg.c   return quotearg_n_options (n, arg, argsize, &o);
o                1022 maint/gnulib/lib/quotearg.c   struct quoting_options o = default_quoting_options;
o                1023 maint/gnulib/lib/quotearg.c   set_custom_quoting (&o, left_quote, right_quote);
o                1024 maint/gnulib/lib/quotearg.c   return quotearg_n_options (n, arg, argsize, &o);
o                 278 maint/gnulib/lib/quotearg.h struct quoting_options *clone_quoting_options (struct quoting_options *o)
o                 283 maint/gnulib/lib/quotearg.h enum quoting_style get_quoting_style (struct quoting_options const *o);
o                 287 maint/gnulib/lib/quotearg.h void set_quoting_style (struct quoting_options *o, enum quoting_style s);
o                 296 maint/gnulib/lib/quotearg.h int set_char_quoting (struct quoting_options *o, char c, int i);
o                 302 maint/gnulib/lib/quotearg.h int set_quoting_flags (struct quoting_options *o, int i);
o                 313 maint/gnulib/lib/quotearg.h void set_custom_quoting (struct quoting_options *o,
o                 330 maint/gnulib/lib/quotearg.h                         struct quoting_options const *o);
o                 336 maint/gnulib/lib/quotearg.h                       struct quoting_options const *o)
o                 347 maint/gnulib/lib/quotearg.h                           size_t *size, struct quoting_options const *o)
o                  43 maint/gnulib/lib/uniconv/u-conv-from-enc.h       size_t *o;
o                  45 maint/gnulib/lib/uniconv/u-conv-from-enc.h       for (o = offsets; o < offsets_end; o++)
o                  46 maint/gnulib/lib/uniconv/u-conv-from-enc.h         if (*o != (size_t)(-1))
o                  47 maint/gnulib/lib/uniconv/u-conv-from-enc.h           *o = *o / sizeof (UNIT);
o                  75 maint/gnulib/lib/uniconv/u-conv-from-enc.h       size_t *o;
o                  79 maint/gnulib/lib/uniconv/u-conv-from-enc.h       for (o = offsets; o < offsets_end; o++)
o                  80 maint/gnulib/lib/uniconv/u-conv-from-enc.h         if (*o != (size_t)(-1))
o                  82 maint/gnulib/lib/uniconv/u-conv-from-enc.h             while (off8 < *o)
o                  91 maint/gnulib/lib/uniconv/u-conv-from-enc.h             if (*o != off8)
o                  93 maint/gnulib/lib/uniconv/u-conv-from-enc.h             *o = offunit;
o                  94 maint/gnulib/lib/unilbrk.in.h                             const char *o, const char *encoding,
o                  99 maint/gnulib/lib/unilbrk.in.h                              const char *o, const char *encoding,
o                 104 maint/gnulib/lib/unilbrk.in.h                              const char *o, const char *encoding,
o                 109 maint/gnulib/lib/unilbrk.in.h                              const char *o, const char *encoding,
o                  37 maint/gnulib/lib/unilbrk/u16-width-linebreaks.c                       const char *o, const char *encoding,
o                  57 maint/gnulib/lib/unilbrk/u16-width-linebreaks.c       if (o != NULL && *o != UC_BREAK_UNDEFINED)
o                  58 maint/gnulib/lib/unilbrk/u16-width-linebreaks.c         *p = *o;
o                 103 maint/gnulib/lib/unilbrk/u16-width-linebreaks.c       if (o != NULL)
o                 104 maint/gnulib/lib/unilbrk/u16-width-linebreaks.c         o += count;
o                  36 maint/gnulib/lib/unilbrk/u32-width-linebreaks.c                       const char *o, const char *encoding,
o                  55 maint/gnulib/lib/unilbrk/u32-width-linebreaks.c       if (o != NULL && *o != UC_BREAK_UNDEFINED)
o                  56 maint/gnulib/lib/unilbrk/u32-width-linebreaks.c         *p = *o;
o                 101 maint/gnulib/lib/unilbrk/u32-width-linebreaks.c       if (o != NULL)
o                 102 maint/gnulib/lib/unilbrk/u32-width-linebreaks.c         o++;
o                  37 maint/gnulib/lib/unilbrk/u8-width-linebreaks.c                      const char *o, const char *encoding,
o                  57 maint/gnulib/lib/unilbrk/u8-width-linebreaks.c       if (o != NULL && *o != UC_BREAK_UNDEFINED)
o                  58 maint/gnulib/lib/unilbrk/u8-width-linebreaks.c         *p = *o;
o                 103 maint/gnulib/lib/unilbrk/u8-width-linebreaks.c       if (o != NULL)
o                 104 maint/gnulib/lib/unilbrk/u8-width-linebreaks.c         o += count;
o                  54 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c                       const char *o, const char *encoding,
o                  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);
o                  77 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c                     (char *) (m > 0 ? malloc (m + (o != NULL ? m : 0)) : NULL);
o                  82 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c                       char *o8 = (o != NULL ? (char *) (q + m) : NULL);
o                  87 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c                       if (o != NULL)
o                  92 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c                               o8[offsets[i]] = o[i];
o                 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);
o                 130 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c                 *p = ((o != NULL && *o == UC_BREAK_MANDATORY) || *s == '\n'
o                 135 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c                 if (o != NULL)
o                 136 maint/gnulib/lib/unilbrk/ulc-width-linebreaks.c                   o++;
o                  24 maint/gnulib/tests/test-fcntl-h.c int o = (O_DIRECT | O_DIRECTORY | O_DSYNC | O_IGNORE_CTTY | O_NDELAY | O_NOATIME
o                  28 maint/gnulib/tests/test-i-ring.c   int o;
o                  31 maint/gnulib/tests/test-i-ring.c   o = i_ring_push (&ir, 1);
o                  32 maint/gnulib/tests/test-i-ring.c   ASSERT (o == -1);
o                  33 maint/gnulib/tests/test-i-ring.c   o = i_ring_push (&ir, 2);
o                  34 maint/gnulib/tests/test-i-ring.c   ASSERT (o == -1);
o                  35 maint/gnulib/tests/test-i-ring.c   o = i_ring_push (&ir, 3);
o                  36 maint/gnulib/tests/test-i-ring.c   ASSERT (o == -1);
o                  37 maint/gnulib/tests/test-i-ring.c   o = i_ring_push (&ir, 4);
o                  38 maint/gnulib/tests/test-i-ring.c   ASSERT (o == -1);
o                  39 maint/gnulib/tests/test-i-ring.c   o = i_ring_push (&ir, 5);
o                  40 maint/gnulib/tests/test-i-ring.c   ASSERT (o == 1);
o                  41 maint/gnulib/tests/test-i-ring.c   o = i_ring_push (&ir, 6);
o                  42 maint/gnulib/tests/test-i-ring.c   ASSERT (o == 2);
o                  43 maint/gnulib/tests/test-i-ring.c   o = i_ring_push (&ir, 7);
o                  44 maint/gnulib/tests/test-i-ring.c   ASSERT (o == 3);
o                  46 maint/gnulib/tests/test-i-ring.c   o = i_ring_pop (&ir);
o                  47 maint/gnulib/tests/test-i-ring.c   ASSERT (o == 7);
o                  48 maint/gnulib/tests/test-i-ring.c   o = i_ring_pop (&ir);
o                  49 maint/gnulib/tests/test-i-ring.c   ASSERT (o == 6);
o                  50 maint/gnulib/tests/test-i-ring.c   o = i_ring_pop (&ir);
o                  51 maint/gnulib/tests/test-i-ring.c   ASSERT (o == 5);
o                  52 maint/gnulib/tests/test-i-ring.c   o = i_ring_pop (&ir);
o                  53 maint/gnulib/tests/test-i-ring.c   ASSERT (o == 4);
o                  56 maint/gnulib/tests/test-i-ring.c   o = i_ring_push (&ir, 8);
o                  57 maint/gnulib/tests/test-i-ring.c   ASSERT (o == -1);
o                  58 maint/gnulib/tests/test-i-ring.c   o = i_ring_pop (&ir);
o                  59 maint/gnulib/tests/test-i-ring.c   ASSERT (o == 8);
o                  85 maint/gnulib/tests/test-stdbool.c char o[sizeof n == m * sizeof n[0] ? 1 : -1];
o                  52 maint/gnulib/tests/test-striconveh.c   size_t o;
o                 123 maint/gnulib/tests/test-striconveh.c           for (o = 0; o < 2; o++)
o                 125 maint/gnulib/tests/test-striconveh.c               size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
o                 138 maint/gnulib/tests/test-striconveh.c               if (o)
o                 157 maint/gnulib/tests/test-striconveh.c           for (o = 0; o < 2; o++)
o                 159 maint/gnulib/tests/test-striconveh.c               size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
o                 174 maint/gnulib/tests/test-striconveh.c                   if (o)
o                 184 maint/gnulib/tests/test-striconveh.c                     if (o)
o                 206 maint/gnulib/tests/test-striconveh.c           for (o = 0; o < 2; o++)
o                 208 maint/gnulib/tests/test-striconveh.c               size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
o                 223 maint/gnulib/tests/test-striconveh.c                   if (o)
o                 232 maint/gnulib/tests/test-striconveh.c                     if (o)
o                 248 maint/gnulib/tests/test-striconveh.c                     if (o)
o                 270 maint/gnulib/tests/test-striconveh.c       for (o = 0; o < 2; o++)
o                 272 maint/gnulib/tests/test-striconveh.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
o                 283 maint/gnulib/tests/test-striconveh.c           if (o)
o                 303 maint/gnulib/tests/test-striconveh.c       for (o = 0; o < 2; o++)
o                 305 maint/gnulib/tests/test-striconveh.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
o                 316 maint/gnulib/tests/test-striconveh.c           if (o)
o                 339 maint/gnulib/tests/test-striconveh.c       for (o = 0; o < 2; o++)
o                 341 maint/gnulib/tests/test-striconveh.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
o                 354 maint/gnulib/tests/test-striconveh.c               if (o)
o                 364 maint/gnulib/tests/test-striconveh.c                 if (o)
o                 383 maint/gnulib/tests/test-striconveh.c       for (o = 0; o < 2; o++)
o                 385 maint/gnulib/tests/test-striconveh.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
o                 398 maint/gnulib/tests/test-striconveh.c               if (o)
o                 407 maint/gnulib/tests/test-striconveh.c                 if (o)
o                 425 maint/gnulib/tests/test-striconveh.c                 if (o)
o                 446 maint/gnulib/tests/test-striconveh.c       for (o = 0; o < 2; o++)
o                 448 maint/gnulib/tests/test-striconveh.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
o                 458 maint/gnulib/tests/test-striconveh.c           if (o)
o                 756 maint/gnulib/tests/test-striconveh.c       for (o = 0; o < 2; o++)
o                 758 maint/gnulib/tests/test-striconveh.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
o                 769 maint/gnulib/tests/test-striconveh.c           if (o)
o                 785 maint/gnulib/tests/test-striconveh.c       for (o = 0; o < 2; o++)
o                 787 maint/gnulib/tests/test-striconveh.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
o                 800 maint/gnulib/tests/test-striconveh.c               if (o)
o                 809 maint/gnulib/tests/test-striconveh.c                 if (o)
o                 825 maint/gnulib/tests/test-striconveh.c                 if (o)
o                 846 maint/gnulib/tests/test-striconveh.c       for (o = 0; o < 2; o++)
o                 848 maint/gnulib/tests/test-striconveh.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
o                 859 maint/gnulib/tests/test-striconveh.c           if (o)
o                 879 maint/gnulib/tests/test-striconveh.c       for (o = 0; o < 2; o++)
o                 881 maint/gnulib/tests/test-striconveh.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
o                 892 maint/gnulib/tests/test-striconveh.c           if (o)
o                 915 maint/gnulib/tests/test-striconveh.c       for (o = 0; o < 2; o++)
o                 917 maint/gnulib/tests/test-striconveh.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
o                 930 maint/gnulib/tests/test-striconveh.c               if (o)
o                 939 maint/gnulib/tests/test-striconveh.c                 if (o)
o                 957 maint/gnulib/tests/test-striconveh.c                 if (o)
o                 978 maint/gnulib/tests/test-striconveh.c       for (o = 0; o < 2; o++)
o                 980 maint/gnulib/tests/test-striconveh.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
o                 990 maint/gnulib/tests/test-striconveh.c           if (o)
o                  52 maint/gnulib/tests/test-striconveha.c   size_t o;
o                  66 maint/gnulib/tests/test-striconveha.c       for (o = 0; o < 2; o++)
o                  68 maint/gnulib/tests/test-striconveha.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
o                  79 maint/gnulib/tests/test-striconveha.c           if (o)
o                  95 maint/gnulib/tests/test-striconveha.c       for (o = 0; o < 2; o++)
o                  97 maint/gnulib/tests/test-striconveha.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
o                 110 maint/gnulib/tests/test-striconveha.c               if (o)
o                 119 maint/gnulib/tests/test-striconveha.c                 if (o)
o                 135 maint/gnulib/tests/test-striconveha.c                 if (o)
o                 156 maint/gnulib/tests/test-striconveha.c       for (o = 0; o < 2; o++)
o                 158 maint/gnulib/tests/test-striconveha.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
o                 169 maint/gnulib/tests/test-striconveha.c           if (o)
o                 189 maint/gnulib/tests/test-striconveha.c       for (o = 0; o < 2; o++)
o                 191 maint/gnulib/tests/test-striconveha.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
o                 202 maint/gnulib/tests/test-striconveha.c           if (o)
o                 225 maint/gnulib/tests/test-striconveha.c       for (o = 0; o < 2; o++)
o                 227 maint/gnulib/tests/test-striconveha.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
o                 240 maint/gnulib/tests/test-striconveha.c               if (o)
o                 249 maint/gnulib/tests/test-striconveha.c                 if (o)
o                 267 maint/gnulib/tests/test-striconveha.c                 if (o)
o                 288 maint/gnulib/tests/test-striconveha.c       for (o = 0; o < 2; o++)
o                 290 maint/gnulib/tests/test-striconveha.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
o                 300 maint/gnulib/tests/test-striconveha.c           if (o)
o                 320 maint/gnulib/tests/test-striconveha.c           for (o = 0; o < 2; o++)
o                 322 maint/gnulib/tests/test-striconveha.c               size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
o                 333 maint/gnulib/tests/test-striconveha.c               if (o)
o                 348 maint/gnulib/tests/test-striconveha.c           for (o = 0; o < 2; o++)
o                 350 maint/gnulib/tests/test-striconveha.c               size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
o                 361 maint/gnulib/tests/test-striconveha.c               if (o)
o                 376 maint/gnulib/tests/test-striconveha.c           for (o = 0; o < 2; o++)
o                 378 maint/gnulib/tests/test-striconveha.c               size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
o                 389 maint/gnulib/tests/test-striconveha.c               if (o)
o                 415 maint/gnulib/tests/test-striconveha.c       for (o = 0; o < 2; o++)
o                 417 maint/gnulib/tests/test-striconveha.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
o                 428 maint/gnulib/tests/test-striconveha.c           if (o)
o                  48 maint/gnulib/tests/uniconv/test-u16-conv-from-enc.c   size_t o;
o                  65 maint/gnulib/tests/uniconv/test-u16-conv-from-enc.c       for (o = 0; o < 2; o++)
o                  67 maint/gnulib/tests/uniconv/test-u16-conv-from-enc.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
o                  76 maint/gnulib/tests/uniconv/test-u16-conv-from-enc.c           if (o)
o                  97 maint/gnulib/tests/uniconv/test-u16-conv-from-enc.c       for (o = 0; o < 2; o++)
o                  99 maint/gnulib/tests/uniconv/test-u16-conv-from-enc.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
o                 108 maint/gnulib/tests/uniconv/test-u16-conv-from-enc.c           if (o)
o                 132 maint/gnulib/tests/uniconv/test-u16-conv-from-enc.c           for (o = 0; o < 2; o++)
o                 134 maint/gnulib/tests/uniconv/test-u16-conv-from-enc.c               size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
o                 143 maint/gnulib/tests/uniconv/test-u16-conv-from-enc.c               if (o)
o                 161 maint/gnulib/tests/uniconv/test-u16-conv-from-enc.c           for (o = 0; o < 2; o++)
o                 163 maint/gnulib/tests/uniconv/test-u16-conv-from-enc.c               size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
o                 172 maint/gnulib/tests/uniconv/test-u16-conv-from-enc.c               if (o)
o                 190 maint/gnulib/tests/uniconv/test-u16-conv-from-enc.c           for (o = 0; o < 2; o++)
o                 192 maint/gnulib/tests/uniconv/test-u16-conv-from-enc.c               size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
o                 201 maint/gnulib/tests/uniconv/test-u16-conv-from-enc.c               if (o)
o                  47 maint/gnulib/tests/uniconv/test-u16-conv-to-enc.c   size_t o;
o                  64 maint/gnulib/tests/uniconv/test-u16-conv-to-enc.c       for (o = 0; o < 2; o++)
o                  66 maint/gnulib/tests/uniconv/test-u16-conv-to-enc.c           size_t *offsets = (o ? new_offsets (SIZEOF (input)) : NULL);
o                  75 maint/gnulib/tests/uniconv/test-u16-conv-to-enc.c           if (o)
o                  95 maint/gnulib/tests/uniconv/test-u16-conv-to-enc.c       for (o = 0; o < 2; o++)
o                  97 maint/gnulib/tests/uniconv/test-u16-conv-to-enc.c           size_t *offsets = (o ? new_offsets (SIZEOF (input)) : NULL);
o                 109 maint/gnulib/tests/uniconv/test-u16-conv-to-enc.c               if (o)
o                 120 maint/gnulib/tests/uniconv/test-u16-conv-to-enc.c                 if (o)
o                 136 maint/gnulib/tests/uniconv/test-u16-conv-to-enc.c                 if (o)
o                 155 maint/gnulib/tests/uniconv/test-u16-conv-to-enc.c       for (o = 0; o < 2; o++)
o                 157 maint/gnulib/tests/uniconv/test-u16-conv-to-enc.c           size_t *offsets = (o ? new_offsets (SIZEOF (input)) : NULL);
o                 165 maint/gnulib/tests/uniconv/test-u16-conv-to-enc.c           if (o)
o                  48 maint/gnulib/tests/uniconv/test-u32-conv-from-enc.c   size_t o;
o                  65 maint/gnulib/tests/uniconv/test-u32-conv-from-enc.c       for (o = 0; o < 2; o++)
o                  67 maint/gnulib/tests/uniconv/test-u32-conv-from-enc.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
o                  76 maint/gnulib/tests/uniconv/test-u32-conv-from-enc.c           if (o)
o                  97 maint/gnulib/tests/uniconv/test-u32-conv-from-enc.c       for (o = 0; o < 2; o++)
o                  99 maint/gnulib/tests/uniconv/test-u32-conv-from-enc.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
o                 108 maint/gnulib/tests/uniconv/test-u32-conv-from-enc.c           if (o)
o                 132 maint/gnulib/tests/uniconv/test-u32-conv-from-enc.c           for (o = 0; o < 2; o++)
o                 134 maint/gnulib/tests/uniconv/test-u32-conv-from-enc.c               size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
o                 143 maint/gnulib/tests/uniconv/test-u32-conv-from-enc.c               if (o)
o                 161 maint/gnulib/tests/uniconv/test-u32-conv-from-enc.c           for (o = 0; o < 2; o++)
o                 163 maint/gnulib/tests/uniconv/test-u32-conv-from-enc.c               size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
o                 172 maint/gnulib/tests/uniconv/test-u32-conv-from-enc.c               if (o)
o                 190 maint/gnulib/tests/uniconv/test-u32-conv-from-enc.c           for (o = 0; o < 2; o++)
o                 192 maint/gnulib/tests/uniconv/test-u32-conv-from-enc.c               size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
o                 201 maint/gnulib/tests/uniconv/test-u32-conv-from-enc.c               if (o)
o                  47 maint/gnulib/tests/uniconv/test-u32-conv-to-enc.c   size_t o;
o                  64 maint/gnulib/tests/uniconv/test-u32-conv-to-enc.c       for (o = 0; o < 2; o++)
o                  66 maint/gnulib/tests/uniconv/test-u32-conv-to-enc.c           size_t *offsets = (o ? new_offsets (SIZEOF (input)) : NULL);
o                  75 maint/gnulib/tests/uniconv/test-u32-conv-to-enc.c           if (o)
o                  95 maint/gnulib/tests/uniconv/test-u32-conv-to-enc.c       for (o = 0; o < 2; o++)
o                  97 maint/gnulib/tests/uniconv/test-u32-conv-to-enc.c           size_t *offsets = (o ? new_offsets (SIZEOF (input)) : NULL);
o                 109 maint/gnulib/tests/uniconv/test-u32-conv-to-enc.c               if (o)
o                 120 maint/gnulib/tests/uniconv/test-u32-conv-to-enc.c                 if (o)
o                 136 maint/gnulib/tests/uniconv/test-u32-conv-to-enc.c                 if (o)
o                  48 maint/gnulib/tests/uniconv/test-u8-conv-from-enc.c   size_t o;
o                  60 maint/gnulib/tests/uniconv/test-u8-conv-from-enc.c       for (o = 0; o < 2; o++)
o                  62 maint/gnulib/tests/uniconv/test-u8-conv-from-enc.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
o                  71 maint/gnulib/tests/uniconv/test-u8-conv-from-enc.c           if (o)
o                  91 maint/gnulib/tests/uniconv/test-u8-conv-from-enc.c       for (o = 0; o < 2; o++)
o                  93 maint/gnulib/tests/uniconv/test-u8-conv-from-enc.c           size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
o                 102 maint/gnulib/tests/uniconv/test-u8-conv-from-enc.c           if (o)
o                 124 maint/gnulib/tests/uniconv/test-u8-conv-from-enc.c           for (o = 0; o < 2; o++)
o                 126 maint/gnulib/tests/uniconv/test-u8-conv-from-enc.c               size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
o                 135 maint/gnulib/tests/uniconv/test-u8-conv-from-enc.c               if (o)
o                 150 maint/gnulib/tests/uniconv/test-u8-conv-from-enc.c           for (o = 0; o < 2; o++)
o                 152 maint/gnulib/tests/uniconv/test-u8-conv-from-enc.c               size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
o                 161 maint/gnulib/tests/uniconv/test-u8-conv-from-enc.c               if (o)
o                 176 maint/gnulib/tests/uniconv/test-u8-conv-from-enc.c           for (o = 0; o < 2; o++)
o                 178 maint/gnulib/tests/uniconv/test-u8-conv-from-enc.c               size_t *offsets = (o ? new_offsets (strlen (input)) : NULL);
o                 187 maint/gnulib/tests/uniconv/test-u8-conv-from-enc.c               if (o)
o                  48 maint/gnulib/tests/uniconv/test-u8-conv-to-enc.c   size_t o;
o                  60 maint/gnulib/tests/uniconv/test-u8-conv-to-enc.c       for (o = 0; o < 2; o++)
o                  62 maint/gnulib/tests/uniconv/test-u8-conv-to-enc.c           size_t *offsets = (o ? new_offsets (u8_strlen (input)) : NULL);
o                  71 maint/gnulib/tests/uniconv/test-u8-conv-to-enc.c           if (o)
o                  95 maint/gnulib/tests/uniconv/test-u8-conv-to-enc.c       for (o = 0; o < 2; o++)
o                  97 maint/gnulib/tests/uniconv/test-u8-conv-to-enc.c           size_t *offsets = (o ? new_offsets (u8_strlen (input)) : NULL);
o                 109 maint/gnulib/tests/uniconv/test-u8-conv-to-enc.c               if (o)
o                 120 maint/gnulib/tests/uniconv/test-u8-conv-to-enc.c                 if (o)
o                 138 maint/gnulib/tests/uniconv/test-u8-conv-to-enc.c                 if (o)
o                 159 maint/gnulib/tests/uniconv/test-u8-conv-to-enc.c       for (o = 0; o < 2; o++)
o                 161 maint/gnulib/tests/uniconv/test-u8-conv-to-enc.c           size_t *offsets = (o ? new_offsets (u8_strlen (input)) : NULL);
o                 169 maint/gnulib/tests/uniconv/test-u8-conv-to-enc.c           if (o)