Searched refs:orig (Results 26 - 50 of 318) sorted by relevance

1234567891011>>

/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Ddetachedrep.h51 DetachedRep(CFDataRef sig, DiskRep *orig, const std::string &source); // SuperBlob of all architectures
52 DetachedRep(CFDataRef sig, CFDataRef gsig, DiskRep *orig, const std::string &source); // one architecture + globals
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Ddetachedrep.h51 DetachedRep(CFDataRef sig, DiskRep *orig, const std::string &source); // SuperBlob of all architectures
52 DetachedRep(CFDataRef sig, CFDataRef gsig, DiskRep *orig, const std::string &source); // one architecture + globals
/macosx-10.10/bc-21/patches/
H A Dpatch-bc__util.c1 --- bc/util.c.orig Tue Oct 26 09:16:25 2004
/macosx-10.10/libiconv-42/libiconv/tests/
H A Dcheck-stateless23 cat tmp-noprecomposed-"$charsetf".TXT "${srcdir}"/"$charsetf".IRREVERSIBLE.TXT | sort | uniq -u > tmp-orig-"$charsetf".INVERSE.TXT
25 cp tmp-noprecomposed-"$charsetf".TXT tmp-orig-"$charsetf".INVERSE.TXT
27 cmp tmp-orig-"$charsetf".INVERSE.TXT tmp-"$charsetf".INVERSE.TXT 2> /dev/null && echo '[PASS]' $charset 2 || echo '[FAIL]' $charset 2
29 rm -f tmp-"$charsetf".TXT tmp-"$charsetf".INVERSE.TXT tmp-noprecomposed-"$charsetf".TXT tmp-orig-"$charsetf".INVERSE.TXT
/macosx-10.10/shell_cmds-179/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...]
/macosx-10.10/OpenSSH-189/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.sh38 cp $OBJ/sshd_config $OBJ/sshd_config.orig
47 cp $OBJ/sshd_config.orig $OBJ/sshd_config
64 cp $OBJ/sshd_config.orig $OBJ/sshd_config
/macosx-10.10/apr-32/apr/apr/build/
H A Dfixwin32mak.pl73 $orig = $thisroot;
75 $orig = $thisaltroot;
77 if (defined($orig)) {
79 while (!($src =~ s|$orig|$repl|)) {
80 if (!($orig =~ s|^(.*)\\\\[^\\]+$|$1|)) {
85 print "Replaced " . $orig . " with " . $repl . "\n";
87 undef $orig;
/macosx-10.10/OpenSSL098-52/src/shlib/
H A Dsolaris-sc4.sh40 mv libRSAglue.a libRSAglue.a.orig
41 mv libcrypto.a libcrypto.a.orig
42 mv libssl.a libssl.a.orig
H A Dsco5-shared-gcc.sh45 mv libRSAglue.a libRSAglue.a.orig
46 mv libcrypto.a libcrypto.a.orig
47 mv libssl.a libssl.a.orig
H A Dsco5-shared.sh45 mv libRSAglue.a libRSAglue.a.orig
46 mv libcrypto.a libcrypto.a.orig
47 mv libssl.a libssl.a.orig
H A Dsvr5-shared-gcc.sh45 mv libRSAglue.a libRSAglue.a.orig
46 mv libcrypto.a libcrypto.a.orig
47 mv libssl.a libssl.a.orig
H A Dsvr5-shared.sh45 mv libRSAglue.a libRSAglue.a.orig
46 mv libcrypto.a libcrypto.a.orig
47 mv libssl.a libssl.a.orig
/macosx-10.10/IOPCIFamily-239.1.2/tools/
H A Dpciutils3.1.7.patch.c1 Binary files pciutils-3.1.7.orig/.DS_Store and pciutils-3.1.7/.DS_Store differ
2 diff -rupN pciutils-3.1.7.orig/lib/Makefile pciutils-3.1.7/lib/Makefile
3 --- pciutils-3.1.7.orig/lib/Makefile 2009-07-04 09:11:04.000000000 -0700
16 diff -rupN pciutils-3.1.7.orig/lib/configure pciutils-3.1.7/lib/configure
17 --- pciutils-3.1.7.orig/lib/configure 2009-07-04 09:11:04.000000000 -0700
34 diff -rupN pciutils-3.1.7.orig/lib/darwin-device.c pciutils-3.1.7/lib/darwin-device.c
35 --- pciutils-3.1.7.orig/lib/darwin-device.c 1969-12-31 16:00:00.000000000 -0800
264 diff -rupN pciutils-3.1.7.orig/lib/init.c pciutils-3.1.7/lib/init.c
265 --- pciutils-3.1.7.orig/lib/init.c 2008-11-10 15:11:51.000000000 -0800
279 diff -rupN pciutils-3.1.7.orig/li
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/Exceptions/
H A D15.11.7.6-002.js59 var orig = F.prototype;
61 return F.prototype === orig;
H A D15.11.7.6-003.js59 var orig = F.prototype;
61 return F.prototype === orig;
/macosx-10.10/emacs-93/emacs/
H A Dupdate-subdirs27 *.elc | *.el | term | RCS | CVS | Old | . | .. | =* | *~ | *.orig | *.rej)
/macosx-10.10/postfix-255/postfix/src/global/
H A Drecipient_list.h36 #define RECIPIENT_ASSIGN(rcpt, offs, orcpt, notify, orig, addr) do { \
40 (rcpt)->orig_addr = (orig); \
/macosx-10.10/zip-14/unzip/
H A Dpatch-unix_unix.c1 --- unix/unix.c.orig Sat Feb 26 16:43:42 2005
/macosx-10.10/Heimdal-398.1.2/tests/db/
H A Dloaddump-db.in88 sed 's/[0-9]*$//' > out-text-dump-0.7-orig || exit 1
89 cmp out-text-dump-0.7-orig out-text-dump-0.7 || exit 1
98 awk '{$11=""; print;}' > out-text-dump-no-ext-orig || exit 1
99 cmp out-text-dump-no-ext-orig out-text-dump-no-ext || exit 1
108 awk '{$11=""; print;}' > out-text-dump-known-ext-orig || exit 1
109 cmp out-text-dump-known-ext-orig out-text-dump-known-ext || exit 1
118 awk '{$11=""; print;}' > out-text-dump-unknown-ext-orig || exit 1
119 cmp out-text-dump-unknown-ext-orig out-text-dump-unknown-ext || exit 1
133 awk '{$11=""; print;}' > out-text-dump-0.7-orig || exit 1
134 cmp out-text-dump-0.7 out-text-dump-0.7-orig || exi
[all...]
/macosx-10.10/ncurses-44/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...]
/macosx-10.10/pam_modules-140/modules/pam_env/
H A Dpam_env.c537 const char *orig=*value, *tmpptr=NULL; local
560 openpam_log(PAM_LOG_DEBUG, "Expanding <%s>",orig);
561 while (*orig) { /* while there is some input to deal with */
562 if ('\\' == *orig) {
563 ++orig;
564 if ('$' != *orig && '@' != *orig) {
565 openpam_log(PAM_LOG_DEBUG, "Unrecognized escaped character: <%c> - ignoring", *orig);
567 *orig);
569 tmp[strlen(tmp)] = *orig
[all...]
/macosx-10.10/apr-32/apr/apr/test/
H A Dtestfilecopy.c29 apr_finfo_t orig; local
42 rv = apr_stat(&orig, from, APR_FINFO_SIZE, p);
49 ABTS_ASSERT(tc, "File size differs", orig.size == copy.size);
54 ? dest.size : 0) + orig.size == copy.size);
/macosx-10.10/emacs-93/emacs/lisp/
H A Dthingatpt.el79 (let ((orig (point)))
90 (if (not (and beg (> beg orig)))
100 (if (and beg real-end (<= beg orig) (<= orig real-end))
102 (goto-char orig)
118 (if (and real-beg end (<= real-beg orig) (<= orig end))
162 (let ((orig (point)))
165 (nth 3 (parse-partial-sexp (point) orig)))))
/macosx-10.10/bash-94.1.2/bash-3.2/tests/
H A Drun-all24 *.orig|*~) ;;

Completed in 138 milliseconds

1234567891011>>