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

123456

/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dmsgdsize.c11 size_t msgdsize(orig)
12 mb_t *orig;
17 for (m = orig; m != NULL; m = m->mb_next)
H A Ddupmbt.c11 mb_t *dupmbt(orig)
12 mb_t *orig;
19 m->mb_len = orig->mb_len;
21 m->mb_data = (char *)m->mb_buf + (orig->mb_data - (char *)orig->mb_buf);
22 bcopy(orig->mb_data, m->mb_data, m->mb_len);
/freebsd-10.0-release/tools/tools/shlib-compat/
H A Dshlib-compat-dirs.sh8 echo "Usage: $0 orig-dir new-dir output-dir"
12 orig=$1
34 rorig=`realpath $orig`
39 test_file $orig/$i $new/$i || continue
40 $SHLIB_COMPAT --out-orig $out/$i.orig.c --out-new $out/$i.new.c -v "$@" \
41 $orig/$i $new/$i > $out/$i.cmp 2> $out/$i.err || true
42 remove_empty $out/$i.orig.c $out/$i.new.c $out/$i.cmp $out/$i.err
43 if [ -f $out/$i.orig.c -a -f $out/$i.new.c ]; then
44 astyle --quiet --style=bsd -k3 $out/$i.orig
[all...]
/freebsd-10.0-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-10.0-release/contrib/nvi/common/
H A Dscreen.c40 SCR *orig,
47 CALLOC_RET(orig, sp, SCR *, 1, sizeof(SCR));
67 if (orig == NULL) {
71 if (orig->alt_name != NULL &&
72 (sp->alt_name = strdup(orig->alt_name)) == NULL)
76 if (F_ISSET(orig, SC_AT_SET)) {
78 sp->at_lbuf = orig->at_lbuf;
82 sp->searchdir = orig->searchdir == NOTSET ? NOTSET : FORWARD;
83 if (orig->re != NULL && (sp->re =
84 v_wstrdup(sp, orig
38 screen_init( GS *gp, SCR *orig, SCR **spp) argument
[all...]
/freebsd-10.0-release/contrib/unbound/util/
H A Drtt.c97 rtt_lost(struct rtt_info* rtt, int orig) argument
102 if(rtt->rto < orig)
108 orig *= 2;
109 if(rtt->rto <= orig) {
110 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);
/freebsd-10.0-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-10.0-release/usr.bin/seq/
H A Dseq.c271 unescape(char *orig) argument
273 char c, *cp, *new = orig;
276 for (cp = orig; (*orig = *cp); cp++, orig++) {
282 *orig = '\a';
285 *orig = '\b';
288 *orig = '\e';
291 *orig = '\f';
294 *orig
[all...]
/freebsd-10.0-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-10.0-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 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-10.0-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-10.0-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-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_crypto.c60 encrypt_data(const svn_string_t *orig,
67 blobin.cbData = orig->len;
68 blobin.pbData = (BYTE *)orig->data;
88 const svn_string_t *orig = NULL;
96 orig = svn_string_ncreate((const char *)blobout.pbData,
101 return orig;
149 const svn_string_t *orig;
157 orig = svn_base64_decode_string(svn_string_create(in, pool), pool);
158 orig = decrypt_data(orig, poo
59 encrypt_data(const svn_string_t *orig, apr_pool_t *pool) argument
87 const svn_string_t *orig = NULL; local
147 const svn_string_t *orig; local
271 const svn_string_t *orig; local
[all...]
/freebsd-10.0-release/contrib/nvi/vi/
H A Dv_init.c37 v_screen_copy(SCR *orig, SCR *sp) argument
42 CALLOC_RET(orig, nvip, VI_PRIVATE *, 1, sizeof(VI_PRIVATE));
48 if (orig == NULL) {
51 ovip = VIP(orig);
55 MALLOC_RET(orig, nvip->rep, EVENT *, ovip->rep_len);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DWatchpointOptions.cpp73 WatchpointOptions::CopyOptionsNoCallback (WatchpointOptions &orig) argument
75 WatchpointHitCallback orig_callback = orig.m_callback;
76 lldb::BatonSP orig_callback_baton_sp = orig.m_callback_baton_sp;
77 bool orig_is_sync = orig.m_callback_is_synchronous;
79 orig.ClearCallback();
80 WatchpointOptions *ret_val = new WatchpointOptions(orig);
82 orig.SetCallback (orig_callback, orig_callback_baton_sp, orig_is_sync);
H A DBreakpointOptions.cpp88 BreakpointOptions::CopyOptionsNoCallback (BreakpointOptions &orig) argument
90 BreakpointHitCallback orig_callback = orig.m_callback;
91 lldb::BatonSP orig_callback_baton_sp = orig.m_callback_baton_sp;
92 bool orig_is_sync = orig.m_callback_is_synchronous;
94 orig.ClearCallback();
95 BreakpointOptions *ret_val = new BreakpointOptions(orig);
97 orig.SetCallback (orig_callback, orig_callback_baton_sp, orig_is_sync);
/freebsd-10.0-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-10.0-release/gnu/usr.bin/send-pr/
H A Dinstall-sid.sh69 cp $SPPATH $SPPATH.orig &&
73 rm -f $TEMP $SPPATH.orig ||
/freebsd-10.0-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-10.0-release/contrib/unbound/validator/
H A Dval_utils.c786 val_fill_reply(struct reply_info* chase, struct reply_info* orig, argument
796 for(i=skip; i<orig->an_numrrsets; i++) {
799 orig->rrsets[i]->rk.dname) == 0)
801 orig->rrsets[i];
802 } else if(seen_dname && ntohs(orig->rrsets[i]->rk.type) ==
804 chase->rrsets[chase->an_numrrsets++] = orig->rrsets[i];
806 } else if(rrset_has_signer(orig->rrsets[i], name, len)) {
807 chase->rrsets[chase->an_numrrsets++] = orig->rrsets[i];
808 if(ntohs(orig->rrsets[i]->rk.type) ==
815 for(i = (skip > orig
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dparse_units.h66 int orig);
/freebsd-10.0-release/usr.bin/csup/
H A Ddiff.c63 struct stream *orig; member in struct:editcmd
80 diff_apply(struct stream *rd, struct stream *orig, struct stream *dest, argument
94 ec.orig = orig;
134 line = stream_getln(orig, NULL);
148 while ((line = stream_getln(orig, &size)) != NULL)
255 diff_reverse(struct stream *rd, struct stream *orig, struct stream *dest, argument
265 ec.orig = orig;
395 line = stream_getln(ec->orig,
[all...]

Completed in 187 milliseconds

123456