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

123456

/freebsd-9.3-release/contrib/bind9/lib/isc/mips/include/isc/
H A Datomic.h32 isc_int32_t orig; local
42 : "=&r"(orig)
47 return (orig);
74 isc_int32_t orig; local
85 : "=&r"(orig)
90 return (orig);
/freebsd-9.3-release/contrib/ntp/lib/isc/mips/include/isc/
H A Datomic.h32 isc_int32_t orig; local
42 : "=&r"(orig)
47 return (orig);
74 isc_int32_t orig; local
85 : "=&r"(orig)
90 return (orig);
/freebsd-9.3-release/contrib/bind9/lib/isc/powerpc/include/isc/
H A Datomic.h82 int orig = old; local
89 if (compare_and_swap(p, &orig, new))
90 orig = old;
98 return (orig);
104 isc_int32_t orig; local
124 : "=&r"(orig)
129 return (orig);
158 isc_int32_t orig; local
184 : "=&r" (orig)
189 return (orig);
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/powerpc/include/isc/
H A Datomic.h82 int orig = old; local
89 if (compare_and_swap(p, &orig, new))
90 orig = old;
98 return (orig);
104 isc_int32_t orig; local
124 : "=&r"(orig)
129 return (orig);
158 isc_int32_t orig; local
184 : "=&r" (orig)
189 return (orig);
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Dfreebsd-configure.sh20 mv config.log config.log.orig
21 mv config.h config.h.orig
28 diff -u config.h.orig config.h |
30 grep -Ff /dev/stdin config.h.orig >> krb5_config.h
/freebsd-9.3-release/contrib/nvi/common/
H A Dscreen.c38 screen_init(gp, orig, spp)
40 SCR *orig, **spp;
46 CALLOC_RET(orig, sp, SCR *, 1, sizeof(SCR));
66 if (orig == NULL) {
70 if (orig->alt_name != NULL &&
71 (sp->alt_name = strdup(orig->alt_name)) == NULL)
75 if (F_ISSET(orig, SC_AT_SET)) {
77 sp->at_lbuf = orig->at_lbuf;
81 sp->searchdir = orig->searchdir == NOTSET ? NOTSET : FORWARD;
82 if (orig
[all...]
/freebsd-9.3-release/usr.bin/find/
H A Dmisc.c60 brace_subst(char *orig, char **store, char *path, int len) argument
66 for (p = *store; (ch = *orig) != '\0'; ++orig)
67 if (ch == '{' && orig[1] == '}') {
73 ++orig;
/freebsd-9.3-release/contrib/nvi/vi/
H A Dv_init.c37 v_screen_copy(orig, sp)
38 SCR *orig, *sp;
43 CALLOC_RET(orig, nvip, VI_PRIVATE *, 1, sizeof(VI_PRIVATE));
49 if (orig == NULL) {
52 ovip = VIP(orig);
56 MALLOC_RET(orig, nvip->rep, EVENT *, ovip->rep_len);
/freebsd-9.3-release/usr.bin/seq/
H A Dseq.c272 unescape(char *orig) argument
274 char c, *cp, *new = orig;
277 for (cp = orig; (*orig = *cp); cp++, orig++) {
283 *orig = '\a';
286 *orig = '\b';
289 *orig = '\e';
292 *orig = '\f';
295 *orig
[all...]
/freebsd-9.3-release/contrib/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...]
H A Dtree-ssa-copy.c61 may_propagate_copy (tree dest, tree orig) argument
64 tree type_o = TREE_TYPE (orig);
107 && TREE_CODE (orig) == SSA_NAME
112 tree mt_orig = var_ann (SSA_NAME_VAR (orig))->symbol_mem_tag;
122 if (SSA_NAME_PTR_INFO (orig) && SSA_NAME_PTR_INFO (dest))
124 struct ptr_info_def *orig_ptr_info = SSA_NAME_PTR_INFO (orig);
143 if (TREE_CODE (orig) == SSA_NAME
144 && !is_gimple_reg (orig))
153 if (TREE_CODE (orig) == SSA_NAME
154 && SSA_NAME_OCCURS_IN_ABNORMAL_PHI (orig))
184 merge_alias_info(tree orig, tree new) argument
[all...]
/freebsd-9.3-release/crypto/openssh/regress/
H A Dconnect-privsep.sh6 cp $OBJ/sshd_proxy $OBJ/sshd_proxy.orig
16 cp $OBJ/sshd_proxy.orig $OBJ/sshd_proxy
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 Dreexec.sh36 cp $OBJ/sshd_config $OBJ/sshd_config.orig
45 cp $OBJ/sshd_config.orig $OBJ/sshd_config
62 cp $OBJ/sshd_config.orig $OBJ/sshd_config
/freebsd-9.3-release/contrib/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...]
/freebsd-9.3-release/tools/regression/bin/pax/
H A Dregress.t57 (my $orig = $top) =~ s,1$,2,;
58 rmtree $orig;
59 rename $top, $orig;
64 system "diff -ru $orig $top";
68 rename $orig, $top;
/freebsd-9.3-release/crypto/heimdal/tests/db/
H A Dloaddump-db.in84 sed 's/[0-9]*$//' > out-text-dump-0.7-orig || exit 1
85 cmp out-text-dump-0.7-orig out-text-dump-0.7 || exit 1
94 awk '{$11=""; print;}' > out-text-dump-no-ext-orig || exit 1
95 cmp out-text-dump-no-ext-orig out-text-dump-no-ext || exit 1
104 awk '{$11=""; print;}' > out-text-dump-known-ext-orig || exit 1
105 cmp out-text-dump-known-ext-orig out-text-dump-known-ext || exit 1
114 awk '{$11=""; print;}' > out-text-dump-unknown-ext-orig || exit 1
115 cmp out-text-dump-unknown-ext-orig out-text-dump-unknown-ext || exit 1
129 awk '{$11=""; print;}' > out-text-dump-0.7-orig || exit 1
130 cmp out-text-dump-0.7 out-text-dump-0.7-orig || exi
[all...]
/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A Dlib_newwin.c153 derwin(WINDOW *orig, int num_lines, int num_columns, int begy, int begx) argument
159 T((T_CALLED("derwin(%p,%d,%d,%d,%d)"), orig, num_lines, num_columns,
165 if (begy < 0 || begx < 0 || orig == 0 || num_lines < 0 || num_columns < 0)
167 if (begy + num_lines > orig->_maxy + 1
168 || begx + num_columns > orig->_maxx + 1)
172 num_lines = orig->_maxy + 1 - begy;
175 num_columns = orig->_maxx + 1 - begx;
177 if (orig->_flags & _ISPAD)
180 if ((win = _nc_makenew(num_lines, num_columns, orig->_begy + begy,
181 orig
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dstabs.c229 const char *orig; local
234 orig = *pp;
243 if (*orig == '-')
260 p = orig;
328 warn_stab (orig, _("numeric overflow"));
1127 const char *orig; local
1137 orig = *pp;
1199 bad_stab (orig);
1251 warn_stab (orig, _("unrecognized cross reference type"));
1261 bad_stab (orig);
1600 const char *orig; local
1636 const char *orig; local
1820 const char *orig; local
1891 const char *orig; local
1927 const char *orig; local
2009 const char *orig; local
2070 const char *orig; local
2194 const char *orig; local
2273 const char *orig; local
2366 const char *orig; local
2500 const char *orig; local
2941 const char *orig; local
3012 const char *orig; local
3874 const char *orig; local
3989 const char *orig; local
4160 const char *orig; local
4382 const char *orig; local
4409 const char *orig; local
4524 const char *orig; local
4791 const char *orig; local
[all...]
/freebsd-9.3-release/contrib/nvi/tk/
H A Dtk_funcs.c230 *dnep = (*chp = tkp->orig.c_cc[VEOF]) == _POSIX_VDISABLE;
233 *dnep = (*chp = tkp->orig.c_cc[VERASE]) == _POSIX_VDISABLE;
236 *dnep = (*chp = tkp->orig.c_cc[VKILL]) == _POSIX_VDISABLE;
240 *dnep = (*chp = tkp->orig.c_cc[VWERASE]) == _POSIX_VDISABLE;
H A Dtki.h24 struct termios orig; /* Original terminal values. */ member in struct:_tk_private
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dparse_units.h64 int orig);
/freebsd-9.3-release/usr.bin/csup/
H A Ddiff.c64 struct stream *orig; member in struct:editcmd
81 diff_apply(struct stream *rd, struct stream *orig, struct stream *dest, argument
95 ec.orig = orig;
135 line = stream_getln(orig, NULL);
149 while ((line = stream_getln(orig, &size)) != NULL)
256 diff_reverse(struct stream *rd, struct stream *orig, struct stream *dest, argument
266 ec.orig = orig;
396 line = stream_getln(ec->orig,
[all...]
/freebsd-9.3-release/contrib/nvi/ex/
H A Dex_init.c45 ex_screen_copy(orig, sp)
46 SCR *orig, *sp;
51 CALLOC_RET(orig, nexp, EX_PRIVATE *, 1, sizeof(EX_PRIVATE));
59 if (orig == NULL) {
61 oexp = EXP(orig);
68 if (ex_tag_copy(orig, sp))
/freebsd-9.3-release/contrib/nvi/cl/
H A Dcl_funcs.c182 switch (cfgetospeed(&clp->orig)) {
425 *dnep = (*chp = clp->orig.c_cc[VEOF]) == _POSIX_VDISABLE;
428 *dnep = (*chp = clp->orig.c_cc[VERASE]) == _POSIX_VDISABLE;
431 *dnep = (*chp = clp->orig.c_cc[VKILL]) == _POSIX_VDISABLE;
435 *dnep = (*chp = clp->orig.c_cc[VWERASE]) == _POSIX_VDISABLE;
578 TCSASOFT | TCSADRAIN, &clp->orig);
633 (void)tcsetattr(STDIN_FILENO, TCSADRAIN | TCSASOFT, &clp->orig);

Completed in 237 milliseconds

123456