to 73 lib/replace/strptime.c #define get_number(from, to, n) \ to 84 lib/replace/strptime.c } while (--__n > 0 && val * 10 <= to && *rp >= '0' && *rp <= '9'); \ to 85 lib/replace/strptime.c if (val < from || val > to) \ to 89 lib/replace/strptime.c # define get_alt_number(from, to, n) \ to 123 lib/replace/strptime.c } while (--__n > 0 && val * 10 <= to); \ to 124 lib/replace/strptime.c if (val < from || val > to) \ to 130 lib/replace/strptime.c get_number (from, to, n); \ to 135 lib/replace/strptime.c # define get_alt_number(from, to, n) \ to 137 lib/replace/strptime.c get_number(from, to, n) to 1865 lib/socket_wrapper/socket_wrapper.c _PUBLIC_ ssize_t swrap_sendto(int s, const void *buf, size_t len, int flags, const struct sockaddr *to, socklen_t tolen) to 1873 lib/socket_wrapper/socket_wrapper.c return real_sendto(s, buf, len, flags, to, tolen); to 1877 lib/socket_wrapper/socket_wrapper.c if (to) { to 1882 lib/socket_wrapper/socket_wrapper.c to = si->peername; to 1898 lib/socket_wrapper/socket_wrapper.c ret = sockaddr_convert_to_un(si, to, tolen, &un_addr, 0, &bcast); to 1904 lib/socket_wrapper/socket_wrapper.c unsigned int prt = ntohs(((const struct sockaddr_in *)to)->sin_port); to 1918 lib/socket_wrapper/socket_wrapper.c swrap_dump_packet(si, to, SWRAP_SENDTO, buf, len); to 1937 lib/socket_wrapper/socket_wrapper.c swrap_dump_packet(si, to, SWRAP_SENDTO, buf, len); to 1938 lib/socket_wrapper/socket_wrapper.c swrap_dump_packet(si, to, SWRAP_SENDTO_UNREACH, buf, len); to 1940 lib/socket_wrapper/socket_wrapper.c swrap_dump_packet(si, to, SWRAP_SENDTO, buf, ret); to 51 lib/socket_wrapper/socket_wrapper.h ssize_t swrap_sendto(int s, const void *buf, size_t len, int flags, const struct sockaddr *to, socklen_t tolen); to 109 lib/socket_wrapper/socket_wrapper.h #define sendto(s,buf,len,flags,to,tolen) swrap_sendto(s,buf,len,flags,to,tolen) to 111 lib/util/charset/charcnv.c charset_t from, charset_t to) to 130 lib/util/charset/charcnv.c if (ic->conv_handles[from][to]) { to 131 lib/util/charset/charcnv.c return ic->conv_handles[from][to]; to 135 lib/util/charset/charcnv.c n2 = charset_name(ic, to); to 137 lib/util/charset/charcnv.c ic->conv_handles[from][to] = smb_iconv_open_ex(ic, n2, n1, to 140 lib/util/charset/charcnv.c if (ic->conv_handles[from][to] == (smb_iconv_t)-1) { to 141 lib/util/charset/charcnv.c if ((from == CH_DOS || to == CH_DOS) && to 148 lib/util/charset/charcnv.c n2 = charset_name(ic, to); to 150 lib/util/charset/charcnv.c ic->conv_handles[from][to] = to 155 lib/util/charset/charcnv.c return ic->conv_handles[from][to]; to 242 lib/util/charset/charcnv.c charset_t from, charset_t to, to 261 lib/util/charset/charcnv.c descriptor = get_conv_handle(ic, from, to); to 284 lib/util/charset/charcnv.c charset_name(ic, from), charset_name(ic, to), to 289 lib/util/charset/charcnv.c charset_name(ic, from), charset_name(ic, to), to 316 lib/util/charset/charcnv.c charset_t from, charset_t to, to 333 lib/util/charset/charcnv.c descriptor = get_conv_handle(ic, from, to); to 339 lib/util/charset/charcnv.c charset_name(ic, to))); to 137 lib/util/charset/charset.h charset_t from, charset_t to, to 142 lib/util/charset/charset.h size_t convert_string(charset_t from, charset_t to, to 171 lib/util/charset/charset.h charset_t from, charset_t to, to 177 lib/util/charset/charset.h charset_t from, charset_t to, to 171 lib/util/charset/iconv.c const struct charset_functions *from=NULL, *to=NULL; to 194 lib/util/charset/iconv.c to = &builtin_functions[i]; to 204 lib/util/charset/iconv.c if (to == NULL) { to 205 lib/util/charset/iconv.c for (to=charsets; to; to=to->next) { to 206 lib/util/charset/iconv.c if (strcasecmp(to->name, tocode) == 0) break; to 211 lib/util/charset/iconv.c if ((!from || !to) && !native_iconv) { to 222 lib/util/charset/iconv.c if (!to) { to 230 lib/util/charset/iconv.c if (!from || !to) { to 236 lib/util/charset/iconv.c if (is_utf16(fromcode) && to) { to 237 lib/util/charset/iconv.c ret->direct = to->push; to 262 lib/util/charset/iconv.c if (!ret->push) ret->push = to->push; to 953 lib/util/charset/util_unistr.c _PUBLIC_ size_t convert_string(charset_t from, charset_t to, to 959 lib/util/charset/util_unistr.c if (!convert_string_convenience(get_iconv_convenience(), from, to, to 979 lib/util/charset/util_unistr.c charset_t from, charset_t to, to 985 lib/util/charset/util_unistr.c from, to, src, srclen, dest, to 284 lib/zlib/contrib/blast/blast.c unsigned char *from, *to; /* copy pointers */ to 341 lib/zlib/contrib/blast/blast.c to = s->out + s->next; to 342 lib/zlib/contrib/blast/blast.c from = to - dist; to 353 lib/zlib/contrib/blast/blast.c *to++ = *from++; to 508 lib/zlib/examples/gun.c local void copymeta(char *from, char *to) to 518 lib/zlib/examples/gun.c (void)chmod(to, was.st_mode & 07777); to 521 lib/zlib/examples/gun.c (void)chown(to, was.st_uid, was.st_gid); to 526 lib/zlib/examples/gun.c (void)utime(to, &when); to 125 lib/zlib/examples/gzappend.c unsigned char *start, *last, *to, *from; to 157 lib/zlib/examples/gzappend.c to = from; /* next step in cycle */ to 161 lib/zlib/examples/gzappend.c *to = *from; /* shift left */ to 163 lib/zlib/examples/gzappend.c *to = tmp; /* complete the circle */ to 120 nsswitch/winbind_nss_irix.c winbind_startnext_timeout(nsd_file_t **rqp, nsd_times_t *to) to 126 nsswitch/winbind_nss_irix.c rq = to->t_file; to 129 nsswitch/winbind_nss_irix.c request = to->t_clientdata; to 409 nsswitch/winbind_nss_irix.c winbind_timeout(nsd_file_t **rqp, nsd_times_t *to) to 417 nsswitch/winbind_nss_irix.c rq = to->t_file; to 399 source3/client/cifs.upcall.c convert_inet6_addr(const char *from, char *to) to 404 source3/client/cifs.upcall.c *to++ = *from++; to 406 source3/client/cifs.upcall.c *to++ = ':'; to 408 source3/client/cifs.upcall.c *to = 0; to 887 source3/client/mount.cifs.c static void replace_char(char *string, char from, char to, int maxlen) to 893 source3/client/mount.cifs.c *string = to; to 1035 source3/include/includes.h LDAP *ldap_open_with_timeout(const char *server, int port, unsigned int to); to 348 source3/include/proto.h size_t convert_string(charset_t from, charset_t to, to 351 source3/include/proto.h bool convert_string_allocate(TALLOC_CTX *ctx, charset_t from, charset_t to, to 913 source3/include/proto.h ssize_t sys_sendto(int s, const void *msg, size_t len, int flags, const struct sockaddr *to, socklen_t tolen); to 5923 source3/include/proto.h void copy_id2_to_sam_passwd(struct samu *to, to 5925 source3/include/proto.h void copy_id4_to_sam_passwd(struct samu *to, to 5927 source3/include/proto.h void copy_id6_to_sam_passwd(struct samu *to, to 5929 source3/include/proto.h void copy_id8_to_sam_passwd(struct samu *to, to 5931 source3/include/proto.h void copy_id10_to_sam_passwd(struct samu *to, to 5933 source3/include/proto.h void copy_id11_to_sam_passwd(struct samu *to, to 5935 source3/include/proto.h void copy_id12_to_sam_passwd(struct samu *to, to 5937 source3/include/proto.h void copy_id13_to_sam_passwd(struct samu *to, to 5939 source3/include/proto.h void copy_id14_to_sam_passwd(struct samu *to, to 5941 source3/include/proto.h void copy_id16_to_sam_passwd(struct samu *to, to 5943 source3/include/proto.h void copy_id17_to_sam_passwd(struct samu *to, to 5945 source3/include/proto.h void copy_id18_to_sam_passwd(struct samu *to, to 5947 source3/include/proto.h void copy_id20_to_sam_passwd(struct samu *to, to 5950 source3/include/proto.h struct samu *to, to 5952 source3/include/proto.h void copy_id23_to_sam_passwd(struct samu *to, to 5954 source3/include/proto.h void copy_id24_to_sam_passwd(struct samu *to, to 5956 source3/include/proto.h void copy_id25_to_sam_passwd(struct samu *to, to 5958 source3/include/proto.h void copy_id26_to_sam_passwd(struct samu *to, to 6424 source3/include/proto.h uint32 create_options, files_struct *to); to 201 source3/lib/charcnv.c static size_t convert_string_internal(charset_t from, charset_t to, to 213 source3/lib/charcnv.c descriptor = conv_handles[from][to]; to 251 source3/lib/charcnv.c charset_name(from), charset_name(to), to 255 source3/lib/charcnv.c charset_name(from), charset_name(to), to 290 source3/lib/charcnv.c ((to != CH_UTF16LE)||(to != CH_UTF16BE))) { to 312 source3/lib/charcnv.c } else if (from != CH_UTF16LE && from != CH_UTF16BE && to == CH_UTF16LE) { to 335 source3/lib/charcnv.c to != CH_UTF16LE && to != CH_UTF16BE) { to 376 source3/lib/charcnv.c size_t convert_string(charset_t from, charset_t to, to 393 source3/lib/charcnv.c if (from != CH_UTF16LE && from != CH_UTF16BE && to != CH_UTF16LE && to != CH_UTF16BE) { to 416 source3/lib/charcnv.c size_t ret = convert_string_internal(from, to, p, slen, q, dlen, allow_bad_conv); to 432 source3/lib/charcnv.c } else if (from == CH_UTF16LE && to != CH_UTF16LE) { to 456 source3/lib/charcnv.c size_t ret = convert_string_internal(from, to, p, slen, q, dlen, allow_bad_conv); to 472 source3/lib/charcnv.c } else if (from != CH_UTF16LE && from != CH_UTF16BE && to == CH_UTF16LE) { to 496 source3/lib/charcnv.c size_t ret = convert_string_internal(from, to, p, slen, q, dlen, allow_bad_conv); to 517 source3/lib/charcnv.c return convert_string_internal(from, to, src, srclen, dest, destlen, allow_bad_conv); to 540 source3/lib/charcnv.c bool convert_string_allocate(TALLOC_CTX *ctx, charset_t from, charset_t to, to 575 source3/lib/charcnv.c descriptor = conv_handles[from][to]; to 695 source3/lib/charcnv.c ((to != CH_UTF16LE)||(to != CH_UTF16BE))) { to 719 source3/lib/charcnv.c } else if (from != CH_UTF16LE && from != CH_UTF16BE && to == CH_UTF16LE) { to 742 source3/lib/charcnv.c to != CH_UTF16LE && to != CH_UTF16BE) { to 778 source3/lib/charcnv.c bool convert_string_talloc(TALLOC_CTX *ctx, charset_t from, charset_t to, to 785 source3/lib/charcnv.c return convert_string_allocate(ctx, from, to, src, srclen, dest, to 155 source3/lib/events.c struct timeval now, to; to 163 source3/lib/events.c to.tv_sec = 9999; /* Max timeout */ to 164 source3/lib/events.c to.tv_usec = 0; to 172 source3/lib/events.c if (!event_add_to_select_args(ev, &now, &r_fds, &w_fds, &to, &maxfd)) { to 176 source3/lib/events.c ret = sys_select(maxfd+1, &r_fds, &w_fds, NULL, &to); to 204 source3/lib/iconv.c struct charset_functions *from, *to; to 208 source3/lib/iconv.c to = charsets; to 230 source3/lib/iconv.c to = find_charset_functions(tocode); to 231 source3/lib/iconv.c if(to)ret->push = to->push; to 261 source3/lib/iconv.c if(!(to = find_charset_functions(tocode))) to 264 source3/lib/iconv.c ret->push = to->push; to 276 source3/lib/iconv.c if (is_utf16(fromcode) && to) { to 277 source3/lib/iconv.c ret->direct = to->push; to 227 source3/lib/system.c ssize_t sys_sendto(int s, const void *msg, size_t len, int flags, const struct sockaddr *to, socklen_t tolen) to 232 source3/lib/system.c ret = sendto(s, msg, len, flags, to, tolen); to 56 source3/libads/ldap.c LDAP *ldap_open_with_timeout(const char *server, int port, unsigned int to) to 62 source3/libads/ldap.c "%u seconds\n", server, port, to)); to 67 source3/libads/ldap.c alarm(to); to 3405 source3/libads/ldap.c SAVED CODE - we used to join via ldap - remember how we did this. JRA. to 25 source3/modules/developer.c char *to; to 41 source3/modules/developer.c weird_table[i].to, to 91 source3/modules/developer.c memcpy(*outbuf, weird_table[i].to, to 558 source3/modules/vfs_cap.c char *to = NULL; to 570 source3/modules/vfs_cap.c to = TALLOC_ARRAY(ctx, char, len); to 571 source3/modules/vfs_cap.c if (!to) { to 575 source3/modules/vfs_cap.c for (out = to; *from;) { to 587 source3/modules/vfs_cap.c return to; to 599 source3/modules/vfs_cap.c char *to = NULL; to 610 source3/modules/vfs_cap.c to = TALLOC_ARRAY(ctx, char, len); to 611 source3/modules/vfs_cap.c if (!to) { to 615 source3/modules/vfs_cap.c for (out = to; *from;) { to 624 source3/modules/vfs_cap.c return to; to 25 source3/modules/weird.c const char *to; to 41 source3/modules/weird.c weird_table[i].to, to 91 source3/modules/weird.c memcpy(*outbuf, weird_table[i].to, to 241 source3/printing/notify.c static bool copy_notify2_msg( SPOOLSS_NOTIFY_MSG *to, SPOOLSS_NOTIFY_MSG *from ) to 244 source3/printing/notify.c if ( !to || !from ) to 247 source3/printing/notify.c memcpy( to, from, sizeof(SPOOLSS_NOTIFY_MSG) ); to 250 source3/printing/notify.c to->notify.data = (char *)TALLOC_MEMDUP(send_ctx, from->notify.data, from->len ); to 251 source3/printing/notify.c if ( !to->notify.data ) { to 3796 source3/printing/nt_printing.c static bool set_last_from_to(const char *from, const char *to) to 3802 source3/printing/nt_printing.c last_to = SMB_STRDUP(to); to 42 source3/rpc_server/srv_samr_util.c void copy_id2_to_sam_passwd(struct samu *to, to 47 source3/rpc_server/srv_samr_util.c if (from == NULL || to == NULL) { to 60 source3/rpc_server/srv_samr_util.c copy_id21_to_sam_passwd("INFO_2", to, &i); to 67 source3/rpc_server/srv_samr_util.c void copy_id4_to_sam_passwd(struct samu *to, to 72 source3/rpc_server/srv_samr_util.c if (from == NULL || to == NULL) { to 81 source3/rpc_server/srv_samr_util.c copy_id21_to_sam_passwd("INFO_4", to, &i); to 88 source3/rpc_server/srv_samr_util.c void copy_id6_to_sam_passwd(struct samu *to, to 93 source3/rpc_server/srv_samr_util.c if (from == NULL || to == NULL) { to 104 source3/rpc_server/srv_samr_util.c copy_id21_to_sam_passwd("INFO_6", to, &i); to 111 source3/rpc_server/srv_samr_util.c void copy_id8_to_sam_passwd(struct samu *to, to 116 source3/rpc_server/srv_samr_util.c if (from == NULL || to == NULL) { to 125 source3/rpc_server/srv_samr_util.c copy_id21_to_sam_passwd("INFO_8", to, &i); to 132 source3/rpc_server/srv_samr_util.c void copy_id10_to_sam_passwd(struct samu *to, to 137 source3/rpc_server/srv_samr_util.c if (from == NULL || to == NULL) { to 148 source3/rpc_server/srv_samr_util.c copy_id21_to_sam_passwd("INFO_10", to, &i); to 155 source3/rpc_server/srv_samr_util.c void copy_id11_to_sam_passwd(struct samu *to, to 160 source3/rpc_server/srv_samr_util.c if (from == NULL || to == NULL) { to 169 source3/rpc_server/srv_samr_util.c copy_id21_to_sam_passwd("INFO_11", to, &i); to 176 source3/rpc_server/srv_samr_util.c void copy_id12_to_sam_passwd(struct samu *to, to 181 source3/rpc_server/srv_samr_util.c if (from == NULL || to == NULL) { to 190 source3/rpc_server/srv_samr_util.c copy_id21_to_sam_passwd("INFO_12", to, &i); to 197 source3/rpc_server/srv_samr_util.c void copy_id13_to_sam_passwd(struct samu *to, to 202 source3/rpc_server/srv_samr_util.c if (from == NULL || to == NULL) { to 211 source3/rpc_server/srv_samr_util.c copy_id21_to_sam_passwd("INFO_13", to, &i); to 218 source3/rpc_server/srv_samr_util.c void copy_id14_to_sam_passwd(struct samu *to, to 223 source3/rpc_server/srv_samr_util.c if (from == NULL || to == NULL) { to 232 source3/rpc_server/srv_samr_util.c copy_id21_to_sam_passwd("INFO_14", to, &i); to 239 source3/rpc_server/srv_samr_util.c void copy_id16_to_sam_passwd(struct samu *to, to 244 source3/rpc_server/srv_samr_util.c if (from == NULL || to == NULL) { to 253 source3/rpc_server/srv_samr_util.c copy_id21_to_sam_passwd("INFO_16", to, &i); to 260 source3/rpc_server/srv_samr_util.c void copy_id17_to_sam_passwd(struct samu *to, to 265 source3/rpc_server/srv_samr_util.c if (from == NULL || to == NULL) { to 274 source3/rpc_server/srv_samr_util.c copy_id21_to_sam_passwd("INFO_17", to, &i); to 281 source3/rpc_server/srv_samr_util.c void copy_id18_to_sam_passwd(struct samu *to, to 286 source3/rpc_server/srv_samr_util.c if (from == NULL || to == NULL) { to 295 source3/rpc_server/srv_samr_util.c copy_id21_to_sam_passwd("INFO_18", to, &i); to 302 source3/rpc_server/srv_samr_util.c void copy_id20_to_sam_passwd(struct samu *to, to 309 source3/rpc_server/srv_samr_util.c if (from == NULL || to == NULL) { to 314 source3/rpc_server/srv_samr_util.c old_string = pdb_get_munged_dial(to); to 322 source3/rpc_server/srv_samr_util.c pdb_set_munged_dial(to, new_string, PDB_CHANGED); to 334 source3/rpc_server/srv_samr_util.c struct samu *to, to 341 source3/rpc_server/srv_samr_util.c if (from == NULL || to == NULL) { to 353 source3/rpc_server/srv_samr_util.c stored_time = pdb_get_logon_time(to); to 358 source3/rpc_server/srv_samr_util.c pdb_set_logon_time(to, unix_time, PDB_CHANGED); to 364 source3/rpc_server/srv_samr_util.c stored_time = pdb_get_logoff_time(to); to 369 source3/rpc_server/srv_samr_util.c pdb_set_logoff_time(to, unix_time, PDB_CHANGED); to 375 source3/rpc_server/srv_samr_util.c stored_time = pdb_get_kickoff_time(to); to 380 source3/rpc_server/srv_samr_util.c pdb_set_kickoff_time(to, unix_time , PDB_CHANGED); to 386 source3/rpc_server/srv_samr_util.c stored_time = pdb_get_pass_last_set_time(to); to 391 source3/rpc_server/srv_samr_util.c pdb_set_pass_last_set_time(to, unix_time, PDB_CHANGED); to 397 source3/rpc_server/srv_samr_util.c old_string = pdb_get_username(to); to 402 source3/rpc_server/srv_samr_util.c pdb_set_username(to, new_string, PDB_CHANGED); to 408 source3/rpc_server/srv_samr_util.c old_string = pdb_get_fullname(to); to 413 source3/rpc_server/srv_samr_util.c pdb_set_fullname(to, new_string, PDB_CHANGED); to 419 source3/rpc_server/srv_samr_util.c old_string = pdb_get_homedir(to); to 424 source3/rpc_server/srv_samr_util.c pdb_set_homedir(to, new_string, PDB_CHANGED); to 430 source3/rpc_server/srv_samr_util.c old_string = pdb_get_dir_drive(to); to 435 source3/rpc_server/srv_samr_util.c pdb_set_dir_drive(to, new_string, PDB_CHANGED); to 441 source3/rpc_server/srv_samr_util.c old_string = pdb_get_logon_script(to); to 446 source3/rpc_server/srv_samr_util.c pdb_set_logon_script(to , new_string, PDB_CHANGED); to 452 source3/rpc_server/srv_samr_util.c old_string = pdb_get_profile_path(to); to 457 source3/rpc_server/srv_samr_util.c pdb_set_profile_path(to , new_string, PDB_CHANGED); to 463 source3/rpc_server/srv_samr_util.c old_string = pdb_get_acct_desc(to); to 468 source3/rpc_server/srv_samr_util.c pdb_set_acct_desc(to, new_string, PDB_CHANGED); to 474 source3/rpc_server/srv_samr_util.c old_string = pdb_get_workstations(to); to 479 source3/rpc_server/srv_samr_util.c pdb_set_workstations(to , new_string, PDB_CHANGED); to 485 source3/rpc_server/srv_samr_util.c old_string = pdb_get_comment(to); to 490 source3/rpc_server/srv_samr_util.c pdb_set_comment(to, new_string, PDB_CHANGED); to 498 source3/rpc_server/srv_samr_util.c old_string = pdb_get_munged_dial(to); to 507 source3/rpc_server/srv_samr_util.c pdb_set_munged_dial(to, newstr, PDB_CHANGED); to 516 source3/rpc_server/srv_samr_util.c } else if (from->rid != pdb_get_user_rid(to)) { to 518 source3/rpc_server/srv_samr_util.c pdb_get_user_rid(to), from->rid)); to 525 source3/rpc_server/srv_samr_util.c } else if (from->primary_gid != pdb_get_group_rid(to)) { to 527 source3/rpc_server/srv_samr_util.c pdb_get_group_rid(to), from->primary_gid)); to 528 source3/rpc_server/srv_samr_util.c pdb_set_group_sid_from_rid(to, to 535 source3/rpc_server/srv_samr_util.c pdb_get_acct_ctrl(to), from->acct_flags)); to 536 source3/rpc_server/srv_samr_util.c if (from->acct_flags != pdb_get_acct_ctrl(to)) { to 543 source3/rpc_server/srv_samr_util.c !(pdb_get_acct_ctrl(to) & ACB_AUTOLOCK)) { to 548 source3/rpc_server/srv_samr_util.c (pdb_get_acct_ctrl(to) & ACB_AUTOLOCK)) { to 551 source3/rpc_server/srv_samr_util.c pdb_set_bad_password_count(to, 0, PDB_CHANGED); to 552 source3/rpc_server/srv_samr_util.c pdb_set_bad_password_time(to, 0, PDB_CHANGED); to 554 source3/rpc_server/srv_samr_util.c pdb_set_acct_ctrl(to, from->acct_flags, PDB_CHANGED); to 562 source3/rpc_server/srv_samr_util.c pdb_get_logon_divs(to), from->logon_hours.units_per_week)); to 563 source3/rpc_server/srv_samr_util.c if (from->logon_hours.units_per_week != pdb_get_logon_divs(to)) { to 564 source3/rpc_server/srv_samr_util.c pdb_set_logon_divs(to, to 569 source3/rpc_server/srv_samr_util.c pdb_get_hours_len(to), to 571 source3/rpc_server/srv_samr_util.c if (from->logon_hours.units_per_week/8 != pdb_get_hours_len(to)) { to 572 source3/rpc_server/srv_samr_util.c pdb_set_hours_len(to, to 577 source3/rpc_server/srv_samr_util.c pdb_get_hours(to), from->logon_hours.bits)); to 578 source3/rpc_server/srv_samr_util.c pdb_sethexhours(oldstr, pdb_get_hours(to)); to 581 source3/rpc_server/srv_samr_util.c pdb_set_hours(to, from->logon_hours.bits, PDB_CHANGED); to 587 source3/rpc_server/srv_samr_util.c pdb_get_bad_password_count(to), from->bad_password_count)); to 588 source3/rpc_server/srv_samr_util.c if (from->bad_password_count != pdb_get_bad_password_count(to)) { to 589 source3/rpc_server/srv_samr_util.c pdb_set_bad_password_count(to, to 596 source3/rpc_server/srv_samr_util.c pdb_get_logon_count(to), from->logon_count)); to 597 source3/rpc_server/srv_samr_util.c if (from->logon_count != pdb_get_logon_count(to)) { to 598 source3/rpc_server/srv_samr_util.c pdb_set_logon_count(to, from->logon_count, PDB_CHANGED); to 610 source3/rpc_server/srv_samr_util.c pdb_set_pass_last_set_time(to, 0, PDB_CHANGED); to 628 source3/rpc_server/srv_samr_util.c stored_time = pdb_get_pass_last_set_time(to); to 637 source3/rpc_server/srv_samr_util.c pdb_set_pass_last_set_time(to, now, PDB_CHANGED); to 648 source3/rpc_server/srv_samr_util.c void copy_id23_to_sam_passwd(struct samu *to, to 651 source3/rpc_server/srv_samr_util.c if (from == NULL || to == NULL) { to 655 source3/rpc_server/srv_samr_util.c copy_id21_to_sam_passwd("INFO 23", to, &from->info); to 662 source3/rpc_server/srv_samr_util.c void copy_id24_to_sam_passwd(struct samu *to, to 667 source3/rpc_server/srv_samr_util.c if (from == NULL || to == NULL) { to 676 source3/rpc_server/srv_samr_util.c copy_id21_to_sam_passwd("INFO_24", to, &i); to 683 source3/rpc_server/srv_samr_util.c void copy_id25_to_sam_passwd(struct samu *to, to 686 source3/rpc_server/srv_samr_util.c if (from == NULL || to == NULL) { to 690 source3/rpc_server/srv_samr_util.c copy_id21_to_sam_passwd("INFO_25", to, &from->info); to 697 source3/rpc_server/srv_samr_util.c void copy_id26_to_sam_passwd(struct samu *to, to 702 source3/rpc_server/srv_samr_util.c if (from == NULL || to == NULL) { to 711 source3/rpc_server/srv_samr_util.c copy_id21_to_sam_passwd("INFO_26", to, &i); to 546 source3/smbd/files.c uint32 create_options, files_struct *to) to 548 source3/smbd/files.c SAFE_FREE(to->fh); to 550 source3/smbd/files.c to->fh = from->fh; to 551 source3/smbd/files.c to->fh->ref_count++; to 553 source3/smbd/files.c to->file_id = from->file_id; to 554 source3/smbd/files.c to->initial_allocation_size = from->initial_allocation_size; to 555 source3/smbd/files.c to->mode = from->mode; to 556 source3/smbd/files.c to->file_pid = from->file_pid; to 557 source3/smbd/files.c to->vuid = from->vuid; to 558 source3/smbd/files.c to->open_time = from->open_time; to 559 source3/smbd/files.c to->access_mask = access_mask; to 560 source3/smbd/files.c to->share_access = share_access; to 561 source3/smbd/files.c to->oplock_type = from->oplock_type; to 562 source3/smbd/files.c to->can_lock = from->can_lock; to 563 source3/smbd/files.c to->can_read = (access_mask & (FILE_READ_DATA)) ? True : False; to 565 source3/smbd/files.c to->can_write = False; to 567 source3/smbd/files.c to->can_write = (access_mask & (FILE_WRITE_DATA | FILE_APPEND_DATA)) ? True : False; to 569 source3/smbd/files.c to->print_file = from->print_file; to 570 source3/smbd/files.c to->modified = from->modified; to 571 source3/smbd/files.c to->is_directory = from->is_directory; to 572 source3/smbd/files.c to->aio_write_behind = from->aio_write_behind; to 573 source3/smbd/files.c string_set(&to->fsp_name,from->fsp_name); to 52 source3/smbd/map_username.c static bool set_last_from_to(const char *from, const char *to) to 58 source3/smbd/map_username.c last_to = SMB_STRDUP(to); to 32 source3/smbd/message.c char *to; to 109 source3/smbd/message.c alpha_strcpy(alpha_buf, state->to, NULL, sizeof(alpha_buf)); to 159 source3/smbd/message.c state, req, &state->to, p, STR_ASCII|STR_TERMINATE) + 1; to 216 source3/smbd/message.c smbd_msg_state, req, &smbd_msg_state->to, p, to 220 source3/smbd/message.c smbd_msg_state->to ) ); to 4060 source3/smbd/posix_acls.c static int copy_access_posix_acl(connection_struct *conn, const char *from, const char *to, mode_t mode) to 4071 source3/smbd/posix_acls.c ret = SMB_VFS_SYS_ACL_SET_FILE(conn, to, SMB_ACL_TYPE_ACCESS, posix_acl); to 778 source3/smbd/process.c struct timeval to; to 781 source3/smbd/process.c to.tv_sec = SMBD_SELECT_TIMEOUT; to 782 source3/smbd/process.c to.tv_usec = 0; to 801 source3/smbd/process.c &r_fds, &w_fds, &to, &maxfd); to 813 source3/smbd/process.c selrtn = sys_select(maxfd+1,&r_fds,&w_fds,NULL,&to); to 172 source3/torture/smbiconv.c const char *to = ""; to 185 source3/torture/smbiconv.c { "to-code", 't', POPT_ARG_STRING, &to, 0, "Encoding for output" }, to 216 source3/torture/smbiconv.c cd = smb_iconv_open(to, from); to 871 source3/winbindd/winbindd_rpc.c struct timeval to; to 889 source3/winbindd/winbindd_rpc.c to.tv_sec = 10; to 890 source3/winbindd/winbindd_rpc.c to.tv_usec = 0; to 893 source3/winbindd/winbindd_rpc.c CONST_DISCARD(char **, attrs), 0, &to, &res)) to 40 source4/heimdal/lib/asn1/der_copy.c heim_general_string *to) to 42 source4/heimdal/lib/asn1/der_copy.c *to = strdup(*from); to 43 source4/heimdal/lib/asn1/der_copy.c if(*to == NULL) to 49 source4/heimdal/lib/asn1/der_copy.c der_copy_utf8string (const heim_utf8_string *from, heim_utf8_string *to) to 51 source4/heimdal/lib/asn1/der_copy.c return der_copy_general_string(from, to); to 56 source4/heimdal/lib/asn1/der_copy.c heim_printable_string *to) to 58 source4/heimdal/lib/asn1/der_copy.c return der_copy_general_string(from, to); to 63 source4/heimdal/lib/asn1/der_copy.c heim_printable_string *to) to 65 source4/heimdal/lib/asn1/der_copy.c return der_copy_general_string(from, to); to 69 source4/heimdal/lib/asn1/der_copy.c der_copy_bmp_string (const heim_bmp_string *from, heim_bmp_string *to) to 71 source4/heimdal/lib/asn1/der_copy.c to->length = from->length; to 72 source4/heimdal/lib/asn1/der_copy.c to->data = malloc(to->length * sizeof(to->data[0])); to 73 source4/heimdal/lib/asn1/der_copy.c if(to->length != 0 && to->data == NULL) to 75 source4/heimdal/lib/asn1/der_copy.c memcpy(to->data, from->data, to->length * sizeof(to->data[0])); to 81 source4/heimdal/lib/asn1/der_copy.c heim_universal_string *to) to 83 source4/heimdal/lib/asn1/der_copy.c to->length = from->length; to 84 source4/heimdal/lib/asn1/der_copy.c to->data = malloc(to->length * sizeof(to->data[0])); to 85 source4/heimdal/lib/asn1/der_copy.c if(to->length != 0 && to->data == NULL) to 87 source4/heimdal/lib/asn1/der_copy.c memcpy(to->data, from->data, to->length * sizeof(to->data[0])); to 93 source4/heimdal/lib/asn1/der_copy.c heim_visible_string *to) to 95 source4/heimdal/lib/asn1/der_copy.c return der_copy_general_string(from, to); to 99 source4/heimdal/lib/asn1/der_copy.c der_copy_octet_string (const heim_octet_string *from, heim_octet_string *to) to 101 source4/heimdal/lib/asn1/der_copy.c to->length = from->length; to 102 source4/heimdal/lib/asn1/der_copy.c to->data = malloc(to->length); to 103 source4/heimdal/lib/asn1/der_copy.c if(to->length != 0 && to->data == NULL) to 105 source4/heimdal/lib/asn1/der_copy.c memcpy(to->data, from->data, to->length); to 110 source4/heimdal/lib/asn1/der_copy.c der_copy_heim_integer (const heim_integer *from, heim_integer *to) to 112 source4/heimdal/lib/asn1/der_copy.c to->length = from->length; to 113 source4/heimdal/lib/asn1/der_copy.c to->data = malloc(to->length); to 114 source4/heimdal/lib/asn1/der_copy.c if(to->length != 0 && to->data == NULL) to 116 source4/heimdal/lib/asn1/der_copy.c memcpy(to->data, from->data, to->length); to 117 source4/heimdal/lib/asn1/der_copy.c to->negative = from->negative; to 122 source4/heimdal/lib/asn1/der_copy.c der_copy_oid (const heim_oid *from, heim_oid *to) to 124 source4/heimdal/lib/asn1/der_copy.c to->length = from->length; to 125 source4/heimdal/lib/asn1/der_copy.c to->components = malloc(to->length * sizeof(*to->components)); to 126 source4/heimdal/lib/asn1/der_copy.c if (to->length != 0 && to->components == NULL) to 128 source4/heimdal/lib/asn1/der_copy.c memcpy(to->components, from->components, to 129 source4/heimdal/lib/asn1/der_copy.c to->length * sizeof(*to->components)); to 134 source4/heimdal/lib/asn1/der_copy.c der_copy_bit_string (const heim_bit_string *from, heim_bit_string *to) to 139 source4/heimdal/lib/asn1/der_copy.c to->length = from->length; to 140 source4/heimdal/lib/asn1/der_copy.c to->data = malloc(len); to 141 source4/heimdal/lib/asn1/der_copy.c if(len != 0 && to->data == NULL) to 143 source4/heimdal/lib/asn1/der_copy.c memcpy(to->data, from->data, len); to 99 source4/heimdal/lib/asn1/extra.c copy_heim_any(const heim_any *from, heim_any *to) to 101 source4/heimdal/lib/asn1/extra.c to->data = malloc(from->length); to 102 source4/heimdal/lib/asn1/extra.c if (to->data == NULL && from->length != 0) to 104 source4/heimdal/lib/asn1/extra.c memcpy(to->data, from->data, from->length); to 105 source4/heimdal/lib/asn1/extra.c to->length = from->length; to 144 source4/heimdal/lib/asn1/extra.c copy_heim_any_set(const heim_any_set *from, heim_any_set *to) to 146 source4/heimdal/lib/asn1/extra.c return copy_heim_any(from, to); to 41 source4/heimdal/lib/asn1/gen_copy.c copy_primitive (const char *typename, const char *from, const char *to) to 44 source4/heimdal/lib/asn1/gen_copy.c typename, from, to); to 49 source4/heimdal/lib/asn1/gen_copy.c copy_type (const char *from, const char *to, const Type *t, int preserve) to 54 source4/heimdal/lib/asn1/gen_copy.c copy_type (from, to, t->symbol->type, preserve); to 57 source4/heimdal/lib/asn1/gen_copy.c t->symbol->gen_name, from, to); to 62 source4/heimdal/lib/asn1/gen_copy.c copy_primitive ("heim_integer", from, to); to 67 source4/heimdal/lib/asn1/gen_copy.c fprintf(codefile, "*(%s) = *(%s);\n", to, from); to 70 source4/heimdal/lib/asn1/gen_copy.c copy_primitive ("octet_string", from, to); to 74 source4/heimdal/lib/asn1/gen_copy.c copy_primitive ("bit_string", from, to); to 76 source4/heimdal/lib/asn1/gen_copy.c fprintf(codefile, "*(%s) = *(%s);\n", to, from); to 92 source4/heimdal/lib/asn1/gen_copy.c from, to); to 97 source4/heimdal/lib/asn1/gen_copy.c fprintf(codefile, "(%s)->element = (%s)->element;\n", to, from); to 119 source4/heimdal/lib/asn1/gen_copy.c m->optional ? "" : "&", to, to 149 source4/heimdal/lib/asn1/gen_copy.c to, have_ellipsis->gen_name); to 163 source4/heimdal/lib/asn1/gen_copy.c to, from, to, from); to 168 source4/heimdal/lib/asn1/gen_copy.c to, to, from, to); to 169 source4/heimdal/lib/asn1/gen_copy.c asprintf(&f, "&(%s)->val[(%s)->len]", from, to); to 172 source4/heimdal/lib/asn1/gen_copy.c asprintf(&T, "&(%s)->val[(%s)->len]", to, to); to 182 source4/heimdal/lib/asn1/gen_copy.c fprintf(codefile, "*(%s) = *(%s);\n", to, from); to 185 source4/heimdal/lib/asn1/gen_copy.c copy_primitive ("general_string", from, to); to 188 source4/heimdal/lib/asn1/gen_copy.c fprintf(codefile, "*(%s) = *(%s);\n", to, from); to 191 source4/heimdal/lib/asn1/gen_copy.c copy_primitive ("utf8string", from, to); to 194 source4/heimdal/lib/asn1/gen_copy.c copy_primitive ("printable_string", from, to); to 197 source4/heimdal/lib/asn1/gen_copy.c copy_primitive ("ia5_string", from, to); to 200 source4/heimdal/lib/asn1/gen_copy.c copy_primitive ("bmp_string", from, to); to 203 source4/heimdal/lib/asn1/gen_copy.c copy_primitive ("universal_string", from, to); to 206 source4/heimdal/lib/asn1/gen_copy.c copy_primitive ("visible_string", from, to); to 209 source4/heimdal/lib/asn1/gen_copy.c copy_type (from, to, t->subtype, preserve); to 212 source4/heimdal/lib/asn1/gen_copy.c copy_primitive ("oid", from, to); to 158 source4/heimdal/lib/hcrypto/bn.c BN_bn2bin(const BIGNUM *bn, void *to) to 161 source4/heimdal/lib/hcrypto/bn.c memcpy(to, hi->data, hi->length); to 2693 source4/heimdal/lib/hcrypto/imath/imath.c mp_digit *to, *from; to 2700 source4/heimdal/lib/hcrypto/imath/imath.c to = MP_DIGITS(z); from = to + ndig; to 2703 source4/heimdal/lib/hcrypto/imath/imath.c *to++ = *from++; to 2753 source4/heimdal/lib/hcrypto/imath/imath.c mp_digit *from, *to, d; to 2780 source4/heimdal/lib/hcrypto/imath/imath.c to = from + need; to 2783 source4/heimdal/lib/hcrypto/imath/imath.c *to-- = *from--; to 157 source4/heimdal/lib/hcrypto/rsa-imath.c unsigned char* to, RSA* rsa, int padding) to 216 source4/heimdal/lib/hcrypto/rsa-imath.c mp_int_to_unsigned(&enc, to, ssize); to 226 source4/heimdal/lib/hcrypto/rsa-imath.c unsigned char* to, RSA* rsa, int padding) to 269 source4/heimdal/lib/hcrypto/rsa-imath.c p = to; to 291 source4/heimdal/lib/hcrypto/rsa-imath.c memmove(to, p, size); to 298 source4/heimdal/lib/hcrypto/rsa-imath.c unsigned char* to, RSA* rsa, int padding) to 381 source4/heimdal/lib/hcrypto/rsa-imath.c mp_int_to_unsigned(&out, to, size); to 396 source4/heimdal/lib/hcrypto/rsa-imath.c unsigned char* to, RSA* rsa, int padding) to 472 source4/heimdal/lib/hcrypto/rsa-imath.c ptr = to; to 492 source4/heimdal/lib/hcrypto/rsa-imath.c memmove(to, ptr, size); to 313 source4/heimdal/lib/hcrypto/rsa.c unsigned char *to, unsigned int *tlen, RSA *rsa) to 320 source4/heimdal/lib/hcrypto/rsa.c unsigned char *to, unsigned int tlen, RSA *rsa) to 201 source4/heimdal/lib/hx509/crypto.c unsigned char *to; to 237 source4/heimdal/lib/hx509/crypto.c to = malloc(tosize); to 238 source4/heimdal/lib/hx509/crypto.c if (to == NULL) { to 245 source4/heimdal/lib/hx509/crypto.c to, rsa, RSA_PKCS1_PADDING); to 250 source4/heimdal/lib/hx509/crypto.c free(to); to 258 source4/heimdal/lib/hx509/crypto.c ret = decode_DigestInfo(to, retsize, &di, &size); to 259 source4/heimdal/lib/hx509/crypto.c free(to); to 297 source4/heimdal/lib/hx509/crypto.c memcmp(to, data->data, retsize) != 0) to 303 source4/heimdal/lib/hx509/crypto.c free(to); to 1163 source4/heimdal/lib/hx509/crypto.c unsigned char *to; to 1201 source4/heimdal/lib/hx509/crypto.c to = malloc(tosize); to 1202 source4/heimdal/lib/hx509/crypto.c if (to == NULL) { to 1210 source4/heimdal/lib/hx509/crypto.c to, rsa, RSA_PKCS1_PADDING); to 1213 source4/heimdal/lib/hx509/crypto.c free(to); to 1222 source4/heimdal/lib/hx509/crypto.c ciphertext->data = to; to 512 source4/heimdal/lib/hx509/keyset.c hx509_certs_merge(hx509_context context, hx509_certs to, hx509_certs from) to 516 source4/heimdal/lib/hx509/keyset.c return hx509_certs_iter(context, from, certs_merge_func, to); to 536 source4/heimdal/lib/hx509/keyset.c hx509_certs to, to 546 source4/heimdal/lib/hx509/keyset.c ret = hx509_certs_merge(context, to, s); to 85 source4/heimdal/lib/hx509/ks_keychain.c unsigned char *to, to 95 source4/heimdal/lib/hx509/ks_keychain.c unsigned char *to, to 106 source4/heimdal/lib/hx509/ks_keychain.c unsigned char *to, to 140 source4/heimdal/lib/hx509/ks_keychain.c sig.Data = (uint8 *)to; to 157 source4/heimdal/lib/hx509/ks_keychain.c kc_rsa_private_decrypt(int flen, const unsigned char *from, unsigned char *to, to 105 source4/heimdal/lib/hx509/ks_p11.c unsigned char *to, to 115 source4/heimdal/lib/hx509/ks_p11.c unsigned char *to, to 126 source4/heimdal/lib/hx509/ks_p11.c unsigned char *to, to 156 source4/heimdal/lib/hx509/ks_p11.c (session, (CK_BYTE *)from, flen, to, &ck_sigsize)); to 165 source4/heimdal/lib/hx509/ks_p11.c p11_rsa_private_decrypt(int flen, const unsigned char *from, unsigned char *to, to 194 source4/heimdal/lib/hx509/ks_p11.c (session, (CK_BYTE *)from, flen, to, &ck_sigsize)); to 87 source4/heimdal/lib/hx509/name.c char *to; to 90 source4/heimdal/lib/hx509/name.c to = malloc(tolen); to 91 source4/heimdal/lib/hx509/name.c if (to == NULL) to 96 source4/heimdal/lib/hx509/name.c to[j++] = from[i]; to 101 source4/heimdal/lib/hx509/name.c to[j++] = '\\'; to 102 source4/heimdal/lib/hx509/name.c to[j++] = from[i]; to 104 source4/heimdal/lib/hx509/name.c to[j++] = from[i]; to 106 source4/heimdal/lib/hx509/name.c int l = snprintf(&to[j], tolen - j - 1, to 111 source4/heimdal/lib/hx509/name.c to[j] = '\0'; to 114 source4/heimdal/lib/hx509/name.c return to; to 644 source4/heimdal/lib/hx509/name.c hx509_name_copy(hx509_context context, const hx509_name from, hx509_name *to) to 648 source4/heimdal/lib/hx509/name.c *to = calloc(1, sizeof(**to)); to 649 source4/heimdal/lib/hx509/name.c if (*to == NULL) to 651 source4/heimdal/lib/hx509/name.c ret = copy_Name(&from->der_name, &(*to)->der_name); to 653 source4/heimdal/lib/hx509/name.c free(*to); to 654 source4/heimdal/lib/hx509/name.c *to = NULL; to 672 source4/heimdal/lib/hx509/name.c hx509_name_to_Name(const hx509_name from, Name *to) to 674 source4/heimdal/lib/hx509/name.c return copy_Name(&from->der_name, to); to 925 source4/heimdal/lib/krb5/acache.c acc_move(krb5_context context, krb5_ccache from, krb5_ccache to) to 928 source4/heimdal/lib/krb5/acache.c krb5_acc *ato = ACACHE(to); to 818 source4/heimdal/lib/krb5/cache.c krb5_ccache to, to 831 source4/heimdal/lib/krb5/cache.c ret = krb5_cc_initialize(context, to, princ); to 848 source4/heimdal/lib/krb5/cache.c ret = krb5_cc_store_cred(context, to, &cred); to 866 source4/heimdal/lib/krb5/cache.c krb5_ccache to) to 868 source4/heimdal/lib/krb5/cache.c return krb5_cc_copy_cache_match(context, from, to, 0, NULL, NULL); to 880 source4/heimdal/lib/krb5/cache.c krb5_ccache to) to 882 source4/heimdal/lib/krb5/cache.c return krb5_cc_copy_cache(context, from, to); to 1137 source4/heimdal/lib/krb5/cache.c krb5_cc_move(krb5_context context, krb5_ccache from, krb5_ccache to) to 1141 source4/heimdal/lib/krb5/cache.c if (strcmp(from->ops->prefix, to->ops->prefix) != 0) { to 1148 source4/heimdal/lib/krb5/cache.c ret = (*to->ops->move)(context, from, to); to 54 source4/heimdal/lib/krb5/copy_host_realm.c krb5_realm **to) to 62 source4/heimdal/lib/krb5/copy_host_realm.c *to = calloc (n, sizeof(**to)); to 63 source4/heimdal/lib/krb5/copy_host_realm.c if (*to == NULL) { to 70 source4/heimdal/lib/krb5/copy_host_realm.c (*to)[i] = strdup(*p); to 71 source4/heimdal/lib/krb5/copy_host_realm.c if ((*to)[i] == NULL) { to 72 source4/heimdal/lib/krb5/copy_host_realm.c krb5_free_host_realm (context, *to); to 848 source4/heimdal/lib/krb5/fcache.c fcc_move(krb5_context context, krb5_ccache from, krb5_ccache to) to 852 source4/heimdal/lib/krb5/fcache.c ret = rename(FILENAME(from), FILENAME(to)); to 858 source4/heimdal/lib/krb5/fcache.c FILENAME(from), FILENAME(to), to 871 source4/heimdal/lib/krb5/fcache.c unlink(FILENAME(to)); to 873 source4/heimdal/lib/krb5/fcache.c ret = fcc_open(context, to, &fd2, to 906 source4/heimdal/lib/krb5/fcache.c erase_file(context, FILENAME(to)); to 915 source4/heimdal/lib/krb5/fcache.c ret = init_fcc (context, to, &sp, &fd); to 839 source4/heimdal/lib/krb5/kcm.c kcm_move(krb5_context context, krb5_ccache from, krb5_ccache to) to 843 source4/heimdal/lib/krb5/kcm.c krb5_kcmcache *newk = KCMCACHE(to); to 70 source4/heimdal/lib/krb5/keyblock.c krb5_keyblock *to) to 72 source4/heimdal/lib/krb5/keyblock.c return copy_EncryptionKey(inblock, to); to 78 source4/heimdal/lib/krb5/keyblock.c krb5_keyblock **to) to 87 source4/heimdal/lib/krb5/keyblock.c *to = k; to 247 source4/heimdal/lib/krb5/krbhst.c krb5_krbhst_info **to) to 251 source4/heimdal/lib/krb5/krbhst.c *to = calloc(1, sizeof(**to) + hostnamelen); to 252 source4/heimdal/lib/krb5/krbhst.c if(*to == NULL) { to 258 source4/heimdal/lib/krb5/krbhst.c (*to)->proto = from->proto; to 259 source4/heimdal/lib/krb5/krbhst.c (*to)->port = from->port; to 260 source4/heimdal/lib/krb5/krbhst.c (*to)->def_port = from->def_port; to 261 source4/heimdal/lib/krb5/krbhst.c (*to)->ai = from->ai; to 263 source4/heimdal/lib/krb5/krbhst.c (*to)->next = NULL; to 264 source4/heimdal/lib/krb5/krbhst.c memcpy((*to)->hostname, from->hostname, hostnamelen + 1); to 414 source4/heimdal/lib/krb5/mcache.c mcc_move(krb5_context context, krb5_ccache from, krb5_ccache to) to 416 source4/heimdal/lib/krb5/mcache.c krb5_mcache *mfrom = MCACHE(from), *mto = MCACHE(to); to 827 source4/heimdal/lib/krb5/principal.c const char *to; to 878 source4/heimdal/lib/krb5/principal.c return q->to; to 1192 source4/heimdal/lib/krb5/principal.c if(strcmp(name, q->to) == 0) { to 503 source4/heimdal/lib/krb5/send_to_kdc.c _krb5_copy_send_to_kdc_func(krb5_context context, krb5_context to) to 506 source4/heimdal/lib/krb5/send_to_kdc.c return krb5_set_send_to_kdc_func(to, to 510 source4/heimdal/lib/krb5/send_to_kdc.c return krb5_set_send_to_kdc_func(to, NULL, NULL); to 52 source4/heimdal/lib/krb5/ticket.c krb5_ticket **to) to 57 source4/heimdal/lib/krb5/ticket.c *to = NULL; to 81 source4/heimdal/lib/krb5/ticket.c *to = tmp; to 65 source4/heimdal/lib/krb5/transited.c const char *from, const char *to) to 71 source4/heimdal/lib/krb5/transited.c if(strlen(from) < strlen(to)){ to 74 source4/heimdal/lib/krb5/transited.c from = to; to 75 source4/heimdal/lib/krb5/transited.c to = str; to 78 source4/heimdal/lib/krb5/transited.c if(strcmp(from + strlen(from) - strlen(to), to) == 0){ to 87 source4/heimdal/lib/krb5/transited.c if(strcmp(p, to) == 0) to 105 source4/heimdal/lib/krb5/transited.c }else if(strncmp(from, to, strlen(to)) == 0){ to 113 source4/heimdal/lib/krb5/transited.c if(strncmp(to, from, p - from) == 0) to 81 source4/lib/messaging/messaging.c struct server_id to; to 266 source4/lib/messaging/messaging.c cluster_id_string(debug_ctx(), rec->header->to), to 468 source4/lib/messaging/messaging.c rec->header->to = server; to 1981 source4/lib/wmi/wmi_wrap.c swig_type_info *to = sobj->ty; to 1982 source4/lib/wmi/wmi_wrap.c if (to == ty) { to 1987 source4/lib/wmi/wmi_wrap.c swig_cast_info *tc = SWIG_TypeCheck(to->name,ty); to 2093 source4/lib/wmi/wmi_wrap.c swig_type_info *to = PySwigPacked_UnpackData(obj, ptr, sz); to 2094 source4/lib/wmi/wmi_wrap.c if (!to) return SWIG_ERROR; to 2096 source4/lib/wmi/wmi_wrap.c if (to != ty) { to 2098 source4/lib/wmi/wmi_wrap.c swig_cast_info *tc = SWIG_TypeCheck(to->name,ty); to 169 source4/torture/smbiconv.c char *to = ""; to 182 source4/torture/smbiconv.c { "to-code", 't', POPT_ARG_STRING, &to, 0, "Encoding for output" }, to 208 source4/torture/smbiconv.c cd = smb_iconv_open_ex(tctx, to, from, lp_parm_bool(tctx->lp_ctx, NULL, "iconv", "native", true));