| /mirbsd/src/gnu/usr.bin/perl/lib/File/ |
| D | Copy.pm | 44 my($from, $to) = @_; 55 return File::Spec->catfile($to, basename($from)); 62 my $from = shift; 65 my $from_a_handle = (ref($from) 66 ? (ref($from) eq 'GLOB' 67 || UNIVERSAL::isa($from, 'GLOB') 68 || UNIVERSAL::isa($from, 'IO::Handle')) 69 : (ref(\$from) eq 'GLOB')); 76 if ($from eq $to) { # works for references, too 77 carp("'$from' and '$to' are identical (not copied)"); [all …]
|
| D | Compare.pm | 22 my ($from,$to,$size) = @_; 28 croak("from undefined") unless (defined $from); 31 if (ref($from) && 32 (UNIVERSAL::isa($from,'GLOB') || UNIVERSAL::isa($from,'IO::Handle'))) { 33 *FROM = *$from; 34 } elsif (ref(\$from) eq 'GLOB') { 35 *FROM = $from; 37 open(FROM,"<$from") or goto fail_open1; 119 my ($from,$to,$cmp) = @_; 127 compare($from, $to, $cmp);
|
| /mirbsd/src/usr.bin/diff3/ |
| D | diff3prog.c | 100 int from; member 238 (*dd)[i].old.from = a; in readin() 240 (*dd)[i].new.from = c; in readin() 244 (*dd)[i].old.from = (*dd)[i-1].old.to; in readin() 245 (*dd)[i].new.from = (*dd)[i-1].new.to; in readin() 313 d1->old.from,d1->old.to, in merge() 314 d1->new.from,d1->new.to, in merge() 315 d2->old.from,d2->old.to, in merge() 316 d2->new.from,d2->new.to); in merge() 319 if (!t2 || (t1 && d1->new.to < d2->new.from)) { in merge() [all …]
|
| /mirbsd/src/sbin/routed/ |
| D | input.c | 51 struct sockaddr_in from; in read_rip() local 58 fromlen = sizeof(from); in read_rip() 60 (struct sockaddr*)&from, &fromlen); in read_rip() 70 input(&from, ifp, &inbuf.rip, cc); in read_rip() 78 input(struct sockaddr_in *from, /* received from this IP address */ in input() argument 83 # define FROM_NADDR from->sin_addr.s_addr in input() 95 aifp = iflookup(from->sin_addr.s_addr); in input() 102 trace_rip("Recv", "from", from, sifp, rip, size); in input() 105 if (from->sin_addr.s_addr != bad_router) in input() 109 bad_router = from->sin_addr.s_addr; in input() [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | ia64-ic.tbl | 25 …itr.d, IC:mov-to-AR-gr, IC:mov-to-BR, IC:mov-to-CR, IC:mov-to-IND, IC:mov-from-IND, IC:mov-to-PR-a… 26 gr-readers-writers; IC:mov-from-IND, add, addl, addp4, adds, and, andcm, IC:czx, dep\dep[Format in … 27 …iters, IC:mem-readers-int, IC:mov-from-AR, IC:mov-from-BR, IC:mov-from-CR, IC:mov-from-PR, IC:mov-… 70 mov-from-AR; IC:mov-from-AR-M, IC:mov-from-AR-I, IC:mov-from-AR-IM 71 mov-from-AR-BSP; IC:mov-from-AR-M[Field(ar3) == BSP] 72 mov-from-AR-BSPSTORE; IC:mov-from-AR-M[Field(ar3) == BSPSTORE] 73 mov-from-AR-CCV; IC:mov-from-AR-M[Field(ar3) == CCV] 74 mov-from-AR-CFLG; IC:mov-from-AR-M[Field(ar3) == CFLG] 75 mov-from-AR-CSD; IC:mov-from-AR-M[Field(ar3) == CSD] 76 mov-from-AR-EC; IC:mov-from-AR-I[Field(ar3) == EC] [all …]
|
| D | ia64-raw.tbl | 3 …RE, rfi; br.call, brl.call, br.ia, br.ret, cover, flushrs, loadrs, IC:mov-from-AR-BSP, rfi; implie… 4 AR[BSPSTORE]; alloc, loadrs, flushrs, IC:mov-to-AR-BSPSTORE; alloc, br.ia, flushrs, IC:mov-from-AR-… 5 AR[CFLG]; IC:mov-to-AR-CFLG; br.ia, IC:mov-from-AR-CFLG; impliedF 6 AR[CCV]; IC:mov-to-AR-CCV; br.ia, IC:cmpxchg, IC:mov-from-AR-CCV; impliedF 7 AR[CSD]; ld16, IC:mov-to-AR-CSD; br.ia, cmp8xchg16, IC:mov-from-AR-CSD, st16; impliedF 8 …s, br.ret, IC:mov-to-AR-EC; br.call, brl.call, br.ia, IC:mod-sched-brs, IC:mov-from-AR-EC; impliedF 9 AR[EFLAG]; IC:mov-to-AR-EFLAG; br.ia, IC:mov-from-AR-EFLAG; impliedF 10 AR[FCR]; IC:mov-to-AR-FCR; br.ia, IC:mov-from-AR-FCR; impliedF 11 AR[FDR]; IC:mov-to-AR-FDR; br.ia, IC:mov-from-AR-FDR; impliedF 12 AR[FIR]; IC:mov-to-AR-FIR; br.ia, IC:mov-from-AR-FIR; impliedF [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/x2p/ |
| D | util.c | 85 cpytill(register char *to, register char *from, register int delim) in cpytill() argument 87 for (; *from; from++,to++) { in cpytill() 88 if (*from == '\\') { in cpytill() 89 if (from[1] == delim) in cpytill() 90 from++; in cpytill() 91 else if (from[1] == '\\') in cpytill() 92 *to++ = *from++; in cpytill() 94 else if (*from == delim) in cpytill() 96 *to = *from; in cpytill() 99 return from; in cpytill() [all …]
|
| /mirbsd/src/kern/z/ |
| D | inffast.c | 97 unsigned char FAR *from; /* where to copy match from */ variable 209 from = out - dist; 211 PUP(out) = PUP(from); 217 from = window - OFF; 219 from += wsize - op; 223 PUP(out) = PUP(from); 225 from = out - dist; /* rest from output */ 229 from += wsize + wnext - op; 234 PUP(out) = PUP(from); 236 from = window - OFF; [all …]
|
| /mirbsd/src/usr.sbin/ppp/ppp/ |
| D | systems.c | 72 InterpretArg(const char *from, char *to, size_t tosiz) in InterpretArg() argument 83 while(issep(*from)) in InterpretArg() 84 from++; in InterpretArg() 86 while (*from != '\0') { in InterpretArg() 89 switch (*from) { in InterpretArg() 92 *to++ = *from++; in InterpretArg() 95 switch (*++from) { in InterpretArg() 106 *to++ = *from++; in InterpretArg() 109 if (from[1] == '$') { in InterpretArg() 111 from += 2; in InterpretArg() [all …]
|
| /mirbsd/src/usr.sbin/timed/timed/ |
| D | readmsg.c | 58 struct sockaddr_in from; variable 119 from = ptr->addr; in readmsg() 128 if ((ntp->mask & from.sin_addr.s_addr) == in readmsg() 138 print(&msgin, &from); in readmsg() 146 == from.sin_addr.s_addr in readmsg() 201 salength = sizeof(from); in readmsg() 203 (struct sockaddr *)&from, &salength)) < 0) { in readmsg() 209 n, sizeof(struct tsp), inet_ntoa(from.sin_addr)); in readmsg() 227 "in packet from %s", inet_ntoa(from.sin_addr)); in readmsg() 233 if ((ntp->mask & from.sin_addr.s_addr) == in readmsg() [all …]
|
| /mirbsd/src/gnu/usr.bin/cvs/diff/ |
| D | ifdef.c | 29 int from, upto; /* start and limit lines for this group of lines */ member 103 groups[0].from = beg0; 106 groups[1].from = beg1; 257 case 'e': return translate_line_number (g->file, g->from) - 1; 258 case 'f': return translate_line_number (g->file, g->from); 261 case 'n': return g->upto - g->from; 276 int from = group->from, upto = group->upto; local 286 write_output (linbuf[from], 288 - linbuf[from])); 293 write_output (linbuf[from], [all …]
|
| /mirbsd/src/bin/mv/ |
| D | mv.c | 156 do_move(char *from, char *to) in do_move() argument 162 if (lstat(from, &fsb)) { in do_move() 163 warn("%s", from); in do_move() 184 if (iflg && !access(from, F_OK)) { in do_move() 216 if (!rename(from, to)) in do_move() 220 warn("rename %s to %s", from, to); in do_move() 229 if (realpath(from, path) == NULL) { in do_move() 230 warnx("cannot resolve %s", from); in do_move() 257 fastcopy(from, to, &fsb) : copy(from, to)); in do_move() 261 fastcopy(char *from, char *to, struct stat *sbp) in fastcopy() argument [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | charset.c | 129 const char *from, *to; member 150 int (*convert_char) (void *baton, int from, int *to); 247 lookup_translation (const char *from, const char *to) in lookup_translation() argument 252 if (! strcmp (from, t->from) in lookup_translation() 382 struct charset *from, *to; member 393 struct charset *from, in check_iconv_cache() argument 400 if (ci->from == from in check_iconv_cache() 415 ci->from->name, ci->to->name, safe_strerror (errno)); in check_iconv_cache() 419 i = iconv_open (to->name, from->name); in check_iconv_cache() 424 ci->from = from; in check_iconv_cache() [all …]
|
| /mirbsd/src/lib/libssl/src/crypto/conf/ |
| D | conf_def.c | 75 static int str_copy(CONF *conf,char *section,char **to, char *from); 514 static int str_copy(CONF *conf, char *section, char **pto, char *from) in str_copy() argument 522 len=strlen(from)+1; in str_copy() 527 if (IS_QUOTE(conf,*from)) in str_copy() 529 q= *from; in str_copy() 530 from++; in str_copy() 531 while (!IS_EOF(conf,*from) && (*from != q)) in str_copy() 533 if (IS_ESC(conf,*from)) in str_copy() 535 from++; in str_copy() 536 if (IS_EOF(conf,*from)) break; in str_copy() [all …]
|
| /mirbsd/src/lib/libncurses/src/ncurses/tinfo/ |
| D | alloc_ttype.c | 340 adjust_cancels(TERMTYPE * to, TERMTYPE * from) in adjust_cancels() argument 351 if ((k = _nc_find_ext_name(from, to->ext_Names[j], BOOLEAN)) >= 0) { in adjust_cancels() 359 } else if ((k = _nc_find_ext_name(from, to->ext_Names[j], in adjust_cancels() 376 _nc_align_termtype(TERMTYPE * to, TERMTYPE * from) in _nc_align_termtype() argument 379 int nb = NUM_EXT_NAMES(from); in _nc_align_termtype() 386 nb, from->term_names)); in _nc_align_termtype() 390 &&(to->ext_Booleans == from->ext_Booleans) in _nc_align_termtype() 391 && (to->ext_Numbers == from->ext_Numbers) in _nc_align_termtype() 392 && (to->ext_Strings == from->ext_Strings)) { in _nc_align_termtype() 394 if (strcmp(to->ext_Names[n], from->ext_Names[n])) { in _nc_align_termtype() [all …]
|
| /mirbsd/src/usr.bin/ssh/ |
| D | canohost.c | 48 struct sockaddr_storage from; in get_remote_hostname() local 55 fromlen = sizeof(from); in get_remote_hostname() 56 memset(&from, 0, sizeof(from)); in get_remote_hostname() 57 if (getpeername(sock, (struct sockaddr *)&from, &fromlen) < 0) { in get_remote_hostname() 62 if (getnameinfo((struct sockaddr *)&from, fromlen, ntop, sizeof(ntop), in get_remote_hostname() 66 if (from.ss_family == AF_INET) in get_remote_hostname() 74 if (getnameinfo((struct sockaddr *)&from, fromlen, name, sizeof(name), in get_remote_hostname() 112 hints.ai_family = from.ss_family; in get_remote_hostname() 318 struct sockaddr_storage from; in get_sock_port() local 324 fromlen = sizeof(from); in get_sock_port() [all …]
|
| /mirbsd/src/usr.bin/vi/ex/ |
| D | ex_join.c | 37 recno_t from, to; local 44 from = cmdp->addr1.lno; 48 if (!db_exist(sp, from + 1)) { 71 from = cmdp->addr1.lno, to = cmdp->addr2.lno; from <= to; ++from) { 76 if (db_get(sp, from, 0, &p, &len)) { 77 cmdp->addr2.lno = from - 1; 162 for (from = cmdp->addr1.lno, to = cmdp->addr2.lno; to > from; --to) 167 if (!first && db_set(sp, from, bp, tbp - bp)) {
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/ |
| D | app.c | 344 char *from; in do_scrub_chars() local 396 (from < fromend \ in do_scrub_chars() 397 ? * (unsigned char *) (from++) \ in do_scrub_chars() 400 from = input_buffer, \ in do_scrub_chars() 401 fromend = from + fromlen, \ in do_scrub_chars() 404 : * (unsigned char *) (from++)))) in do_scrub_chars() 408 #define UNGET(uch) (*--from = (uch)) in do_scrub_chars() 430 from = saved_input; in do_scrub_chars() 431 fromend = from + saved_input_len; in do_scrub_chars() 438 from = input_buffer; in do_scrub_chars() [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/utils/ |
| D | perlbug.PL | 151 $subject, $from, $verbose, $ed, $outfile, $Is_MacOS, $category, $severity, 250 $from = $::opt_r || ""; 349 $from = $::Config{'cf_email'} 350 if !$from && $::Config{'cf_email'} && $::Config{'cf_by'} && $me && 397 unless ($from) { 436 $from = $guess; 440 $from = <>; 441 chomp $from; 442 $from = $guess if $from eq ''; 446 if ($from eq $cc or $me eq $cc) { [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | installperl | 569 my ($from, $to) = map { "$_$ver" } @$_; 570 (my $frbase = $from) =~ s#.*/##; 582 my ($from, $to) = @$_; 583 (my $frbase = $from) =~ s#.*/##; 602 my ($from, $to) = ("${installprivlib}/$pod/perldiag.pod", 604 print " rename $from $to"; 605 rename($from, $to) 712 my($from,$to) = @_; 739 : die "Couldn't link $from to $to: $!\n" 745 print $verbose ? " cp $from $xto\n" : " $xto\n" unless $silent; [all …]
|
| /mirbsd/src/sys/dev/ic/ |
| D | smc90cx6.c | 187 void movepout(u_char *from, u_char __volatile *to, int len); 188 void movepin(u_char __volatile *from, u_char *to, int len); 462 movepout(from, to, len) in movepout() argument 463 u_char *from; in movepout() 471 if ((len > 3) && ((long)from) & 3) { 472 switch (((long)from) & 3) { 474 *to = *from++; 478 *to = *from++; 481 shortd = *((u_short *)from)++; 489 longd1 = *((u_long *)from)++; [all …]
|
| /mirbsd/src/gnu/usr.bin/lynx/src/ |
| D | UCAux.c | 15 BOOL UCCanUniTranslateFrom(int from) in UCCanUniTranslateFrom() argument 17 if (from < 0) in UCCanUniTranslateFrom() 20 if (LYCharSet_UC[from].enc == UCT_ENC_CJK) in UCCanUniTranslateFrom() 23 if (!strcmp(LYCharSet_UC[from].MIMEname, "x-transparent")) in UCCanUniTranslateFrom() 42 BOOL UCCanTranslateFromTo(int from, in UCCanTranslateFromTo() argument 45 if (from == to) in UCCanTranslateFromTo() 47 if (from < 0 || to < 0) in UCCanTranslateFromTo() 49 if (from == LATIN1) in UCCanTranslateFromTo() 52 return UCCanUniTranslateFrom(from); in UCCanTranslateFromTo() 54 const char *fromname = LYCharSet_UC[from].MIMEname; in UCCanTranslateFromTo() [all …]
|
| /mirbsd/src/gnu/share/ |
| D | ylwrap | 137 from="$1" 140 if test $from = "y.tab.c"; then 141 from="y_tab.c" 143 if test $from = "y.tab.h"; then 144 from="y_tab.h" 148 if test -f "$from"; then 176 FROM=`echo "$from" | sed \ 183 sed -e "/^#/!b" -e "s,$input_rx,," -e "s,$from,$2," \ 184 -e "s,$FROM,$TARGET," "$from" >"$target" || ret=$?
|
| /mirbsd/src/lib/libssl/src/crypto/rsa/ |
| D | rsa_null.c | 72 static int RSA_null_public_encrypt(int flen, const unsigned char *from, 74 static int RSA_null_private_encrypt(int flen, const unsigned char *from, 76 static int RSA_null_public_decrypt(int flen, const unsigned char *from, 78 static int RSA_null_private_decrypt(int flen, const unsigned char *from, 104 static int RSA_null_public_encrypt(int flen, const unsigned char *from, in RSA_null_public_encrypt() argument 111 static int RSA_null_private_encrypt(int flen, const unsigned char *from, in RSA_null_private_encrypt() argument 118 static int RSA_null_private_decrypt(int flen, const unsigned char *from, in RSA_null_private_decrypt() argument 125 static int RSA_null_public_decrypt(int flen, const unsigned char *from, in RSA_null_public_decrypt() argument
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Time/HiRes/ |
| D | Changes | 4 - HiRes.t:s/ok 32/ok 33/, from Dominic Dunlop 42 - include const-c.inc as late as possible (from Randy Kobes, 110 - installation patch from Gisle Aas: in Perls 5.8.x and later 123 from Gisle Aas, via perl5-porters, perl change #25295) 132 - move more changes stuff from the README to Changes 155 (from José Auguste-Etienne) 157 (from Alexey Tourbin) 208 been Configured (from Marcus Holland-Moritz, core change 216 (most of the changes from Marcus) 219 - Win32: reset reading from the performance counters every [all …]
|