Searched refs:orig (Results 1 - 25 of 266) sorted by relevance

1234567891011

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D930718-1.c8 f (orig)
9 register rtx orig;
11 if (orig->f1 || orig->f2)
12 return orig;
13 orig->f2 = 1;
14 return orig;
/openbsd-current/usr.bin/vi/common/
H A Dscreen.c36 screen_init(GS *gp, SCR *orig, SCR **spp) argument
42 CALLOC_RET(orig, sp, 1, sizeof(SCR));
62 if (orig == NULL) {
66 if (orig->alt_name != NULL &&
67 (sp->alt_name = strdup(orig->alt_name)) == NULL)
71 if (F_ISSET(orig, SC_AT_SET)) {
73 sp->at_lbuf = orig->at_lbuf;
77 sp->searchdir = orig->searchdir == NOTSET ? NOTSET : FORWARD;
78 if (orig->re != NULL && (sp->re =
79 v_strdup(sp, orig
[all...]
/openbsd-current/regress/usr.bin/ssh/
H A Dlogin-timeout.sh7 cp $OBJ/sshd_config $OBJ/sshd_config.orig
8 grep -vi LoginGraceTime $OBJ/sshd_config.orig > $OBJ/sshd_config
H A Dchannel-timeout.sh31 rm -f $OBJ/sshd_proxy.orig
32 cp $OBJ/sshd_proxy $OBJ/sshd_proxy.orig
42 (cat $OBJ/sshd_proxy.orig ; echo "ChannelTimeout session:command=1") \
51 (cat $OBJ/sshd_proxy.orig ; echo "ChannelTimeout session:command=60") \
60 (cat $OBJ/sshd_proxy.orig ; echo "ChannelTimeout session:*=1") \
69 (cat $OBJ/sshd_proxy.orig ; echo "ChannelTimeout session:shell=1") \
78 (cat $OBJ/sshd_proxy.orig ; echo "ChannelTimeout session:command=1") \
89 (cat $OBJ/sshd_proxy.orig ; echo "ChannelTimeout session:shell=1") \
100 (cat $OBJ/sshd_proxy.orig ; echo "ChannelTimeout global=10") \
122 (grep -vi subsystem.*sftp $OBJ/sshd_proxy.orig;
[all...]
H A Dsshfp-connect.sh33 mv $OBJ/sshd_proxy $OBJ/sshd_proxy.orig
37 $OBJ/sshd_proxy.orig > $OBJ/sshd_proxy
41 mv $OBJ/ssh_proxy $OBJ/ssh_proxy.orig
44 $OBJ/ssh_proxy.orig > $OBJ/ssh_proxy
H A Dconnect-privsep.sh6 cp $OBJ/sshd_proxy $OBJ/sshd_proxy.orig
14 cp $OBJ/sshd_proxy.orig $OBJ/sshd_proxy
H A Dconnect-uri.sh7 cp $OBJ/ssh_config $OBJ/ssh_config.orig
8 egrep -v '^ +(Port|User) +.*$' $OBJ/ssh_config.orig > $OBJ/ssh_config
H A Dallow-deny-users.sh13 cp $OBJ/sshd_proxy $OBJ/sshd_proxy.orig
22 cp $OBJ/sshd_proxy.orig $OBJ/sshd_proxy
H A Dreexec.sh37 cp $OBJ/sshd_config $OBJ/sshd_config.orig
45 cp $OBJ/sshd_config.orig $OBJ/sshd_config
H A Dhostkey-agent.sh6 rm -f $OBJ/agent-key.* $OBJ/ssh_proxy.orig $OBJ/known_hosts.orig $OBJ/agent-ca*
13 grep -vi 'hostkey' $OBJ/sshd_proxy > $OBJ/sshd_proxy.orig
14 echo "HostKeyAgent $SSH_AUTH_SOCK" >> $OBJ/sshd_proxy.orig
37 cp $OBJ/sshd_proxy.orig $OBJ/sshd_proxy
55 cp $OBJ/sshd_proxy.orig $OBJ/sshd_proxy
/openbsd-current/usr.sbin/unbound/util/
H A Drtt.c103 rtt_lost(struct rtt_info* rtt, int orig) argument
108 if(rtt->rto < orig)
114 orig *= 2;
115 if(rtt->rto <= orig) {
116 rtt->rto = orig;
H A Drtt.h101 * @param orig: original rtt time given for the query that timed out.
105 void rtt_lost(struct rtt_info* rtt, int orig);
/openbsd-current/sbin/unwind/libunbound/util/
H A Drtt.c103 rtt_lost(struct rtt_info* rtt, int orig) argument
108 if(rtt->rto < orig)
114 orig *= 2;
115 if(rtt->rto <= orig) {
116 rtt->rto = orig;
H A Drtt.h101 * @param orig: original rtt time given for the query that timed out.
105 void rtt_lost(struct rtt_info* rtt, int orig);
/openbsd-current/gnu/usr.bin/gcc/gcc/config/
H A Ddarwin.c415 machopic_indirect_data_reference (orig, reg)
416 rtx orig, reg;
418 rtx ptr_ref = orig;
421 return orig;
423 if (GET_CODE (orig) == SYMBOL_REF)
425 const char *name = XSTR (orig, 0);
433 gen_rtx (MINUS, Pmode, orig, pic_base));
448 orig = reg;
460 orig = gen_rtx (PLUS, Pmode, pic_offset_table_rtx, reg);
463 return orig;
[all...]
/openbsd-current/gnu/usr.bin/perl/pod/
H A Dsplitpod36 $orig = $f;
40 $func = $orig;
53 $orig - $flavor
57 $syn{$orig}
/openbsd-current/gnu/gcc/gcc/
H A Drtl.c217 copy_rtx (rtx orig)
224 code = GET_CODE (orig);
238 return orig;
240 if (REG_P (XEXP (orig, 0)) && REGNO (XEXP (orig, 0)) < FIRST_PSEUDO_REGISTER)
241 return orig;
247 if (GET_CODE (XEXP (orig, 0)) == PLUS
248 && GET_CODE (XEXP (XEXP (orig, 0), 0)) == SYMBOL_REF
249 && GET_CODE (XEXP (XEXP (orig, 0), 1)) == CONST_INT)
250 return orig;
214 copy_rtx(rtx orig) argument
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Drtl.c284 copy_rtx (orig)
285 rtx orig;
292 code = GET_CODE (orig);
308 return orig;
313 if (GET_CODE (XEXP (orig, 0)) == PLUS
314 && GET_CODE (XEXP (XEXP (orig, 0), 0)) == SYMBOL_REF
315 && GET_CODE (XEXP (XEXP (orig, 0), 1)) == CONST_INT)
316 return orig;
334 memcpy (copy, orig, sizeof (struct rtx_def) - sizeof (rtunion));
343 RTX_FLAG (copy, jump) = RTX_FLAG (orig, jum
[all...]
/openbsd-current/gnu/gcc/gcc/config/
H A Ddarwin.c301 gen_pic_offset (rtx orig, rtx pic_base) argument
304 return orig;
306 return gen_rtx_CONST (Pmode, gen_rtx_MINUS (Pmode, orig, pic_base));
502 machopic_indirect_data_reference (rtx orig, rtx reg) argument
504 rtx ptr_ref = orig;
507 return orig;
509 if (GET_CODE (orig) == SYMBOL_REF)
511 int defined = machopic_data_defined_p (orig);
518 emit_insn (gen_macho_high (hi_reg, orig));
519 emit_insn (gen_macho_low (reg, hi_reg, orig));
659 machopic_legitimize_pic_address(rtx orig, enum machine_mode mode, rtx reg) argument
[all...]
/openbsd-current/usr.bin/vi/vi/
H A Dv_init.c35 v_screen_copy(SCR *orig, SCR *sp) argument
40 CALLOC_RET(orig, nvip, 1, sizeof(VI_PRIVATE));
46 if (orig == NULL) {
49 ovip = VIP(orig);
53 MALLOC_RET(orig, nvip->rep, ovip->rep_len);
/openbsd-current/usr.bin/find/
H A Dmisc.c55 brace_subst(char *orig, char **store, char *path, int len) argument
61 for (p = *store; (ch = *orig); ++orig)
62 if (ch == '{' && orig[1] == '}') {
77 ++orig;
/openbsd-current/games/monop/
H A Dmisc.c135 MON *orig; /* remember starting monop ptr */ local
179 orig = op->sqr->desc->mon_desc;
182 while (op && op->sqr->desc->mon_desc == orig) {
198 if (orig == NULL) {
199 printf("panic: bad monopoly descriptor: orig = %p\n", orig);
223 printf("orig->num_in = %d\n", orig->num_in);
225 if (num == orig->num_in)
226 is_monop(orig, p
[all...]
/openbsd-current/gnu/usr.bin/texinfo/util/
H A Dfixref.gawk113 function updateref(orig, refkind, line)
115 line = orig # work on a copy
139 sub(pat, newref, orig)
142 return orig
/openbsd-current/gnu/usr.bin/perl/dist/Storable/t/
H A Dutf8hash.t162 my $orig = {$char => 1};
164 bless $orig, $package;
166 my $just_utf8 = $bypass ? $orig : ${thaw freeze \$orig};
172 $orig = {$bytes => 1};
174 bless $orig, $package;
176 my $just_bytes = $bypass ? $orig : ${thaw freeze \$orig};
186 $orig = {$bytes => length $bytes, $char => length $char};
188 bless $orig,
[all...]
/openbsd-current/libexec/ld.so/
H A Dutil.c68 _dl_strdup(const char *orig) argument
73 len = _dl_strlen(orig)+1;
76 _dl_strlcpy(newstr, orig, len);

Completed in 274 milliseconds

1234567891011