to                 40 lib/common/output_xml.c     const char *to;
to                308 lib/common/output_xml.c                 name = g_strdup(s->to);
to                301 maint/gnulib/lib/argz.c str_append (char **to, size_t *to_len, const char *buf, const size_t buf_len)
to                304 maint/gnulib/lib/argz.c   char *new_to = realloc (*to, new_len + 1);
to                309 maint/gnulib/lib/argz.c       *to = new_to;
to                314 maint/gnulib/lib/argz.c       free (*to);
to                315 maint/gnulib/lib/argz.c       *to = 0;
to                345 maint/gnulib/lib/argz.c               char *to = strndup (arg, to_len);
to                347 maint/gnulib/lib/argz.c               while (to && from)
to                349 maint/gnulib/lib/argz.c                   str_append (&to, &to_len, with, with_len);
to                350 maint/gnulib/lib/argz.c                   if (to)
to                355 maint/gnulib/lib/argz.c                           str_append (&to, &to_len, from, match - from);
to                360 maint/gnulib/lib/argz.c                           str_append (&to, &to_len, from, strlen (from));
to                366 maint/gnulib/lib/argz.c               if (to)
to                378 maint/gnulib/lib/argz.c                     err = argz_add (&dst, &dst_len, to);
to                379 maint/gnulib/lib/argz.c                   free (to);
to                394 maint/gnulib/lib/des.c #define DES_ROUND(from, to, work, subkey)               \
to                396 maint/gnulib/lib/des.c     to ^= sbox8[  work      & 0x3f ];                   \
to                397 maint/gnulib/lib/des.c     to ^= sbox6[ (work>>8)  & 0x3f ];                   \
to                398 maint/gnulib/lib/des.c     to ^= sbox4[ (work>>16) & 0x3f ];                   \
to                399 maint/gnulib/lib/des.c     to ^= sbox2[ (work>>24) & 0x3f ];                   \
to                401 maint/gnulib/lib/des.c     to ^= sbox7[  work      & 0x3f ];                   \
to                402 maint/gnulib/lib/des.c     to ^= sbox5[ (work>>8)  & 0x3f ];                   \
to                403 maint/gnulib/lib/des.c     to ^= sbox3[ (work>>16) & 0x3f ];                   \
to                404 maint/gnulib/lib/des.c     to ^= sbox1[ (work>>24) & 0x3f ];
to                552 maint/gnulib/lib/des.c   unsigned char *to = (unsigned char *) _to;
to                569 maint/gnulib/lib/des.c     WRITE_64BIT_DATA (to, right, left)
to                625 maint/gnulib/lib/des.c   unsigned char *to = (unsigned char *) _to;
to                658 maint/gnulib/lib/des.c     WRITE_64BIT_DATA (to, right, left)
to                 71 maint/gnulib/lib/des.h gl_des_ecb_crypt (gl_des_ctx *ctx, const char * from,  char * to, int mode);
to                 73 maint/gnulib/lib/des.h #define gl_des_ecb_encrypt(ctx, from, to)  gl_des_ecb_crypt(ctx, from, to, 0)
to                 74 maint/gnulib/lib/des.h #define gl_des_ecb_decrypt(ctx, from, to)  gl_des_ecb_crypt(ctx, from, to, 1)
to                113 maint/gnulib/lib/des.h                    char * to,
to                116 maint/gnulib/lib/des.h #define gl_3des_ecb_encrypt(ctx, from, to) gl_3des_ecb_crypt(ctx,from,to,0)
to                117 maint/gnulib/lib/des.h #define gl_3des_ecb_decrypt(ctx, from, to) gl_3des_ecb_crypt(ctx,from,to,1)
to               4359 maint/gnulib/lib/dfa.c dfacopysyntax (struct dfa *to, struct dfa const *from)
to               4361 maint/gnulib/lib/dfa.c   memset (to, 0, offsetof (struct dfa, syntax));
to               4362 maint/gnulib/lib/dfa.c   to->canychar = -1;
to               4363 maint/gnulib/lib/dfa.c   to->fast = from->fast;
to               4364 maint/gnulib/lib/dfa.c   to->syntax = from->syntax;
to               4365 maint/gnulib/lib/dfa.c   to->dfaexec = from->dfaexec;
to               4366 maint/gnulib/lib/dfa.c   to->localeinfo = from->localeinfo;
to                 25 maint/gnulib/lib/regexec.c 					  Idx str_idx, Idx from, Idx to);
to               4088 maint/gnulib/lib/regexec.c 		     Idx to)
to               4112 maint/gnulib/lib/regexec.c   mctx->bkref_ents[mctx->nbkref_ents].subexp_to = to;
to               4123 maint/gnulib/lib/regexec.c     = (from == to ? -1 : 0);
to               4126 maint/gnulib/lib/regexec.c   if (mctx->max_mb_elem_len < to - from)
to               4127 maint/gnulib/lib/regexec.c     mctx->max_mb_elem_len = to - from;
to                 33 maint/gnulib/lib/sendto.c             const struct sockaddr *to, socklen_t tolen)
to                 44 maint/gnulib/lib/sendto.c       int r = sendto (sock, buf, len, flags, to, tolen);
to                 58 maint/gnulib/lib/strptime.c #define get_number(from, to, n) \
to                 69 maint/gnulib/lib/strptime.c     } while (--__n > 0 && val * 10 <= to && *rp >= '0' && *rp <= '9');        \
to                 70 maint/gnulib/lib/strptime.c     if (val < from || val > to)                                               \
to                 74 maint/gnulib/lib/strptime.c # define get_alt_number(from, to, n) \
to                 86 maint/gnulib/lib/strptime.c         if (val < from || val > to)                                           \
to                 92 maint/gnulib/lib/strptime.c          get_number (from, to, n);                                            \
to                 97 maint/gnulib/lib/strptime.c # define get_alt_number(from, to, n) \
to                 99 maint/gnulib/lib/strptime.c   get_number(from, to, n)
to                620 maint/gnulib/lib/sys_socket.in.h                    const struct sockaddr *to, socklen_t tolen)
to                624 maint/gnulib/lib/sys_socket.in.h                    const struct sockaddr *to, socklen_t tolen));
to                630 maint/gnulib/lib/sys_socket.in.h                         const struct sockaddr *to, socklen_t tolen));
to               2039 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_MDA_CAST (swab, void, (char *from, char *to, int n));
to               2042 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_SYS (swab, void, (const char *from, char *to, int n));
to               2044 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_SYS (swab, void, (const char *from, char *to, ssize_t n));
to               2046 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_SYS (swab, void, (const void *from, void *to, ssize_t n));
to                 28 maint/gnulib/tests/test-iconvme.c   char *to = NULL, *from = NULL;
to                 34 maint/gnulib/tests/test-iconvme.c     to = av[2];
to                 49 maint/gnulib/tests/test-iconvme.c   if (!to)
to                 53 maint/gnulib/tests/test-iconvme.c       if (getline (&to, &len, stdin) < 0)
to                 55 maint/gnulib/tests/test-iconvme.c       if (to[strlen (to) - 1] == '\n')
to                 56 maint/gnulib/tests/test-iconvme.c         to[strlen (to) - 1] = '\0';
to                 72 maint/gnulib/tests/test-iconvme.c           in, from, to);
to                 74 maint/gnulib/tests/test-iconvme.c   out = iconv_string (in, from, to);
to                 30 maint/gnulib/tests/test-stpncpy.c   char to[10];
to                 41 maint/gnulib/tests/test-stpncpy.c           memset (to, 'Y', sizeof to);
to                 42 maint/gnulib/tests/test-stpncpy.c           memcpy (to, "Destination", k);
to                 43 maint/gnulib/tests/test-stpncpy.c           if (k < 10) to[k] = '\0';
to                 44 maint/gnulib/tests/test-stpncpy.c           ret = stpncpy (to, from, j);
to                 53 maint/gnulib/tests/test-stpncpy.c             if (to[h] >= 0x20 && to[h] < 0x7f)
to                 54 maint/gnulib/tests/test-stpncpy.c               putchar (to[h]);
to                 56 maint/gnulib/tests/test-stpncpy.c               printf ("\\x%02x", to[h]);
to                 57 maint/gnulib/tests/test-stpncpy.c           printf ("  ret = to + %d\n", ret - to);