=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== python2.7-2.7.18/Tools/faqwiz/move-faqwiz.sh-22-cut_n_pad() { python2.7-2.7.18/Tools/faqwiz/move-faqwiz.sh:23: t=`echo $1 | cut -d. -f $2` python2.7-2.7.18/Tools/faqwiz/move-faqwiz.sh:24: export $3=`echo $t | awk "{ tmp = \\$0; l = length(tmp); for (i = 0; i < $2-l+1; i++) { tmp = "0".tmp } print tmp }"` python2.7-2.7.18/Tools/faqwiz/move-faqwiz.sh-25-} ############################################## python2.7-2.7.18/Tools/scripts/mailerdaemon.py-173- m = ErrorMessage(fp) python2.7-2.7.18/Tools/scripts/mailerdaemon.py:174: sender = m.getaddr('From') python2.7-2.7.18/Tools/scripts/mailerdaemon.py-175- print '%s\t%-40s\t'%(fn, sender[1]), ############################################## python2.7-2.7.18/install-sh-103- python2.7-2.7.18/install-sh:104: -t=*) transformarg=`echo $1 | sed 's/-t=//'` python2.7-2.7.18/install-sh-105- shift ############################################## python2.7-2.7.18/install-sh-107- python2.7-2.7.18/install-sh:108: -b=*) transformbasename=`echo $1 | sed 's/-b=//'` python2.7-2.7.18/install-sh-109- shift ############################################## python2.7-2.7.18/install-sh-169- then python2.7-2.7.18/install-sh:170: dst=$dst/`basename "$src"` python2.7-2.7.18/install-sh-171- else ############################################## python2.7-2.7.18/install-sh-176-## this sed command emulates the dirname command python2.7-2.7.18/install-sh:177:dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` python2.7-2.7.18/install-sh-178- ############################################## python2.7-2.7.18/install-sh-190-IFS='%' python2.7-2.7.18/install-sh:191:set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'` python2.7-2.7.18/install-sh-192-IFS=$oIFS ############################################## python2.7-2.7.18/install-sh-224- then python2.7-2.7.18/install-sh:225: dstfile=`basename "$dst"` python2.7-2.7.18/install-sh-226- else ############################################## python2.7-2.7.18/install-sh-234- then python2.7-2.7.18/install-sh:235: dstfile=`basename "$dst"` python2.7-2.7.18/install-sh-236- else ############################################## python2.7-2.7.18/Doc/tutorial/stdlib2.rst-80-braces allows it to be followed by more alphanumeric letters with no intervening python2.7-2.7.18/Doc/tutorial/stdlib2.rst:81:spaces. Writing ``$$`` creates a single escaped ``$``:: python2.7-2.7.18/Doc/tutorial/stdlib2.rst-82- ############################################## python2.7-2.7.18/Doc/library/cookielib.rst-559- python2.7-2.7.18/Doc/library/cookielib.rst:560: Ignore cookies in Set-Cookie: headers that have names starting with ``'$'``. python2.7-2.7.18/Doc/library/cookielib.rst-561- ############################################## python2.7-2.7.18/Doc/library/tempfile.rst-213- python2.7-2.7.18/Doc/library/tempfile.rst:214: * On RiscOS, the directory named by the :envvar:`Wimp$ScrapDir` environment python2.7-2.7.18/Doc/library/tempfile.rst-215- variable. ############################################## python2.7-2.7.18/Doc/library/email.utils.rst-23- python2.7-2.7.18/Doc/library/email.utils.rst:24:.. function:: parseaddr(address) python2.7-2.7.18/Doc/library/email.utils.rst-25- ############################################## python2.7-2.7.18/Doc/library/email.utils.rst-31- python2.7-2.7.18/Doc/library/email.utils.rst:32:.. function:: formataddr(pair) python2.7-2.7.18/Doc/library/email.utils.rst-33- ############################################## python2.7-2.7.18/Doc/library/email.utils.rst-41- python2.7-2.7.18/Doc/library/email.utils.rst:42: This method returns a list of 2-tuples of the form returned by ``parseaddr()``. python2.7-2.7.18/Doc/library/email.utils.rst-43- *fieldvalues* is a sequence of header field values as might be returned by ############################################## python2.7-2.7.18/Doc/library/mailcap.rst-65- The information is derived from all of the mailcap files found on the system. python2.7-2.7.18/Doc/library/mailcap.rst:66: Settings in the user's mailcap file :file:`$HOME/.mailcap` will override python2.7-2.7.18/Doc/library/mailcap.rst-67- settings in the system mailcap files :file:`/etc/mailcap`, ############################################## python2.7-2.7.18/Doc/library/string.rst-662- python2.7-2.7.18/Doc/library/string.rst:663:* ``$$`` is an escape; it is replaced with a single ``$``. python2.7-2.7.18/Doc/library/string.rst-664- python2.7-2.7.18/Doc/library/string.rst:665:* ``$identifier`` names a substitution placeholder matching a mapping key of python2.7-2.7.18/Doc/library/string.rst-666- ``"identifier"``. By default, ``"identifier"`` must spell a Python ############################################## python2.7-2.7.18/Doc/library/string.rst-669- python2.7-2.7.18/Doc/library/string.rst:670:* ``${identifier}`` is equivalent to ``$identifier``. It is required when valid python2.7-2.7.18/Doc/library/string.rst-671- identifier characters follow the placeholder but are not part of the python2.7-2.7.18/Doc/library/string.rst:672: placeholder, such as ``"${noun}ification"``. python2.7-2.7.18/Doc/library/string.rst-673- ############################################## python2.7-2.7.18/Doc/library/string.rst-754- python2.7-2.7.18/Doc/library/string.rst:755:* *escaped* -- This group matches the escape sequence, e.g. ``$$``, in the python2.7-2.7.18/Doc/library/string.rst-756- default pattern. ############################################## python2.7-2.7.18/Doc/library/os.path.rst-112- Return the argument with environment variables expanded. Substrings of the form python2.7-2.7.18/Doc/library/os.path.rst:113: ``$name`` or ``${name}`` are replaced by the value of environment variable python2.7-2.7.18/Doc/library/os.path.rst-114- *name*. Malformed variable names and references to non-existing variables are ############################################## python2.7-2.7.18/Doc/library/os.path.rst-116- python2.7-2.7.18/Doc/library/os.path.rst:117: On Windows, ``%name%`` expansions are supported in addition to ``$name`` and python2.7-2.7.18/Doc/library/os.path.rst:118: ``${name}``. python2.7-2.7.18/Doc/library/os.path.rst-119- ############################################## python2.7-2.7.18/Doc/library/rfc822.rst-78- python2.7-2.7.18/Doc/library/rfc822.rst:79:.. function:: parseaddr(address) python2.7-2.7.18/Doc/library/rfc822.rst-80- ############################################## python2.7-2.7.18/Doc/library/rfc822.rst-215- python2.7-2.7.18/Doc/library/rfc822.rst:216:.. method:: Message.getaddr(name) python2.7-2.7.18/Doc/library/rfc822.rst-217- ############################################## python2.7-2.7.18/Doc/library/rfc822.rst-223- Example: If *m*'s first :mailheader:`From` header contains the string python2.7-2.7.18/Doc/library/rfc822.rst:224: ``'jack@cwi.nl (Jack Jansen)'``, then ``m.getaddr('From')`` will yield the pair python2.7-2.7.18/Doc/library/rfc822.rst-225- ``('Jack Jansen', 'jack@cwi.nl')``. If the header contained ``'Jack Jansen ############################################## python2.7-2.7.18/Doc/library/rfc822.rst-230- python2.7-2.7.18/Doc/library/rfc822.rst:231: This is similar to ``getaddr(list)``, but parses a header containing a list of python2.7-2.7.18/Doc/library/rfc822.rst-232- email addresses (e.g. a :mailheader:`To` header) and returns a list of ``(full ############################################## python2.7-2.7.18/Doc/library/cookie.rst-29-The character set, :data:`string.ascii_letters`, :data:`string.digits` and python2.7-2.7.18/Doc/library/cookie.rst:30:``!#$%&'*+-.^_`|~`` denote the set of valid characters allowed by this module python2.7-2.7.18/Doc/library/cookie.rst-31-in Cookie name (as :attr:`~Morsel.key`). ############################################## python2.7-2.7.18/Doc/library/socket.rst-323- python2.7-2.7.18/Doc/library/socket.rst:324:.. function:: gethostbyaddr(ip_address) python2.7-2.7.18/Doc/library/socket.rst-325- ############################################## python2.7-2.7.18/Doc/library/asyncore.rst-319- self.create_socket(socket.AF_INET, socket.SOCK_STREAM) python2.7-2.7.18/Doc/library/asyncore.rst:320: self.set_reuse_addr() python2.7-2.7.18/Doc/library/asyncore.rst-321- self.bind((host, port)) ############################################## python2.7-2.7.18/Doc/library/re.rst-96- python2.7-2.7.18/Doc/library/re.rst:97:``'$'`` python2.7-2.7.18/Doc/library/re.rst-98- Matches the end of the string or just before the newline at the end of the ############################################## python2.7-2.7.18/Doc/library/re.rst-327-If the ordinary character is not on the list, then the resulting RE will match python2.7-2.7.18/Doc/library/re.rst:328:the second character. For example, ``\$`` matches the character ``'$'``. python2.7-2.7.18/Doc/library/re.rst-329- ############################################## python2.7-2.7.18/Doc/library/re.rst-505- string and at the beginning of each line (immediately following each newline); python2.7-2.7.18/Doc/library/re.rst:506: and the pattern character ``'$'`` matches at the end of the string and at the python2.7-2.7.18/Doc/library/re.rst-507- end of each line (immediately preceding each newline). By default, ``'^'`` python2.7-2.7.18/Doc/library/re.rst:508: matches only at the beginning of the string, and ``'$'`` only at the end of the python2.7-2.7.18/Doc/library/re.rst-509- string and immediately before the newline (if any) at the end of the string. ############################################## python2.7-2.7.18/Doc/library/os.rst-424- single: gethostname() (in module socket) python2.7-2.7.18/Doc/library/os.rst:425: single: gethostbyaddr() (in module socket) python2.7-2.7.18/Doc/library/os.rst-426- ############################################## python2.7-2.7.18/Doc/library/os.rst-431- :func:`socket.gethostname` or even python2.7-2.7.18/Doc/library/os.rst:432: ``socket.gethostbyaddr(socket.gethostname())``. python2.7-2.7.18/Doc/library/os.rst-433- ############################################## python2.7-2.7.18/Doc/library/tix.rst-548- :meth:`tix_getbitmap` methods will search for image files. The standard bitmap python2.7-2.7.18/Doc/library/tix.rst:549: directory is :file:`$TIX_LIBRARY/bitmaps`. The :meth:`tix_addbitmapdir` method python2.7-2.7.18/Doc/library/tix.rst-550- adds *directory* into this list. By using this method, the image files of an ############################################## python2.7-2.7.18/Doc/distutils/apiref.rst-1165- Note that this is not a fully-fledged string interpolation function. A valid python2.7-2.7.18/Doc/distutils/apiref.rst:1166: ``$variable`` can consist only of upper and lower case letters, numbers and an python2.7-2.7.18/Doc/distutils/apiref.rst-1167- underscore. No { } or ( ) style quoting is available. ############################################## python2.7-2.7.18/Doc/faq/programming.rst-984-unwanted side effects. For example, someone could pass python2.7-2.7.18/Doc/faq/programming.rst:985:``__import__('os').system("rm -rf $HOME")`` which would erase your home python2.7-2.7.18/Doc/faq/programming.rst-986-directory. ############################################## python2.7-2.7.18/Doc/using/unix.rst-95-These are subject to difference depending on local installation conventions; python2.7-2.7.18/Doc/using/unix.rst:96::envvar:`prefix` (``${prefix}``) and :envvar:`exec_prefix` (``${exec_prefix}``) python2.7-2.7.18/Doc/using/unix.rst-97-are installation-dependent and should be interpreted as for GNU software; they ############################################## python2.7-2.7.18/Doc/howto/regex.rst-96- python2.7-2.7.18/Doc/howto/regex.rst:97:Metacharacters are not active inside classes. For example, ``[akm$]`` will python2.7-2.7.18/Doc/howto/regex.rst:98:match any of the characters ``'a'``, ``'k'``, ``'m'``, or ``'$'``; ``'$'`` is python2.7-2.7.18/Doc/howto/regex.rst-99-usually a metacharacter, but inside a character class it's stripped of its ############################################## python2.7-2.7.18/Doc/howto/regex.rst-712- python2.7-2.7.18/Doc/howto/regex.rst:713: To match a literal ``'$'``, use ``\$`` or enclose it inside a character class, python2.7-2.7.18/Doc/howto/regex.rst:714: as in ``[$]``. python2.7-2.7.18/Doc/howto/regex.rst-715- ############################################## python2.7-2.7.18/Doc/howto/regex.rst-1020- python2.7-2.7.18/Doc/howto/regex.rst:1021:``.*[.](?!bat$)[^.]*$`` The negative lookahead means: if the expression ``bat`` python2.7-2.7.18/Doc/howto/regex.rst-1022-doesn't match at this point, try the rest of the pattern; if ``bat$`` does ############################################## python2.7-2.7.18/Doc/howto/regex.rst-1031- python2.7-2.7.18/Doc/howto/regex.rst:1032:``.*[.](?!bat$|exe$)[^.]*$`` python2.7-2.7.18/Doc/howto/regex.rst-1033- ############################################## python2.7-2.7.18/Doc/tools/susp-ignored.csv-53-library/bisect,,:hi,all(val > x for val in a[i:hi]) python2.7-2.7.18/Doc/tools/susp-ignored.csv:54:library/cookie,,`,!#$%&'*+-.^_`|~ python2.7-2.7.18/Doc/tools/susp-ignored.csv-55-library/datetime,,:MM, ############################################## python2.7-2.7.18/Doc/tools/susp-ignored.csv-102-library/pyexpat,,:py,"xmlns:py = ""http://www.python.org/ns/"">" python2.7-2.7.18/Doc/tools/susp-ignored.csv:103:library/re,,`,!#$%&'*+-.^_`|~: python2.7-2.7.18/Doc/tools/susp-ignored.csv:104:library/re,,`,[abcdefghijklmnopqrstuvwxyz0123456789\!\#\$\%\&\'\*\+\-\.\^\_\`\|\~\:]+ python2.7-2.7.18/Doc/tools/susp-ignored.csv-105-library/smtplib,,:port,method must support that as well as a regular host:port ############################################## python2.7-2.7.18/Doc/install/index.rst-620- python2.7-2.7.18/Doc/install/index.rst:621:``$PLAT`` is not (necessarily) an environment variable---it will be expanded by python2.7-2.7.18/Doc/install/index.rst-622-the Distutils as it parses your command line options, just as it does when ############################################## python2.7-2.7.18/Doc/install/index.rst-653- python2.7-2.7.18/Doc/install/index.rst:654:You probably noticed the use of ``$HOME`` and ``$PLAT`` in the sample python2.7-2.7.18/Doc/install/index.rst-655-configuration file input. These are Distutils configuration variables, which ############################################## python2.7-2.7.18/Doc/install/index.rst-658-the Distutils additionally define a few extra variables that may not be in your python2.7-2.7.18/Doc/install/index.rst:659:environment, such as ``$PLAT``. (And of course, on systems that don't have python2.7-2.7.18/Doc/install/index.rst-660-environment variables, such as Mac OS 9, the configuration variables supplied by ############################################## python2.7-2.7.18/Doc/install/index.rst-773-+--------------+----------------------------------------------------------+-------+ python2.7-2.7.18/Doc/install/index.rst:774:| personal | :file:`$HOME/.pydistutils.cfg` | \(2) | python2.7-2.7.18/Doc/install/index.rst-775-+--------------+----------------------------------------------------------+-------+ ############################################## python2.7-2.7.18/Misc/TextMate/Python-Dev.tmbundle/Snippets/2 to 3 - Module Deletion (docs).tmSnippet-6- <string>.. deprecated:: 2.6 python2.7-2.7.18/Misc/TextMate/Python-Dev.tmbundle/Snippets/2 to 3 - Module Deletion (docs).tmSnippet:7: The :mod:\`${1}\` module has been deprecated for removal in Python 3.0. python2.7-2.7.18/Misc/TextMate/Python-Dev.tmbundle/Snippets/2 to 3 - Module Deletion (docs).tmSnippet-8-${0}</string> ############################################## python2.7-2.7.18/Misc/TextMate/Python-Dev.tmbundle/Commands/Open PEP.tmCommand-10-# Dumb luck that an unrecognized number leads to a 0 being used. python2.7-2.7.18/Misc/TextMate/Python-Dev.tmbundle/Commands/Open PEP.tmCommand:11:open `printf "http://www.python.org/dev/peps/pep-%04d" $(cat)`</string> python2.7-2.7.18/Misc/TextMate/Python-Dev.tmbundle/Commands/Open PEP.tmCommand-12- <key>fallbackInput</key> ############################################## python2.7-2.7.18/Misc/NEWS-3359- python2.7-2.7.18/Misc/NEWS:3360:- bpo-17717: The Windows build scripts now use a copy of NASM pulled from python2.7-2.7.18/Misc/NEWS-3361- svn.python.org to build OpenSSL. ############################################## python2.7-2.7.18/Misc/NEWS-4158- python2.7-2.7.18/Misc/NEWS:4159:- bpo-18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't cast python2.7-2.7.18/Misc/NEWS-4160- 64-bit pointer to long (32 bits). ############################################## python2.7-2.7.18/Misc/NEWS-9561- python2.7-2.7.18/Misc/NEWS:9562:- bpo-5201: distutils.sysconfig.parse_makefile() now understands ``$$`` in python2.7-2.7.18/Misc/NEWS-9563- Makefiles. This prevents compile errors when using syntax like: python2.7-2.7.18/Misc/NEWS:9564: ``LDFLAGS='-rpath=\$$LIB:/some/other/path'``. Patch by Floris Bruynooghe. python2.7-2.7.18/Misc/NEWS-9565- ############################################## python2.7-2.7.18/Misc/HISTORY-156- python2.7-2.7.18/Misc/HISTORY:157:- Bug #1535502, build _hashlib on Windows, and use masm assembler python2.7-2.7.18/Misc/HISTORY-158- code in OpenSSL. ############################################## python2.7-2.7.18/Misc/HISTORY-10171- python2.7-2.7.18/Misc/HISTORY:10172: - Modify the gethostbyaddr() code to also hold on to the lock until python2.7-2.7.18/Misc/HISTORY-10173- after it is safe to release, overlapping with the Python lock. ############################################## python2.7-2.7.18/Misc/HISTORY-11746- python2.7-2.7.18/Misc/HISTORY:11747:- Add a new method of interpreter objects, interpaddr(). This returns python2.7-2.7.18/Misc/HISTORY-11748-the address of the Tcl interpreter object, as an integer. Not very ############################################## python2.7-2.7.18/Misc/HISTORY-12120-support for adding headers, though). Also fixed a bug where an python2.7-2.7.18/Misc/HISTORY:12121:illegal address would cause a crash in getrouteaddr(), fixed a python2.7-2.7.18/Misc/HISTORY-12122-sign reversal in mktime_tz(), and use the local timezone by default ############################################## python2.7-2.7.18/Misc/HISTORY-13074- python2.7-2.7.18/Misc/HISTORY:13075:- rfc822.py: Entirely rewritten parseaddr() function by Sjoerd python2.7-2.7.18/Misc/HISTORY:13076:Mullender, to be closer to the standard. This fixes the getaddr() python2.7-2.7.18/Misc/HISTORY-13077-method. Unfortunately, getaddrlist() is as broken as ever, since it ############################################## python2.7-2.7.18/Misc/HISTORY-14702- python2.7-2.7.18/Misc/HISTORY:14703:- Much improved parseaddr() in rfc822. python2.7-2.7.18/Misc/HISTORY-14704- ############################################## python2.7-2.7.18/PC/VC6/readme.txt-214- python2.7-2.7.18/PC/VC6/readme.txt:215: You can install the NASM assembler from python2.7-2.7.18/PC/VC6/readme.txt-216- http://www.nasm.us/ python2.7-2.7.18/PC/VC6/readme.txt-217- for x86 builds. Put nasmw.exe anywhere in your PATH. python2.7-2.7.18/PC/VC6/readme.txt:218: Note: recent releases of nasm only have nasm.exe. Just rename it to python2.7-2.7.18/PC/VC6/readme.txt-219- nasmw.exe. ############################################## python2.7-2.7.18/PC/VC6/build_ssl.py-192- #if arch=="x86" and debug: python2.7-2.7.18/PC/VC6/build_ssl.py:193: # # the do_masm script in openssl doesn't generate a debug python2.7-2.7.18/PC/VC6/build_ssl.py-194- # # build makefile so we generate it here: ############################################## python2.7-2.7.18/PC/os2emx/dlfcn.c-170- python2.7-2.7.18/PC/os2emx/dlfcn.c:171: switch (rc = DosQueryProcAddr(tmp->handle, symord, symbol, &addr)) python2.7-2.7.18/PC/os2emx/dlfcn.c-172- { ############################################## python2.7-2.7.18/PC/VS9.0/readme.txt-140- python2.7-2.7.18/PC/VS9.0/readme.txt:141: The NASM assembler is required to build OpenSSL. If you use the python2.7-2.7.18/PC/VS9.0/readme.txt-142- PCbuild\get_externals.bat script to get external library sources, it also python2.7-2.7.18/PC/VS9.0/readme.txt-143- downloads a version of NASM, which the ssl build script will add to PATH. python2.7-2.7.18/PC/VS9.0/readme.txt:144: Otherwise, you can download the NASM installer from python2.7-2.7.18/PC/VS9.0/readme.txt-145- http://www.nasm.us/ python2.7-2.7.18/PC/VS9.0/readme.txt:146: and add NASM to your PATH. python2.7-2.7.18/PC/VS9.0/readme.txt-147- ############################################## python2.7-2.7.18/PC/VS9.0/readme.txt-149- http://www.activestate.com/activeperl/ python2.7-2.7.18/PC/VS9.0/readme.txt:150: in order to create the necessary makefiles and .asm files for building python2.7-2.7.18/PC/VS9.0/readme.txt-151- OpenSSL. ############################################## python2.7-2.7.18/PC/VS9.0/build_ssl.py-163- python2.7-2.7.18/PC/VS9.0/build_ssl.py:164: # add our copy of NASM to PATH. It will be on the same level as openssl python2.7-2.7.18/PC/VS9.0/build_ssl.py-165- externals_dir = os.path.join(solution_dir, props['externalsDir']) ############################################## python2.7-2.7.18/PC/VS7.1/build_ssl.py-152- if arch=="x86" and debug: python2.7-2.7.18/PC/VS7.1/build_ssl.py:153: # the do_masm script in openssl doesn't generate a debug python2.7-2.7.18/PC/VS7.1/build_ssl.py-154- # build makefile so we generate it here: ############################################## python2.7-2.7.18/PC/VS8.0/build_ssl.py-215- #if arch=="x86" and debug: python2.7-2.7.18/PC/VS8.0/build_ssl.py:216: # # the do_masm script in openssl doesn't generate a debug python2.7-2.7.18/PC/VS8.0/build_ssl.py-217- # # build makefile so we generate it here: ############################################## python2.7-2.7.18/Mac/README.rst-248- python2.7-2.7.18/Mac/README.rst:249:Installing in another place, for instance ``$HOME/Library/Frameworks`` if you python2.7-2.7.18/Mac/README.rst-250-have no admin privileges on your machine, is possible. This can be accomplished python2.7-2.7.18/Mac/README.rst:251:by configuring with ``--enable-framework=$HOME/Library/Frameworks``. python2.7-2.7.18/Mac/README.rst-252-The other two directories will then also be installed in your home directory, python2.7-2.7.18/Mac/README.rst:253:at ``$HOME/Applications/Python-<VERSION>`` and ``$HOME/bin``. python2.7-2.7.18/Mac/README.rst-254- ############################################## python2.7-2.7.18/Mac/Tools/pythonw.c-61- python2.7-2.7.18/Mac/Tools/pythonw.c:62: if (dladdr(Py_Initialize, &info) == 0) { python2.7-2.7.18/Mac/Tools/pythonw.c-63- return NULL; ############################################## python2.7-2.7.18/Mac/BuildScript/scripts/postflight.patch-profile-13- # we need. python2.7-2.7.18/Mac/BuildScript/scripts/postflight.patch-profile:14: theShell="`finger $USER | grep Shell: | head -1 | awk '{ print $NF }'`" python2.7-2.7.18/Mac/BuildScript/scripts/postflight.patch-profile-15- ############################################## python2.7-2.7.18/Mac/BuildScript/scripts/postflight.patch-profile-20-# Make sure the directory ${PYTHON_ROOT}/bin is on the users PATH. python2.7-2.7.18/Mac/BuildScript/scripts/postflight.patch-profile:21:BSH="`basename "${theShell}"`" python2.7-2.7.18/Mac/BuildScript/scripts/postflight.patch-profile-22-case "${BSH}" in ############################################## python2.7-2.7.18/Mac/BuildScript/scripts/postflight.patch-profile-24- if [ `id -ur` = 0 ]; then python2.7-2.7.18/Mac/BuildScript/scripts/postflight.patch-profile:25: P=`su - ${USER} -c 'echo A-X-4-X@@$PATH@@X-4-X-A' | grep 'A-X-4-X@@.*@@X-4-X-A' | sed -e 's/^A-X-4-X@@//g' -e 's/@@X-4-X-A$//g'` python2.7-2.7.18/Mac/BuildScript/scripts/postflight.patch-profile-26- else python2.7-2.7.18/Mac/BuildScript/scripts/postflight.patch-profile:27: P="`(exec -l ${theShell} -c 'echo $PATH')`" python2.7-2.7.18/Mac/BuildScript/scripts/postflight.patch-profile-28- fi ############################################## python2.7-2.7.18/Mac/BuildScript/scripts/postflight.patch-profile-36-# Now ensure that our bin directory is on $P and before /usr/bin at that python2.7-2.7.18/Mac/BuildScript/scripts/postflight.patch-profile:37:for elem in `echo $P | tr ':' ' '` python2.7-2.7.18/Mac/BuildScript/scripts/postflight.patch-profile-38-do ############################################## python2.7-2.7.18/Mac/BuildScript/scripts/postflight.patch-profile-92-echo "# Setting PATH for Python ${PYVER}" >> "${PR}" python2.7-2.7.18/Mac/BuildScript/scripts/postflight.patch-profile:93:echo "# The original version is saved in `basename ${PR}`.pysave" >> "${PR}" python2.7-2.7.18/Mac/BuildScript/scripts/postflight.patch-profile-94-echo 'PATH="'"${PYTHON_ROOT}/bin"':${PATH}"' >> "${PR}" ############################################## python2.7-2.7.18/Mac/BuildScript/build-installer.py-801- # unilaterally disable assembly code building to avoid the problem. python2.7-2.7.18/Mac/BuildScript/build-installer.py:802: no_asm = int(platform.release().split(".")[0]) < 9 python2.7-2.7.18/Mac/BuildScript/build-installer.py-803- ############################################## python2.7-2.7.18/Mac/IDLE/Makefile.in-74-Info.plist: $(srcdir)/Info.plist.in python2.7-2.7.18/Mac/IDLE/Makefile.in:75: sed 's/%VERSION%/'"`$(RUNSHARED) $(BUILDPYTHON) -c 'import platform; print platform.python_version()'`"'/g' < $(srcdir)/Info.plist.in > Info.plist python2.7-2.7.18/Mac/IDLE/Makefile.in-76- ############################################## python2.7-2.7.18/Mac/Modules/qdoffs/_Qdoffsmodule.c-610- return NULL; python2.7-2.7.18/Mac/Modules/qdoffs/_Qdoffsmodule.c:611: cp = GetPixBaseAddr(pm)+from; python2.7-2.7.18/Mac/Modules/qdoffs/_Qdoffsmodule.c-612- _res = PyString_FromStringAndSize(cp, length); ############################################## python2.7-2.7.18/Mac/Modules/qdoffs/_Qdoffsmodule.c-626- return NULL; python2.7-2.7.18/Mac/Modules/qdoffs/_Qdoffsmodule.c:627: cp = GetPixBaseAddr(pm)+from; python2.7-2.7.18/Mac/Modules/qdoffs/_Qdoffsmodule.c-628- memcpy(cp, icp, length); ############################################## python2.7-2.7.18/Mac/Modules/qdoffs/qdoffssupport.py-103- return NULL; python2.7-2.7.18/Mac/Modules/qdoffs/qdoffssupport.py:104:cp = GetPixBaseAddr(pm)+from; python2.7-2.7.18/Mac/Modules/qdoffs/qdoffssupport.py-105-_res = PyString_FromStringAndSize(cp, length); ############################################## python2.7-2.7.18/Mac/Modules/qdoffs/qdoffssupport.py-119- return NULL; python2.7-2.7.18/Mac/Modules/qdoffs/qdoffssupport.py:120:cp = GetPixBaseAddr(pm)+from; python2.7-2.7.18/Mac/Modules/qdoffs/qdoffssupport.py-121-memcpy(cp, icp, length); ############################################## python2.7-2.7.18/Mac/Modules/qd/_Qdmodule.c-1490- python2.7-2.7.18/Mac/Modules/qd/_Qdmodule.c:1491:static PyObject *BMObj_get_baseAddr(BitMapObject *self, void *closure) python2.7-2.7.18/Mac/Modules/qd/_Qdmodule.c-1492-{ ############################################## python2.7-2.7.18/Mac/Demo/example1/dnslookup-1.py-44- try: python2.7-2.7.18/Mac/Demo/example1/dnslookup-1.py:45: value = socket.gethostbyaddr(str)[0] python2.7-2.7.18/Mac/Demo/example1/dnslookup-1.py-46- except: ############################################## python2.7-2.7.18/Mac/Demo/example1.html-129-<UL> python2.7-2.7.18/Mac/Demo/example1.html:130:<LI> <CODE>gethostbyaddr()</CODE> python2.7-2.7.18/Mac/Demo/example1.html-131-returns the hostname associated with an IP address ############################################## python2.7-2.7.18/Mac/Demo/example2/dnslookup-2.py-73- try: python2.7-2.7.18/Mac/Demo/example2/dnslookup-2.py:74: value = socket.gethostbyaddr(str)[0] python2.7-2.7.18/Mac/Demo/example2/dnslookup-2.py-75- except: ############################################## python2.7-2.7.18/Mac/PythonLauncher/Makefile.in-79-Info.plist: $(srcdir)/Info.plist.in python2.7-2.7.18/Mac/PythonLauncher/Makefile.in:80: sed 's/%VERSION%/'"`$(RUNSHARED) $(BUILDPYTHON) -c 'import platform; print platform.python_version()'`"'/g' < $(srcdir)/Info.plist.in > Info.plist ############################################## python2.7-2.7.18/configure-46-if test -z "$BASH_VERSION$ZSH_VERSION" \ python2.7-2.7.18/configure:47: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then python2.7-2.7.18/configure-48- as_echo='print -r --' python2.7-2.7.18/configure-49- as_echo_n='print -rn --' python2.7-2.7.18/configure:50:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then python2.7-2.7.18/configure-51- as_echo='printf %s\n' ############################################## python2.7-2.7.18/configure-53-else python2.7-2.7.18/configure:54: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then python2.7-2.7.18/configure-55- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## python2.7-2.7.18/configure-63- expr "X$arg" : "X\\(.*\\)$as_nl"; python2.7-2.7.18/configure:64: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; python2.7-2.7.18/configure-65- esac; ############################################## python2.7-2.7.18/configure-200- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && python2.7-2.7.18/configure:201: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 python2.7-2.7.18/configure-202-test \$(( 1 + 1 )) = 2 || exit 1" ############################################## python2.7-2.7.18/configure-328- case $as_dir in #( python2.7-2.7.18/configure:329: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( python2.7-2.7.18/configure-330- *) as_qdir=$as_dir;; ############################################## python2.7-2.7.18/configure-401- { python2.7-2.7.18/configure:402: as_val=`expr "$@" || test $? -eq 1` python2.7-2.7.18/configure-403- } ############################################## python2.7-2.7.18/configure-408-# ---------------------------------------- python2.7-2.7.18/configure:409:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are python2.7-2.7.18/configure-410-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## python2.7-2.7.18/configure-471- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && python2.7-2.7.18/configure:472: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { python2.7-2.7.18/configure-473- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## python2.7-2.7.18/configure-906- case $ac_option in python2.7-2.7.18/configure:907: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; python2.7-2.7.18/configure-908- *=) ac_optarg= ;; ############################################## python2.7-2.7.18/configure-950- -disable-* | --disable-*) python2.7-2.7.18/configure:951: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` python2.7-2.7.18/configure-952- # Reject names that are not valid shell variable names. ############################################## python2.7-2.7.18/configure-955- ac_useropt_orig=$ac_useropt python2.7-2.7.18/configure:956: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` python2.7-2.7.18/configure-957- case $ac_user_opts in ############################################## python2.7-2.7.18/configure-976- -enable-* | --enable-*) python2.7-2.7.18/configure:977: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` python2.7-2.7.18/configure-978- # Reject names that are not valid shell variable names. ############################################## python2.7-2.7.18/configure-981- ac_useropt_orig=$ac_useropt python2.7-2.7.18/configure:982: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` python2.7-2.7.18/configure-983- case $ac_user_opts in ############################################## python2.7-2.7.18/configure-1180- -with-* | --with-*) python2.7-2.7.18/configure:1181: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` python2.7-2.7.18/configure-1182- # Reject names that are not valid shell variable names. ############################################## python2.7-2.7.18/configure-1185- ac_useropt_orig=$ac_useropt python2.7-2.7.18/configure:1186: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` python2.7-2.7.18/configure-1187- case $ac_user_opts in ############################################## python2.7-2.7.18/configure-1196- -without-* | --without-*) python2.7-2.7.18/configure:1197: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` python2.7-2.7.18/configure-1198- # Reject names that are not valid shell variable names. ############################################## python2.7-2.7.18/configure-1201- ac_useropt_orig=$ac_useropt python2.7-2.7.18/configure:1202: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` python2.7-2.7.18/configure-1203- case $ac_user_opts in ############################################## python2.7-2.7.18/configure-1234- *=*) python2.7-2.7.18/configure:1235: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` python2.7-2.7.18/configure-1236- # Reject names that are not valid shell variable names. ############################################## python2.7-2.7.18/configure-1255-if test -n "$ac_prev"; then python2.7-2.7.18/configure:1256: ac_option=--`echo $ac_prev | sed 's/_/-/g'` python2.7-2.7.18/configure-1257- as_fn_error $? "missing argument to $ac_option" ############################################## python2.7-2.7.18/configure-1277- */ ) python2.7-2.7.18/configure:1278: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` python2.7-2.7.18/configure-1279- eval $ac_var=\$ac_val;; ############################################## python2.7-2.7.18/configure-1312-ac_ls_di=`ls -di .` && python2.7-2.7.18/configure:1313:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || python2.7-2.7.18/configure-1314- as_fn_error $? "working directory cannot be determined" ############################################## python2.7-2.7.18/configure-1368-case $srcdir in python2.7-2.7.18/configure:1369:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; python2.7-2.7.18/configure-1370-esac ############################################## python2.7-2.7.18/configure-1411-By default, \`make install' will install all the files in python2.7-2.7.18/configure:1412:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify python2.7-2.7.18/configure:1413:an installation prefix other than \`$ac_default_prefix' using \`--prefix', python2.7-2.7.18/configure-1414-for instance \`--prefix=\$HOME'. ############################################## python2.7-2.7.18/configure-1561-*) python2.7-2.7.18/configure:1562: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` python2.7-2.7.18/configure-1563- # A ".." for each directory in $ac_dir_suffix. python2.7-2.7.18/configure:1564: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` python2.7-2.7.18/configure-1565- case $ac_top_builddir_sub in ############################################## python2.7-2.7.18/configure-2405- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack python2.7-2.7.18/configure:2406: as_decl_name=`echo $2|sed 's/ *(.*//'` python2.7-2.7.18/configure:2407: as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` python2.7-2.7.18/configure-2408- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 ############################################## python2.7-2.7.18/configure-2519- *\'*) python2.7-2.7.18/configure:2520: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; python2.7-2.7.18/configure-2521- esac ############################################## python2.7-2.7.18/configure-2602- case $ac_val in python2.7-2.7.18/configure:2603: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; python2.7-2.7.18/configure-2604- esac ############################################## python2.7-2.7.18/configure-2617- case $ac_val in python2.7-2.7.18/configure:2618: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; python2.7-2.7.18/configure-2619- esac ############################################## python2.7-2.7.18/configure-2737- set,) python2.7-2.7.18/configure:2738: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 python2.7-2.7.18/configure:2739:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} python2.7-2.7.18/configure-2740- ac_cache_corrupted=: ;; ############################################## python2.7-2.7.18/configure-2748- # differences in whitespace do not lead to failure. python2.7-2.7.18/configure:2749: ac_old_val_w=`echo x $ac_old_val` python2.7-2.7.18/configure:2750: ac_new_val_w=`echo x $ac_new_val` python2.7-2.7.18/configure-2751- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## python2.7-2.7.18/configure-2768- case $ac_new_val in python2.7-2.7.18/configure:2769: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; python2.7-2.7.18/configure-2770- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## python2.7-2.7.18/configure-2839-test "x$ac_build_alias" = x && python2.7-2.7.18/configure:2840: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` python2.7-2.7.18/configure-2841-test "x$ac_build_alias" = x && python2.7-2.7.18/configure-2842- as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 python2.7-2.7.18/configure:2843:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || python2.7-2.7.18/configure-2844- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 ############################################## python2.7-2.7.18/configure-2863-IFS=$ac_save_IFS python2.7-2.7.18/configure:2864:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac python2.7-2.7.18/configure-2865- ############################################## python2.7-2.7.18/configure-2874-else python2.7-2.7.18/configure:2875: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || python2.7-2.7.18/configure-2876- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 ############################################## python2.7-2.7.18/configure-2896-IFS=$ac_save_IFS python2.7-2.7.18/configure:2897:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac python2.7-2.7.18/configure-2898- ############################################## python2.7-2.7.18/configure-2977-if test "$prefix" != "/"; then python2.7-2.7.18/configure:2978: prefix=`echo "$prefix" | sed -e 's/\/$//g'` python2.7-2.7.18/configure-2979-fi ############################################## python2.7-2.7.18/configure-3097- then python2.7-2.7.18/configure:3098: if test -z "`/usr/bin/file -L "${UNIVERSALSDK}/usr/lib/libSystem.dylib" | grep ppc`" python2.7-2.7.18/configure-3099- then ############################################## python2.7-2.7.18/configure-3135- PYTHONFRAMEWORKDIR=${withval}.framework python2.7-2.7.18/configure:3136: PYTHONFRAMEWORKIDENTIFIER=org.python.`echo $withval | tr 'A-Z' 'a-z'` python2.7-2.7.18/configure-3137- ############################################## python2.7-2.7.18/configure-3199- */Library/Frameworks) python2.7-2.7.18/configure:3200: MDIR="`dirname "${enableval}"`" python2.7-2.7.18/configure:3201: MDIR="`dirname "${MDIR}"`" python2.7-2.7.18/configure-3202- FRAMEWORKINSTALLAPPSPREFIX="${MDIR}/Applications" ############################################## python2.7-2.7.18/configure-3463- LDFLAGS="$SGI_ABI $LDFLAGS" python2.7-2.7.18/configure:3464: MACHDEP=`echo "${MACHDEP}${SGI_ABI}" | sed 's/ *//g'` python2.7-2.7.18/configure-3465-fi ############################################## python2.7-2.7.18/configure-3969-$as_echo_n "checking whether the C compiler works... " >&6; } python2.7-2.7.18/configure:3970:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` python2.7-2.7.18/configure-3971- ############################################## python2.7-2.7.18/configure-4013- then :; else python2.7-2.7.18/configure:4014: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` python2.7-2.7.18/configure-4015- fi ############################################## python2.7-2.7.18/configure-4073- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; python2.7-2.7.18/configure:4074: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` python2.7-2.7.18/configure-4075- break;; ############################################## python2.7-2.7.18/configure-4182- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; python2.7-2.7.18/configure:4183: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` python2.7-2.7.18/configure-4184- break;; ############################################## python2.7-2.7.18/configure-4938- # Check for GNU $ac_path_GREP python2.7-2.7.18/configure:4939:case `"$ac_path_GREP" --version 2>&1` in python2.7-2.7.18/configure-4940-*GNU*) ############################################## python2.7-2.7.18/configure-5004- # Check for GNU $ac_path_EGREP python2.7-2.7.18/configure:5005:case `"$ac_path_EGREP" --version 2>&1` in python2.7-2.7.18/configure-5006-*GNU*) ############################################## python2.7-2.7.18/configure-5165-do : python2.7-2.7.18/configure:5166: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` python2.7-2.7.18/configure-5167-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## python2.7-2.7.18/configure-5170- cat >>confdefs.h <<_ACEOF python2.7-2.7.18/configure:5171:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 python2.7-2.7.18/configure-5172-_ACEOF ############################################## python2.7-2.7.18/configure-5382-if test "$GCC" = yes; then python2.7-2.7.18/configure:5383: ac_prog=`$CC -print-prog-name=ld` python2.7-2.7.18/configure-5384-fi python2.7-2.7.18/configure:5385:case `"$ac_prog" -V 2>&1 < /dev/null` in python2.7-2.7.18/configure-5386- *GNU*) ############################################## python2.7-2.7.18/configure-5489- FreeBSD*) python2.7-2.7.18/configure:5490: SOVERSION=`echo $SOVERSION|cut -d "." -f 1` python2.7-2.7.18/configure-5491- ;; ############################################## python2.7-2.7.18/configure-5917- as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue python2.7-2.7.18/configure:5918: case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( python2.7-2.7.18/configure-5919- 'mkdir (GNU coreutils) '* | \ ############################################## python2.7-2.7.18/configure-6511- then python2.7-2.7.18/configure:6512: clang_dir=`dirname "${clang_bin}"` python2.7-2.7.18/configure:6513: clang_bin=`readlink "${clang_bin}"` python2.7-2.7.18/configure:6514: llvm_bin_dir="${clang_dir}/"`dirname "${clang_bin}"` python2.7-2.7.18/configure-6515- llvm_path="${llvm_path}${PATH_SEPARATOR}${llvm_bin_dir}" ############################################## python2.7-2.7.18/configure-6526-else python2.7-2.7.18/configure:6527: ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || python2.7-2.7.18/configure-6528- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5 ############################################## python2.7-2.7.18/configure-6548-IFS=$ac_save_IFS python2.7-2.7.18/configure:6549:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac python2.7-2.7.18/configure-6550- ############################################## python2.7-2.7.18/configure-7088-do : python2.7-2.7.18/configure:7089: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` python2.7-2.7.18/configure-7090-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## python2.7-2.7.18/configure-7092- cat >>confdefs.h <<_ACEOF python2.7-2.7.18/configure:7093:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 python2.7-2.7.18/configure-7094-_ACEOF ############################################## python2.7-2.7.18/configure-7101-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do python2.7-2.7.18/configure:7102: as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` python2.7-2.7.18/configure-7103-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5 ############################################## python2.7-2.7.18/configure-7133- cat >>confdefs.h <<_ACEOF python2.7-2.7.18/configure:7134:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1 python2.7-2.7.18/configure-7135-_ACEOF ############################################## python2.7-2.7.18/configure-8669- FreeBSD*) python2.7-2.7.18/configure:8670: if [ "`$CC -dM -E - </dev/null | grep __ELF__`" != "" ] python2.7-2.7.18/configure-8671- then ############################################## python2.7-2.7.18/configure-8677- OpenBSD*) python2.7-2.7.18/configure:8678: if [ "`$CC -dM -E - </dev/null | grep __ELF__`" != "" ] python2.7-2.7.18/configure-8679- then ############################################## python2.7-2.7.18/configure-8791- FreeBSD*|NetBSD*|OpenBSD*|DragonFly*) python2.7-2.7.18/configure:8792: if [ "`$CC -dM -E - </dev/null | grep __ELF__`" != "" ] python2.7-2.7.18/configure-8793- then ############################################## python2.7-2.7.18/configure-9441-if test "$with_system_ffi" = "yes" && test -n "$PKG_CONFIG"; then python2.7-2.7.18/configure:9442: LIBFFI_INCLUDEDIR="`"$PKG_CONFIG" libffi --cflags-only-I 2>/dev/null | sed -e 's/^-I//;s/ *$//'`" python2.7-2.7.18/configure-9443-else ############################################## python2.7-2.7.18/configure-9501-else python2.7-2.7.18/configure:9502: for db in `echo $with_dbmliborder | sed 's/:/ /g'`; do python2.7-2.7.18/configure-9503- if test x$db != xndbm && test x$db != xgdbm && test x$db != xbdb ############################################## python2.7-2.7.18/configure-10668-do : python2.7-2.7.18/configure:10669: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` python2.7-2.7.18/configure-10670-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## python2.7-2.7.18/configure-10672- cat >>confdefs.h <<_ACEOF python2.7-2.7.18/configure:10673:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 python2.7-2.7.18/configure-10674-_ACEOF ############################################## python2.7-2.7.18/configure-11708-do : python2.7-2.7.18/configure:11709: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` python2.7-2.7.18/configure-11710-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## python2.7-2.7.18/configure-11712- cat >>confdefs.h <<_ACEOF python2.7-2.7.18/configure:11713:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 python2.7-2.7.18/configure-11714-_ACEOF ############################################## python2.7-2.7.18/configure-13289-do : python2.7-2.7.18/configure:13290: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` python2.7-2.7.18/configure-13291-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## python2.7-2.7.18/configure-13293- cat >>confdefs.h <<_ACEOF python2.7-2.7.18/configure:13294:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 python2.7-2.7.18/configure-13295-_ACEOF ############################################## python2.7-2.7.18/configure-13301-do : python2.7-2.7.18/configure:13302: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` python2.7-2.7.18/configure-13303-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## python2.7-2.7.18/configure-13305- cat >>confdefs.h <<_ACEOF python2.7-2.7.18/configure:13306:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 python2.7-2.7.18/configure-13307-_ACEOF ############################################## python2.7-2.7.18/configure-14615-do : python2.7-2.7.18/configure:14616: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` python2.7-2.7.18/configure-14617-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## python2.7-2.7.18/configure-14619- cat >>confdefs.h <<_ACEOF python2.7-2.7.18/configure:14620:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 python2.7-2.7.18/configure-14621-_ACEOF ############################################## python2.7-2.7.18/configure-15314- python2.7-2.7.18/configure:15315:for h in `(cd $srcdir;echo Python/thread_*.h)` python2.7-2.7.18/configure-15316-do ############################################## python2.7-2.7.18/configure-15538- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' python2.7-2.7.18/configure:15539: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` python2.7-2.7.18/configure-15540- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## python2.7-2.7.18/configure-15606-if test -z "$BASH_VERSION$ZSH_VERSION" \ python2.7-2.7.18/configure:15607: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then python2.7-2.7.18/configure-15608- as_echo='print -r --' python2.7-2.7.18/configure-15609- as_echo_n='print -rn --' python2.7-2.7.18/configure:15610:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then python2.7-2.7.18/configure-15611- as_echo='printf %s\n' ############################################## python2.7-2.7.18/configure-15613-else python2.7-2.7.18/configure:15614: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then python2.7-2.7.18/configure-15615- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## python2.7-2.7.18/configure-15623- expr "X$arg" : "X\\(.*\\)$as_nl"; python2.7-2.7.18/configure:15624: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; python2.7-2.7.18/configure-15625- esac; ############################################## python2.7-2.7.18/configure-15700-# ---------------------------------------- python2.7-2.7.18/configure:15701:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are python2.7-2.7.18/configure-15702-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## python2.7-2.7.18/configure-15772- { python2.7-2.7.18/configure:15773: as_val=`expr "$@" || test $? -eq 1` python2.7-2.7.18/configure-15774- } ############################################## python2.7-2.7.18/configure-15876- case $as_dir in #( python2.7-2.7.18/configure:15877: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( python2.7-2.7.18/configure-15878- *) as_qdir=$as_dir;; ############################################## python2.7-2.7.18/configure-16007-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 python2.7-2.7.18/configure:16008:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" python2.7-2.7.18/configure-16009-ac_cs_version="\\ ############################################## python2.7-2.7.18/configure-16031- --*=?*) python2.7-2.7.18/configure:16032: ac_option=`expr "X$1" : 'X\([^=]*\)='` python2.7-2.7.18/configure:16033: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` python2.7-2.7.18/configure-16034- ac_shift=: ############################################## python2.7-2.7.18/configure-16036- --*=) python2.7-2.7.18/configure:16037: ac_option=`expr "X$1" : 'X\([^=]*\)='` python2.7-2.7.18/configure-16038- ac_optarg= ############################################## python2.7-2.7.18/configure-16060- case $ac_optarg in python2.7-2.7.18/configure:16061: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; python2.7-2.7.18/configure-16062- '') as_fn_error $? "missing file argument" ;; ############################################## python2.7-2.7.18/configure-16068- case $ac_optarg in python2.7-2.7.18/configure:16069: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; python2.7-2.7.18/configure-16070- esac ############################################## python2.7-2.7.18/configure-16197-fi python2.7-2.7.18/configure:16198:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` python2.7-2.7.18/configure-16199-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## python2.7-2.7.18/configure-16214- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 python2.7-2.7.18/configure:16215:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` python2.7-2.7.18/configure-16216-ac_delim='%!_!# ' ############################################## python2.7-2.7.18/configure-16220- python2.7-2.7.18/configure:16221: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` python2.7-2.7.18/configure-16222- if test $ac_delim_n = $ac_delim_num; then ############################################## python2.7-2.7.18/configure-16358-for ac_last_try in false false :; do python2.7-2.7.18/configure:16359: ac_tt=`sed -n "/$ac_delim/p" confdefs.h` python2.7-2.7.18/configure-16360- if test -z "$ac_tt"; then ############################################## python2.7-2.7.18/configure-16490- esac python2.7-2.7.18/configure:16491: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac python2.7-2.7.18/configure-16492- as_fn_append ac_file_inputs " '$ac_f'" ############################################## python2.7-2.7.18/configure-16549-*) python2.7-2.7.18/configure:16550: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` python2.7-2.7.18/configure-16551- # A ".." for each directory in $ac_dir_suffix. python2.7-2.7.18/configure:16552: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` python2.7-2.7.18/configure-16553- case $ac_top_builddir_sub in ############################################## python2.7-2.7.18/configure-16610-/@mandir@/p' python2.7-2.7.18/configure:16611:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in python2.7-2.7.18/configure-16612-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## python2.7-2.7.18/configure-16627- python2.7-2.7.18/configure:16628:# Neutralize VPATH when `$srcdir' = `.'. python2.7-2.7.18/configure-16629-# Shell code in configure.ac might set extrasub. ############################################## python2.7-2.7.18/configure-16655-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && python2.7-2.7.18/configure:16656: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && python2.7-2.7.18/configure-16657- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## python2.7-2.7.18/Python/ceval.c-43- loop: python2.7-2.7.18/Python/ceval.c:44: asm volatile ("mftbu %0" : "=r" (tbu) ); python2.7-2.7.18/Python/ceval.c:45: asm volatile ("mftb %0" : "=r" (tb) ); python2.7-2.7.18/Python/ceval.c:46: asm volatile ("mftbu %0" : "=r" (tbu2)); python2.7-2.7.18/Python/ceval.c-47- if (__builtin_expect(tbu != tbu2, 0)) goto loop; ############################################## python2.7-2.7.18/Python/thread_sgi.h-45- if ((addr = usconfig(CONF_ATTACHADDR, addr)) < 0 && errno != 0) python2.7-2.7.18/Python/thread_sgi.h:46: perror("usconfig - CONF_ATTACHADDR (set)"); python2.7-2.7.18/Python/thread_sgi.h-47-#endif /* USE_DL */ ############################################## python2.7-2.7.18/Python/thread_sgi.h-63- if (usconfig(CONF_ATTACHADDR, addr) < 0) /* reset address */ python2.7-2.7.18/Python/thread_sgi.h:64: perror("usconfig - CONF_ATTACHADDR (reset)"); python2.7-2.7.18/Python/thread_sgi.h-65-#endif /* USE_DL */ ############################################## python2.7-2.7.18/Python/thread_sgi.h-142- errno != 0) python2.7-2.7.18/Python/thread_sgi.h:143: perror("usconfig - CONF_ATTACHADDR (set)"); python2.7-2.7.18/Python/thread_sgi.h-144- } ############################################## python2.7-2.7.18/Python/thread_sgi.h-152- /* reset address */ python2.7-2.7.18/Python/thread_sgi.h:153: perror("usconfig - CONF_ATTACHADDR (reset)"); python2.7-2.7.18/Python/thread_sgi.h-154- local_initialized = 1; ############################################## python2.7-2.7.18/Python/dynload_os2.c-41- PyOS_snprintf(funcname, sizeof(funcname), "init%.200s", shortname); python2.7-2.7.18/Python/dynload_os2.c:42: rc = DosQueryProcAddr(hDLL, 0L, funcname, &p); python2.7-2.7.18/Python/dynload_os2.c-43- if (rc != NO_ERROR) ############################################## python2.7-2.7.18/PCbuild/tix.vcxproj-60- <TkOpts Condition="$(Configuration) == 'Debug'">symbols,msvcrt</TkOpts> python2.7-2.7.18/PCbuild/tix.vcxproj:61: <TixDirs>BUILDDIRTOP="$(BuildDirTop)" TCL_DIR="$(tclDir.TrimEnd(`\`))" TK_DIR="$(tkDir.TrimEnd(`\`))" INSTALL_DIR="$(OutDir.TrimEnd(`\`))"</TixDirs> python2.7-2.7.18/PCbuild/tix.vcxproj-62- <DebugFlags Condition="'$(Configuration)' == 'Debug'">DEBUG=1 NODEBUG=0 TCL_DBGX=g DEBUGFLAGS="-wd4456 -wd4457 -wd4458 -wd4459 -wd4996"</DebugFlags> ############################################## python2.7-2.7.18/PCbuild/tcl.vcxproj-64- <TclOpts Condition="$(Configuration) == 'Debug'">symbols</TclOpts> python2.7-2.7.18/PCbuild/tcl.vcxproj:65: <TclDirs>INSTALLDIR="$(OutDir.TrimEnd(`\`))" INSTALL_DIR="$(OutDir.TrimEnd(`\`))"</TclDirs> python2.7-2.7.18/PCbuild/tcl.vcxproj-66- <DebugFlags Condition="'$(Configuration)' == 'Debug'">DEBUGFLAGS="-wd4456 -wd4457 -wd4458 -wd4459 -wd4996"</DebugFlags> ############################################## python2.7-2.7.18/PCbuild/tk.vcxproj-64- <TkOpts Condition="$(Configuration) == 'Debug'">symbols,msvcrt</TkOpts> python2.7-2.7.18/PCbuild/tk.vcxproj:65: <TkDirs>TCLDIR="$(tclDir.TrimEnd(`\`))" INSTALLDIR="$(OutDir.TrimEnd(`\`))"</TkDirs> python2.7-2.7.18/PCbuild/tk.vcxproj-66- <DebugFlags Condition="'$(Configuration)' == 'Debug'">DEBUGFLAGS="-wd4456 -wd4457 -wd4458 -wd4459 -wd4996"</DebugFlags> ############################################## python2.7-2.7.18/PCbuild/python.props-33- <!-- Directories of external projects. tcltk is handled in tcltk.props --> python2.7-2.7.18/PCbuild/python.props:34: <ExternalsDir>$([System.IO.Path]::GetFullPath(`$(PySourcePath)externals\`))</ExternalsDir> python2.7-2.7.18/PCbuild/python.props-35- <sqlite3Dir>$(ExternalsDir)sqlite-3.28.0.0\</sqlite3Dir> ############################################## python2.7-2.7.18/PCbuild/python.props-62- --> python2.7-2.7.18/PCbuild/python.props:63: <_PatchLevelContent>$([System.IO.File]::ReadAllText(`$(PySourcePath)Include\patchlevel.h`))</_PatchLevelContent> python2.7-2.7.18/PCbuild/python.props-64- <MajorVersionNumber>$([System.Text.RegularExpressions.Regex]::Match($(_PatchLevelContent), `define\s+PY_MAJOR_VERSION\s+(\d+)`).Groups[1].Value)</MajorVersionNumber> ############################################## python2.7-2.7.18/PCbuild/readme.txt-204- need a later version of NASM. If OpenSSL's self tests don't pass, python2.7-2.7.18/PCbuild/readme.txt:205: you should first try to update NASM and do a full rebuild of python2.7-2.7.18/PCbuild/readme.txt-206- OpenSSL. If you use the PCbuild\get_externals.bat method python2.7-2.7.18/PCbuild/readme.txt:207: for getting sources, it also downloads a version of NASM which the python2.7-2.7.18/PCbuild/readme.txt-208- libeay/ssleay sub-projects use. ############################################## python2.7-2.7.18/PCbuild/openssl.props-59- <PropertyGroup> python2.7-2.7.18/PCbuild/openssl.props:60: <nasm Condition="$(Platform) == 'Win32'">nasm.exe -f win32</nasm> python2.7-2.7.18/PCbuild/openssl.props:61: <nasm Condition="$(Platform) == 'x64'">nasm.exe -f win64 -DNEAR -Ox -g</nasm> python2.7-2.7.18/PCbuild/openssl.props-62- </PropertyGroup> ############################################## python2.7-2.7.18/aclocal.m4-123- PKG_CHECK_EXISTS([$3], python2.7-2.7.18/aclocal.m4:124: [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null` python2.7-2.7.18/aclocal.m4-125- test "x$?" != "x0" && pkg_failed=yes ], ############################################## python2.7-2.7.18/aclocal.m4-171- if test $_pkg_short_errors_supported = yes; then python2.7-2.7.18/aclocal.m4:172: $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` python2.7-2.7.18/aclocal.m4-173- else python2.7-2.7.18/aclocal.m4:174: $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` python2.7-2.7.18/aclocal.m4-175- fi ############################################## python2.7-2.7.18/config.sub-52- python2.7-2.7.18/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'` python2.7-2.7.18/config.sub-54- ############################################## python2.7-2.7.18/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations. python2.7-2.7.18/config.sub:115:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` python2.7-2.7.18/config.sub-116-case $maybe_os in ############################################## python2.7-2.7.18/config.sub-122- os=-$maybe_os python2.7-2.7.18/config.sub:123: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` python2.7-2.7.18/config.sub-124- ;; ############################################## python2.7-2.7.18/config.sub-126- os=-linux-android python2.7-2.7.18/config.sub:127: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown python2.7-2.7.18/config.sub-128- ;; python2.7-2.7.18/config.sub-129- *) python2.7-2.7.18/config.sub:130: basic_machine=`echo $1 | sed 's/-[^-]*$//'` python2.7-2.7.18/config.sub-131- if [ $basic_machine != $1 ] python2.7-2.7.18/config.sub:132: then os=`echo $1 | sed 's/.*-/-/'` python2.7-2.7.18/config.sub-133- else os=; fi ############################################## python2.7-2.7.18/config.sub-180- os=-sco5v6 python2.7-2.7.18/config.sub:181: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` python2.7-2.7.18/config.sub-182- ;; ############################################## python2.7-2.7.18/config.sub-184- os=-sco3.2v5 python2.7-2.7.18/config.sub:185: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` python2.7-2.7.18/config.sub-186- ;; ############################################## python2.7-2.7.18/config.sub-188- os=-sco3.2v4 python2.7-2.7.18/config.sub:189: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` python2.7-2.7.18/config.sub-190- ;; python2.7-2.7.18/config.sub-191- -sco3.2.[4-9]*) python2.7-2.7.18/config.sub:192: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` python2.7-2.7.18/config.sub:193: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` python2.7-2.7.18/config.sub-194- ;; ############################################## python2.7-2.7.18/config.sub-196- # Don't forget version if it is 3.2v4 or newer. python2.7-2.7.18/config.sub:197: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` python2.7-2.7.18/config.sub-198- ;; ############################################## python2.7-2.7.18/config.sub-200- # Don't forget version if it is 3.2v4 or newer. python2.7-2.7.18/config.sub:201: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` python2.7-2.7.18/config.sub-202- ;; ############################################## python2.7-2.7.18/config.sub-204- os=-sco3.2v2 python2.7-2.7.18/config.sub:205: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` python2.7-2.7.18/config.sub-206- ;; python2.7-2.7.18/config.sub-207- -udk*) python2.7-2.7.18/config.sub:208: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` python2.7-2.7.18/config.sub-209- ;; ############################################## python2.7-2.7.18/config.sub-211- os=-isc2.2 python2.7-2.7.18/config.sub:212: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` python2.7-2.7.18/config.sub-213- ;; ############################################## python2.7-2.7.18/config.sub-217- -isc*) python2.7-2.7.18/config.sub:218: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` python2.7-2.7.18/config.sub-219- ;; ############################################## python2.7-2.7.18/config.sub-229- -ptx*) python2.7-2.7.18/config.sub:230: basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` python2.7-2.7.18/config.sub-231- ;; python2.7-2.7.18/config.sub-232- -windowsnt*) python2.7-2.7.18/config.sub:233: os=`echo $os | sed -e 's/windowsnt/winnt/'` python2.7-2.7.18/config.sub-234- ;; ############################################## python2.7-2.7.18/config.sub-368- *-*-*) python2.7-2.7.18/config.sub:369: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 python2.7-2.7.18/config.sub-370- exit 1 ############################################## python2.7-2.7.18/config.sub-497- amd64-*) python2.7-2.7.18/config.sub:498: basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` python2.7-2.7.18/config.sub-499- ;; ############################################## python2.7-2.7.18/config.sub-542- blackfin-*) python2.7-2.7.18/config.sub:543: basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` python2.7-2.7.18/config.sub-544- os=-linux ############################################## python2.7-2.7.18/config.sub-550- c54x-*) python2.7-2.7.18/config.sub:551: basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` python2.7-2.7.18/config.sub-552- ;; python2.7-2.7.18/config.sub-553- c55x-*) python2.7-2.7.18/config.sub:554: basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` python2.7-2.7.18/config.sub-555- ;; python2.7-2.7.18/config.sub-556- c6x-*) python2.7-2.7.18/config.sub:557: basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` python2.7-2.7.18/config.sub-558- ;; ############################################## python2.7-2.7.18/config.sub-654- e500v[12]-*) python2.7-2.7.18/config.sub:655: basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` python2.7-2.7.18/config.sub-656- os=$os"spe" ############################################## python2.7-2.7.18/config.sub-761- i*86v32) python2.7-2.7.18/config.sub:762: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` python2.7-2.7.18/config.sub-763- os=-sysv32 ############################################## python2.7-2.7.18/config.sub-765- i*86v4*) python2.7-2.7.18/config.sub:766: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` python2.7-2.7.18/config.sub-767- os=-sysv4 ############################################## python2.7-2.7.18/config.sub-769- i*86v) python2.7-2.7.18/config.sub:770: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` python2.7-2.7.18/config.sub-771- os=-sysv ############################################## python2.7-2.7.18/config.sub-773- i*86sol2) python2.7-2.7.18/config.sub:774: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` python2.7-2.7.18/config.sub-775- os=-solaris2 ############################################## python2.7-2.7.18/config.sub-799- leon-*|leon[3-9]-*) python2.7-2.7.18/config.sub:800: basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'` python2.7-2.7.18/config.sub-801- ;; ############################################## python2.7-2.7.18/config.sub-806- m68knommu-*) python2.7-2.7.18/config.sub:807: basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` python2.7-2.7.18/config.sub-808- os=-linux ############################################## python2.7-2.7.18/config.sub-843- mips3*-*) python2.7-2.7.18/config.sub:844: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` python2.7-2.7.18/config.sub-845- ;; python2.7-2.7.18/config.sub-846- mips3*) python2.7-2.7.18/config.sub:847: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown python2.7-2.7.18/config.sub-848- ;; ############################################## python2.7-2.7.18/config.sub-865- ms1-*) python2.7-2.7.18/config.sub:866: basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` python2.7-2.7.18/config.sub-867- ;; ############################################## python2.7-2.7.18/config.sub-987- parisc-*) python2.7-2.7.18/config.sub:988: basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` python2.7-2.7.18/config.sub-989- os=-linux ############################################## python2.7-2.7.18/config.sub-1003- pc98-*) python2.7-2.7.18/config.sub:1004: basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` python2.7-2.7.18/config.sub-1005- ;; ############################################## python2.7-2.7.18/config.sub-1018- pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) python2.7-2.7.18/config.sub:1019: basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` python2.7-2.7.18/config.sub-1020- ;; python2.7-2.7.18/config.sub-1021- pentiumpro-* | p6-* | 6x86-* | athlon-*) python2.7-2.7.18/config.sub:1022: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` python2.7-2.7.18/config.sub-1023- ;; python2.7-2.7.18/config.sub-1024- pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) python2.7-2.7.18/config.sub:1025: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` python2.7-2.7.18/config.sub-1026- ;; python2.7-2.7.18/config.sub-1027- pentium4-*) python2.7-2.7.18/config.sub:1028: basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` python2.7-2.7.18/config.sub-1029- ;; ############################################## python2.7-2.7.18/config.sub-1037- ppc-* | ppcbe-*) python2.7-2.7.18/config.sub:1038: basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` python2.7-2.7.18/config.sub-1039- ;; ############################################## python2.7-2.7.18/config.sub-1043- ppcle-* | powerpclittle-*) python2.7-2.7.18/config.sub:1044: basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` python2.7-2.7.18/config.sub-1045- ;; ############################################## python2.7-2.7.18/config.sub-1047- ;; python2.7-2.7.18/config.sub:1048: ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` python2.7-2.7.18/config.sub-1049- ;; ############################################## python2.7-2.7.18/config.sub-1053- ppc64le-* | powerpc64little-*) python2.7-2.7.18/config.sub:1054: basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` python2.7-2.7.18/config.sub-1055- ;; ############################################## python2.7-2.7.18/config.sub-1136- strongarm-* | thumb-*) python2.7-2.7.18/config.sub:1137: basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` python2.7-2.7.18/config.sub-1138- ;; ############################################## python2.7-2.7.18/config.sub-1269- xscale-* | xscalee[bl]-*) python2.7-2.7.18/config.sub:1270: basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` python2.7-2.7.18/config.sub-1271- ;; ############################################## python2.7-2.7.18/config.sub-1346- *) python2.7-2.7.18/config.sub:1347: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 python2.7-2.7.18/config.sub-1348- exit 1 ############################################## python2.7-2.7.18/config.sub-1354- *-digital*) python2.7-2.7.18/config.sub:1355: basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` python2.7-2.7.18/config.sub-1356- ;; python2.7-2.7.18/config.sub-1357- *-commodore*) python2.7-2.7.18/config.sub:1358: basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` python2.7-2.7.18/config.sub-1359- ;; ############################################## python2.7-2.7.18/config.sub-1375- -solaris1 | -solaris1.*) python2.7-2.7.18/config.sub:1376: os=`echo $os | sed -e 's|solaris1|sunos4|'` python2.7-2.7.18/config.sub-1377- ;; ############################################## python2.7-2.7.18/config.sub-1387- -gnu/linux*) python2.7-2.7.18/config.sub:1388: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` python2.7-2.7.18/config.sub-1389- ;; ############################################## python2.7-2.7.18/config.sub-1434- -nto*) python2.7-2.7.18/config.sub:1435: os=`echo $os | sed -e 's|nto|nto-qnx|'` python2.7-2.7.18/config.sub-1436- ;; ############################################## python2.7-2.7.18/config.sub-1441- -mac*) python2.7-2.7.18/config.sub:1442: os=`echo $os | sed -e 's|mac|macos|'` python2.7-2.7.18/config.sub-1443- ;; ############################################## python2.7-2.7.18/config.sub-1447- -linux*) python2.7-2.7.18/config.sub:1448: os=`echo $os | sed -e 's|linux|linux-gnu|'` python2.7-2.7.18/config.sub-1449- ;; python2.7-2.7.18/config.sub-1450- -sunos5*) python2.7-2.7.18/config.sub:1451: os=`echo $os | sed -e 's|sunos5|solaris2|'` python2.7-2.7.18/config.sub-1452- ;; python2.7-2.7.18/config.sub-1453- -sunos6*) python2.7-2.7.18/config.sub:1454: os=`echo $os | sed -e 's|sunos6|solaris3|'` python2.7-2.7.18/config.sub-1455- ;; ############################################## python2.7-2.7.18/config.sub-1502- -sinix5.*) python2.7-2.7.18/config.sub:1503: os=`echo $os | sed -e 's|sinix|sysv|'` python2.7-2.7.18/config.sub-1504- ;; ############################################## python2.7-2.7.18/config.sub-1557- # Get rid of the `-' at the beginning of $os. python2.7-2.7.18/config.sub:1558: os=`echo $os | sed 's/[^-]*-//'` python2.7-2.7.18/config.sub:1559: echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 python2.7-2.7.18/config.sub-1560- exit 1 ############################################## python2.7-2.7.18/config.sub-1823- esac python2.7-2.7.18/config.sub:1824: basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` python2.7-2.7.18/config.sub-1825- ;; ############################################## python2.7-2.7.18/Lib/runpy.py-143-# This function is the actual implementation of the -m switch and direct python2.7-2.7.18/Lib/runpy.py:144:# execution of zipfiles and directories and is deliberately kept private. python2.7-2.7.18/Lib/runpy.py-145-# This avoids a repeat of the situation where run_module() no longer met the ############################################## python2.7-2.7.18/Lib/profile.py-473- # effort. Also note that if too large a value specified, then python2.7-2.7.18/Lib/profile.py:474: # execution time on some functions will actually appear as a python2.7-2.7.18/Lib/profile.py-475- # negative number. It is *normal* for some functions (with very ############################################## python2.7-2.7.18/Lib/smtplib.py-133- python2.7-2.7.18/Lib/smtplib.py:134:def quoteaddr(addr): python2.7-2.7.18/Lib/smtplib.py-135- """Quote a subset of the email addresses defined by RFC 821. ############################################## python2.7-2.7.18/Lib/smtplib.py-140- try: python2.7-2.7.18/Lib/smtplib.py:141: m = email.utils.parseaddr(addr)[1] python2.7-2.7.18/Lib/smtplib.py-142- except AttributeError: ############################################## python2.7-2.7.18/Lib/smtplib.py-153-def _addr_only(addrstring): python2.7-2.7.18/Lib/smtplib.py:154: displayname, addr = email.utils.parseaddr(addrstring) python2.7-2.7.18/Lib/smtplib.py-155- if (displayname, addr) == ('', ''): ############################################## python2.7-2.7.18/Lib/smtplib.py-480- optionlist = ' ' + ' '.join(options) python2.7-2.7.18/Lib/smtplib.py:481: self.putcmd("mail", "FROM:%s%s" % (quoteaddr(sender), optionlist)) python2.7-2.7.18/Lib/smtplib.py-482- return self.getreply() ############################################## python2.7-2.7.18/Lib/smtplib.py-488- optionlist = ' ' + ' '.join(options) python2.7-2.7.18/Lib/smtplib.py:489: self.putcmd("rcpt", "TO:%s%s" % (quoteaddr(recip), optionlist)) python2.7-2.7.18/Lib/smtplib.py-490- return self.getreply() ############################################## python2.7-2.7.18/Lib/json/tests/test_encode_basestring_ascii.py-5-CASES = [ python2.7-2.7.18/Lib/json/tests/test_encode_basestring_ascii.py:6: (u'/\\"\ucafe\ubabe\uab98\ufcde\ubcda\uef4a\x08\x0c\n\r\t`1~!@#$%^&*()_+-=[]{}|;:\',./<>?', '"/\\\\\\"\\ucafe\\ubabe\\uab98\\ufcde\\ubcda\\uef4a\\b\\f\\n\\r\\t`1~!@#$%^&*()_+-=[]{}|;:\',./<>?"'), python2.7-2.7.18/Lib/json/tests/test_encode_basestring_ascii.py-7- (u'\u0123\u4567\u89ab\ucdef\uabcd\uef4a', '"\\u0123\\u4567\\u89ab\\ucdef\\uabcd\\uef4a"'), ############################################## python2.7-2.7.18/Lib/json/tests/test_encode_basestring_ascii.py-18- (u'\u03b1\u03a9', '"\\u03b1\\u03a9"'), python2.7-2.7.18/Lib/json/tests/test_encode_basestring_ascii.py:19: (u"`1~!@#$%^&*()_+-={':[,]}|;.</>?", '"`1~!@#$%^&*()_+-={\':[,]}|;.</>?"'), python2.7-2.7.18/Lib/json/tests/test_encode_basestring_ascii.py-20- (u'\x08\x0c\n\r\t', '"\\b\\f\\n\\r\\t"'), ############################################## python2.7-2.7.18/Lib/pdb.py-1284- if os.path.exists(fullname): python2.7-2.7.18/Lib/pdb.py:1285: sts = os.system('${PAGER-more} '+fullname) python2.7-2.7.18/Lib/pdb.py-1286- if sts: print '*** Pager exit status:', sts ############################################## python2.7-2.7.18/Lib/distutils/sysconfig.py-317- v = v.strip() python2.7-2.7.18/Lib/distutils/sysconfig.py:318: # `$$' is a literal `$' in make python2.7-2.7.18/Lib/distutils/sysconfig.py-319- tmpv = v.replace('$$', '') ############################################## python2.7-2.7.18/Lib/asyncore.py-306- python2.7-2.7.18/Lib/asyncore.py:307: def set_reuse_addr(self): python2.7-2.7.18/Lib/asyncore.py-308- # try to re-use a server port if possible ############################################## python2.7-2.7.18/Lib/plat-sunos5/IN.py-1312-IN_LOOPBACKNET = 127 python2.7-2.7.18/Lib/plat-sunos5/IN.py:1313:def IN_SET_LOOPBACK_ADDR(a): return \ python2.7-2.7.18/Lib/plat-sunos5/IN.py-1314- ############################################## python2.7-2.7.18/Lib/rfc822.py-54- python2.7-2.7.18/Lib/rfc822.py:55: realname, mailaddress = m.getaddr(name) python2.7-2.7.18/Lib/rfc822.py-56- list = m.getaddrlist(name) ############################################## python2.7-2.7.18/Lib/rfc822.py-324- python2.7-2.7.18/Lib/rfc822.py:325: def getaddr(self, name): python2.7-2.7.18/Lib/rfc822.py-326- """Get a single address from a header, as a tuple. ############################################## python2.7-2.7.18/Lib/rfc822.py-341- Retrieves a list of addresses from a header, where each address is a python2.7-2.7.18/Lib/rfc822.py:342: tuple as returned by getaddr(). Scans all named headers, so it works python2.7-2.7.18/Lib/rfc822.py-343- properly with multiple To: or Cc: headers for example. ############################################## python2.7-2.7.18/Lib/rfc822.py-491- python2.7-2.7.18/Lib/rfc822.py:492:def parseaddr(address): python2.7-2.7.18/Lib/rfc822.py-493- """Parse an address into a (realname, mailaddr) tuple.""" ############################################## python2.7-2.7.18/Lib/rfc822.py-591- # Address is a phrase then a route addr python2.7-2.7.18/Lib/rfc822.py:592: routeaddr = self.getrouteaddr() python2.7-2.7.18/Lib/rfc822.py-593- ############################################## python2.7-2.7.18/Lib/rfc822.py-609- python2.7-2.7.18/Lib/rfc822.py:610: def getrouteaddr(self): python2.7-2.7.18/Lib/rfc822.py-611- """Parse a route address (Return-path value). ############################################## python2.7-2.7.18/Lib/rfc822.py-987- m = Message(f) python2.7-2.7.18/Lib/rfc822.py:988: print 'From:', m.getaddr('from') python2.7-2.7.18/Lib/rfc822.py-989- print 'To:', m.getaddrlist('to') ############################################## python2.7-2.7.18/Lib/plat-netbsd1/IN.py-18-IPPORT_USERRESERVED = 5000 python2.7-2.7.18/Lib/plat-netbsd1/IN.py:19:def __IPADDR(x): return ((u_int32_t)(x)) python2.7-2.7.18/Lib/plat-netbsd1/IN.py-20- ############################################## python2.7-2.7.18/Lib/plat-freebsd7/IN.py-3-# Included from sys/cdefs.h python2.7-2.7.18/Lib/plat-freebsd7/IN.py:4:__GNUCLIKE_ASM = 3 python2.7-2.7.18/Lib/plat-freebsd7/IN.py:5:__GNUCLIKE_ASM = 2 python2.7-2.7.18/Lib/plat-freebsd7/IN.py-6-__GNUCLIKE___TYPEOF = 1 ############################################## python2.7-2.7.18/Lib/email/utils.py-84- python2.7-2.7.18/Lib/email/utils.py:85:def formataddr(pair): python2.7-2.7.18/Lib/email/utils.py:86: """The inverse of parseaddr(), this takes a 2-tuple of the form python2.7-2.7.18/Lib/email/utils.py-87- (realname, email_address) and returns the string value suitable ############################################## python2.7-2.7.18/Lib/email/utils.py-212- python2.7-2.7.18/Lib/email/utils.py:213:def parseaddr(addr): python2.7-2.7.18/Lib/email/utils.py-214- """ ############################################## python2.7-2.7.18/Lib/email/_parseaddr.py-264- # Address is a phrase then a route addr python2.7-2.7.18/Lib/email/_parseaddr.py:265: routeaddr = self.getrouteaddr() python2.7-2.7.18/Lib/email/_parseaddr.py-266- ############################################## python2.7-2.7.18/Lib/email/_parseaddr.py-283- python2.7-2.7.18/Lib/email/_parseaddr.py:284: def getrouteaddr(self): python2.7-2.7.18/Lib/email/_parseaddr.py-285- """Parse a route address (Return-path value). ############################################## python2.7-2.7.18/Lib/email/test/test_email_renamed.py-2198- def test_parseaddr_empty(self): python2.7-2.7.18/Lib/email/test/test_email_renamed.py:2199: self.assertEqual(utils.parseaddr('<>'), ('', '')) python2.7-2.7.18/Lib/email/test/test_email_renamed.py:2200: self.assertEqual(utils.formataddr(utils.parseaddr('<>')), '') python2.7-2.7.18/Lib/email/test/test_email_renamed.py-2201- ############################################## python2.7-2.7.18/Lib/email/test/test_email_renamed.py-2203- self.assertEqual( python2.7-2.7.18/Lib/email/test/test_email_renamed.py:2204: utils.formataddr(('A Silly Person', 'person@dom.ain')), python2.7-2.7.18/Lib/email/test/test_email_renamed.py-2205- 'A Silly Person <person@dom.ain>') ############################################## python2.7-2.7.18/Lib/email/test/test_email_renamed.py-2208- self.assertEqual( python2.7-2.7.18/Lib/email/test/test_email_renamed.py:2209: utils.formataddr(('A (Very) Silly Person', 'person@dom.ain')), python2.7-2.7.18/Lib/email/test/test_email_renamed.py-2210- r'"A \(Very\) Silly Person" <person@dom.ain>') ############################################## python2.7-2.7.18/Lib/email/test/test_email_renamed.py-2212- b = 'person@dom.ain' python2.7-2.7.18/Lib/email/test/test_email_renamed.py:2213: self.assertEqual(utils.parseaddr(utils.formataddr((a, b))), (a, b)) python2.7-2.7.18/Lib/email/test/test_email_renamed.py-2214- ############################################## python2.7-2.7.18/Lib/email/test/test_email_renamed.py-2216- self.assertEqual( python2.7-2.7.18/Lib/email/test/test_email_renamed.py:2217: utils.formataddr(('Arthur \Backslash\ Foobar', 'person@dom.ain')), python2.7-2.7.18/Lib/email/test/test_email_renamed.py-2218- r'"Arthur \\Backslash\\ Foobar" <person@dom.ain>') ############################################## python2.7-2.7.18/Lib/email/test/test_email_renamed.py-2220- b = 'person@dom.ain' python2.7-2.7.18/Lib/email/test/test_email_renamed.py:2221: self.assertEqual(utils.parseaddr(utils.formataddr((a, b))), (a, b)) python2.7-2.7.18/Lib/email/test/test_email_renamed.py-2222- ############################################## python2.7-2.7.18/Lib/email/test/test_email_renamed.py-2226- a, b = ('John X. Doe', 'jxd@example.com') python2.7-2.7.18/Lib/email/test/test_email_renamed.py:2227: self.assertEqual(utils.parseaddr(x), (a, b)) python2.7-2.7.18/Lib/email/test/test_email_renamed.py:2228: self.assertEqual(utils.parseaddr(y), (a, b)) python2.7-2.7.18/Lib/email/test/test_email_renamed.py:2229: # formataddr() quotes the name if there's a dot in it python2.7-2.7.18/Lib/email/test/test_email_renamed.py:2230: self.assertEqual(utils.formataddr((a, b)), y) python2.7-2.7.18/Lib/email/test/test_email_renamed.py-2231- ############################################## python2.7-2.7.18/Lib/email/test/test_email_renamed.py-2235-\tBar <foo@example.com>""" python2.7-2.7.18/Lib/email/test/test_email_renamed.py:2236: self.assertEqual(utils.parseaddr(x), ('Foo Bar', 'foo@example.com')) python2.7-2.7.18/Lib/email/test/test_email_renamed.py-2237- ############################################## python2.7-2.7.18/Lib/email/test/test_email_renamed.py-2239- self.assertEqual( python2.7-2.7.18/Lib/email/test/test_email_renamed.py:2240: utils.formataddr(('A Silly; Person', 'person@dom.ain')), python2.7-2.7.18/Lib/email/test/test_email_renamed.py-2241- r'"A Silly; Person" <person@dom.ain>') ############################################## python2.7-2.7.18/Lib/email/test/test_email.py-2305- def test_parseaddr_empty(self): python2.7-2.7.18/Lib/email/test/test_email.py:2306: self.assertEqual(Utils.parseaddr('<>'), ('', '')) python2.7-2.7.18/Lib/email/test/test_email.py:2307: self.assertEqual(Utils.formataddr(Utils.parseaddr('<>')), '') python2.7-2.7.18/Lib/email/test/test_email.py-2308- ############################################## python2.7-2.7.18/Lib/email/test/test_email.py-2310- self.assertEqual( python2.7-2.7.18/Lib/email/test/test_email.py:2311: Utils.parseaddr('a@b@c'), python2.7-2.7.18/Lib/email/test/test_email.py-2312- ('', '') ############################################## python2.7-2.7.18/Lib/email/test/test_email.py-2314- self.assertEqual( python2.7-2.7.18/Lib/email/test/test_email.py:2315: Utils.parseaddr('a@b.c@c'), python2.7-2.7.18/Lib/email/test/test_email.py-2316- ('', '') ############################################## python2.7-2.7.18/Lib/email/test/test_email.py-2318- self.assertEqual( python2.7-2.7.18/Lib/email/test/test_email.py:2319: Utils.parseaddr('a@172.17.0.1@c'), python2.7-2.7.18/Lib/email/test/test_email.py-2320- ('', '') ############################################## python2.7-2.7.18/Lib/email/test/test_email.py-2324- self.assertEqual( python2.7-2.7.18/Lib/email/test/test_email.py:2325: Utils.formataddr(('A Silly Person', 'person@dom.ain')), python2.7-2.7.18/Lib/email/test/test_email.py-2326- 'A Silly Person <person@dom.ain>') ############################################## python2.7-2.7.18/Lib/email/test/test_email.py-2329- self.assertEqual( python2.7-2.7.18/Lib/email/test/test_email.py:2330: Utils.formataddr(('A (Very) Silly Person', 'person@dom.ain')), python2.7-2.7.18/Lib/email/test/test_email.py-2331- r'"A \(Very\) Silly Person" <person@dom.ain>') ############################################## python2.7-2.7.18/Lib/email/test/test_email.py-2333- b = 'person@dom.ain' python2.7-2.7.18/Lib/email/test/test_email.py:2334: self.assertEqual(Utils.parseaddr(Utils.formataddr((a, b))), (a, b)) python2.7-2.7.18/Lib/email/test/test_email.py-2335- ############################################## python2.7-2.7.18/Lib/email/test/test_email.py-2337- self.assertEqual( python2.7-2.7.18/Lib/email/test/test_email.py:2338: Utils.formataddr(('Arthur \Backslash\ Foobar', 'person@dom.ain')), python2.7-2.7.18/Lib/email/test/test_email.py-2339- r'"Arthur \\Backslash\\ Foobar" <person@dom.ain>') ############################################## python2.7-2.7.18/Lib/email/test/test_email.py-2341- b = 'person@dom.ain' python2.7-2.7.18/Lib/email/test/test_email.py:2342: self.assertEqual(Utils.parseaddr(Utils.formataddr((a, b))), (a, b)) python2.7-2.7.18/Lib/email/test/test_email.py-2343- ############################################## python2.7-2.7.18/Lib/email/test/test_email.py-2347- a, b = ('John X. Doe', 'jxd@example.com') python2.7-2.7.18/Lib/email/test/test_email.py:2348: self.assertEqual(Utils.parseaddr(x), (a, b)) python2.7-2.7.18/Lib/email/test/test_email.py:2349: self.assertEqual(Utils.parseaddr(y), (a, b)) python2.7-2.7.18/Lib/email/test/test_email.py:2350: # formataddr() quotes the name if there's a dot in it python2.7-2.7.18/Lib/email/test/test_email.py:2351: self.assertEqual(Utils.formataddr((a, b)), y) python2.7-2.7.18/Lib/email/test/test_email.py-2352- ############################################## python2.7-2.7.18/Lib/email/test/test_email.py-2363- eq = self.assertEqual python2.7-2.7.18/Lib/email/test/test_email.py:2364: eq(Utils.parseaddr('""example" example"@example.com'), python2.7-2.7.18/Lib/email/test/test_email.py-2365- ('', '""example" example"@example.com')) python2.7-2.7.18/Lib/email/test/test_email.py:2366: eq(Utils.parseaddr('"\\"example\\" example"@example.com'), python2.7-2.7.18/Lib/email/test/test_email.py-2367- ('', '"\\"example\\" example"@example.com')) python2.7-2.7.18/Lib/email/test/test_email.py:2368: eq(Utils.parseaddr('"\\\\"example\\\\" example"@example.com'), python2.7-2.7.18/Lib/email/test/test_email.py-2369- ('', '"\\\\"example\\\\" example"@example.com')) ############################################## python2.7-2.7.18/Lib/email/test/test_email.py-2374-\tBar <foo@example.com>""" python2.7-2.7.18/Lib/email/test/test_email.py:2375: self.assertEqual(Utils.parseaddr(x), ('Foo Bar', 'foo@example.com')) python2.7-2.7.18/Lib/email/test/test_email.py-2376- ############################################## python2.7-2.7.18/Lib/email/test/test_email.py-2378- self.assertEqual( python2.7-2.7.18/Lib/email/test/test_email.py:2379: Utils.formataddr(('A Silly; Person', 'person@dom.ain')), python2.7-2.7.18/Lib/email/test/test_email.py-2380- r'"A Silly; Person" <person@dom.ain>') ############################################## python2.7-2.7.18/Lib/mhlib.py-963- global mh, f python2.7-2.7.18/Lib/mhlib.py:964: os.system('rm -rf $HOME/Mail/@test') python2.7-2.7.18/Lib/mhlib.py-965- mh = MH() ############################################## python2.7-2.7.18/Lib/BaseHTTPServer.py-74-import time python2.7-2.7.18/Lib/BaseHTTPServer.py:75:import socket # For gethostbyaddr() python2.7-2.7.18/Lib/BaseHTTPServer.py-76-from warnings import filterwarnings, catch_warnings ############################################## python2.7-2.7.18/Lib/BaseHTTPServer.py-502- python2.7-2.7.18/Lib/BaseHTTPServer.py:503: This version looks up the full hostname using gethostbyaddr(), python2.7-2.7.18/Lib/BaseHTTPServer.py-504- and tries to find a name that contains at least one dot. ############################################## python2.7-2.7.18/Lib/plat-freebsd8/IN.py-3-# Included from sys/cdefs.h python2.7-2.7.18/Lib/plat-freebsd8/IN.py:4:__GNUCLIKE_ASM = 3 python2.7-2.7.18/Lib/plat-freebsd8/IN.py:5:__GNUCLIKE_ASM = 2 python2.7-2.7.18/Lib/plat-freebsd8/IN.py-6-__GNUCLIKE___TYPEOF = 1 ############################################## python2.7-2.7.18/Lib/plat-freebsd6/IN.py-3-# Included from sys/cdefs.h python2.7-2.7.18/Lib/plat-freebsd6/IN.py:4:__GNUCLIKE_ASM = 3 python2.7-2.7.18/Lib/plat-freebsd6/IN.py:5:__GNUCLIKE_ASM = 2 python2.7-2.7.18/Lib/plat-freebsd6/IN.py-6-__GNUCLIKE___TYPEOF = 1 ############################################## python2.7-2.7.18/Lib/smtpd.py-213- # factored python2.7-2.7.18/Lib/smtpd.py:214: def __getaddr(self, keyword, arg): python2.7-2.7.18/Lib/smtpd.py-215- address = None ############################################## python2.7-2.7.18/Lib/smtpd.py-228- print >> DEBUGSTREAM, '===> MAIL', arg python2.7-2.7.18/Lib/smtpd.py:229: address = self.__getaddr('FROM:', arg) if arg else None python2.7-2.7.18/Lib/smtpd.py-230- if not address: ############################################## python2.7-2.7.18/Lib/smtpd.py-244- return python2.7-2.7.18/Lib/smtpd.py:245: address = self.__getaddr('TO:', arg) if arg else None python2.7-2.7.18/Lib/smtpd.py-246- if not address: ############################################## python2.7-2.7.18/Lib/smtpd.py-283- # try to re-use a server port if possible python2.7-2.7.18/Lib/smtpd.py:284: self.set_reuse_addr() python2.7-2.7.18/Lib/smtpd.py-285- self.bind(localaddr) ############################################## python2.7-2.7.18/Lib/plat-irix6/IN.py-275- python2.7-2.7.18/Lib/plat-irix6/IN.py:276:def IS_ANYSOCKADDR(a): return \ python2.7-2.7.18/Lib/plat-irix6/IN.py-277- ############################################## python2.7-2.7.18/Lib/plat-irix6/IN.py-279- python2.7-2.7.18/Lib/plat-irix6/IN.py:280:def IS_COMPATSOCKADDR(a): return \ python2.7-2.7.18/Lib/plat-irix6/IN.py-281- ############################################## python2.7-2.7.18/Lib/plat-irix6/IN.py-283- python2.7-2.7.18/Lib/plat-irix6/IN.py:284:def IS_LOOPSOCKADDR(a): return \ python2.7-2.7.18/Lib/plat-irix6/IN.py-285- ############################################## python2.7-2.7.18/Lib/plat-irix6/IN.py-287- python2.7-2.7.18/Lib/plat-irix6/IN.py:288:def IS_IPV4SOCKADDR(a): return \ python2.7-2.7.18/Lib/plat-irix6/IN.py-289- ############################################## python2.7-2.7.18/Lib/plat-irix6/IN.py-291- python2.7-2.7.18/Lib/plat-irix6/IN.py:292:def IS_LOOPSOCKADDR(a): return \ python2.7-2.7.18/Lib/plat-irix6/IN.py-293- ############################################## python2.7-2.7.18/Lib/plat-irix6/IN.py-295- python2.7-2.7.18/Lib/plat-irix6/IN.py:296:def IS_IPV4SOCKADDR(a): return \ python2.7-2.7.18/Lib/plat-irix6/IN.py-297- ############################################## python2.7-2.7.18/Lib/test/test_set.py-12- python2.7-2.7.18/Lib/test/test_set.py:13:class PassThru(Exception): python2.7-2.7.18/Lib/test/test_set.py-14- pass ############################################## python2.7-2.7.18/Lib/test/test_smtplib.py-363- if arg in sim_users: python2.7-2.7.18/Lib/test/test_smtplib.py:364: self.push('250 %s %s' % (sim_users[arg], smtplib.quoteaddr(arg))) python2.7-2.7.18/Lib/test/test_smtplib.py-365- else: ############################################## python2.7-2.7.18/Lib/test/test_smtplib.py-372- for n, user_email in enumerate(user_list): python2.7-2.7.18/Lib/test/test_smtplib.py:373: quoted_addr = smtplib.quoteaddr(user_email) python2.7-2.7.18/Lib/test/test_smtplib.py-374- if n < len(user_list) - 1: ############################################## python2.7-2.7.18/Lib/test/test_smtplib.py-480- for email, name in sim_users.items(): python2.7-2.7.18/Lib/test/test_smtplib.py:481: expected_known = (250, '%s %s' % (name, smtplib.quoteaddr(email))) python2.7-2.7.18/Lib/test/test_smtplib.py-482- self.assertEqual(smtp.vrfy(email), expected_known) ############################################## python2.7-2.7.18/Lib/test/test_smtplib.py-494- for m in members: python2.7-2.7.18/Lib/test/test_smtplib.py:495: users.append('%s %s' % (sim_users[m], smtplib.quoteaddr(m))) python2.7-2.7.18/Lib/test/test_smtplib.py-496- expected_known = (250, '\n'.join(users)) ############################################## python2.7-2.7.18/Lib/test/test_descr.py-4351- # A badly placed Py_DECREF in type_set_name led to arbitrary code python2.7-2.7.18/Lib/test/test_descr.py:4352: # execution while the type structure was not in a sane state, and a python2.7-2.7.18/Lib/test/test_descr.py-4353- # possible segmentation fault as a result. See bug #16447. ############################################## python2.7-2.7.18/Lib/test/test_socketserver.py-106- python2.7-2.7.18/Lib/test/test_socketserver.py:107: def pickaddr(self, proto): python2.7-2.7.18/Lib/test/test_socketserver.py-108- if proto == socket.AF_INET: ############################################## python2.7-2.7.18/Lib/test/test_socketserver.py-150- def run_server(self, svrcls, hdlrbase, testfunc): python2.7-2.7.18/Lib/test/test_socketserver.py:151: server = self.make_server(self.pickaddr(svrcls.address_family), python2.7-2.7.18/Lib/test/test_socketserver.py-152- svrcls, hdlrbase) ############################################## python2.7-2.7.18/Lib/test/test_socketserver.py-193- if HAVE_UNIX_SOCKETS and proto == socket.AF_UNIX: python2.7-2.7.18/Lib/test/test_socketserver.py:194: s.bind(self.pickaddr(proto)) python2.7-2.7.18/Lib/test/test_socketserver.py-195- s.sendto(TEST_STR, addr) ############################################## python2.7-2.7.18/Lib/test/test_asyncore.py-488- self.create_socket(socket.AF_INET, socket.SOCK_STREAM) python2.7-2.7.18/Lib/test/test_asyncore.py:489: self.set_reuse_addr() python2.7-2.7.18/Lib/test/test_asyncore.py-490- self.bind((host, port)) ############################################## python2.7-2.7.18/Lib/test/test_asyncore.py-703- python2.7-2.7.18/Lib/test/test_asyncore.py:704: def test_set_reuse_addr(self): python2.7-2.7.18/Lib/test/test_asyncore.py-705- sock = socket.socket() ############################################## python2.7-2.7.18/Lib/test/test_asyncore.py-716- s.create_socket(socket.AF_INET, socket.SOCK_STREAM) python2.7-2.7.18/Lib/test/test_asyncore.py:717: s.set_reuse_addr() python2.7-2.7.18/Lib/test/test_asyncore.py-718- self.assertTrue(s.socket.getsockopt(socket.SOL_SOCKET, ############################################## python2.7-2.7.18/Lib/test/test_peepholer.py-25- del x python2.7-2.7.18/Lib/test/test_peepholer.py:26: asm = disassemble(unot) python2.7-2.7.18/Lib/test/test_peepholer.py-27- for elem in ('UNARY_NOT', 'POP_JUMP_IF_FALSE'): ############################################## python2.7-2.7.18/Lib/test/test_peepholer.py-37- ): python2.7-2.7.18/Lib/test/test_peepholer.py:38: asm = dis_single(line) python2.7-2.7.18/Lib/test/test_peepholer.py-39- self.assertIn(elem, asm) ############################################## python2.7-2.7.18/Lib/test/test_peepholer.py-45- return x python2.7-2.7.18/Lib/test/test_peepholer.py:46: asm = disassemble(f) python2.7-2.7.18/Lib/test/test_peepholer.py-47- for elem in ('LOAD_GLOBAL',): ############################################## python2.7-2.7.18/Lib/test/test_peepholer.py-62- return list python2.7-2.7.18/Lib/test/test_peepholer.py:63: asm = disassemble(f) python2.7-2.7.18/Lib/test/test_peepholer.py-64- for elem in ('LOAD_CONST', 'POP_JUMP_IF_FALSE'): ############################################## python2.7-2.7.18/Lib/test/test_peepholer.py-74- ): python2.7-2.7.18/Lib/test/test_peepholer.py:75: asm = dis_single(line) python2.7-2.7.18/Lib/test/test_peepholer.py-76- self.assertIn(elem, asm) ############################################## python2.7-2.7.18/Lib/test/test_peepholer.py-87- ): python2.7-2.7.18/Lib/test/test_peepholer.py:88: asm = dis_single(line) python2.7-2.7.18/Lib/test/test_peepholer.py-89- self.assertIn(elem, asm) ############################################## python2.7-2.7.18/Lib/test/test_peepholer.py-126- ): python2.7-2.7.18/Lib/test/test_peepholer.py:127: asm = dis_single(line) python2.7-2.7.18/Lib/test/test_peepholer.py-128- self.assertIn(elem, asm, asm) ############################################## python2.7-2.7.18/Lib/test/test_peepholer.py-131- # Verify that unfoldables are skipped python2.7-2.7.18/Lib/test/test_peepholer.py:132: asm = dis_single('a=2+"b"') python2.7-2.7.18/Lib/test/test_peepholer.py-133- self.assertIn('(2)', asm) ############################################## python2.7-2.7.18/Lib/test/test_peepholer.py-136- # Verify that large sequences do not result from folding python2.7-2.7.18/Lib/test/test_peepholer.py:137: asm = dis_single('a="x"*1000') python2.7-2.7.18/Lib/test/test_peepholer.py-138- self.assertIn('(1000)', asm) ############################################## python2.7-2.7.18/Lib/test/test_peepholer.py-141- # unicode strings don't get optimized python2.7-2.7.18/Lib/test/test_peepholer.py:142: asm = dis_single('u"foo"[0]') python2.7-2.7.18/Lib/test/test_peepholer.py-143- self.assertNotIn("(u'f')", asm) python2.7-2.7.18/Lib/test/test_peepholer.py-144- self.assertIn('BINARY_SUBSCR', asm) python2.7-2.7.18/Lib/test/test_peepholer.py:145: asm = dis_single('u"\u0061\uffff"[1]') python2.7-2.7.18/Lib/test/test_peepholer.py-146- self.assertNotIn("(u'\\uffff')", asm) ############################################## python2.7-2.7.18/Lib/test/test_peepholer.py-149- # out of range python2.7-2.7.18/Lib/test/test_peepholer.py:150: asm = dis_single('u"fuu"[10]') python2.7-2.7.18/Lib/test/test_peepholer.py-151- self.assertIn('BINARY_SUBSCR', asm) python2.7-2.7.18/Lib/test/test_peepholer.py-152- # non-BMP char (see #5057) python2.7-2.7.18/Lib/test/test_peepholer.py:153: asm = dis_single('u"\U00012345"[0]') python2.7-2.7.18/Lib/test/test_peepholer.py-154- self.assertIn('BINARY_SUBSCR', asm) python2.7-2.7.18/Lib/test/test_peepholer.py:155: asm = dis_single('u"\U00012345abcdef"[3]') python2.7-2.7.18/Lib/test/test_peepholer.py-156- self.assertIn('BINARY_SUBSCR', asm) ############################################## python2.7-2.7.18/Lib/test/test_peepholer.py-164- ): python2.7-2.7.18/Lib/test/test_peepholer.py:165: asm = dis_single(line) python2.7-2.7.18/Lib/test/test_peepholer.py-166- self.assertIn(elem, asm, asm) ############################################## python2.7-2.7.18/Lib/test/test_peepholer.py-173- ): python2.7-2.7.18/Lib/test/test_peepholer.py:174: asm = dis_single(line) python2.7-2.7.18/Lib/test/test_peepholer.py-175- self.assertIn(elem, asm, asm) ############################################## python2.7-2.7.18/Lib/test/test_peepholer.py-181- return x python2.7-2.7.18/Lib/test/test_peepholer.py:182: asm = disassemble(f) python2.7-2.7.18/Lib/test/test_peepholer.py-183- self.assertNotIn('LOAD_CONST', asm) ############################################## python2.7-2.7.18/Lib/test/test_peepholer.py-190- return true_value if cond else false_value python2.7-2.7.18/Lib/test/test_peepholer.py:191: asm = disassemble(f) python2.7-2.7.18/Lib/test/test_peepholer.py-192- self.assertNotIn('JUMP_FORWARD', asm) ############################################## python2.7-2.7.18/Lib/test/test_peepholer.py-206- return 6 python2.7-2.7.18/Lib/test/test_peepholer.py:207: asm = disassemble(f) python2.7-2.7.18/Lib/test/test_peepholer.py-208- self.assertNotIn('JUMP_FORWARD', asm) ############################################## python2.7-2.7.18/Lib/test/test_peepholer.py-216- if cond1: return 4 python2.7-2.7.18/Lib/test/test_peepholer.py:217: asm = disassemble(f) python2.7-2.7.18/Lib/test/test_peepholer.py-218- self.assertNotIn('JUMP_FORWARD', asm) ############################################## python2.7-2.7.18/Lib/test/_mock_backport.py-587- # XXXX should we get the attribute without triggering code python2.7-2.7.18/Lib/test/_mock_backport.py:588: # execution? python2.7-2.7.18/Lib/test/_mock_backport.py-589- wraps = getattr(self._mock_wraps, name) ############################################## python2.7-2.7.18/Lib/test/test_os.py-366- os.environ.update(HELLO="World") python2.7-2.7.18/Lib/test/test_os.py:367: with os.popen("/bin/sh -c 'echo $HELLO'") as popen: python2.7-2.7.18/Lib/test/test_os.py-368- value = popen.read().strip() ############################################## python2.7-2.7.18/Lib/test/test_bz2.py-22- TEXT = 'root:x:0:0:root:/root:/bin/bash\nbin:x:1:1:bin:/bin:\ndaemon:x:2:2:daemon:/sbin:\nadm:x:3:4:adm:/var/adm:\nlp:x:4:7:lp:/var/spool/lpd:\nsync:x:5:0:sync:/sbin:/bin/sync\nshutdown:x:6:0:shutdown:/sbin:/sbin/shutdown\nhalt:x:7:0:halt:/sbin:/sbin/halt\nmail:x:8:12:mail:/var/spool/mail:\nnews:x:9:13:news:/var/spool/news:\nuucp:x:10:14:uucp:/var/spool/uucp:\noperator:x:11:0:operator:/root:\ngames:x:12:100:games:/usr/games:\ngopher:x:13:30:gopher:/usr/lib/gopher-data:\nftp:x:14:50:FTP User:/var/ftp:/bin/bash\nnobody:x:65534:65534:Nobody:/home:\npostfix:x:100:101:postfix:/var/spool/postfix:\nniemeyer:x:500:500::/home/niemeyer:/bin/bash\npostgres:x:101:102:PostgreSQL Server:/var/lib/pgsql:/bin/bash\nmysql:x:102:103:MySQL server:/var/lib/mysql:/bin/bash\nwww:x:103:104::/var/www:/bin/false\n' python2.7-2.7.18/Lib/test/test_bz2.py:23: DATA = 'BZh91AY&SY.\xc8N\x18\x00\x01>_\x80\x00\x10@\x02\xff\xf0\x01\x07n\x00?\xe7\xff\xe00\x01\x99\xaa\x00\xc0\x03F\x86\x8c#&\x83F\x9a\x03\x06\xa6\xd0\xa6\x93M\x0fQ\xa7\xa8\x06\x804hh\x12$\x11\xa4i4\xf14S\xd2<Q\xb5\x0fH\xd3\xd4\xdd\xd5\x87\xbb\xf8\x94\r\x8f\xafI\x12\xe1\xc9\xf8/E\x00pu\x89\x12]\xc9\xbbDL\nQ\x0e\t1\x12\xdf\xa0\xc0\x97\xac2O9\x89\x13\x94\x0e\x1c7\x0ed\x95I\x0c\xaaJ\xa4\x18L\x10\x05#\x9c\xaf\xba\xbc/\x97\x8a#C\xc8\xe1\x8cW\xf9\xe2\xd0\xd6M\xa7\x8bXa<e\x84t\xcbL\xb3\xa7\xd9\xcd\xd1\xcb\x84.\xaf\xb3\xab\xab\xad`n}\xa0lh\tE,\x8eZ\x15\x17VH>\x88\xe5\xcd9gd6\x0b\n\xe9\x9b\xd5\x8a\x99\xf7\x08.K\x8ev\xfb\xf7xw\xbb\xdf\xa1\x92\xf1\xdd|/";\xa2\xba\x9f\xd5\xb1#A\xb6\xf6\xb3o\xc9\xc5y\\\xebO\xe7\x85\x9a\xbc\xb6f8\x952\xd5\xd7"%\x89>V,\xf7\xa6z\xe2\x9f\xa3\xdf\x11\x11"\xd6E)I\xa9\x13^\xca\xf3r\xd0\x03U\x922\xf26\xec\xb6\xed\x8b\xc3U\x13\x9d\xc5\x170\xa4\xfa^\x92\xacDF\x8a\x97\xd6\x19\xfe\xdd\xb8\xbd\x1a\x9a\x19\xa3\x80ankR\x8b\xe5\xd83]\xa9\xc6\x08\x82f\xf6\xb9"6l$\xb8j@\xc0\x8a\xb0l1..\xbak\x83ls\x15\xbc\xf4\xc1\x13\xbe\xf8E\xb8\x9d\r\xa8\x9dk\x84\xd3n\xfa\xacQ\x07\xb1%y\xaav\xb4\x08\xe0z\x1b\x16\xf5\x04\xe9\xcc\xb9\x08z\x1en7.G\xfc]\xc9\x14\xe1B@\xbb!8`' python2.7-2.7.18/Lib/test/test_bz2.py:24: DATA_CRLF = 'BZh91AY&SY\xaez\xbbN\x00\x01H\xdf\x80\x00\x12@\x02\xff\xf0\x01\x07n\x00?\xe7\xff\xe0@\x01\xbc\xc6`\x86*\x8d=M\xa9\x9a\x86\xd0L@\x0fI\xa6!\xa1\x13\xc8\x88jdi\x8d@\x03@\x1a\x1a\x0c\x0c\x83 \x00\xc4h2\x19\x01\x82D\x84e\t\xe8\x99\x89\x19\x1ah\x00\r\x1a\x11\xaf\x9b\x0fG\xf5(\x1b\x1f?\t\x12\xcf\xb5\xfc\x95E\x00ps\x89\x12^\xa4\xdd\xa2&\x05(\x87\x04\x98\x89u\xe40%\xb6\x19\'\x8c\xc4\x89\xca\x07\x0e\x1b!\x91UIFU%C\x994!DI\xd2\xfa\xf0\xf1N8W\xde\x13A\xf5\x9cr%?\x9f3;I45A\xd1\x8bT\xb1<l\xba\xcb_\xc00xY\x17r\x17\x88\x08\x08@\xa0\ry@\x10\x04$)`\xf2\xce\x89z\xb0s\xec\x9b.iW\x9d\x81\xb5-+t\x9f\x1a\'\x97dB\xf5x\xb5\xbe.[.\xd7\x0e\x81\xe7\x08\x1cN`\x88\x10\xca\x87\xc3!"\x80\x92R\xa1/\xd1\xc0\xe6mf\xac\xbd\x99\xcca\xb3\x8780>\xa4\xc7\x8d\x1a\\"\xad\xa1\xabyBg\x15\xb9l\x88\x88\x91k"\x94\xa4\xd4\x89\xae*\xa6\x0b\x10\x0c\xd6\xd4m\xe86\xec\xb5j\x8a\x86j\';\xca.\x01I\xf2\xaaJ\xe8\x88\x8cU+t3\xfb\x0c\n\xa33\x13r2\r\x16\xe0\xb3(\xbf\x1d\x83r\xe7M\xf0D\x1365\xd8\x88\xd3\xa4\x92\xcb2\x06\x04\\\xc1\xb0\xea//\xbek&\xd8\xe6+t\xe5\xa1\x13\xada\x16\xder5"w]\xa2i\xb7[\x97R \xe2IT\xcd;Z\x04dk4\xad\x8a\t\xd3\x81z\x10\xf1:^`\xab\x1f\xc5\xdc\x91N\x14$+\x9e\xae\xd3\x80' python2.7-2.7.18/Lib/test/test_bz2.py-25- EMPTY_DATA = 'BZh9\x17rE8P\x90\x00\x00\x00\x00' ############################################## python2.7-2.7.18/Lib/test/test_socket.py-363- try: python2.7-2.7.18/Lib/test/test_socket.py:364: hname, aliases, ipaddrs = socket.gethostbyaddr(ip) python2.7-2.7.18/Lib/test/test_socket.py-365- except socket.error: ############################################## python2.7-2.7.18/Lib/test/test_rfc822.py-236- python2.7-2.7.18/Lib/test/test_rfc822.py:237: def test_parseaddr(self): python2.7-2.7.18/Lib/test/test_rfc822.py-238- eq = self.assertEqual python2.7-2.7.18/Lib/test/test_rfc822.py:239: eq(rfc822.parseaddr('<>'), ('', '')) python2.7-2.7.18/Lib/test/test_rfc822.py:240: eq(rfc822.parseaddr('aperson@dom.ain'), ('', 'aperson@dom.ain')) python2.7-2.7.18/Lib/test/test_rfc822.py:241: eq(rfc822.parseaddr('bperson@dom.ain (Bea A. Person)'), python2.7-2.7.18/Lib/test/test_rfc822.py-242- ('Bea A. Person', 'bperson@dom.ain')) python2.7-2.7.18/Lib/test/test_rfc822.py:243: eq(rfc822.parseaddr('Cynthia Person <cperson@dom.ain>'), python2.7-2.7.18/Lib/test/test_rfc822.py-244- ('Cynthia Person', 'cperson@dom.ain')) ############################################## python2.7-2.7.18/Lib/lib-tk/ttk.py-519- # since it allows doing self.tk.call(self._name, "theme", "use") python2.7-2.7.18/Lib/lib-tk/ttk.py:520: return self.tk.eval("return $ttk::currentTheme") python2.7-2.7.18/Lib/lib-tk/ttk.py-521- ############################################## python2.7-2.7.18/Lib/lib-tk/test/test_tkinter/test_loadtk.py-33- # If that's the case, abort. python2.7-2.7.18/Lib/lib-tk/test/test_tkinter/test_loadtk.py:34: display = os.popen('echo $DISPLAY').read().strip() python2.7-2.7.18/Lib/lib-tk/test/test_tkinter/test_loadtk.py-35- if display: ############################################## python2.7-2.7.18/Lib/socket.py-16-gethostbyname() -- map a hostname to its IP number python2.7-2.7.18/Lib/socket.py:17:gethostbyaddr() -- map an IP number or hostname to DNS info python2.7-2.7.18/Lib/socket.py-18-getservbyname() -- map a service name and a protocol name to a port number ############################################## python2.7-2.7.18/Lib/socket.py-132- python2.7-2.7.18/Lib/socket.py:133: First the hostname returned by gethostbyaddr() is checked, then python2.7-2.7.18/Lib/socket.py-134- possibly existing aliases. In case no FQDN is available, hostname ############################################## python2.7-2.7.18/Lib/socket.py-140- try: python2.7-2.7.18/Lib/socket.py:141: hostname, aliases, ipaddrs = gethostbyaddr(name) python2.7-2.7.18/Lib/socket.py-142- except error: ############################################## python2.7-2.7.18/Lib/sysconfig.py-223- v = v.strip() python2.7-2.7.18/Lib/sysconfig.py:224: # `$$' is a literal `$' in make python2.7-2.7.18/Lib/sysconfig.py-225- tmpv = v.replace('$$', '') ############################################## python2.7-2.7.18/Objects/obmalloc.c-193- * have to be. In theory, if SYSTEM_PAGE_SIZE is larger than the native page python2.7-2.7.18/Objects/obmalloc.c:194: * size, then `POOL_ADDR(p)->arenaindex' could rarely cause a segmentation python2.7-2.7.18/Objects/obmalloc.c-195- * violation fault. 4K is apparently OK for all the platforms that python ############################################## python2.7-2.7.18/Objects/obmalloc.c-347-/* Round pointer P down to the closest pool-aligned address <= P, as a poolp */ python2.7-2.7.18/Objects/obmalloc.c:348:#define POOL_ADDR(P) ((poolp)((uptr)(P) & ~(uptr)POOL_SIZE_MASK)) python2.7-2.7.18/Objects/obmalloc.c-349- ############################################## python2.7-2.7.18/Objects/obmalloc.c-664-Return true if and only if P is an address that was allocated by pymalloc. python2.7-2.7.18/Objects/obmalloc.c:665:POOL must be the pool address associated with P, i.e., POOL = POOL_ADDR(P) python2.7-2.7.18/Objects/obmalloc.c-666-(the caller is asked to compute this because the macro expands POOL more than python2.7-2.7.18/Objects/obmalloc.c:667:once, and for efficiency it's best for the caller to assign POOL_ADDR(P) to a python2.7-2.7.18/Objects/obmalloc.c-668-variable and pass the latter to the macro; because Py_ADDRESS_IN_RANGE is ############################################## python2.7-2.7.18/Objects/obmalloc.c-1017- python2.7-2.7.18/Objects/obmalloc.c:1018: pool = POOL_ADDR(p); python2.7-2.7.18/Objects/obmalloc.c-1019- if (Py_ADDRESS_IN_RANGE(p, pool)) { ############################################## python2.7-2.7.18/Objects/obmalloc.c-1257- python2.7-2.7.18/Objects/obmalloc.c:1258: pool = POOL_ADDR(p); python2.7-2.7.18/Objects/obmalloc.c-1259- if (Py_ADDRESS_IN_RANGE(p, pool)) { ############################################## python2.7-2.7.18/Makefile.pre.in-644- $(CC) -c $(PY_CFLAGS) \ python2.7-2.7.18/Makefile.pre.in:645: -DGITVERSION="\"`LC_ALL=C $(GITVERSION)`\"" \ python2.7-2.7.18/Makefile.pre.in:646: -DGITTAG="\"`LC_ALL=C $(GITTAG)`\"" \ python2.7-2.7.18/Makefile.pre.in:647: -DGITBRANCH="\"`LC_ALL=C $(GITBRANCH)`\"" \ python2.7-2.7.18/Makefile.pre.in-648- -o $@ $(srcdir)/Modules/getbuildinfo.c ############################################## python2.7-2.7.18/Makefile.pre.in-956- if test $$i != X; then \ python2.7-2.7.18/Makefile.pre.in:957: echo $(INSTALL_SHARED) $$i $(DESTSHARED)/`basename $$i`; \ python2.7-2.7.18/Makefile.pre.in:958: $(INSTALL_SHARED) $$i $(DESTDIR)$(DESTSHARED)/`basename $$i`; \ python2.7-2.7.18/Makefile.pre.in-959- fi; \ ############################################## python2.7-2.7.18/Makefile.pre.in-1113- if test ! -d $$a; then continue; else true; fi; \ python2.7-2.7.18/Makefile.pre.in:1114: if test `ls $$a | wc -l` -lt 1; then continue; fi; \ python2.7-2.7.18/Makefile.pre.in-1115- b=$(LIBDEST)/$$d; \ ############################################## python2.7-2.7.18/Makefile.pre.in-1243- @if [ -s Modules/python.exp -a \ python2.7-2.7.18/Makefile.pre.in:1244: "`echo $(MACHDEP) | sed 's/^\(...\).*/\1/'`" = "aix" ]; then \ python2.7-2.7.18/Makefile.pre.in-1245- echo; echo "Installing support files for building shared extension modules on AIX:"; \ ############################################## python2.7-2.7.18/Makefile.pre.in-1311- $(LN) -fsn include/python$(VERSION) $(DESTDIR)$(prefix)/Headers python2.7-2.7.18/Makefile.pre.in:1312: sed 's/%VERSION%/'"`$(RUNSHARED) ./$(BUILDPYTHON) -c 'import platform; print platform.python_version()'`"'/g' < $(RESSRCDIR)/Info.plist > $(DESTDIR)$(prefix)/Resources/Info.plist python2.7-2.7.18/Makefile.pre.in-1313- $(LN) -fsn $(VERSION) $(DESTDIR)$(PYTHONFRAMEWORKINSTALLDIR)/Versions/Current ############################################## python2.7-2.7.18/Modules/makesetup-69-'') case $0 in python2.7-2.7.18/Modules/makesetup:70: */*) libdir=`echo $0 | sed 's,/[^/]*$,,'`;; python2.7-2.7.18/Modules/makesetup-71- *) libdir=.;; ############################################## python2.7-2.7.18/Modules/makesetup-125- read extraline python2.7-2.7.18/Modules/makesetup:126: line=`echo $line| sed s/.$//`$extraline python2.7-2.7.18/Modules/makesetup-127- done ############################################## python2.7-2.7.18/Modules/makesetup-171- *.def) libs="$libs $arg";; python2.7-2.7.18/Modules/makesetup:172: *.o) srcs="$srcs `basename $arg .o`.c";; python2.7-2.7.18/Modules/makesetup-173- *.[cC]) srcs="$srcs $arg";; ############################################## python2.7-2.7.18/Modules/makesetup-201- case $src in python2.7-2.7.18/Modules/makesetup:202: *.c) obj=`basename $src .c`.o; cc='$(CC)';; python2.7-2.7.18/Modules/makesetup:203: *.cc) obj=`basename $src .cc`.o; cc='$(CXX)';; python2.7-2.7.18/Modules/makesetup:204: *.c++) obj=`basename $src .c++`.o; cc='$(CXX)';; python2.7-2.7.18/Modules/makesetup:205: *.C) obj=`basename $src .C`.o; cc='$(CXX)';; python2.7-2.7.18/Modules/makesetup:206: *.cxx) obj=`basename $src .cxx`.o; cc='$(CXX)';; python2.7-2.7.18/Modules/makesetup:207: *.cpp) obj=`basename $src .cpp`.o; cc='$(CXX)';; python2.7-2.7.18/Modules/makesetup:208: *.m) obj=`basename $src .m`.o; cc='$(CC)';; # Obj-C python2.7-2.7.18/Modules/makesetup-209- *) continue;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi_msvc/win32.c-47-{ python2.7-2.7.18/Modules/_ctypes/libffi_msvc/win32.c:48: _asm { python2.7-2.7.18/Modules/_ctypes/libffi_msvc/win32.c-49- push ebp ############################################## python2.7-2.7.18/Modules/_ctypes/libffi_msvc/win32.c-92-/* python2.7-2.7.18/Modules/_ctypes/libffi_msvc/win32.c:93: Intel asm is weird. We have to explicitely specify 'DWORD PTR' in the nexr instruction, python2.7-2.7.18/Modules/_ctypes/libffi_msvc/win32.c-94- otherwise only one BYTE will be compared (instead of a DWORD)! ############################################## python2.7-2.7.18/Modules/_ctypes/libffi_msvc/ffi.c-309- { python2.7-2.7.18/Modules/_ctypes/libffi_msvc/ffi.c:310: _asm mov eax, resp ; python2.7-2.7.18/Modules/_ctypes/libffi_msvc/ffi.c:311: _asm mov eax, [eax] ; python2.7-2.7.18/Modules/_ctypes/libffi_msvc/ffi.c-312- } ############################################## python2.7-2.7.18/Modules/_ctypes/libffi_msvc/ffi.c-314- { python2.7-2.7.18/Modules/_ctypes/libffi_msvc/ffi.c:315: _asm mov eax, resp ; python2.7-2.7.18/Modules/_ctypes/libffi_msvc/ffi.c:316: _asm fld DWORD PTR [eax] ; python2.7-2.7.18/Modules/_ctypes/libffi_msvc/ffi.c:317:// asm ("flds (%0)" : : "r" (resp) : "st" ); python2.7-2.7.18/Modules/_ctypes/libffi_msvc/ffi.c-318- } ############################################## python2.7-2.7.18/Modules/_ctypes/libffi_msvc/ffi.c-320- { python2.7-2.7.18/Modules/_ctypes/libffi_msvc/ffi.c:321: _asm mov eax, resp ; python2.7-2.7.18/Modules/_ctypes/libffi_msvc/ffi.c:322: _asm fld QWORD PTR [eax] ; python2.7-2.7.18/Modules/_ctypes/libffi_msvc/ffi.c:323:// asm ("fldl (%0)" : : "r" (resp) : "st", "st(1)" ); python2.7-2.7.18/Modules/_ctypes/libffi_msvc/ffi.c-324- } ############################################## python2.7-2.7.18/Modules/_ctypes/libffi_msvc/ffi.c-326- { python2.7-2.7.18/Modules/_ctypes/libffi_msvc/ffi.c:327:// asm ("fldt (%0)" : : "r" (resp) : "st", "st(1)" ); python2.7-2.7.18/Modules/_ctypes/libffi_msvc/ffi.c-328- } ############################################## python2.7-2.7.18/Modules/_ctypes/libffi_msvc/ffi.c-330- { python2.7-2.7.18/Modules/_ctypes/libffi_msvc/ffi.c:331: _asm mov edx, resp ; python2.7-2.7.18/Modules/_ctypes/libffi_msvc/ffi.c:332: _asm mov eax, [edx] ; python2.7-2.7.18/Modules/_ctypes/libffi_msvc/ffi.c:333: _asm mov edx, [edx + 4] ; python2.7-2.7.18/Modules/_ctypes/libffi_msvc/ffi.c:334:// asm ("movl 0(%0),%%eax;" python2.7-2.7.18/Modules/_ctypes/libffi_msvc/ffi.c-335-// "movl 4(%0),%%edx" ############################################## python2.7-2.7.18/Modules/_ctypes/libffi_msvc/ffi.c-342- { python2.7-2.7.18/Modules/_ctypes/libffi_msvc/ffi.c:343: asm ("movl (%0),%%eax" : : "r" (resp) : "eax"); python2.7-2.7.18/Modules/_ctypes/libffi_msvc/ffi.c-344- } ############################################## python2.7-2.7.18/Modules/_ctypes/libffi_msvc/ffi.c-346- { python2.7-2.7.18/Modules/_ctypes/libffi_msvc/ffi.c:347: asm ("flds (%0)" : : "r" (resp) : "st" ); python2.7-2.7.18/Modules/_ctypes/libffi_msvc/ffi.c-348- } ############################################## python2.7-2.7.18/Modules/_ctypes/libffi_msvc/ffi.c-350- { python2.7-2.7.18/Modules/_ctypes/libffi_msvc/ffi.c:351: asm ("fldl (%0)" : : "r" (resp) : "st", "st(1)" ); python2.7-2.7.18/Modules/_ctypes/libffi_msvc/ffi.c-352- } ############################################## python2.7-2.7.18/Modules/_ctypes/libffi_msvc/ffi.c-354- { python2.7-2.7.18/Modules/_ctypes/libffi_msvc/ffi.c:355: asm ("fldt (%0)" : : "r" (resp) : "st", "st(1)" ); python2.7-2.7.18/Modules/_ctypes/libffi_msvc/ffi.c-356- } ############################################## python2.7-2.7.18/Modules/_ctypes/libffi_msvc/ffi.c-358- { python2.7-2.7.18/Modules/_ctypes/libffi_msvc/ffi.c:359: asm ("movl 0(%0),%%eax;" python2.7-2.7.18/Modules/_ctypes/libffi_msvc/ffi.c-360- "movl 4(%0),%%edx" ############################################## python2.7-2.7.18/Modules/_ctypes/darwin/dlfcn.h-41-/* python2.7-2.7.18/Modules/_ctypes/darwin/dlfcn.h:42: * Structure filled in by dladdr(). python2.7-2.7.18/Modules/_ctypes/darwin/dlfcn.h-43- */ ############################################## python2.7-2.7.18/Modules/_ctypes/darwin/dlfcn.h-65-extern int dlclose(void * handle); python2.7-2.7.18/Modules/_ctypes/darwin/dlfcn.h:66:extern int dladdr(const void *, Dl_info *); python2.7-2.7.18/Modules/_ctypes/darwin/dlfcn.h-67-#endif ############################################## python2.7-2.7.18/Modules/_ctypes/darwin/dlfcn_simple.c-56-extern int dlclose(void * handle) __attribute__((weak_import)); python2.7-2.7.18/Modules/_ctypes/darwin/dlfcn_simple.c:57:extern int dladdr(const void *, Dl_info *) __attribute__((weak_import)); python2.7-2.7.18/Modules/_ctypes/darwin/dlfcn_simple.c-58-#endif /* MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_3 */ ############################################## python2.7-2.7.18/Modules/_ctypes/darwin/dlfcn_simple.c-242- python2.7-2.7.18/Modules/_ctypes/darwin/dlfcn_simple.c:243:static int darwin_dladdr(const void *handle, Dl_info *info) { python2.7-2.7.18/Modules/_ctypes/darwin/dlfcn_simple.c-244- return 0; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi_osx/include/ppc-ffitarget.h-96-typedef struct ffi_aix_trampoline_struct { python2.7-2.7.18/Modules/_ctypes/libffi_osx/include/ppc-ffitarget.h:97: void* code_pointer; /* Pointer to ffi_closure_ASM */ python2.7-2.7.18/Modules/_ctypes/libffi_osx/include/ppc-ffitarget.h-98- void* toc; /* TOC */ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi_osx/powerpc/ppc-ffi_darwin.c-810- contain parameters to be passed into the stack frame and setting up space python2.7-2.7.18/Modules/_ctypes/libffi_osx/powerpc/ppc-ffi_darwin.c:811: for a return value, ffi_closure_ASM invokes the following helper function python2.7-2.7.18/Modules/_ctypes/libffi_osx/powerpc/ppc-ffi_darwin.c-812- to do most of the work. */ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi_osx/powerpc/ppc-ffi_darwin.c-1017- python2.7-2.7.18/Modules/_ctypes/libffi_osx/powerpc/ppc-ffi_darwin.c:1018: /* Tell ffi_closure_ASM to perform return type promotions. */ python2.7-2.7.18/Modules/_ctypes/libffi_osx/powerpc/ppc-ffi_darwin.c-1019- return cif->rtype->type; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi_osx/x86/x86-ffi64.c-373- python2.7-2.7.18/Modules/_ctypes/libffi_osx/x86/x86-ffi64.c:374: /* We don't have to do anything in asm for the return. */ python2.7-2.7.18/Modules/_ctypes/libffi_osx/x86/x86-ffi64.c-375- flags = FFI_TYPE_VOID; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi_osx/x86/x86-ffi64.c-646- python2.7-2.7.18/Modules/_ctypes/libffi_osx/x86/x86-ffi64.c:647: /* We don't have to do anything in asm for the return. */ python2.7-2.7.18/Modules/_ctypes/libffi_osx/x86/x86-ffi64.c-648- ret = FFI_TYPE_VOID; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi_osx/x86/x86-darwin.S-33- python2.7-2.7.18/Modules/_ctypes/libffi_osx/x86/x86-darwin.S:34:#define LIBFFI_ASM python2.7-2.7.18/Modules/_ctypes/libffi_osx/x86/x86-darwin.S-35-#include <fficonfig.h> ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ChangeLog.libffi-3.1-607- python2.7-2.7.18/Modules/_ctypes/libffi/ChangeLog.libffi-3.1:608: * configure.ac: Move sparc asm config checks to within functions python2.7-2.7.18/Modules/_ctypes/libffi/ChangeLog.libffi-3.1-609- for compatibility with sun tools. ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ChangeLog.libffi-3.1-1052- * src/x86/win32.S [MSVC] (ffi_closure_THISCALL): Remove the manual python2.7-2.7.18/Modules/_ctypes/libffi/ChangeLog.libffi-3.1:1053: frame on function entry, MASM adds one automatically. python2.7-2.7.18/Modules/_ctypes/libffi/ChangeLog.libffi-3.1-1054- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/texinfo.tex-6246- \catcode `\\=0 \catcode `\{=1 \catcode `\}=2 python2.7-2.7.18/Modules/_ctypes/libffi/texinfo.tex:6247: \catcode `\$=3 \catcode `\&=4 \catcode `\#=6 python2.7-2.7.18/Modules/_ctypes/libffi/texinfo.tex-6248- \catcode `\^=7 \catcode `\_=8 \catcode `\~=\active \let~=\tie ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-101-# python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:102:# . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-103-# ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-161-if test -z "$BASH_VERSION$ZSH_VERSION" \ python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:162: && (test "X`print -r -- $bs_echo`" = "X$bs_echo") 2>/dev/null; then python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-163- bs_echo='print -r --' python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-164- bs_echo_n='print -rn --' python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:165:elif (test "X`printf %s $bs_echo`" = "X$bs_echo") 2>/dev/null; then python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-166- bs_echo='printf %s\n' ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-168-else python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:169: if test "X`(/usr/ucb/echo -n -n $bs_echo) 2>/dev/null`" = "X-n $bs_echo"; then python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-170- bs_echo_body='eval /usr/ucb/echo -n "$1$nl"' ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-178- expr "X$arg" : "X\\(.*\\)$nl"; python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:179: arg=`expr "X$arg" : ".*$nl\\(.*\\)"`;; python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-180- esac; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-300-# The name of this program. python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:301:progname=`$bs_echo "$progpath" |$SED "$sed_basename"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-302- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-306- *[\\/]*) python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:307: progdir=`$bs_echo "$progpath" |$SED "$sed_dirname"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:308: progdir=`cd "$progdir" && pwd` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-309- progpath=$progdir/$progname ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-500- python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:501: eval _G_current_value='`$bs_echo $'$1'`' python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:502: _G_delim=`expr "$2" : '\(.\)'` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-503- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-529- python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:530: func_arith_result=`expr "$@"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-531- } ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-550- # ...otherwise fall back to using sed. python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:551: _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`' python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:552: _d='func_dirname_result=`$ECHO "$1" |$SED "$sed_dirname"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-553- if test "X$func_dirname_result" = "X$1"; then ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-647- test -n "$_G_tc" && { python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:648: _G_esc_tc=`$bs_echo "$_G_tc" | sed "$sed_make_literal_regex"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:649: _G_indent=`$bs_echo "$_G_indent" | sed "s|$_G_esc_tc||g"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-650- } python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-651- done python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:652: _G_indent="$progname: "`echo "$_G_indent" | sed 's|.| |g'`" " ## exclude from sc_prohibit_nested_quotes python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-653- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-721- python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:722: func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-723- } ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-753- # ...otherwise throw away the child directory and loop python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:754: _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-755- done python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:756: _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-757- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-791- # If mktemp works, use that first and foremost python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:792: _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-793- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-1001- *[\\\`\"\$]*) python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:1002: _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;; python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-1003- *) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-1088- case $2 in python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:1089: .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;; python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:1090: *) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;; python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-1091- esac ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-1161- [0-9]* | *[!a-zA-Z0-9_]*) python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:1162: func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-1163- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-1240- while :; do python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:1241: p1=`echo "$ver1" |cut -d. -f$i` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:1242: p2=`echo "$ver2" |cut -d. -f$i` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-1243- if test ! "$p1"; then ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-1254- else # numeric, then lexicographic comparison python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:1255: lp=`printf "$p1\n$p2\n" |sort -n |tail -n1` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-1256- if test "$lp" = "$p2"; then ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-1263- fi python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:1264: i=`expr $i + 1` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-1265- done ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-1330-# The default options also support '--debug', which will turn on shell python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:1331:# execution tracing (see the comment above debug_cmd below for another python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-1332-# use), and '--verbose' and the func_verbose function to allow your script ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-1423- python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:1424: eval ${1}_hooks='`$bs_echo "\$'$1'_hooks" |$SED "s| '$2'||"`' python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-1425-} ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-1776- python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:1777: func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-1778- func_split_equals_rhs= python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-1779- test "x$func_split_equals_lhs" = "x$1" \ python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:1780: || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-1781- } ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-1804- python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:1805: func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:1806: func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-1807- } ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-1972- version: $progname (GNU libtool) 2.4.2.418 python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:1973: automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:1974: autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-1975- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-2009- { python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:2010: func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-2011- } ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-2014- { python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:2015: func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-2016- } ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-2105- # quotes we have to do it in 2 steps: python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:2106: extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-2107- eval "$extractedcf" ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-2548- done python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:2549: CC_expanded=`func_echo_all $CC` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:2550: CC_quoted_expanded=`func_echo_all $CC_quoted` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-2551- case $@ in ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-2561- # Evaluate the configuration. python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:2562: eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-2563- CC_quoted= ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-2567- done python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:2568: CC_expanded=`func_echo_all $CC` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:2569: CC_quoted_expanded=`func_echo_all $CC_quoted` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-2570- case "$@ " in ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-2659- # zero AND non-empty stdout, which explains the odd construction: python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:2660: func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-2661- if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-2727- if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:2728: func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-2729- if test "$?" -ne 0; then ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-2898- # LT_CYGPATH in this case. python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:2899: func_to_host_file_result=`cygpath -m "$1"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-2900- fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-3055- func_to_host_path_tmp1=$func_stripname_result python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:3056: func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-3057- func_convert_path_check : ";" \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-3265- *.[cCFSifmso] | \ python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:3266: *.ada | *.adb | *.ads | *.asm | \ python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-3267- *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-3342- if test no = "$compiler_c_o"; then python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:3343: output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-3344- lockfile=$output_obj.lock ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-3361-*** ERROR, $lockfile exists and contains: python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:3362:`cat $lockfile 2>/dev/null` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-3363- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-3409- if test warn = "$need_locks" && python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:3410: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-3411- $ECHO "\ python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-3412-*** ERROR, $lockfile contains: python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:3413:`cat $lockfile 2>/dev/null` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-3414- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-3458- if test warn = "$need_locks" && python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:3459: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-3460- $ECHO "\ python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-3461-*** ERROR, $lockfile contains: python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:3462:`cat $lockfile 2>/dev/null` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-3463- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-3783- # Get the absolute pathname. python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:3784: absdir=`cd "$dir" && pwd` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-3785- test -n "$absdir" && dir=$absdir ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-3882- if test -n "$lt_sysroot"; then python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:3883: sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-3884- sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;" ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-4166- # Determine the prefix the user has applied to our future dir. python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:4167: inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-4168- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-4179- # Stick the inst_prefix_dir data into the link command. python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:4180: relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-4181- else python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:4182: relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-4183- fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-4339- fi python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:4340: libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-4341- if test -n "$libdir" && test ! -f "$libfile"; then ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-4358- # Replace the output file specification. python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:4359: relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-4360- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-4377- # Install the binary that we compiled earlier. python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:4378: file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-4379- fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-4451- my_pic_p=${3-false} python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:4452: my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-4453- my_dlsyms= ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-4509- # Add our own program objects to the symbol list. python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:4510: progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-4511- for progfile in $progfiles; do ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-4571- # Use subshell, to avoid clobbering current variable values python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:4572: dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-4573- if test -n "$dlprefile_dlname"; then ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-4740- if test -f "$output_objdir/$my_outputname.def"; then python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:4741: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:4742: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-4743- else python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:4744: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:4745: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-4746- fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-4748- *) python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:4749: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:4750: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-4751- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-4763- # Nullify the symbol file. python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:4764: compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:4765: finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-4766- fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-4777- func_to_tool_file "$1" func_convert_file_msys_to_w32 python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:4778: func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-4779- test -n "$func_cygming_gnu_implib_tmp" ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-4790- func_to_tool_file "$1" func_convert_file_msys_to_w32 python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:4791: func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-4792- test -n "$func_cygming_ms_implib_tmp" ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-4806- win32_libid_type=unknown python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:4807: win32_fileres=`file -L $1 2>/dev/null` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-4808- case $win32_fileres in ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-4871- python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:4872: sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-4873-} ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-4889- python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:4890: match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-4891- $OBJDUMP -s --section "$1" "$2" 2>/dev/null | ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-4953- # binutils import library python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:4954: sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-4955- elif func_cygming_ms_implib_p "$1"; then python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-4956- # ms-generated import library python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:4957: sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-4958- else ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-5037- darwin_base_archive=$func_basename_result python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:5038: darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-5039- if test -n "$darwin_arches"; then python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:5040: darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-5041- darwin_arch= ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-5051- ## Okay now we've a bunch of thin objects, gotta fatten them up :) python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:5052: darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-5053- darwin_file= ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-5055- for darwin_file in $darwin_filelist; do python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:5056: darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-5057- $LIPO -create -output "$darwin_file" $darwin_files ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-5070- esac python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:5071: my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-5072- done ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-5141- python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:5142: qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-5143- $ECHO "\ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-5176- --lt-dump-script) python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:5177: lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-5178- test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=. python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:5179: lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-5180- cat \"\$lt_dump_D/\$lt_dump_F\" ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-5203- \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\" python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:5204: lt_dump_args_N=\`expr \$lt_dump_args_N + 1\` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-5205- done ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-5261- # Find the directory that this script lives in. python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:5262: thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-5263- test \"x\$thisdir\" = \"x\$file\" && thisdir=. ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-5265- # Follow symbolic links until we get to the real thisdir. python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:5266: file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-5267- while test -n \"\$file\"; do python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:5268: destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-5269- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-5277- python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:5278: file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:5279: file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-5280- done ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-5291- case \"\$thisdir\" in python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:5292: *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;; python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-5293- $objdir ) thisdir=. ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-5297- # Try to get the absolute directory name. python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:5298: absdir=\`cd \"\$thisdir\" && pwd\` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-5299- test -n \"\$absdir\" && thisdir=\"\$absdir\" ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-5307- if test ! -f \"\$progdir/\$program\" || python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:5308: { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\ python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-5309- test \"X\$file\" != \"X\$progdir/\$program\"; }; then ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-5322- if test -n \"\$relink_command\"; then python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:5323: if relink_command_output=\`eval \$relink_command 2>&1\`; then : python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-5324- else ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-5366- # The second colon is a workaround for a bug in BeOS R4 sed python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:5367: $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-5368- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-6340- python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:6341: case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-6342- *import*) : ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-6569- moreargs= python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:6570: for fil in `cat "$save_arg"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-6571- do ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-6825- *) python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:6826: absdir=`cd "$dir" && pwd` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-6827- test -z "$absdir" && \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-6846- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:6847: testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-6848- case :$dllsearchpath: in ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-7284- # get the directories listed in $shlibpath_var python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:7285: eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-7286- else ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-7597- set dummy $deplibs_check_method; shift python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:7598: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-7599- if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-7687- if test -n "$inherited_linker_flags"; then python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:7688: tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-7689- for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-7695- fi python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:7696: dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-7697- if test lib,link = "$linkmode,$pass" || ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-7768- *) python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:7769: abs_ladir=`cd "$ladir" && pwd` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-7770- if test -z "$abs_ladir"; then ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-8021- shift python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:8022: libname=`eval "\\$ECHO \"$libname_spec\""` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-8023- # use dlname if we got it. it's perfectly good, no? ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-8313- *) python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:8314: absdir=`cd "$dir" && pwd` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-8315- if test -z "$absdir"; then ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-8324- depdepl= python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:8325: eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-8326- if test -n "$deplibrary_names"; then ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-8331- depdepl=$absdir/$objdir/$depdepl python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:8332: darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-8333- if test -z "$darwin_install_name"; then python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:8334: darwin_install_name=`$OTOOL64 -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-8335- fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-8346- else python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:8347: eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-8348- test -z "$libdir" && \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-8369- else python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:8370: compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-8371- fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-8826- removelist= python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:8827: tempremovelist=`$ECHO "$output_objdir/*"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-8828- for p in $tempremovelist; do ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-8852- # Transform .lo files to .o files. python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:8853: oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-8854- fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-8857- #for path in $notinst_path; do python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:8858: # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:8859: # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:8860: # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-8861- #done ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-8978- if test -n "$i"; then python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:8979: libname=`eval "\\$ECHO \"$libname_spec\""` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:8980: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-8981- set dummy $deplib_matches; shift python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-8982- deplib_match=$1 python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:8983: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-8984- func_append newdeplibs " $i" ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-9021- if test -n "$i"; then python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:9022: libname=`eval "\\$ECHO \"$libname_spec\""` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:9023: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-9024- set dummy $deplib_matches; shift python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-9025- deplib_match=$1 python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:9026: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-9027- func_append newdeplibs " $i" ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-9056- set dummy $deplibs_check_method; shift python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:9057: file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-9058- for a_deplib in $deplibs; do ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-9071- if test -n "$a_deplib"; then python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:9072: libname=`eval "\\$ECHO \"$libname_spec\""` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-9073- if test -n "$file_magic_glob"; then python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:9074: libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-9075- else ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-9081- shopt -s nocaseglob python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:9082: potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-9083- $nocaseglob python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-9084- else python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:9085: potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-9086- fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-9099- while test -h "$potlib" 2>/dev/null; do python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:9100: potliblink=`ls -ld $potlib | $SED 's/.* -> //'` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-9101- case $potliblink in python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-9102- [\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;; python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:9103: *) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";; python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-9104- esac ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-9140- set dummy $deplibs_check_method; shift python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:9141: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-9142- for a_deplib in $deplibs; do ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-9155- if test -n "$a_deplib"; then python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:9156: libname=`eval "\\$ECHO \"$libname_spec\""` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-9157- for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:9158: potential_libs=`ls $i/$libname[.-]* 2>/dev/null` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-9159- for potent_lib in $potential_libs; do ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-9194- newdeplibs= python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:9195: tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-9196- if test yes = "$allow_libtool_libs_with_static_runtimes"; then ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-9198- # can't use Xsed below, because $i might contain '/' python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:9199: tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-9200- done ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-9224- # On Rhapsody replace the C library with the System framework python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:9225: newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-9226- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-9276- *-*-darwin*) python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:9277: newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:9278: new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:9279: deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-9280- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-9403- # Use standard objects if they are pic python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:9404: test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-9405- test "X$libobjs" = "X " && libobjs= ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-9916- eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:9917: reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-9918- else ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-9930- # Create the old-style object. python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:9931: reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-9932- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-9988- # On Rhapsody replace the C library is the System framework python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:9989: compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:9990: finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-9991- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-10006- # Time to change all our "foo.ltframework" stuff back to "-framework foo" python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:10007: compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:10008: finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-10009- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-10084- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:10085: testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-10086- case :$dllsearchpath: in ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-10144- # Transform all the library objects into standard objects. python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:10145: compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:10146: finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-10147- fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-10172- # Replace the output file specification. python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:10173: compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-10174- link_command=$compile_command$compile_rpath ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-10181- func_to_tool_file "$output" python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:10182: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-10183- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-10225- # Replace the output file specification. python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:10226: link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-10227- # Delete the old output file. ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-10233- func_to_tool_file "$output" python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:10234: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-10235- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-10251- link_command=$finalize_var$compile_command$finalize_rpath python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:10252: relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-10253- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-10264- # Replace the output file specification. python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:10265: link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-10266- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-10273- func_to_tool_file "$output_objdir/$outputname" python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:10274: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-10275- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-10294- relink_command="(cd `pwd`; $relink_command)" python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:10295: relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-10296- fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-10540- relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:10541: relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-10542- if test yes = "$hardcode_automatic"; then ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-10561- func_resolve_sysroot "$deplib" python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:10562: eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-10563- test -z "$libdir" && \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-10587- name=$func_basename_result python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:10588: eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-10589- test -z "$libdir" && \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-10606- name=$func_basename_result python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:10607: eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-10608- test -z "$libdir" && \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-10925-# ### BEGIN LIBTOOL TAG CONFIG: disable-static python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh:10926:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` python2.7-2.7.18/Modules/_ctypes/libffi/ltmain.sh-10927-# ### END LIBTOOL TAG CONFIG: disable-static ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/pa/ffi.c-134- The following code will put everything into the stack frame python2.7-2.7.18/Modules/_ctypes/libffi/src/pa/ffi.c:135: (which was allocated by the asm routine), and on return python2.7-2.7.18/Modules/_ctypes/libffi/src/pa/ffi.c:136: the asm routine will load the arguments that should be python2.7-2.7.18/Modules/_ctypes/libffi/src/pa/ffi.c-137- passed by register into the appropriate registers ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/pa/ffi.c-416- the stack, and we need to fill them into a cif structure and invoke python2.7-2.7.18/Modules/_ctypes/libffi/src/pa/ffi.c:417: the user function. This really ought to be in asm to make sure python2.7-2.7.18/Modules/_ctypes/libffi/src/pa/ffi.c-418- the compiler doesn't do things we don't expect. */ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/mips/n32.S-26- python2.7-2.7.18/Modules/_ctypes/libffi/src/mips/n32.S:27:#define LIBFFI_ASM python2.7-2.7.18/Modules/_ctypes/libffi/src/mips/n32.S-28-#include <fficonfig.h> ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/mips/o32.S-26- python2.7-2.7.18/Modules/_ctypes/libffi/src/mips/o32.S:27:#define LIBFFI_ASM python2.7-2.7.18/Modules/_ctypes/libffi/src/mips/o32.S-28-#include <fficonfig.h> ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/mips/ffitarget.h-170-#endif /* !FFI_MIPS_O32 */ python2.7-2.7.18/Modules/_ctypes/libffi/src/mips/ffitarget.h:171:#else /* !LIBFFI_ASM */ python2.7-2.7.18/Modules/_ctypes/libffi/src/mips/ffitarget.h-172-# ifdef __GNUC__ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/mips/ffitarget.h-227-#define FFI_EXTRA_CIF_FIELDS unsigned rstruct_flag python2.7-2.7.18/Modules/_ctypes/libffi/src/mips/ffitarget.h:228:#endif /* !LIBFFI_ASM */ python2.7-2.7.18/Modules/_ctypes/libffi/src/mips/ffitarget.h-229- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/m88k/obsd.S-27- python2.7-2.7.18/Modules/_ctypes/libffi/src/m88k/obsd.S:28:#define LIBFFI_ASM python2.7-2.7.18/Modules/_ctypes/libffi/src/m88k/obsd.S-29-#include <fficonfig.h> ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/moxie/eabi.S-25- python2.7-2.7.18/Modules/_ctypes/libffi/src/moxie/eabi.S:26:#define LIBFFI_ASM python2.7-2.7.18/Modules/_ctypes/libffi/src/moxie/eabi.S-27-#include <fficonfig.h> ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/moxie/ffi.c-239- (closure->fun) (cif, &rvalue, avalue, closure->user_data); python2.7-2.7.18/Modules/_ctypes/libffi/src/moxie/ffi.c:240: asm ("mov $r12, %0\n ld.l $r0, ($r12)\n ldo.l $r1, 4($r12)" : : "r" (&rvalue)); python2.7-2.7.18/Modules/_ctypes/libffi/src/moxie/ffi.c-241- } ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/sparc/v8.S-27- python2.7-2.7.18/Modules/_ctypes/libffi/src/sparc/v8.S:28:#define LIBFFI_ASM python2.7-2.7.18/Modules/_ctypes/libffi/src/sparc/v8.S-29-#include <fficonfig.h> ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/sparc/v9.S-26- python2.7-2.7.18/Modules/_ctypes/libffi/src/sparc/v9.S:27:#define LIBFFI_ASM python2.7-2.7.18/Modules/_ctypes/libffi/src/sparc/v9.S-28-#include <fficonfig.h> ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/sparc/ffi.c-439-#ifdef __GNUC__ python2.7-2.7.18/Modules/_ctypes/libffi/src/sparc/ffi.c:440: asm volatile ("iflush %0; iflush %0+8; iflush %0+16; iflush %0+24" : : python2.7-2.7.18/Modules/_ctypes/libffi/src/sparc/ffi.c-441- "r" (call_struct) : "memory"); python2.7-2.7.18/Modules/_ctypes/libffi/src/sparc/ffi.c-442- /* SPARC v8 requires 5 instructions for flush to be visible */ python2.7-2.7.18/Modules/_ctypes/libffi/src/sparc/ffi.c:443: asm volatile ("nop; nop; nop; nop; nop"); python2.7-2.7.18/Modules/_ctypes/libffi/src/sparc/ffi.c-444-#else ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/sparc/ffi.c-525-#ifdef SPARC64 python2.7-2.7.18/Modules/_ctypes/libffi/src/sparc/ffi.c:526: asm volatile ("flush %0; flush %0+8" : : "r" (closure) : "memory"); python2.7-2.7.18/Modules/_ctypes/libffi/src/sparc/ffi.c-527-#else python2.7-2.7.18/Modules/_ctypes/libffi/src/sparc/ffi.c:528: asm volatile ("iflush %0; iflush %0+8" : : "r" (closure) : "memory"); python2.7-2.7.18/Modules/_ctypes/libffi/src/sparc/ffi.c-529- /* SPARC v8 requires 5 instructions for flush to be visible */ python2.7-2.7.18/Modules/_ctypes/libffi/src/sparc/ffi.c:530: asm volatile ("nop; nop; nop; nop; nop"); python2.7-2.7.18/Modules/_ctypes/libffi/src/sparc/ffi.c-531-#endif ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/sh64/sysv.S-27- python2.7-2.7.18/Modules/_ctypes/libffi/src/sh64/sysv.S:28:#define LIBFFI_ASM python2.7-2.7.18/Modules/_ctypes/libffi/src/sh64/sysv.S-29-#include <fficonfig.h> ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/sh64/ffi.c-334- /* Flush the icache. */ python2.7-2.7.18/Modules/_ctypes/libffi/src/sh64/ffi.c:335: asm volatile ("ocbwb %0,0; synco; icbi %1,0; synci" : : "r" (tramp), python2.7-2.7.18/Modules/_ctypes/libffi/src/sh64/ffi.c-336- "r"(codeloc)); ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/dlmalloc.c-339- supplied C version. Also, the case of x86 using gcc is special-cased python2.7-2.7.18/Modules/_ctypes/libffi/src/dlmalloc.c:340: to an asm instruction, so is already as fast as it can be, and so python2.7-2.7.18/Modules/_ctypes/libffi/src/dlmalloc.c:341: this setting has no effect. (On most x86s, the asm version is only python2.7-2.7.18/Modules/_ctypes/libffi/src/dlmalloc.c-342- slightly faster than the C version.) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/powerpc/ffi_darwin.c-34- python2.7-2.7.18/Modules/_ctypes/libffi/src/powerpc/ffi_darwin.c:35:extern void ffi_closure_ASM (void); python2.7-2.7.18/Modules/_ctypes/libffi/src/powerpc/ffi_darwin.c-36- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/powerpc/ffi_darwin.c-1114- parameters to be passed into the stack frame and setting python2.7-2.7.18/Modules/_ctypes/libffi/src/powerpc/ffi_darwin.c:1115: up space for a return value, ffi_closure_ASM invokes the python2.7-2.7.18/Modules/_ctypes/libffi/src/powerpc/ffi_darwin.c-1116- following helper function to do most of the work. */ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/powerpc/ffi_darwin.c-1356- python2.7-2.7.18/Modules/_ctypes/libffi/src/powerpc/ffi_darwin.c:1357: /* Tell ffi_closure_ASM to perform return type promotions. */ python2.7-2.7.18/Modules/_ctypes/libffi/src/powerpc/ffi_darwin.c-1358- return cif->rtype; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/powerpc/ffitarget.h-175-struct ffi_aix_trampoline_struct { python2.7-2.7.18/Modules/_ctypes/libffi/src/powerpc/ffitarget.h:176: void * code_pointer; /* Pointer to ffi_closure_ASM */ python2.7-2.7.18/Modules/_ctypes/libffi/src/powerpc/ffitarget.h-177- void * toc; /* TOC */ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/frv/eabi.S-25- python2.7-2.7.18/Modules/_ctypes/libffi/src/frv/eabi.S:26:#define LIBFFI_ASM python2.7-2.7.18/Modules/_ctypes/libffi/src/frv/eabi.S-27-#include <fficonfig.h> ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/frv/ffi.c-242- values, just to avoid a branch. */ python2.7-2.7.18/Modules/_ctypes/libffi/src/frv/ffi.c:243: asm ("ldi @(%0, #0), gr8" : : "r" (&rvalue)); python2.7-2.7.18/Modules/_ctypes/libffi/src/frv/ffi.c:244: asm ("ldi @(%0, #0), gr9" : : "r" (&((int *) &rvalue)[1])); python2.7-2.7.18/Modules/_ctypes/libffi/src/frv/ffi.c-245- } ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/x86/ffi64.c-371- gprcount++; python2.7-2.7.18/Modules/_ctypes/libffi/src/x86/ffi64.c:372: /* We don't have to do anything in asm for the return. */ python2.7-2.7.18/Modules/_ctypes/libffi/src/x86/ffi64.c-373- flags = FFI_TYPE_VOID; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/x86/ffi64.c-594- rvalue = (void *) (unsigned long) reg_args->gpr[gprcount++]; python2.7-2.7.18/Modules/_ctypes/libffi/src/x86/ffi64.c:595: /* We don't have to do anything in asm for the return. */ python2.7-2.7.18/Modules/_ctypes/libffi/src/x86/ffi64.c-596- ret = FFI_TYPE_VOID; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/x86/unix64.S-29-#ifdef __x86_64__ python2.7-2.7.18/Modules/_ctypes/libffi/src/x86/unix64.S:30:#define LIBFFI_ASM python2.7-2.7.18/Modules/_ctypes/libffi/src/x86/unix64.S-31-#include <fficonfig.h> ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/x86/sysv.S-29- python2.7-2.7.18/Modules/_ctypes/libffi/src/x86/sysv.S:30:#define LIBFFI_ASM python2.7-2.7.18/Modules/_ctypes/libffi/src/x86/sysv.S-31-#include <fficonfig.h> ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/x86/darwin.S-30- python2.7-2.7.18/Modules/_ctypes/libffi/src/x86/darwin.S:31:#define LIBFFI_ASM python2.7-2.7.18/Modules/_ctypes/libffi/src/x86/darwin.S-32-#include <fficonfig.h> ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/x86/freebsd.S-29- python2.7-2.7.18/Modules/_ctypes/libffi/src/x86/freebsd.S:30:#define LIBFFI_ASM python2.7-2.7.18/Modules/_ctypes/libffi/src/x86/freebsd.S-31-#include <fficonfig.h> ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-73-static void * python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c:74:get_x_addr (struct call_context *context, unsigned n) python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-75-{ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-79-static void * python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c:80:get_s_addr (struct call_context *context, unsigned n) python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-81-{ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-89-static void * python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c:90:get_d_addr (struct call_context *context, unsigned n) python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-91-{ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-99-static void * python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c:100:get_v_addr (struct call_context *context, unsigned n) python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-101-{ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-108-static void * python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c:109:get_basic_type_addr (unsigned short type, struct call_context *context, python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-110- unsigned n) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-114- case FFI_TYPE_FLOAT: python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c:115: return get_s_addr (context, n); python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-116- case FFI_TYPE_DOUBLE: python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c:117: return get_d_addr (context, n); python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-118-#if FFI_TYPE_DOUBLE != FFI_TYPE_LONGDOUBLE python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-119- case FFI_TYPE_LONGDOUBLE: python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c:120: return get_v_addr (context, n); python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-121-#endif ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-131- case FFI_TYPE_SINT64: python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c:132: return get_x_addr (context, n); python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-133- case FFI_TYPE_VOID: ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-451- FFI_ASSERT (state->ngrn < N_X_ARG_REG); python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c:452: return get_x_addr (context, (state->ngrn)++); python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-453-} ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-458- FFI_ASSERT (state->nsrn < N_V_ARG_REG); python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c:459: return get_s_addr (context, (state->nsrn)++); python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-460-} ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-465- FFI_ASSERT (state->nsrn < N_V_ARG_REG); python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c:466: return get_d_addr (context, (state->nsrn)++); python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-467-} ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-472- FFI_ASSERT (state->nsrn < N_V_ARG_REG); python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c:473: return get_v_addr (context, (state->nsrn)++); python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-474-} ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-845- { python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c:846: void *addr = get_basic_type_addr (cif->rtype->type, python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-847- &context, 0); ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-859- { python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c:860: void *reg = get_basic_type_addr (type, &context, j); python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-861- copy_basic_type (rvalue, reg, type); ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-867- size_t size = ALIGN (cif->rtype->size, sizeof (UINT64)); python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c:868: memcpy (rvalue, get_x_addr (&context, 0), size); python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-869- } ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-882- { python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c:883: memcpy (get_x_addr (&context, 8), &rvalue, sizeof (UINT64)); python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-884- ffi_call_SYSV (aarch64_prep_args, &context, &ecif, ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-1073- { python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c:1074: avalue[i] = get_x_addr (context, state.ngrn); python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-1075- state.ngrn += (ty->size + 7) / 8; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-1129- { python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c:1130: void *addr = get_basic_type_addr (cif->rtype->type, context, 0); python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-1131- copy_basic_type (addr, rvalue, cif->rtype->type); ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-1141- { python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c:1142: void *reg = get_basic_type_addr (type, context, j); python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-1143- copy_basic_type (reg, rvalue, type); ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-1149- size_t size = ALIGN (cif->rtype->size, sizeof (UINT64)) ; python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c:1150: memcpy (get_x_addr (context, 0), rvalue, size); python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-1151- } ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-1163- { python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c:1164: memcpy (&rvalue, get_x_addr (context, 8), sizeof (UINT64)); python2.7-2.7.18/Modules/_ctypes/libffi/src/aarch64/ffi.c-1165- (closure->fun) (cif, rvalue, avalue, closure->user_data); ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/vax/elfbsd.S-27- python2.7-2.7.18/Modules/_ctypes/libffi/src/vax/elfbsd.S:28:#define LIBFFI_ASM python2.7-2.7.18/Modules/_ctypes/libffi/src/vax/elfbsd.S-29-#include <fficonfig.h> ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/sh/sysv.S-26- python2.7-2.7.18/Modules/_ctypes/libffi/src/sh/sysv.S:27:#define LIBFFI_ASM python2.7-2.7.18/Modules/_ctypes/libffi/src/sh/sysv.S-28-#include <fficonfig.h> ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/arm/sysv.S-27- python2.7-2.7.18/Modules/_ctypes/libffi/src/arm/sysv.S:28:#define LIBFFI_ASM python2.7-2.7.18/Modules/_ctypes/libffi/src/arm/sysv.S-29-#include <fficonfig.h> ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/arm/gentramp.sh-41-# are unreachable due to our maximum pc-relative ldr offset. python2.7-2.7.18/Modules/_ctypes/libffi/src/arm/gentramp.sh:42:PAGE_AVAIL=`expr $PAGE_SIZE - 16` python2.7-2.7.18/Modules/_ctypes/libffi/src/arm/gentramp.sh-43- python2.7-2.7.18/Modules/_ctypes/libffi/src/arm/gentramp.sh-44-# Compute the number of of available trampolines. python2.7-2.7.18/Modules/_ctypes/libffi/src/arm/gentramp.sh:45:TRAMPOLINE_COUNT=`expr $PAGE_AVAIL / $TRAMPOLINE_SIZE` python2.7-2.7.18/Modules/_ctypes/libffi/src/arm/gentramp.sh-46- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/arm/gentramp.sh-113- trampoline python2.7-2.7.18/Modules/_ctypes/libffi/src/arm/gentramp.sh:114: local i=`expr $i + 1` python2.7-2.7.18/Modules/_ctypes/libffi/src/arm/gentramp.sh-115- done ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/m68k/sysv.S-30- python2.7-2.7.18/Modules/_ctypes/libffi/src/m68k/sysv.S:31:#define LIBFFI_ASM python2.7-2.7.18/Modules/_ctypes/libffi/src/m68k/sysv.S-32-#include <fficonfig.h> ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/ia64/unix.S-31- python2.7-2.7.18/Modules/_ctypes/libffi/src/ia64/unix.S:32:#define LIBFFI_ASM python2.7-2.7.18/Modules/_ctypes/libffi/src/ia64/unix.S-33-#include <fficonfig.h> ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/ia64/ffi.c-79-#define stf_spill(addr, value) \ python2.7-2.7.18/Modules/_ctypes/libffi/src/ia64/ffi.c:80: asm ("stf.spill %0 = %1%P0" : "=m" (*addr) : "f"(value)); python2.7-2.7.18/Modules/_ctypes/libffi/src/ia64/ffi.c-81- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/ia64/ffi.c-85-#define ldf_fill(result, addr) \ python2.7-2.7.18/Modules/_ctypes/libffi/src/ia64/ffi.c:86: asm ("ldf.fill %0 = %1%P1" : "=f"(result) : "m"(*addr)); python2.7-2.7.18/Modules/_ctypes/libffi/src/ia64/ffi.c-87- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/nios2/ffi.c-294- for (i = 0; i < 7; i++) python2.7-2.7.18/Modules/_ctypes/libffi/src/nios2/ffi.c:295: asm volatile ("flushd 0(%0); flushi %0" :: "r"(tramp + i) : "memory"); python2.7-2.7.18/Modules/_ctypes/libffi/src/nios2/ffi.c:296: asm volatile ("flushp" ::: "memory"); python2.7-2.7.18/Modules/_ctypes/libffi/src/nios2/ffi.c-297- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/alpha/osf.S-26- python2.7-2.7.18/Modules/_ctypes/libffi/src/alpha/osf.S:27:#define LIBFFI_ASM python2.7-2.7.18/Modules/_ctypes/libffi/src/alpha/osf.S-28-#include <fficonfig.h> ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/src/alpha/ffi.c-201- 0x86 is PAL_imb in Tru64 UNIX <alpha/pal.h>. */ python2.7-2.7.18/Modules/_ctypes/libffi/src/alpha/ffi.c:202: asm volatile ("call_pal 0x86" : : : "memory"); python2.7-2.7.18/Modules/_ctypes/libffi/src/alpha/ffi.c-203- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/install-sh-229- fi python2.7-2.7.18/Modules/_ctypes/libffi/install-sh:230: cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; python2.7-2.7.18/Modules/_ctypes/libffi/install-sh-231- *) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/install-sh-276- dstdir=$dst python2.7-2.7.18/Modules/_ctypes/libffi/install-sh:277: dst=$dstdir/`basename "$src"` python2.7-2.7.18/Modules/_ctypes/libffi/install-sh-278- dstdir_status=0 ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/install-sh-358- # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. python2.7-2.7.18/Modules/_ctypes/libffi/install-sh:359: ls_ld_tmpdir=`ls -ld "$tmpdir"` python2.7-2.7.18/Modules/_ctypes/libffi/install-sh-360- case $ls_ld_tmpdir in ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/install-sh-365- $mkdirprog -m$different_mode -p -- "$tmpdir" && { python2.7-2.7.18/Modules/_ctypes/libffi/install-sh:366: ls_ld_tmpdir_1=`ls -ld "$tmpdir"` python2.7-2.7.18/Modules/_ctypes/libffi/install-sh-367- test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/install-sh-425- case $prefix in python2.7-2.7.18/Modules/_ctypes/libffi/install-sh:426: *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; python2.7-2.7.18/Modules/_ctypes/libffi/install-sh-427- *) qprefix=$prefix;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/install-sh-474- if $copy_on_change && python2.7-2.7.18/Modules/_ctypes/libffi/install-sh:475: old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && python2.7-2.7.18/Modules/_ctypes/libffi/install-sh:476: new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && python2.7-2.7.18/Modules/_ctypes/libffi/install-sh-477- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \ python2.7-2.7.18/Modules/_ctypes/libffi/configure:46: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then python2.7-2.7.18/Modules/_ctypes/libffi/configure-47- as_echo='print -r --' python2.7-2.7.18/Modules/_ctypes/libffi/configure-48- as_echo_n='print -rn --' python2.7-2.7.18/Modules/_ctypes/libffi/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then python2.7-2.7.18/Modules/_ctypes/libffi/configure-50- as_echo='printf %s\n' ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-52-else python2.7-2.7.18/Modules/_ctypes/libffi/configure:53: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then python2.7-2.7.18/Modules/_ctypes/libffi/configure-54- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-62- expr "X$arg" : "X\\(.*\\)$as_nl"; python2.7-2.7.18/Modules/_ctypes/libffi/configure:63: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; python2.7-2.7.18/Modules/_ctypes/libffi/configure-64- esac; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-199- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && python2.7-2.7.18/Modules/_ctypes/libffi/configure:200: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 python2.7-2.7.18/Modules/_ctypes/libffi/configure-201- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-206- PATH=/empty FPATH=/empty; export PATH FPATH python2.7-2.7.18/Modules/_ctypes/libffi/configure:207: test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ python2.7-2.7.18/Modules/_ctypes/libffi/configure:208: || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1 python2.7-2.7.18/Modules/_ctypes/libffi/configure-209-test \$(( 1 + 1 )) = 2 || exit 1" ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-335- case $as_dir in #( python2.7-2.7.18/Modules/_ctypes/libffi/configure:336: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( python2.7-2.7.18/Modules/_ctypes/libffi/configure-337- *) as_qdir=$as_dir;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-408- { python2.7-2.7.18/Modules/_ctypes/libffi/configure:409: as_val=`expr "$@" || test $? -eq 1` python2.7-2.7.18/Modules/_ctypes/libffi/configure-410- } ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-415-# ---------------------------------------- python2.7-2.7.18/Modules/_ctypes/libffi/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are python2.7-2.7.18/Modules/_ctypes/libffi/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-478- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && python2.7-2.7.18/Modules/_ctypes/libffi/configure:479: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { python2.7-2.7.18/Modules/_ctypes/libffi/configure-480- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-957- case $ac_option in python2.7-2.7.18/Modules/_ctypes/libffi/configure:958: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; python2.7-2.7.18/Modules/_ctypes/libffi/configure-959- *=) ac_optarg= ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-1001- -disable-* | --disable-*) python2.7-2.7.18/Modules/_ctypes/libffi/configure:1002: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` python2.7-2.7.18/Modules/_ctypes/libffi/configure-1003- # Reject names that are not valid shell variable names. ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-1006- ac_useropt_orig=$ac_useropt python2.7-2.7.18/Modules/_ctypes/libffi/configure:1007: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` python2.7-2.7.18/Modules/_ctypes/libffi/configure-1008- case $ac_user_opts in ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-1027- -enable-* | --enable-*) python2.7-2.7.18/Modules/_ctypes/libffi/configure:1028: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` python2.7-2.7.18/Modules/_ctypes/libffi/configure-1029- # Reject names that are not valid shell variable names. ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-1032- ac_useropt_orig=$ac_useropt python2.7-2.7.18/Modules/_ctypes/libffi/configure:1033: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` python2.7-2.7.18/Modules/_ctypes/libffi/configure-1034- case $ac_user_opts in ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-1231- -with-* | --with-*) python2.7-2.7.18/Modules/_ctypes/libffi/configure:1232: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` python2.7-2.7.18/Modules/_ctypes/libffi/configure-1233- # Reject names that are not valid shell variable names. ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-1236- ac_useropt_orig=$ac_useropt python2.7-2.7.18/Modules/_ctypes/libffi/configure:1237: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` python2.7-2.7.18/Modules/_ctypes/libffi/configure-1238- case $ac_user_opts in ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-1247- -without-* | --without-*) python2.7-2.7.18/Modules/_ctypes/libffi/configure:1248: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` python2.7-2.7.18/Modules/_ctypes/libffi/configure-1249- # Reject names that are not valid shell variable names. ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-1252- ac_useropt_orig=$ac_useropt python2.7-2.7.18/Modules/_ctypes/libffi/configure:1253: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` python2.7-2.7.18/Modules/_ctypes/libffi/configure-1254- case $ac_user_opts in ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-1285- *=*) python2.7-2.7.18/Modules/_ctypes/libffi/configure:1286: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` python2.7-2.7.18/Modules/_ctypes/libffi/configure-1287- # Reject names that are not valid shell variable names. ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-1306-if test -n "$ac_prev"; then python2.7-2.7.18/Modules/_ctypes/libffi/configure:1307: ac_option=--`echo $ac_prev | sed 's/_/-/g'` python2.7-2.7.18/Modules/_ctypes/libffi/configure-1308- as_fn_error $? "missing argument to $ac_option" ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-1328- */ ) python2.7-2.7.18/Modules/_ctypes/libffi/configure:1329: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` python2.7-2.7.18/Modules/_ctypes/libffi/configure-1330- eval $ac_var=\$ac_val;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-1363-ac_ls_di=`ls -di .` && python2.7-2.7.18/Modules/_ctypes/libffi/configure:1364:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || python2.7-2.7.18/Modules/_ctypes/libffi/configure-1365- as_fn_error $? "working directory cannot be determined" ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-1419-case $srcdir in python2.7-2.7.18/Modules/_ctypes/libffi/configure:1420:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; python2.7-2.7.18/Modules/_ctypes/libffi/configure-1421-esac ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-1462-By default, \`make install' will install all the files in python2.7-2.7.18/Modules/_ctypes/libffi/configure:1463:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify python2.7-2.7.18/Modules/_ctypes/libffi/configure:1464:an installation prefix other than \`$ac_default_prefix' using \`--prefix', python2.7-2.7.18/Modules/_ctypes/libffi/configure-1465-for instance \`--prefix=\$HOME'. ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-1584-*) python2.7-2.7.18/Modules/_ctypes/libffi/configure:1585: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` python2.7-2.7.18/Modules/_ctypes/libffi/configure-1586- # A ".." for each directory in $ac_dir_suffix. python2.7-2.7.18/Modules/_ctypes/libffi/configure:1587: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` python2.7-2.7.18/Modules/_ctypes/libffi/configure-1588- case $ac_top_builddir_sub in ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-2430- *\'*) python2.7-2.7.18/Modules/_ctypes/libffi/configure:2431: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; python2.7-2.7.18/Modules/_ctypes/libffi/configure-2432- esac ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-2513- case $ac_val in python2.7-2.7.18/Modules/_ctypes/libffi/configure:2514: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; python2.7-2.7.18/Modules/_ctypes/libffi/configure-2515- esac ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-2528- case $ac_val in python2.7-2.7.18/Modules/_ctypes/libffi/configure:2529: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; python2.7-2.7.18/Modules/_ctypes/libffi/configure-2530- esac ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-2648- set,) python2.7-2.7.18/Modules/_ctypes/libffi/configure:2649: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 python2.7-2.7.18/Modules/_ctypes/libffi/configure:2650:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} python2.7-2.7.18/Modules/_ctypes/libffi/configure-2651- ac_cache_corrupted=: ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-2659- # differences in whitespace do not lead to failure. python2.7-2.7.18/Modules/_ctypes/libffi/configure:2660: ac_old_val_w=`echo x $ac_old_val` python2.7-2.7.18/Modules/_ctypes/libffi/configure:2661: ac_new_val_w=`echo x $ac_new_val` python2.7-2.7.18/Modules/_ctypes/libffi/configure-2662- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-2679- case $ac_new_val in python2.7-2.7.18/Modules/_ctypes/libffi/configure:2680: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; python2.7-2.7.18/Modules/_ctypes/libffi/configure-2681- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-2749-test "x$ac_build_alias" = x && python2.7-2.7.18/Modules/_ctypes/libffi/configure:2750: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` python2.7-2.7.18/Modules/_ctypes/libffi/configure-2751-test "x$ac_build_alias" = x && python2.7-2.7.18/Modules/_ctypes/libffi/configure-2752- as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 python2.7-2.7.18/Modules/_ctypes/libffi/configure:2753:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || python2.7-2.7.18/Modules/_ctypes/libffi/configure-2754- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-2773-IFS=$ac_save_IFS python2.7-2.7.18/Modules/_ctypes/libffi/configure:2774:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac python2.7-2.7.18/Modules/_ctypes/libffi/configure-2775- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-2784-else python2.7-2.7.18/Modules/_ctypes/libffi/configure:2785: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || python2.7-2.7.18/Modules/_ctypes/libffi/configure-2786- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-2806-IFS=$ac_save_IFS python2.7-2.7.18/Modules/_ctypes/libffi/configure:2807:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac python2.7-2.7.18/Modules/_ctypes/libffi/configure-2808- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-2817-else python2.7-2.7.18/Modules/_ctypes/libffi/configure:2818: ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || python2.7-2.7.18/Modules/_ctypes/libffi/configure-2819- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5 ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-2839-IFS=$ac_save_IFS python2.7-2.7.18/Modules/_ctypes/libffi/configure:2840:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac python2.7-2.7.18/Modules/_ctypes/libffi/configure-2841- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-2853- frv*-elf) python2.7-2.7.18/Modules/_ctypes/libffi/configure:2854: LDFLAGS=`echo $LDFLAGS | sed "s/\-B^ *libgloss\/frv\///"`\ -B`pwd`/../libgloss/frv/ python2.7-2.7.18/Modules/_ctypes/libffi/configure-2855- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-2867-# expand $ac_aux_dir to an absolute path python2.7-2.7.18/Modules/_ctypes/libffi/configure:2868:am_aux_dir=`cd $ac_aux_dir && pwd` python2.7-2.7.18/Modules/_ctypes/libffi/configure-2869- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-3080- echo "timestamp, slept: $am_has_slept" > conftest.file python2.7-2.7.18/Modules/_ctypes/libffi/configure:3081: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` python2.7-2.7.18/Modules/_ctypes/libffi/configure-3082- if test "$*" = "X"; then python2.7-2.7.18/Modules/_ctypes/libffi/configure-3083- # -L didn't work. python2.7-2.7.18/Modules/_ctypes/libffi/configure:3084: set X `ls -t "$srcdir/configure" conftest.file` python2.7-2.7.18/Modules/_ctypes/libffi/configure-3085- fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-3131-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' python2.7-2.7.18/Modules/_ctypes/libffi/configure:3132:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` python2.7-2.7.18/Modules/_ctypes/libffi/configure-3133- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-3273- as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue python2.7-2.7.18/Modules/_ctypes/libffi/configure:3274: case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( python2.7-2.7.18/Modules/_ctypes/libffi/configure-3275- 'mkdir (GNU coreutils) '* | \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-3346-set x ${MAKE-make} python2.7-2.7.18/Modules/_ctypes/libffi/configure:3347:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` python2.7-2.7.18/Modules/_ctypes/libffi/configure-3348-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-3356-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. python2.7-2.7.18/Modules/_ctypes/libffi/configure:3357:case `${MAKE-make} -f conftest.make 2>/dev/null` in python2.7-2.7.18/Modules/_ctypes/libffi/configure-3358- *@@@%%%=?*=@@@%%%*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-3422- python2.7-2.7.18/Modules/_ctypes/libffi/configure:3423:if test "`cd $srcdir && pwd`" != "`pwd`"; then python2.7-2.7.18/Modules/_ctypes/libffi/configure-3424- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-3852-$as_echo_n "checking whether the C compiler works... " >&6; } python2.7-2.7.18/Modules/_ctypes/libffi/configure:3853:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` python2.7-2.7.18/Modules/_ctypes/libffi/configure-3854- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-3896- then :; else python2.7-2.7.18/Modules/_ctypes/libffi/configure:3897: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` python2.7-2.7.18/Modules/_ctypes/libffi/configure-3898- fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-3956- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; python2.7-2.7.18/Modules/_ctypes/libffi/configure:3957: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` python2.7-2.7.18/Modules/_ctypes/libffi/configure-3958- break;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-4065- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; python2.7-2.7.18/Modules/_ctypes/libffi/configure:4066: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` python2.7-2.7.18/Modules/_ctypes/libffi/configure-4067- break;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-4314-# Ignore all kinds of additional output from 'make'. python2.7-2.7.18/Modules/_ctypes/libffi/configure:4315:case `$am_make -s -f confmf 2> /dev/null` in #( python2.7-2.7.18/Modules/_ctypes/libffi/configure-4316-*the\ am__doit\ target*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-4324- echo '.include "confinc"' > confmf python2.7-2.7.18/Modules/_ctypes/libffi/configure:4325: case `$am_make -s -f confmf 2> /dev/null` in #( python2.7-2.7.18/Modules/_ctypes/libffi/configure-4326- *the\ am__doit\ target*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-4387- if test "$am_compiler_list" = ""; then python2.7-2.7.18/Modules/_ctypes/libffi/configure:4388: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` python2.7-2.7.18/Modules/_ctypes/libffi/configure-4389- fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-4772- if test "$am_compiler_list" = ""; then python2.7-2.7.18/Modules/_ctypes/libffi/configure:4773: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` python2.7-2.7.18/Modules/_ctypes/libffi/configure-4774- fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-4913- if test "$am_compiler_list" = ""; then python2.7-2.7.18/Modules/_ctypes/libffi/configure:4914: am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` python2.7-2.7.18/Modules/_ctypes/libffi/configure-4915- fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-5124-set dummy $CC python2.7-2.7.18/Modules/_ctypes/libffi/configure:5125:am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'` python2.7-2.7.18/Modules/_ctypes/libffi/configure-5126-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-5186-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ python2.7-2.7.18/Modules/_ctypes/libffi/configure:5187: test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then python2.7-2.7.18/Modules/_ctypes/libffi/configure-5188- ECHO='print -r --' python2.7-2.7.18/Modules/_ctypes/libffi/configure:5189:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then python2.7-2.7.18/Modules/_ctypes/libffi/configure-5190- ECHO='printf %s\n' ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-5255- # Check for GNU $ac_path_SED python2.7-2.7.18/Modules/_ctypes/libffi/configure:5256:case `"$ac_path_SED" --version 2>&1` in python2.7-2.7.18/Modules/_ctypes/libffi/configure-5257-*GNU*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-5331- # Check for GNU $ac_path_GREP python2.7-2.7.18/Modules/_ctypes/libffi/configure:5332:case `"$ac_path_GREP" --version 2>&1` in python2.7-2.7.18/Modules/_ctypes/libffi/configure-5333-*GNU*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-5397- # Check for GNU $ac_path_EGREP python2.7-2.7.18/Modules/_ctypes/libffi/configure:5398:case `"$ac_path_EGREP" --version 2>&1` in python2.7-2.7.18/Modules/_ctypes/libffi/configure-5399-*GNU*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-5464- # Check for GNU $ac_path_FGREP python2.7-2.7.18/Modules/_ctypes/libffi/configure:5465:case `"$ac_path_FGREP" --version 2>&1` in python2.7-2.7.18/Modules/_ctypes/libffi/configure-5466-*GNU*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-5544- # gcc leaves a trailing carriage return, which upsets mingw python2.7-2.7.18/Modules/_ctypes/libffi/configure:5545: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; python2.7-2.7.18/Modules/_ctypes/libffi/configure-5546- *) python2.7-2.7.18/Modules/_ctypes/libffi/configure:5547: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; python2.7-2.7.18/Modules/_ctypes/libffi/configure-5548- esac ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-5553- # Canonicalize the pathname of ld python2.7-2.7.18/Modules/_ctypes/libffi/configure:5554: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` python2.7-2.7.18/Modules/_ctypes/libffi/configure-5555- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do python2.7-2.7.18/Modules/_ctypes/libffi/configure:5556: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` python2.7-2.7.18/Modules/_ctypes/libffi/configure-5557- done ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-5588- # Break only if it was the GNU/non-GNU ld that we prefer. python2.7-2.7.18/Modules/_ctypes/libffi/configure:5589: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in python2.7-2.7.18/Modules/_ctypes/libffi/configure-5590- *GNU* | *'with BFD'*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-5619- # I'd rather use --version here, but apparently some GNU lds only accept -v. python2.7-2.7.18/Modules/_ctypes/libffi/configure:5620:case `$LD -v 2>&1 </dev/null` in python2.7-2.7.18/Modules/_ctypes/libffi/configure-5621-*GNU* | *'with BFD'*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-5664- # Tru64's nm complains that /dev/null is an invalid object file python2.7-2.7.18/Modules/_ctypes/libffi/configure:5665: case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in python2.7-2.7.18/Modules/_ctypes/libffi/configure-5666- */dev/null* | *'Invalid file or object type'*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-5670- *) python2.7-2.7.18/Modules/_ctypes/libffi/configure:5671: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in python2.7-2.7.18/Modules/_ctypes/libffi/configure-5672- */dev/null*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-5798- python2.7-2.7.18/Modules/_ctypes/libffi/configure:5799: case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in python2.7-2.7.18/Modules/_ctypes/libffi/configure-5800- *COFF*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-5910- # And add a safety zone python2.7-2.7.18/Modules/_ctypes/libffi/configure:5911: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` python2.7-2.7.18/Modules/_ctypes/libffi/configure:5912: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` python2.7-2.7.18/Modules/_ctypes/libffi/configure-5913- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-5943- if test -n "$kargmax"; then python2.7-2.7.18/Modules/_ctypes/libffi/configure:5944: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` python2.7-2.7.18/Modules/_ctypes/libffi/configure-5945- else ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-5952- test undefined != "$lt_cv_sys_max_cmd_len"; then python2.7-2.7.18/Modules/_ctypes/libffi/configure:5953: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` python2.7-2.7.18/Modules/_ctypes/libffi/configure:5954: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` python2.7-2.7.18/Modules/_ctypes/libffi/configure-5955- else ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-5964- # we can't tell. python2.7-2.7.18/Modules/_ctypes/libffi/configure:5965: while { test X`env echo "$teststring$teststring" 2>/dev/null` \ python2.7-2.7.18/Modules/_ctypes/libffi/configure-5966- = "X$teststring$teststring"; } >/dev/null 2>&1 && ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-5968- do python2.7-2.7.18/Modules/_ctypes/libffi/configure:5969: i=`expr $i + 1` python2.7-2.7.18/Modules/_ctypes/libffi/configure-5970- teststring=$teststring$teststring ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-5972- # Only check the string length outside the loop. python2.7-2.7.18/Modules/_ctypes/libffi/configure:5973: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` python2.7-2.7.18/Modules/_ctypes/libffi/configure-5974- teststring= ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-5977- # linker. It appears as though 1/2 is a usable value. python2.7-2.7.18/Modules/_ctypes/libffi/configure:5978: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` python2.7-2.7.18/Modules/_ctypes/libffi/configure-5979- fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-6388-openbsd* | bitrig*) python2.7-2.7.18/Modules/_ctypes/libffi/configure:6389: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then python2.7-2.7.18/Modules/_ctypes/libffi/configure-6390- lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-6455- else python2.7-2.7.18/Modules/_ctypes/libffi/configure:6456: file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` python2.7-2.7.18/Modules/_ctypes/libffi/configure-6457- fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-6600- # decide which one to use based on capabilities of $DLLTOOL python2.7-2.7.18/Modules/_ctypes/libffi/configure:6601: case `$DLLTOOL --help 2>&1` in python2.7-2.7.18/Modules/_ctypes/libffi/configure-6602- *--identify-strict*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-7122-# If we're using GNU nm, then use its standard symbol codes. python2.7-2.7.18/Modules/_ctypes/libffi/configure:7123:case `$NM -V 2>&1` in python2.7-2.7.18/Modules/_ctypes/libffi/configure-7124-*GNU* | *'with BFD'*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-7170-mingw*) python2.7-2.7.18/Modules/_ctypes/libffi/configure:7171: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp python2.7-2.7.18/Modules/_ctypes/libffi/configure-7172- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-7402- if test yes = "$GCC"; then python2.7-2.7.18/Modules/_ctypes/libffi/configure:7403: lt_sysroot=`$CC --print-sysroot 2>/dev/null` python2.7-2.7.18/Modules/_ctypes/libffi/configure-7404- fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-7406- /*) python2.7-2.7.18/Modules/_ctypes/libffi/configure:7407: lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` python2.7-2.7.18/Modules/_ctypes/libffi/configure-7408- ;; #( ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-7443- test $ac_status = 0; }; then python2.7-2.7.18/Modules/_ctypes/libffi/configure:7444: case `/usr/bin/file conftest.$ac_objext` in python2.7-2.7.18/Modules/_ctypes/libffi/configure-7445- *ELF-32*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-7464- if test yes = "$lt_cv_prog_gnu_ld"; then python2.7-2.7.18/Modules/_ctypes/libffi/configure:7465: case `/usr/bin/file conftest.$ac_objext` in python2.7-2.7.18/Modules/_ctypes/libffi/configure-7466- *32-bit*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-7476- else python2.7-2.7.18/Modules/_ctypes/libffi/configure:7477: case `/usr/bin/file conftest.$ac_objext` in python2.7-2.7.18/Modules/_ctypes/libffi/configure-7478- *32-bit*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-7502- emul=elf python2.7-2.7.18/Modules/_ctypes/libffi/configure:7503: case `/usr/bin/file conftest.$ac_objext` in python2.7-2.7.18/Modules/_ctypes/libffi/configure-7504- *32-bit*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-7510- esac python2.7-2.7.18/Modules/_ctypes/libffi/configure:7511: case `/usr/bin/file conftest.$ac_objext` in python2.7-2.7.18/Modules/_ctypes/libffi/configure-7512- *MSB*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-7518- esac python2.7-2.7.18/Modules/_ctypes/libffi/configure:7519: case `/usr/bin/file conftest.$ac_objext` in python2.7-2.7.18/Modules/_ctypes/libffi/configure-7520- *N32*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-8685-do : python2.7-2.7.18/Modules/_ctypes/libffi/configure:8686: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` python2.7-2.7.18/Modules/_ctypes/libffi/configure-8687-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-8690- cat >>confdefs.h <<_ACEOF python2.7-2.7.18/Modules/_ctypes/libffi/configure:8691:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 python2.7-2.7.18/Modules/_ctypes/libffi/configure-8692-_ACEOF ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-8717- case $2 in python2.7-2.7.18/Modules/_ctypes/libffi/configure:8718: .*) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%\\\\$2\$%%"`;; python2.7-2.7.18/Modules/_ctypes/libffi/configure:8719: *) func_stripname_result=`$ECHO "$3" | $SED "s%^$1%%; s%$2\$%%"`;; python2.7-2.7.18/Modules/_ctypes/libffi/configure-8720- esac ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-8985-done python2.7-2.7.18/Modules/_ctypes/libffi/configure:8986:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` python2.7-2.7.18/Modules/_ctypes/libffi/configure-8987- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-9014- "file_magic "*) python2.7-2.7.18/Modules/_ctypes/libffi/configure:9015: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` python2.7-2.7.18/Modules/_ctypes/libffi/configure-9016- MAGIC_CMD=$lt_cv_path_MAGIC_CMD ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-9080- "file_magic "*) python2.7-2.7.18/Modules/_ctypes/libffi/configure:9081: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` python2.7-2.7.18/Modules/_ctypes/libffi/configure-9082- MAGIC_CMD=$lt_cv_path_MAGIC_CMD ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-9468- *) python2.7-2.7.18/Modules/_ctypes/libffi/configure:9469: case `$CC -V 2>&1 | sed 5q` in python2.7-2.7.18/Modules/_ctypes/libffi/configure-9470- *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-9914- # shared libraries, regardless of the interface used. python2.7-2.7.18/Modules/_ctypes/libffi/configure:9915: case `$LD -v 2>&1` in python2.7-2.7.18/Modules/_ctypes/libffi/configure-9916- *\ \(GNU\ Binutils\)\ 2.19.5*) ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-9946- supports_anon_versioning=no python2.7-2.7.18/Modules/_ctypes/libffi/configure:9947: case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in python2.7-2.7.18/Modules/_ctypes/libffi/configure-9948- *GNU\ gold*) supports_anon_versioning=yes ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-10015- # is; otherwise, prepend EXPORTS... python2.7-2.7.18/Modules/_ctypes/libffi/configure:10016: archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then python2.7-2.7.18/Modules/_ctypes/libffi/configure-10017- cp $export_symbols $output_objdir/$soname.def; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-10043- # time. Moving up from 0x10000000 also allows more sbrk(2) space. python2.7-2.7.18/Modules/_ctypes/libffi/configure:10044: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/configure:10045: archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/configure-10046- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-10061- pgcc*) # Portland Group C compiler python2.7-2.7.18/Modules/_ctypes/libffi/configure:10062: whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' python2.7-2.7.18/Modules/_ctypes/libffi/configure-10063- tmp_addflag=' $pic_flag' ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-10066- # Portland Group f77 and f90 compilers python2.7-2.7.18/Modules/_ctypes/libffi/configure:10067: whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' python2.7-2.7.18/Modules/_ctypes/libffi/configure-10068- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-10083- nvcc*) # Cuda Compiler Driver 2.2 python2.7-2.7.18/Modules/_ctypes/libffi/configure:10084: whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' python2.7-2.7.18/Modules/_ctypes/libffi/configure-10085- compiler_needs_object=yes ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-10087- esac python2.7-2.7.18/Modules/_ctypes/libffi/configure:10088: case `$CC -V 2>&1 | sed 5q` in python2.7-2.7.18/Modules/_ctypes/libffi/configure-10089- *Sun\ C*) # Sun C 5.9 python2.7-2.7.18/Modules/_ctypes/libffi/configure:10090: whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' python2.7-2.7.18/Modules/_ctypes/libffi/configure-10091- compiler_needs_object=yes ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-10155- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) python2.7-2.7.18/Modules/_ctypes/libffi/configure:10156: case `$LD -v 2>&1` in python2.7-2.7.18/Modules/_ctypes/libffi/configure-10157- *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-10278- # below for broken collect2 doesn't work under 4.3+ python2.7-2.7.18/Modules/_ctypes/libffi/configure:10279: collect2name=`$CC -print-prog-name=collect2` python2.7-2.7.18/Modules/_ctypes/libffi/configure-10280- if test -f "$collect2name" && ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-10351- }' python2.7-2.7.18/Modules/_ctypes/libffi/configure:10352: lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` python2.7-2.7.18/Modules/_ctypes/libffi/configure-10353- # Check for a 64-bit object if we didn't find anything. python2.7-2.7.18/Modules/_ctypes/libffi/configure-10354- if test -z "$lt_cv_aix_libpath_"; then python2.7-2.7.18/Modules/_ctypes/libffi/configure:10355: lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` python2.7-2.7.18/Modules/_ctypes/libffi/configure-10356- fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-10369- hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" python2.7-2.7.18/Modules/_ctypes/libffi/configure:10370: archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag python2.7-2.7.18/Modules/_ctypes/libffi/configure-10371- else ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-10404- }' python2.7-2.7.18/Modules/_ctypes/libffi/configure:10405: lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` python2.7-2.7.18/Modules/_ctypes/libffi/configure-10406- # Check for a 64-bit object if we didn't find anything. python2.7-2.7.18/Modules/_ctypes/libffi/configure-10407- if test -z "$lt_cv_aix_libpath_"; then python2.7-2.7.18/Modules/_ctypes/libffi/configure:10408: lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` python2.7-2.7.18/Modules/_ctypes/libffi/configure-10409- fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-10477- archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' python2.7-2.7.18/Modules/_ctypes/libffi/configure:10478: archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then python2.7-2.7.18/Modules/_ctypes/libffi/configure-10479- cp "$export_symbols" "$output_objdir/$soname.def"; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-10515- # FIXME: Setting linknames here is a bad hack. python2.7-2.7.18/Modules/_ctypes/libffi/configure:10516: archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' python2.7-2.7.18/Modules/_ctypes/libffi/configure-10517- # The linker will automatically build a .lib file if we build a DLL. ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-10533- if test yes = "$lt_cv_ld_force_load"; then python2.7-2.7.18/Modules/_ctypes/libffi/configure:10534: whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure-10535- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-10713- if test yes = "$GCC"; then python2.7-2.7.18/Modules/_ctypes/libffi/configure:10714: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/configure-10715- # Try to use the -exported_symbol ld option, if it does not ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-10741- if test yes = "$lt_cv_irix_exported_symbol"; then python2.7-2.7.18/Modules/_ctypes/libffi/configure:10742: archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/configure-10743- fi python2.7-2.7.18/Modules/_ctypes/libffi/configure-10744- else python2.7-2.7.18/Modules/_ctypes/libffi/configure:10745: archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/configure:10746: archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/configure-10747- fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-10781- hardcode_direct_absolute=yes python2.7-2.7.18/Modules/_ctypes/libffi/configure:10782: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then python2.7-2.7.18/Modules/_ctypes/libffi/configure-10783- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-10806- allow_undefined_flag=' $wl-expect_unresolved $wl\*' python2.7-2.7.18/Modules/_ctypes/libffi/configure:10807: archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/configure-10808- else python2.7-2.7.18/Modules/_ctypes/libffi/configure-10809- allow_undefined_flag=' -expect_unresolved \*' python2.7-2.7.18/Modules/_ctypes/libffi/configure:10810: archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/configure-10811- fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-10819- allow_undefined_flag=' $wl-expect_unresolved $wl\*' python2.7-2.7.18/Modules/_ctypes/libffi/configure:10820: archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/configure-10821- hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-10823- allow_undefined_flag=' -expect_unresolved \*' python2.7-2.7.18/Modules/_ctypes/libffi/configure:10824: archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/configure:10825: archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ python2.7-2.7.18/Modules/_ctypes/libffi/configure:10826: $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' python2.7-2.7.18/Modules/_ctypes/libffi/configure-10827- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-10842- else python2.7-2.7.18/Modules/_ctypes/libffi/configure:10843: case `$CC -V 2>&1` in python2.7-2.7.18/Modules/_ctypes/libffi/configure-10844- *"Compilers 5.0"*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-11241- esac python2.7-2.7.18/Modules/_ctypes/libffi/configure:11242: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` python2.7-2.7.18/Modules/_ctypes/libffi/configure-11243- case $lt_search_path_spec in ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-11248- # okay in the real world where ";" in dirpaths is itself problematic. python2.7-2.7.18/Modules/_ctypes/libffi/configure:11249: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` python2.7-2.7.18/Modules/_ctypes/libffi/configure-11250- ;; python2.7-2.7.18/Modules/_ctypes/libffi/configure-11251- *) python2.7-2.7.18/Modules/_ctypes/libffi/configure:11252: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` python2.7-2.7.18/Modules/_ctypes/libffi/configure-11253- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-11257- lt_tmp_lt_search_path_spec= python2.7-2.7.18/Modules/_ctypes/libffi/configure:11258: lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` python2.7-2.7.18/Modules/_ctypes/libffi/configure-11259- # ...but if some path component already ends with the multilib dir we assume ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-11299- esac python2.7-2.7.18/Modules/_ctypes/libffi/configure:11300: sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` python2.7-2.7.18/Modules/_ctypes/libffi/configure-11301-else ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-11387- # Create ${libname}_ixlibrary.a entries in /sys/libs. python2.7-2.7.18/Modules/_ctypes/libffi/configure:11388: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' python2.7-2.7.18/Modules/_ctypes/libffi/configure-11389- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-11423- # DLL is installed to $(libdir)/../bin by postinstall_cmds python2.7-2.7.18/Modules/_ctypes/libffi/configure:11424: postinstall_cmds='base_file=`basename \$file`~ python2.7-2.7.18/Modules/_ctypes/libffi/configure:11425: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ python2.7-2.7.18/Modules/_ctypes/libffi/configure:11426: dldir=$destdir/`dirname \$dlpath`~ python2.7-2.7.18/Modules/_ctypes/libffi/configure-11427- test -d \$dldir || mkdir -p \$dldir~ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-11432- fi' python2.7-2.7.18/Modules/_ctypes/libffi/configure:11433: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ python2.7-2.7.18/Modules/_ctypes/libffi/configure-11434- dlpath=$dir/\$dldll~ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-11440- # Cygwin DLLs use 'cyg' prefix rather than 'lib' python2.7-2.7.18/Modules/_ctypes/libffi/configure:11441: soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' python2.7-2.7.18/Modules/_ctypes/libffi/configure-11442- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-11446- # MinGW DLLs use traditional 'lib' prefix python2.7-2.7.18/Modules/_ctypes/libffi/configure:11447: soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' python2.7-2.7.18/Modules/_ctypes/libffi/configure-11448- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-11450- # pw32 DLLs use 'pw' prefix rather than 'lib' python2.7-2.7.18/Modules/_ctypes/libffi/configure:11451: library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' python2.7-2.7.18/Modules/_ctypes/libffi/configure-11452- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-11459- libname_spec='$name' python2.7-2.7.18/Modules/_ctypes/libffi/configure:11460: soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' python2.7-2.7.18/Modules/_ctypes/libffi/configure-11461- library_names_spec='$libname.dll.lib' ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-11471- # Let DOS variable expansion print the short 8.3 style file name. python2.7-2.7.18/Modules/_ctypes/libffi/configure:11472: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` python2.7-2.7.18/Modules/_ctypes/libffi/configure-11473- sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-11476- # Convert to MSYS style. python2.7-2.7.18/Modules/_ctypes/libffi/configure:11477: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` python2.7-2.7.18/Modules/_ctypes/libffi/configure-11478- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-11482- # like /cygdrive/c/PROGRA~1:/cygdr... python2.7-2.7.18/Modules/_ctypes/libffi/configure:11483: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` python2.7-2.7.18/Modules/_ctypes/libffi/configure:11484: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` python2.7-2.7.18/Modules/_ctypes/libffi/configure:11485: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` python2.7-2.7.18/Modules/_ctypes/libffi/configure-11486- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-11490- # It is most probably a Windows format PATH. python2.7-2.7.18/Modules/_ctypes/libffi/configure:11491: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` python2.7-2.7.18/Modules/_ctypes/libffi/configure-11492- else python2.7-2.7.18/Modules/_ctypes/libffi/configure:11493: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` python2.7-2.7.18/Modules/_ctypes/libffi/configure-11494- fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-11500- # DLL is installed to $(libdir)/../bin by postinstall_cmds python2.7-2.7.18/Modules/_ctypes/libffi/configure:11501: postinstall_cmds='base_file=`basename \$file`~ python2.7-2.7.18/Modules/_ctypes/libffi/configure:11502: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ python2.7-2.7.18/Modules/_ctypes/libffi/configure:11503: dldir=$destdir/`dirname \$dlpath`~ python2.7-2.7.18/Modules/_ctypes/libffi/configure-11504- test -d \$dldir || mkdir -p \$dldir~ python2.7-2.7.18/Modules/_ctypes/libffi/configure-11505- $install_prog $dir/$dlname \$dldir/$dlname' python2.7-2.7.18/Modules/_ctypes/libffi/configure:11506: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ python2.7-2.7.18/Modules/_ctypes/libffi/configure-11507- dlpath=$dir/\$dldll~ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-11514- # Assume MSVC wrapper python2.7-2.7.18/Modules/_ctypes/libffi/configure:11515: library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib' python2.7-2.7.18/Modules/_ctypes/libffi/configure-11516- dynamic_linker='Win32 ld.exe' ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-11531- shlibpath_var=DYLD_LIBRARY_PATH python2.7-2.7.18/Modules/_ctypes/libffi/configure:11532: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' python2.7-2.7.18/Modules/_ctypes/libffi/configure-11533- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-11777- if test -f /etc/ld.so.conf; then python2.7-2.7.18/Modules/_ctypes/libffi/configure:11778: lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` python2.7-2.7.18/Modules/_ctypes/libffi/configure-11779- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-11831- need_lib_prefix=no python2.7-2.7.18/Modules/_ctypes/libffi/configure:11832: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then python2.7-2.7.18/Modules/_ctypes/libffi/configure-11833- need_version=no ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-12985-done python2.7-2.7.18/Modules/_ctypes/libffi/configure:12986:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` python2.7-2.7.18/Modules/_ctypes/libffi/configure-12987- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-13017- # gcc leaves a trailing carriage return, which upsets mingw python2.7-2.7.18/Modules/_ctypes/libffi/configure:13018: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; python2.7-2.7.18/Modules/_ctypes/libffi/configure-13019- *) python2.7-2.7.18/Modules/_ctypes/libffi/configure:13020: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; python2.7-2.7.18/Modules/_ctypes/libffi/configure-13021- esac ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-13026- # Canonicalize the pathname of ld python2.7-2.7.18/Modules/_ctypes/libffi/configure:13027: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` python2.7-2.7.18/Modules/_ctypes/libffi/configure-13028- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do python2.7-2.7.18/Modules/_ctypes/libffi/configure:13029: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` python2.7-2.7.18/Modules/_ctypes/libffi/configure-13030- done ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-13061- # Break only if it was the GNU/non-GNU ld that we prefer. python2.7-2.7.18/Modules/_ctypes/libffi/configure:13062: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in python2.7-2.7.18/Modules/_ctypes/libffi/configure-13063- *GNU* | *'with BFD'*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-13092- # I'd rather use --version here, but apparently some GNU lds only accept -v. python2.7-2.7.18/Modules/_ctypes/libffi/configure:13093:case `$LD -v 2>&1 </dev/null` in python2.7-2.7.18/Modules/_ctypes/libffi/configure-13094-*GNU* | *'with BFD'*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-13126- # ancient GNU ld didn't support --whole-archive et. al. python2.7-2.7.18/Modules/_ctypes/libffi/configure:13127: if eval "`$CC -print-prog-name=ld` --help 2>&1" | python2.7-2.7.18/Modules/_ctypes/libffi/configure-13128- $GREP 'no-whole-archive' > /dev/null; then ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-13210- # below for broken collect2 doesn't work under 4.3+ python2.7-2.7.18/Modules/_ctypes/libffi/configure:13211: collect2name=`$CC -print-prog-name=collect2` python2.7-2.7.18/Modules/_ctypes/libffi/configure-13212- if test -f "$collect2name" && ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-13283- }' python2.7-2.7.18/Modules/_ctypes/libffi/configure:13284: lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` python2.7-2.7.18/Modules/_ctypes/libffi/configure-13285- # Check for a 64-bit object if we didn't find anything. python2.7-2.7.18/Modules/_ctypes/libffi/configure-13286- if test -z "$lt_cv_aix_libpath__CXX"; then python2.7-2.7.18/Modules/_ctypes/libffi/configure:13287: lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` python2.7-2.7.18/Modules/_ctypes/libffi/configure-13288- fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-13302- python2.7-2.7.18/Modules/_ctypes/libffi/configure:13303: archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag python2.7-2.7.18/Modules/_ctypes/libffi/configure-13304- else ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-13337- }' python2.7-2.7.18/Modules/_ctypes/libffi/configure:13338: lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` python2.7-2.7.18/Modules/_ctypes/libffi/configure-13339- # Check for a 64-bit object if we didn't find anything. python2.7-2.7.18/Modules/_ctypes/libffi/configure-13340- if test -z "$lt_cv_aix_libpath__CXX"; then python2.7-2.7.18/Modules/_ctypes/libffi/configure:13341: lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` python2.7-2.7.18/Modules/_ctypes/libffi/configure-13342- fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-13410- archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' python2.7-2.7.18/Modules/_ctypes/libffi/configure:13411: archive_expsym_cmds_CXX='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then python2.7-2.7.18/Modules/_ctypes/libffi/configure-13412- cp "$export_symbols" "$output_objdir/$soname.def"; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-13452- # is; otherwise, prepend EXPORTS... python2.7-2.7.18/Modules/_ctypes/libffi/configure:13453: archive_expsym_cmds_CXX='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then python2.7-2.7.18/Modules/_ctypes/libffi/configure-13454- cp $export_symbols $output_objdir/$soname.def; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-13473- if test yes = "$lt_cv_ld_force_load"; then python2.7-2.7.18/Modules/_ctypes/libffi/configure:13474: whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure-13475- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-13564- # dependencies. python2.7-2.7.18/Modules/_ctypes/libffi/configure:13565: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' python2.7-2.7.18/Modules/_ctypes/libffi/configure-13566- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-13629- # dependencies. python2.7-2.7.18/Modules/_ctypes/libffi/configure:13630: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' python2.7-2.7.18/Modules/_ctypes/libffi/configure-13631- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-13665- # time. Moving up from 0x10000000 also allows more sbrk(2) space. python2.7-2.7.18/Modules/_ctypes/libffi/configure:13666: archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/configure:13667: archive_expsym_cmds_CXX='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/configure-13668- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-13672- # SGI C++ python2.7-2.7.18/Modules/_ctypes/libffi/configure:13673: archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/configure-13674- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-13683- if test no = "$with_gnu_ld"; then python2.7-2.7.18/Modules/_ctypes/libffi/configure:13684: archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/configure-13685- else python2.7-2.7.18/Modules/_ctypes/libffi/configure:13686: archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/configure-13687- fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-13704- # to its proper name (with version) after linking. python2.7-2.7.18/Modules/_ctypes/libffi/configure:13705: archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' python2.7-2.7.18/Modules/_ctypes/libffi/configure:13706: archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib' python2.7-2.7.18/Modules/_ctypes/libffi/configure-13707- # Commands to make compiler produce verbose output that lists ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-13714- # dependencies. python2.7-2.7.18/Modules/_ctypes/libffi/configure:13715: output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' python2.7-2.7.18/Modules/_ctypes/libffi/configure-13716- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-13729- # earlier do not add the objects themselves. python2.7-2.7.18/Modules/_ctypes/libffi/configure:13730: case `$CC -V 2>&1` in python2.7-2.7.18/Modules/_ctypes/libffi/configure-13731- *"Version 7."*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-13750- # Portland Group C++ compiler python2.7-2.7.18/Modules/_ctypes/libffi/configure:13751: case `$CC -V` in python2.7-2.7.18/Modules/_ctypes/libffi/configure-13752- *pgCC\ [1-5].* | *pgcpp\ [1-5].*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-13755- $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ python2.7-2.7.18/Modules/_ctypes/libffi/configure:13756: compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' python2.7-2.7.18/Modules/_ctypes/libffi/configure-13757- old_archive_cmds_CXX='tpldir=Template.dir~ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-13759- $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ python2.7-2.7.18/Modules/_ctypes/libffi/configure:13760: $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ python2.7-2.7.18/Modules/_ctypes/libffi/configure-13761- $RANLIB $oldlib' ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-13764- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ python2.7-2.7.18/Modules/_ctypes/libffi/configure:13765: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/configure-13766- archive_expsym_cmds_CXX='tpldir=Template.dir~ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-13768- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ python2.7-2.7.18/Modules/_ctypes/libffi/configure:13769: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/configure-13770- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-13778- export_dynamic_flag_spec_CXX='$wl--export-dynamic' python2.7-2.7.18/Modules/_ctypes/libffi/configure:13779: whole_archive_flag_spec_CXX='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' python2.7-2.7.18/Modules/_ctypes/libffi/configure-13780- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-13797- # dependencies. python2.7-2.7.18/Modules/_ctypes/libffi/configure:13798: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' python2.7-2.7.18/Modules/_ctypes/libffi/configure-13799- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-13812- *) python2.7-2.7.18/Modules/_ctypes/libffi/configure:13813: case `$CC -V 2>&1 | sed 5q` in python2.7-2.7.18/Modules/_ctypes/libffi/configure-13814- *Sun\ C*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-13819- hardcode_libdir_flag_spec_CXX='-R$libdir' python2.7-2.7.18/Modules/_ctypes/libffi/configure:13820: whole_archive_flag_spec_CXX='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' python2.7-2.7.18/Modules/_ctypes/libffi/configure-13821- compiler_needs_object_CXX=yes ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-13884- hardcode_libdir_flag_spec_CXX='$wl-rpath,$libdir' python2.7-2.7.18/Modules/_ctypes/libffi/configure:13885: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then python2.7-2.7.18/Modules/_ctypes/libffi/configure-13886- archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib' ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-13903- # to its proper name (with version) after linking. python2.7-2.7.18/Modules/_ctypes/libffi/configure:13904: archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' python2.7-2.7.18/Modules/_ctypes/libffi/configure-13905- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-13924- allow_undefined_flag_CXX=' $wl-expect_unresolved $wl\*' python2.7-2.7.18/Modules/_ctypes/libffi/configure:13925: archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/configure-13926- hardcode_libdir_flag_spec_CXX='$wl-rpath $wl$libdir' ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-13929- allow_undefined_flag_CXX=' -expect_unresolved \*' python2.7-2.7.18/Modules/_ctypes/libffi/configure:13930: archive_cmds_CXX='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/configure:13931: archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ python2.7-2.7.18/Modules/_ctypes/libffi/configure-13932- echo "-hidden">> $lib.exp~ python2.7-2.7.18/Modules/_ctypes/libffi/configure:13933: $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~ python2.7-2.7.18/Modules/_ctypes/libffi/configure-13934- $RM $lib.exp' ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-13948- # dependencies. python2.7-2.7.18/Modules/_ctypes/libffi/configure:13949: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' python2.7-2.7.18/Modules/_ctypes/libffi/configure-13950- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-13955- osf3*) python2.7-2.7.18/Modules/_ctypes/libffi/configure:13956: archive_cmds_CXX='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/configure-13957- ;; python2.7-2.7.18/Modules/_ctypes/libffi/configure-13958- *) python2.7-2.7.18/Modules/_ctypes/libffi/configure:13959: archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/configure-13960- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-14202- python2.7-2.7.18/Modules/_ctypes/libffi/configure:14203: for p in `eval "$output_verbose_link_cmd"`; do python2.7-2.7.18/Modules/_ctypes/libffi/configure-14204- case $prev$p in ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-14299-linux*) python2.7-2.7.18/Modules/_ctypes/libffi/configure:14300: case `$CC -V 2>&1 | sed 5q` in python2.7-2.7.18/Modules/_ctypes/libffi/configure-14301- *Sun\ C*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-14350-if test -n "${compiler_lib_search_path_CXX}"; then python2.7-2.7.18/Modules/_ctypes/libffi/configure:14351: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | $SED -e 's! -L! !g' -e 's!^ !!'` python2.7-2.7.18/Modules/_ctypes/libffi/configure-14352-fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-14592- *) python2.7-2.7.18/Modules/_ctypes/libffi/configure:14593: case `$CC -V 2>&1 | sed 5q` in python2.7-2.7.18/Modules/_ctypes/libffi/configure-14594- *Sun\ C*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-15220- # Create ${libname}_ixlibrary.a entries in /sys/libs. python2.7-2.7.18/Modules/_ctypes/libffi/configure:15221: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' python2.7-2.7.18/Modules/_ctypes/libffi/configure-15222- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-15256- # DLL is installed to $(libdir)/../bin by postinstall_cmds python2.7-2.7.18/Modules/_ctypes/libffi/configure:15257: postinstall_cmds='base_file=`basename \$file`~ python2.7-2.7.18/Modules/_ctypes/libffi/configure:15258: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ python2.7-2.7.18/Modules/_ctypes/libffi/configure:15259: dldir=$destdir/`dirname \$dlpath`~ python2.7-2.7.18/Modules/_ctypes/libffi/configure-15260- test -d \$dldir || mkdir -p \$dldir~ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-15265- fi' python2.7-2.7.18/Modules/_ctypes/libffi/configure:15266: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ python2.7-2.7.18/Modules/_ctypes/libffi/configure-15267- dlpath=$dir/\$dldll~ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-15273- # Cygwin DLLs use 'cyg' prefix rather than 'lib' python2.7-2.7.18/Modules/_ctypes/libffi/configure:15274: soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' python2.7-2.7.18/Modules/_ctypes/libffi/configure-15275- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-15278- # MinGW DLLs use traditional 'lib' prefix python2.7-2.7.18/Modules/_ctypes/libffi/configure:15279: soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' python2.7-2.7.18/Modules/_ctypes/libffi/configure-15280- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-15282- # pw32 DLLs use 'pw' prefix rather than 'lib' python2.7-2.7.18/Modules/_ctypes/libffi/configure:15283: library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' python2.7-2.7.18/Modules/_ctypes/libffi/configure-15284- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-15291- libname_spec='$name' python2.7-2.7.18/Modules/_ctypes/libffi/configure:15292: soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' python2.7-2.7.18/Modules/_ctypes/libffi/configure-15293- library_names_spec='$libname.dll.lib' ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-15303- # Let DOS variable expansion print the short 8.3 style file name. python2.7-2.7.18/Modules/_ctypes/libffi/configure:15304: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` python2.7-2.7.18/Modules/_ctypes/libffi/configure-15305- sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-15308- # Convert to MSYS style. python2.7-2.7.18/Modules/_ctypes/libffi/configure:15309: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` python2.7-2.7.18/Modules/_ctypes/libffi/configure-15310- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-15314- # like /cygdrive/c/PROGRA~1:/cygdr... python2.7-2.7.18/Modules/_ctypes/libffi/configure:15315: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` python2.7-2.7.18/Modules/_ctypes/libffi/configure:15316: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` python2.7-2.7.18/Modules/_ctypes/libffi/configure:15317: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` python2.7-2.7.18/Modules/_ctypes/libffi/configure-15318- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-15322- # It is most probably a Windows format PATH. python2.7-2.7.18/Modules/_ctypes/libffi/configure:15323: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` python2.7-2.7.18/Modules/_ctypes/libffi/configure-15324- else python2.7-2.7.18/Modules/_ctypes/libffi/configure:15325: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` python2.7-2.7.18/Modules/_ctypes/libffi/configure-15326- fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-15332- # DLL is installed to $(libdir)/../bin by postinstall_cmds python2.7-2.7.18/Modules/_ctypes/libffi/configure:15333: postinstall_cmds='base_file=`basename \$file`~ python2.7-2.7.18/Modules/_ctypes/libffi/configure:15334: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ python2.7-2.7.18/Modules/_ctypes/libffi/configure:15335: dldir=$destdir/`dirname \$dlpath`~ python2.7-2.7.18/Modules/_ctypes/libffi/configure-15336- test -d \$dldir || mkdir -p \$dldir~ python2.7-2.7.18/Modules/_ctypes/libffi/configure-15337- $install_prog $dir/$dlname \$dldir/$dlname' python2.7-2.7.18/Modules/_ctypes/libffi/configure:15338: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ python2.7-2.7.18/Modules/_ctypes/libffi/configure-15339- dlpath=$dir/\$dldll~ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-15346- # Assume MSVC wrapper python2.7-2.7.18/Modules/_ctypes/libffi/configure:15347: library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib' python2.7-2.7.18/Modules/_ctypes/libffi/configure-15348- dynamic_linker='Win32 ld.exe' ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-15363- shlibpath_var=DYLD_LIBRARY_PATH python2.7-2.7.18/Modules/_ctypes/libffi/configure:15364: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' python2.7-2.7.18/Modules/_ctypes/libffi/configure-15365- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-15608- if test -f /etc/ld.so.conf; then python2.7-2.7.18/Modules/_ctypes/libffi/configure:15609: lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` python2.7-2.7.18/Modules/_ctypes/libffi/configure-15610- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-15662- need_lib_prefix=no python2.7-2.7.18/Modules/_ctypes/libffi/configure:15663: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then python2.7-2.7.18/Modules/_ctypes/libffi/configure-15664- need_version=no ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-16002- *:) vendor=$ventest; continue ;; python2.7-2.7.18/Modules/_ctypes/libffi/configure:16003: *) vencpp="defined("`echo $ventest | sed 's/,/) || defined(/g'`")" ;; python2.7-2.7.18/Modules/_ctypes/libffi/configure-16004- esac ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-16024- done python2.7-2.7.18/Modules/_ctypes/libffi/configure:16025: ax_cv_c_compiler_vendor=`echo $vendor | cut -d: -f1` python2.7-2.7.18/Modules/_ctypes/libffi/configure-16026- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-16067- fi python2.7-2.7.18/Modules/_ctypes/libffi/configure:16068: as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$xlc_opt" | $as_tr_sh` python2.7-2.7.18/Modules/_ctypes/libffi/configure-16069-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $xlc_opt" >&5 ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-16098-$as_echo "$ac_res" >&6; } python2.7-2.7.18/Modules/_ctypes/libffi/configure:16099:if test x"`eval 'as_val=${'$as_CACHEVAR'};$as_echo "$as_val"'`" = xyes; then : python2.7-2.7.18/Modules/_ctypes/libffi/configure-16100- CFLAGS="-O3 -qansialias -w $xlc_opt" ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-16244- for flag in $icc_flags; do python2.7-2.7.18/Modules/_ctypes/libffi/configure:16245: as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh` python2.7-2.7.18/Modules/_ctypes/libffi/configure-16246-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5 ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-16275-$as_echo "$ac_res" >&6; } python2.7-2.7.18/Modules/_ctypes/libffi/configure:16276:if test x"`eval 'as_val=${'$as_CACHEVAR'};$as_echo "$as_val"'`" = xyes; then : python2.7-2.7.18/Modules/_ctypes/libffi/configure-16277- icc_archflag=$flag; break ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-16675- python2.7-2.7.18/Modules/_ctypes/libffi/configure:16676: cputype=`(((grep cpu /proc/cpuinfo | cut -d: -f2) ; ($PRTDIAG -v |grep -i sparc) ; grep -i cpu /var/run/dmesg.boot ) | head -n 1) 2> /dev/null` python2.7-2.7.18/Modules/_ctypes/libffi/configure:16677: cputype=`echo "$cputype" | tr -d ' -' | sed 's/SPARCIIi/SPARCII/' | tr $as_cr_LETTERS $as_cr_letters` python2.7-2.7.18/Modules/_ctypes/libffi/configure-16678- case $cputype in ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-16699- cputype=`((grep cpu /proc/cpuinfo | head -n 1 | cut -d: -f2 | cut -d, -f1 | sed 's/ //g') ; /usr/bin/machine ; /bin/machine; grep CPU /var/run/dmesg.boot | head -n 1 | cut -d" " -f2) 2> /dev/null` python2.7-2.7.18/Modules/_ctypes/libffi/configure:16700: cputype=`echo $cputype | sed -e 's/ppc//g;s/ *//g'` python2.7-2.7.18/Modules/_ctypes/libffi/configure-16701- case $cputype in ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-16728- for flag in $flags; do python2.7-2.7.18/Modules/_ctypes/libffi/configure:16729: as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh` python2.7-2.7.18/Modules/_ctypes/libffi/configure-16730-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5 ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-16759-$as_echo "$ac_res" >&6; } python2.7-2.7.18/Modules/_ctypes/libffi/configure:16760:if test x"`eval 'as_val=${'$as_CACHEVAR'};$as_echo "$as_val"'`" = xyes; then : python2.7-2.7.18/Modules/_ctypes/libffi/configure-16761- ax_cv_gcc_archflag=$flag; break ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-16798- python2.7-2.7.18/Modules/_ctypes/libffi/configure:16799: as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$CFLAGS" | $as_tr_sh` python2.7-2.7.18/Modules/_ctypes/libffi/configure-16800-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $CFLAGS" >&5 ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-16829-$as_echo "$ac_res" >&6; } python2.7-2.7.18/Modules/_ctypes/libffi/configure:16830:if test x"`eval 'as_val=${'$as_CACHEVAR'};$as_echo "$as_val"'`" = xyes; then : python2.7-2.7.18/Modules/_ctypes/libffi/configure-16831- : ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-16886-for ac_arg in "-warn all % -warn all" "-pedantic % -Wall" "-xstrconst % -v" "-std1 % -verbose -w0 -warnprotos" "-qlanglvl=ansi % -qsrcmsg -qinfo=all:noppt:noppc:noobs:nocnd" "-ansi -ansiE % -fullwarn" "+ESlit % +w1" "-Xc % -pvctl,fullmsg" "-h conform % -h msglevel 2" # python2.7-2.7.18/Modules/_ctypes/libffi/configure:16887:do CFLAGS="$ac_save_CFLAGS "`echo $ac_arg | sed -e 's,%%.*,,' -e 's,%,,'` python2.7-2.7.18/Modules/_ctypes/libffi/configure-16888- cat confdefs.h - <<_ACEOF >conftest.$ac_ext ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-16899-if ac_fn_c_try_compile "$LINENO"; then : python2.7-2.7.18/Modules/_ctypes/libffi/configure:16900: ac_cv_cflags_warn_all=`echo $ac_arg | sed -e 's,.*% *,,'` ; break python2.7-2.7.18/Modules/_ctypes/libffi/configure-16901-fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-17951- for ac_func in _getb67 GETB67 getb67; do python2.7-2.7.18/Modules/_ctypes/libffi/configure:17952: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` python2.7-2.7.18/Modules/_ctypes/libffi/configure-17953-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-18336-/* end confdefs.h. */ python2.7-2.7.18/Modules/_ctypes/libffi/configure:18337:asm (".cfi_startproc\n\t.cfi_endproc"); python2.7-2.7.18/Modules/_ctypes/libffi/configure-18338-int ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-18375-/* end confdefs.h. */ python2.7-2.7.18/Modules/_ctypes/libffi/configure:18376:asm (".text; foo: nop; .data; .align 4; .byte 0; .uaword %r_disp32(foo); .text"); python2.7-2.7.18/Modules/_ctypes/libffi/configure-18377-int ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-18416-{ python2.7-2.7.18/Modules/_ctypes/libffi/configure:18417:asm (".register %g2, #scratch"); python2.7-2.7.18/Modules/_ctypes/libffi/configure-18418- ; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-18474-{ python2.7-2.7.18/Modules/_ctypes/libffi/configure:18475:asm (".ascii \\"string\\""); python2.7-2.7.18/Modules/_ctypes/libffi/configure-18476- ; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-18509-{ python2.7-2.7.18/Modules/_ctypes/libffi/configure:18510:asm (".string \\"string\\""); python2.7-2.7.18/Modules/_ctypes/libffi/configure-18511- ; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-18670- libffi_eh_frame_line=`grep -n eh_frame conftest.dump | cut -d: -f 1` python2.7-2.7.18/Modules/_ctypes/libffi/configure:18671: libffi_test_line=`expr $libffi_eh_frame_line + 1`p python2.7-2.7.18/Modules/_ctypes/libffi/configure-18672- sed -n $libffi_test_line conftest.dump > conftest.line ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-18798- fi python2.7-2.7.18/Modules/_ctypes/libffi/configure:18799: multi_os_directory=`$CC $CFLAGS -print-multi-os-directory` python2.7-2.7.18/Modules/_ctypes/libffi/configure-18800- case $multi_os_directory in ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-18924- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' python2.7-2.7.18/Modules/_ctypes/libffi/configure:18925: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` python2.7-2.7.18/Modules/_ctypes/libffi/configure-18926- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-19200-if test -z "$BASH_VERSION$ZSH_VERSION" \ python2.7-2.7.18/Modules/_ctypes/libffi/configure:19201: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then python2.7-2.7.18/Modules/_ctypes/libffi/configure-19202- as_echo='print -r --' python2.7-2.7.18/Modules/_ctypes/libffi/configure-19203- as_echo_n='print -rn --' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19204:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then python2.7-2.7.18/Modules/_ctypes/libffi/configure-19205- as_echo='printf %s\n' ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-19207-else python2.7-2.7.18/Modules/_ctypes/libffi/configure:19208: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then python2.7-2.7.18/Modules/_ctypes/libffi/configure-19209- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-19217- expr "X$arg" : "X\\(.*\\)$as_nl"; python2.7-2.7.18/Modules/_ctypes/libffi/configure:19218: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; python2.7-2.7.18/Modules/_ctypes/libffi/configure-19219- esac; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-19294-# ---------------------------------------- python2.7-2.7.18/Modules/_ctypes/libffi/configure:19295:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are python2.7-2.7.18/Modules/_ctypes/libffi/configure-19296-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-19366- { python2.7-2.7.18/Modules/_ctypes/libffi/configure:19367: as_val=`expr "$@" || test $? -eq 1` python2.7-2.7.18/Modules/_ctypes/libffi/configure-19368- } ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-19470- case $as_dir in #( python2.7-2.7.18/Modules/_ctypes/libffi/configure:19471: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( python2.7-2.7.18/Modules/_ctypes/libffi/configure-19472- *) as_qdir=$as_dir;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-19609-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 python2.7-2.7.18/Modules/_ctypes/libffi/configure:19610:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" python2.7-2.7.18/Modules/_ctypes/libffi/configure-19611-ac_cs_version="\\ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-19634- --*=?*) python2.7-2.7.18/Modules/_ctypes/libffi/configure:19635: ac_option=`expr "X$1" : 'X\([^=]*\)='` python2.7-2.7.18/Modules/_ctypes/libffi/configure:19636: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` python2.7-2.7.18/Modules/_ctypes/libffi/configure-19637- ac_shift=: ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-19639- --*=) python2.7-2.7.18/Modules/_ctypes/libffi/configure:19640: ac_option=`expr "X$1" : 'X\([^=]*\)='` python2.7-2.7.18/Modules/_ctypes/libffi/configure-19641- ac_optarg= ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-19663- case $ac_optarg in python2.7-2.7.18/Modules/_ctypes/libffi/configure:19664: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; python2.7-2.7.18/Modules/_ctypes/libffi/configure-19665- '') as_fn_error $? "missing file argument" ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-19671- case $ac_optarg in python2.7-2.7.18/Modules/_ctypes/libffi/configure:19672: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; python2.7-2.7.18/Modules/_ctypes/libffi/configure-19673- esac ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-19748-delay_variable_subst='$delay_variable_subst' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19749:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19750:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19751:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19752:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19753:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19754:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19755:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19756:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19757:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19758:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19759:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19760:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19761:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19762:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19763:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19764:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19765:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19766:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19767:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19768:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19769:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19770:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19771:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19772:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19773:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19774:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19775:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19776:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19777:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19778:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19779:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19780:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19781:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19782:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19783:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19784:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19785:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19786:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19787:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19788:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19789:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19790:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19791:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19792:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19793:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19794:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19795:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19796:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19797:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19798:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19799:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19800:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19801:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19802:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19803:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19804:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19805:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19806:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19807:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19808:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19809:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19810:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19811:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19812:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19813:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19814:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19815:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19816:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19817:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19818:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19819:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19820:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19821:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19822:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19823:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19824:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19825:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19826:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19827:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19828:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19829:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19830:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19831:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19832:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19833:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19834:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19835:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19836:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19837:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19838:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19839:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19840:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19841:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19842:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19843:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19844:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19845:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19846:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19847:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19848:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19849:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19850:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19851:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19852:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19853:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19854:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19855:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19856:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19857:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19858:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19859:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19860:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19861:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19862:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19863:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19864:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19865:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19866:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19867:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19868:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19869:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19870:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19871:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19872:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19873:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19874:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19875:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19876:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19877:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19878:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19879:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19880:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19881:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19882:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19883:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19884:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19885:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19886:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19887:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19888:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19889:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19890:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19891:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19892:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19893:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19894:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19895:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19896:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19897:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19898:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19899:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19900:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19901:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19902:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19903:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19904:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19905:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19906:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19907:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19908:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19909:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19910:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19911:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19912:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19913:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19914:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19915:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19916:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19917:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19918:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19919:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19920:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19921:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19922:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19923:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19924:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19925:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19926:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19927:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19928:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19929:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19930:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19931:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19932:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19933:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure:19934:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/configure-19935- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-20046-compiler_lib_search_path_CXX; do python2.7-2.7.18/Modules/_ctypes/libffi/configure:20047: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in python2.7-2.7.18/Modules/_ctypes/libffi/configure-20048- *[\\\\\\\`\\"\\\$]*) python2.7-2.7.18/Modules/_ctypes/libffi/configure:20049: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes python2.7-2.7.18/Modules/_ctypes/libffi/configure-20050- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-20087-postlink_cmds_CXX; do python2.7-2.7.18/Modules/_ctypes/libffi/configure:20088: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in python2.7-2.7.18/Modules/_ctypes/libffi/configure-20089- *[\\\\\\\`\\"\\\$]*) python2.7-2.7.18/Modules/_ctypes/libffi/configure:20090: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes python2.7-2.7.18/Modules/_ctypes/libffi/configure-20091- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-20197-fi python2.7-2.7.18/Modules/_ctypes/libffi/configure:20198:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` python2.7-2.7.18/Modules/_ctypes/libffi/configure-20199-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-20214- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 python2.7-2.7.18/Modules/_ctypes/libffi/configure:20215:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` python2.7-2.7.18/Modules/_ctypes/libffi/configure-20216-ac_delim='%!_!# ' ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-20220- python2.7-2.7.18/Modules/_ctypes/libffi/configure:20221: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` python2.7-2.7.18/Modules/_ctypes/libffi/configure-20222- if test $ac_delim_n = $ac_delim_num; then ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-20358-for ac_last_try in false false :; do python2.7-2.7.18/Modules/_ctypes/libffi/configure:20359: ac_tt=`sed -n "/$ac_delim/p" confdefs.h` python2.7-2.7.18/Modules/_ctypes/libffi/configure-20360- if test -z "$ac_tt"; then ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-20490- esac python2.7-2.7.18/Modules/_ctypes/libffi/configure:20491: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac python2.7-2.7.18/Modules/_ctypes/libffi/configure-20492- as_fn_append ac_file_inputs " '$ac_f'" ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-20549-*) python2.7-2.7.18/Modules/_ctypes/libffi/configure:20550: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` python2.7-2.7.18/Modules/_ctypes/libffi/configure-20551- # A ".." for each directory in $ac_dir_suffix. python2.7-2.7.18/Modules/_ctypes/libffi/configure:20552: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` python2.7-2.7.18/Modules/_ctypes/libffi/configure-20553- case $ac_top_builddir_sub in ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-20610-/@mandir@/p' python2.7-2.7.18/Modules/_ctypes/libffi/configure:20611:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in python2.7-2.7.18/Modules/_ctypes/libffi/configure-20612-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-20627- python2.7-2.7.18/Modules/_ctypes/libffi/configure:20628:# Neutralize VPATH when `$srcdir' = `.'. python2.7-2.7.18/Modules/_ctypes/libffi/configure-20629-# Shell code in configure.ac might set extrasub. ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-20655-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && python2.7-2.7.18/Modules/_ctypes/libffi/configure:20656: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && python2.7-2.7.18/Modules/_ctypes/libffi/configure-20657- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-20701- * ) python2.7-2.7.18/Modules/_ctypes/libffi/configure:20702: _am_stamp_count=`expr $_am_stamp_count + 1` ;; python2.7-2.7.18/Modules/_ctypes/libffi/configure-20703- esac ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-20778- if test -f "$ac_top_srcdir/Makefile" ; then python2.7-2.7.18/Modules/_ctypes/libffi/configure:20779: a=`grep "^VERSION " "$ac_top_srcdir/Makefile"` ; b=`grep "^VERSION " Makefile` python2.7-2.7.18/Modules/_ctypes/libffi/configure-20780- test "$a" != "$b" && rm "$ac_top_srcdir/Makefile" ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-20923- # Strip MF so we end up with the name of the file. python2.7-2.7.18/Modules/_ctypes/libffi/configure:20924: mf=`echo "$mf" | sed -e 's/:.*$//'` python2.7-2.7.18/Modules/_ctypes/libffi/configure-20925- # Check whether this is an Automake generated Makefile or not. ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-20960- # from the Makefile without running 'make'. python2.7-2.7.18/Modules/_ctypes/libffi/configure:20961: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` python2.7-2.7.18/Modules/_ctypes/libffi/configure-20962- test -z "$DEPDIR" && continue python2.7-2.7.18/Modules/_ctypes/libffi/configure:20963: am__include=`sed -n 's/^am__include = //p' < "$mf"` python2.7-2.7.18/Modules/_ctypes/libffi/configure-20964- test -z "$am__include" && continue python2.7-2.7.18/Modules/_ctypes/libffi/configure:20965: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` python2.7-2.7.18/Modules/_ctypes/libffi/configure-20966- # Find all dependency output files, they are included files with ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure-21019- python2.7-2.7.18/Modules/_ctypes/libffi/configure:21020:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. python2.7-2.7.18/Modules/_ctypes/libffi/configure-21021-# Generated automatically by $as_me ($PACKAGE) $VERSION ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/include/Makefile.in-40- { \ python2.7-2.7.18/Modules/_ctypes/libffi/include/Makefile.in:41: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ python2.7-2.7.18/Modules/_ctypes/libffi/include/Makefile.in-42- }; \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/include/Makefile.in-124- esac python2.7-2.7.18/Modules/_ctypes/libffi/include/Makefile.in:125:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; python2.7-2.7.18/Modules/_ctypes/libffi/include/Makefile.in-126-am__vpath_adj = case $$p in \ python2.7-2.7.18/Modules/_ctypes/libffi/include/Makefile.in:127: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ python2.7-2.7.18/Modules/_ctypes/libffi/include/Makefile.in-128- *) f=$$p;; \ python2.7-2.7.18/Modules/_ctypes/libffi/include/Makefile.in-129- esac; python2.7-2.7.18/Modules/_ctypes/libffi/include/Makefile.in:130:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; python2.7-2.7.18/Modules/_ctypes/libffi/include/Makefile.in-131-am__install_max = 40 python2.7-2.7.18/Modules/_ctypes/libffi/include/Makefile.in-132-am__nobase_strip_setup = \ python2.7-2.7.18/Modules/_ctypes/libffi/include/Makefile.in:133: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` python2.7-2.7.18/Modules/_ctypes/libffi/include/Makefile.in-134-am__nobase_strip = \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/include/Makefile.in-378- @list='$(nodist_includes_HEADERS)'; test -n "$(includesdir)" || list=; \ python2.7-2.7.18/Modules/_ctypes/libffi/include/Makefile.in:379: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ python2.7-2.7.18/Modules/_ctypes/libffi/include/Makefile.in-380- dir='$(DESTDIR)$(includesdir)'; $(am__uninstall_files_from_dir) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/include/Makefile.in-411-GTAGS: python2.7-2.7.18/Modules/_ctypes/libffi/include/Makefile.in:412: here=`$(am__cd) $(top_builddir) && pwd` \ python2.7-2.7.18/Modules/_ctypes/libffi/include/Makefile.in-413- && $(am__cd) $(top_srcdir) \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/include/Makefile.in-434-distdir: $(DISTFILES) python2.7-2.7.18/Modules/_ctypes/libffi/include/Makefile.in:435: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ python2.7-2.7.18/Modules/_ctypes/libffi/include/Makefile.in:436: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ python2.7-2.7.18/Modules/_ctypes/libffi/include/Makefile.in-437- list='$(DISTFILES)'; \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/include/Makefile.in-448- if test -d $$d/$$file; then \ python2.7-2.7.18/Modules/_ctypes/libffi/include/Makefile.in:449: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ python2.7-2.7.18/Modules/_ctypes/libffi/include/Makefile.in-450- if test -d "$(distdir)/$$file"; then \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/compile-67- mingw/*) python2.7-2.7.18/Modules/_ctypes/libffi/compile:68: file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` python2.7-2.7.18/Modules/_ctypes/libffi/compile-69- ;; python2.7-2.7.18/Modules/_ctypes/libffi/compile-70- cygwin/*) python2.7-2.7.18/Modules/_ctypes/libffi/compile:71: file=`cygpath -m "$file" || echo "$file"` python2.7-2.7.18/Modules/_ctypes/libffi/compile-72- ;; python2.7-2.7.18/Modules/_ctypes/libffi/compile-73- wine/*) python2.7-2.7.18/Modules/_ctypes/libffi/compile:74: file=`winepath -w "$file" || echo "$file"` python2.7-2.7.18/Modules/_ctypes/libffi/compile-75- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/compile-309-# Name of file we expect compiler to create. python2.7-2.7.18/Modules/_ctypes/libffi/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` python2.7-2.7.18/Modules/_ctypes/libffi/compile-311- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/compile-315-# object file name, since that is what matters with a parallel build. python2.7-2.7.18/Modules/_ctypes/libffi/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d python2.7-2.7.18/Modules/_ctypes/libffi/compile-317-while true; do ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4-359- _lt_sed_drop_objext='s/\.o$//;s/\.obj$//' python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4:360: for i in `for i in $_LT_LIBOBJS; do echo "$i"; done | sed "$_lt_sed_drop_objext" | sort -u`; do python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4-361- _ltdl_libobjs="$_ltdl_libobjs $lt_libobj_prefix$i.$ac_objext" ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4-421- [m4_ifset([AC_LIST_HEADERS], python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4:422: [LT_CONFIG_H=`echo "AC_LIST_HEADERS" | $SED 's,^[[ ]]*,,;s,[[ :]].*$,,'`], python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4-423- [])])]) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4-779- ac_nlist=conftest.nm python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4:780: if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist) && test -s "$ac_nlist"; then python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4-781- # See whether the symbols have a leading underscore. ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4-930-# iff we strip the leading $srcdir from $ac_aux_dir. That would be: python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4:931:# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4-932-# and then we would define $MISSING as ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4-946-# expand $ac_aux_dir to an absolute path python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4:947:am_aux_dir=`cd $ac_aux_dir && pwd` python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4-948-]) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4-1044- if test "$am_compiler_list" = ""; then python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4:1045: am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4-1046- fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4-1195- # Strip MF so we end up with the name of the file. python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4:1196: mf=`echo "$mf" | sed -e 's/:.*$//'` python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4-1197- # Check whether this is an Automake generated Makefile or not. ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4-1204- if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4:1205: dirpart=`AS_DIRNAME("$mf")` python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4-1206- else ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4-1210- # from the Makefile without running 'make'. python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4:1211: DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4-1212- test -z "$DEPDIR" && continue python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4:1213: am__include=`sed -n 's/^am__include = //p' < "$mf"` python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4-1214- test -z "$am__include" && continue python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4:1215: am__quote=`sed -n 's/^am__quote = //p' < "$mf"` python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4-1216- # Find all dependency output files, they are included files with ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4-1224- test -f "$dirpart/$file" && continue python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4:1225: fdir=`AS_DIRNAME(["$file"])` python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4-1226- AS_MKDIR_P([$dirpart/$fdir]) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4-1276-AC_REQUIRE([AC_PROG_INSTALL])dnl python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4:1277:if test "`cd $srcdir && pwd`" != "`pwd`"; then python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4-1278- # Use -I$(srcdir) only when $(srcdir) != ., so that make's output ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4-1391- * ) python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4:1392: _am_stamp_count=`expr $_am_stamp_count + 1` ;; python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4-1393- esac python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4-1394-done python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4:1395:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4-1396- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4-1498-# Ignore all kinds of additional output from 'make'. python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4:1499:case `$am_make -s -f confmf 2> /dev/null` in #( python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4-1500-*the\ am__doit\ target*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4-1508- echo '.include "confinc"' > confmf python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4:1509: case `$am_make -s -f confmf 2> /dev/null` in #( python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4-1510- *the\ am__doit\ target*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4-1538-set dummy $CC python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4:1539:am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']` python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4-1540-eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4-1658- echo "timestamp, slept: $am_has_slept" > conftest.file python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4:1659: set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4-1660- if test "$[*]" = "X"; then python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4-1661- # -L didn't work. python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4:1662: set X `ls -t "$srcdir/configure" conftest.file` python2.7-2.7.18/Modules/_ctypes/libffi/aclocal.m4-1663- fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-52- python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-54- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations. python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-117-case $maybe_os in ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-123- os=-$maybe_os python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:124: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-125- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-127- os=-linux-android python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:128: basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-129- ;; python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-130- *) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:131: basic_machine=`echo $1 | sed 's/-[^-]*$//'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-132- if [ $basic_machine != $1 ] python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:133: then os=`echo $1 | sed 's/.*-/-/'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-134- else os=; fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-181- os=-sco5v6 python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:182: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-183- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-185- os=-sco3.2v5 python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:186: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-187- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-189- os=-sco3.2v4 python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:190: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-191- ;; python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-192- -sco3.2.[4-9]*) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:193: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:194: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-195- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-197- # Don't forget version if it is 3.2v4 or newer. python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:198: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-199- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-201- # Don't forget version if it is 3.2v4 or newer. python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:202: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-203- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-205- os=-sco3.2v2 python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:206: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-207- ;; python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-208- -udk*) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:209: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-210- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-212- os=-isc2.2 python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:213: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-214- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-218- -isc*) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:219: basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-220- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-230- -ptx*) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:231: basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-232- ;; python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-233- -windowsnt*) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:234: os=`echo $os | sed -e 's/windowsnt/winnt/'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-235- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-359- *-*-*) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:360: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-361- exit 1 ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-479- amd64-*) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:480: basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-481- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-521- blackfin-*) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:522: basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-523- os=-linux ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-529- c54x-*) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:530: basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-531- ;; python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-532- c55x-*) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:533: basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-534- ;; python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-535- c6x-*) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:536: basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-537- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-732- i*86v32) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:733: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-734- os=-sysv32 ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-736- i*86v4*) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:737: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-738- os=-sysv4 ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-740- i*86v) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:741: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-742- os=-sysv ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-744- i*86sol2) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:745: basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-746- os=-solaris2 ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-774- m68knommu-*) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:775: basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-776- os=-linux ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-811- mips3*-*) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:812: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-813- ;; python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-814- mips3*) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:815: basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-816- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-829- ms1-*) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:830: basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-831- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-948- parisc-*) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:949: basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-950- os=-linux ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-964- pc98-*) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:965: basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-966- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-979- pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:980: basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-981- ;; python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-982- pentiumpro-* | p6-* | 6x86-* | athlon-*) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:983: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-984- ;; python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-985- pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:986: basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-987- ;; python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-988- pentium4-*) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:989: basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-990- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-998- ppc-* | ppcbe-*) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:999: basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-1000- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-1004- ppcle-* | powerpclittle-*) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:1005: basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-1006- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-1008- ;; python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:1009: ppc64-* | ppc64p7-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-1010- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-1014- ppc64le-* | powerpc64little-*) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:1015: basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-1016- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-1097- strongarm-* | thumb-*) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:1098: basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-1099- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-1227- xscale-* | xscalee[bl]-*) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:1228: basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-1229- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-1304- *) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:1305: echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-1306- exit 1 ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-1312- *-digital*) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:1313: basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-1314- ;; python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-1315- *-commodore*) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:1316: basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-1317- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-1333- -solaris1 | -solaris1.*) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:1334: os=`echo $os | sed -e 's|solaris1|sunos4|'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-1335- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-1345- -gnu/linux*) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:1346: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-1347- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-1391- -nto*) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:1392: os=`echo $os | sed -e 's|nto|nto-qnx|'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-1393- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-1398- -mac*) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:1399: os=`echo $os | sed -e 's|mac|macos|'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-1400- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-1404- -linux*) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:1405: os=`echo $os | sed -e 's|linux|linux-gnu|'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-1406- ;; python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-1407- -sunos5*) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:1408: os=`echo $os | sed -e 's|sunos5|solaris2|'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-1409- ;; python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-1410- -sunos6*) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:1411: os=`echo $os | sed -e 's|sunos6|solaris3|'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-1412- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-1459- -sinix5.*) python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:1460: os=`echo $os | sed -e 's|sinix|sysv|'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-1461- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-1512- # Get rid of the `-' at the beginning of $os. python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:1513: os=`echo $os | sed 's/[^-]*-//'` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:1514: echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-1515- exit 1 ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-1775- esac python2.7-2.7.18/Modules/_ctypes/libffi/config.sub:1776: basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` python2.7-2.7.18/Modules/_ctypes/libffi/config.sub-1777- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/libtool-ldflags-91- # Generate the quoted string. python2.7-2.7.18/Modules/_ctypes/libffi/libtool-ldflags:92: quoted_arg=`echo "$arg" | sed -e "$sed_script"` python2.7-2.7.18/Modules/_ctypes/libffi/libtool-ldflags-93- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-41- { \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:42: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-43- }; \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-154-CONFIG_CLEAN_VPATH_FILES = python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:155:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-156-am__vpath_adj = case $$p in \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:157: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-158- *) f=$$p;; \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-159- esac; python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:160:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-161-am__install_max = 40 python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-162-am__nobase_strip_setup = \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:163: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-164-am__nobase_strip = \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-438- while test -n "$$dir1"; do \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:439: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-440- if test "$$first" != "."; then \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-441- if test "$$first" = ".."; then \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:442: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:443: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-444- else \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:445: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-446- if test "$$first2" = "$$first"; then \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:447: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-448- else \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-453- fi; \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:454: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-455- done; \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-721-AM_CFLAGS = $(am__append_40) python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:722:libffi_la_LDFLAGS = -no-undefined -version-info `grep -v '^\#' $(srcdir)/libtool-version` $(LTLDFLAGS) $(AM_LTLDFLAGS) python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-723-AM_CPPFLAGS = -I. -I$(top_srcdir)/include -Iinclude -I$(top_srcdir)/src ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1300-.S.o: python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:1301:@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1302-@am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1308-.S.obj: python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:1309:@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:1310:@am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1311-@am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1313-@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:1314:@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1315- python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1316-.S.lo: python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:1317:@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1318-@am__fastdepCCAS_TRUE@ $(LTCPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1324-.c.o: python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:1325:@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1326-@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1332-.c.obj: python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:1333:@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:1334:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1335-@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1337-@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:1338:@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1339- python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1340-.c.lo: python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:1341:@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1342-@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1405- $(am__cd) $(srcdir) && \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:1406: $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1407- fi; \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1413- $(TEXI2DVI) $(AM_V_texinfo) --build-dir=$(@:.dvi=.t2d) -o $@ $(AM_V_texidevnull) \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:1414: `test -f 'doc/libffi.texi' || echo '$(srcdir)/'`doc/libffi.texi python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1415- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1419- $(TEXI2PDF) $(AM_V_texinfo) --build-dir=$(@:.pdf=.t2p) -o $@ $(AM_V_texidevnull) \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:1420: `test -f 'doc/libffi.texi' || echo '$(srcdir)/'`doc/libffi.texi python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1421- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1424- $(AM_V_at)if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:1425: -o $(@:.html=.htp) `test -f 'doc/libffi.texi' || echo '$(srcdir)/'`doc/libffi.texi; \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1426- then \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1438- @(dir=.; test -f ./doc/libffi.texi || dir=$(srcdir); \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:1439: set `$(SHELL) $(srcdir)/mdate-sh $$dir/doc/libffi.texi`; \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1440- echo "@set UPDATED $$1 $$2 $$3"; \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1481- for file in $$list; do \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:1482: relfile=`echo "$$file" | sed 's|^.*/||'`; \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1483- echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1490- for file in $$list; do \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:1491: relfile=`echo "$$file" | sed 's|^.*/||'`; \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:1492: relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1493- (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1517-dist-info: $(INFO_DEPS) python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:1518: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1519- list='$(INFO_DEPS)'; \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1521- case $$base in \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:1522: $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1523- esac; \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1524- if test -f $$base; then d=.; else d=$(srcdir); fi; \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:1525: base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1526- for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1527- if test -f $$file; then \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:1528: relfile=`expr "$$file" : "$$d/\(.*\)"`; \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1529- test -f "$(distdir)/$$relfile" || \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1543- @list='$(INFO_DEPS)'; for i in $$list; do \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:1544: i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1545- echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1566- @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:1567: files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1568- dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1583- dot_seen=no; \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:1584: target=`echo $@ | sed s/-recursive//`; \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1585- case "$@" in \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1646-GTAGS: python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:1647: here=`$(am__cd) $(top_builddir) && pwd` \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1648- && $(am__cd) $(top_srcdir) \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1678- test -d "$(distdir)" || mkdir "$(distdir)" python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:1679: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:1680: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1681- list='$(DISTFILES)'; \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1692- if test -d $$d/$$file; then \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:1693: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1694- if test -d "$(distdir)/$$file"; then \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1800- test -d $(distdir)/_build || exit 0; \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:1801: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1802- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1843- }; \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:1844: test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1845- || { echo "ERROR: files left after uninstall:" ; \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1855- fi python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:1856: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-1857- || { echo "ERROR: files left in build directory after distclean:" ; \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-2031- @$(NORMAL_INSTALL) python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:2032: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-2033- list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-2039- case $$file in \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:2040: $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-2041- esac; \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-2042- if test -f $$file; then d=.; else d=$(srcdir); fi; \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:2043: file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-2044- for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-2057- for file in $$list; do \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in:2058: relfile=`echo "$$file" | sed 's|^.*/||'`; \ python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.in-2059- echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ChangeLog-49- python2.7-2.7.18/Modules/_ctypes/libffi/ChangeLog:50: src/x86/win32.S: Define ffi_closure_FASTCALL in the MASM section, too python2.7-2.7.18/Modules/_ctypes/libffi/ChangeLog-51- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/ChangeLog-55- python2.7-2.7.18/Modules/_ctypes/libffi/ChangeLog:56: src/x86/win32.S: Define ffi_closure_FASTCALL in the MASM section, too python2.7-2.7.18/Modules/_ctypes/libffi/ChangeLog-57- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/mdate-sh-110-# On HPUX /bin/sh, "set" interprets "-rw-r--r--" as options, so the "x" below. python2.7-2.7.18/Modules/_ctypes/libffi/mdate-sh:111:set x`$ls_command /` python2.7-2.7.18/Modules/_ctypes/libffi/mdate-sh-112- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/mdate-sh-140-# Get the extended ls output of the file or directory. python2.7-2.7.18/Modules/_ctypes/libffi/mdate-sh:141:set dummy x`eval "$ls_command \"\\\$save_arg1\""` python2.7-2.7.18/Modules/_ctypes/libffi/mdate-sh-142- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/mdate-sh-207- then python2.7-2.7.18/Modules/_ctypes/libffi/mdate-sh:208: year=`expr $year - 1` python2.7-2.7.18/Modules/_ctypes/libffi/mdate-sh-209- fi;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.am-247- python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.am:248:libffi_la_LDFLAGS = -no-undefined -version-info `grep -v '^\#' $(srcdir)/libtool-version` $(LTLDFLAGS) $(AM_LTLDFLAGS) python2.7-2.7.18/Modules/_ctypes/libffi/Makefile.am-249- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/testsuite/Makefile.in-39- { \ python2.7-2.7.18/Modules/_ctypes/libffi/testsuite/Makefile.in:40: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ python2.7-2.7.18/Modules/_ctypes/libffi/testsuite/Makefile.in-41- }; \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/testsuite/Makefile.in-421- echo "## Begin content included from file $$f. Do not modify. ##" \ python2.7-2.7.18/Modules/_ctypes/libffi/testsuite/Makefile.in:422: && cat `test -f "$$f" || echo '$(srcdir)/'`$$f \ python2.7-2.7.18/Modules/_ctypes/libffi/testsuite/Makefile.in-423- && echo "## End content included from file $$f. ##" \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/testsuite/Makefile.in-440-distdir: $(DISTFILES) python2.7-2.7.18/Modules/_ctypes/libffi/testsuite/Makefile.in:441: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ python2.7-2.7.18/Modules/_ctypes/libffi/testsuite/Makefile.in:442: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ python2.7-2.7.18/Modules/_ctypes/libffi/testsuite/Makefile.in-443- list='$(DISTFILES)'; \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/testsuite/Makefile.in-454- if test -d $$d/$$file; then \ python2.7-2.7.18/Modules/_ctypes/libffi/testsuite/Makefile.in:455: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ python2.7-2.7.18/Modules/_ctypes/libffi/testsuite/Makefile.in-456- if test -d "$(distdir)/$$file"; then \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/ax_compiler_vendor.m4-73- *:) vendor=$ventest; continue ;; python2.7-2.7.18/Modules/_ctypes/libffi/m4/ax_compiler_vendor.m4:74: *) vencpp="defined("`echo $ventest | sed 's/,/) || defined(/g'`")" ;; python2.7-2.7.18/Modules/_ctypes/libffi/m4/ax_compiler_vendor.m4-75- esac ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/ax_compiler_vendor.m4-81- done python2.7-2.7.18/Modules/_ctypes/libffi/m4/ax_compiler_vendor.m4:82: ax_cv_[]_AC_LANG_ABBREV[]_compiler_vendor=`echo $vendor | cut -d: -f1` python2.7-2.7.18/Modules/_ctypes/libffi/m4/ax_compiler_vendor.m4-83- ]) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/asmcfi.m4-4- gcc_cv_as_cfi_pseudo_op=unknown python2.7-2.7.18/Modules/_ctypes/libffi/m4/asmcfi.m4:5: AC_TRY_COMPILE([asm (".cfi_startproc\n\t.cfi_endproc");],, python2.7-2.7.18/Modules/_ctypes/libffi/m4/asmcfi.m4-6- [gcc_cv_as_cfi_pseudo_op=yes], ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/ltsugar.m4-68-m4_define([lt_combine], python2.7-2.7.18/Modules/_ctypes/libffi/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1], python2.7-2.7.18/Modules/_ctypes/libffi/m4/ltsugar.m4-70- [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/ax_enable_builddir.m4-153- if test -f "$SRC/Makefile" ; then python2.7-2.7.18/Modules/_ctypes/libffi/m4/ax_enable_builddir.m4:154: a=`grep "^VERSION " "$SRC/Makefile"` ; b=`grep "^VERSION " Makefile` python2.7-2.7.18/Modules/_ctypes/libffi/m4/ax_enable_builddir.m4-155- test "$a" != "$b" && rm "$SRC/Makefile" ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/ax_gcc_archflag.m4-156- AC_PATH_PROG([PRTDIAG], [prtdiag], [prtdiag], [$PATH:/usr/platform/`uname -i`/sbin/:/usr/platform/`uname -m`/sbin/]) python2.7-2.7.18/Modules/_ctypes/libffi/m4/ax_gcc_archflag.m4:157: cputype=`(((grep cpu /proc/cpuinfo | cut -d: -f2) ; ($PRTDIAG -v |grep -i sparc) ; grep -i cpu /var/run/dmesg.boot ) | head -n 1) 2> /dev/null` python2.7-2.7.18/Modules/_ctypes/libffi/m4/ax_gcc_archflag.m4:158: cputype=`echo "$cputype" | tr -d ' -' | sed 's/SPARCIIi/SPARCII/' | tr $as_cr_LETTERS $as_cr_letters` python2.7-2.7.18/Modules/_ctypes/libffi/m4/ax_gcc_archflag.m4-159- case $cputype in ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/ax_gcc_archflag.m4-180- cputype=`((grep cpu /proc/cpuinfo | head -n 1 | cut -d: -f2 | cut -d, -f1 | sed 's/ //g') ; /usr/bin/machine ; /bin/machine; grep CPU /var/run/dmesg.boot | head -n 1 | cut -d" " -f2) 2> /dev/null` python2.7-2.7.18/Modules/_ctypes/libffi/m4/ax_gcc_archflag.m4:181: cputype=`echo $cputype | sed -e 's/ppc//g;s/ *//g'` python2.7-2.7.18/Modules/_ctypes/libffi/m4/ax_gcc_archflag.m4-182- case $cputype in ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-123-done python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:124:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-125-]) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-425-m4_define([_LT_CONFIG_STATUS_DECLARE], python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:426:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`']) python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-427- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-435-# python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:436:# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-437-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-545-]], lt_decl_quote_varnames); do python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:546: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-547- *[[\\\\\\\`\\"\\\$]]*) python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:548: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-549- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-558-]], lt_decl_dquote_varnames); do python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:559: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-560- *[[\\\\\\\`\\"\\\$]]*) python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:561: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-562- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-718- python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:719:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-720-# Generated automatically by $as_me ($PACKAGE) $VERSION ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1085- if test yes = "$lt_cv_ld_force_load"; then python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:1086: _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1087- m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes], ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1138- }]' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:1139: _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1140- # Check for a 64-bit object if we didn't find anything. python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1141- if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:1142: _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1143- fi],[]) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1174-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:1175: test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1176- ECHO='print -r --' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:1177:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1178- ECHO='printf %s\n' ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1209- PATH=/empty FPATH=/empty; export PATH FPATH python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:1210: test "X`printf %s $ECHO`" = "X$ECHO" \ python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:1211: || test "X`print -r -- $ECHO`" = "X$ECHO" )])]) python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1212- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1233- if test yes = "$GCC"; then python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:1234: lt_sysroot=`$CC --print-sysroot 2>/dev/null` python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1235- fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1237- /*) python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:1238: lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1239- ;; #( ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1267- if AC_TRY_EVAL(ac_compile); then python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:1268: case `/usr/bin/file conftest.$ac_objext` in python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1269- *ELF-32*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1284- if test yes = "$lt_cv_prog_gnu_ld"; then python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:1285: case `/usr/bin/file conftest.$ac_objext` in python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1286- *32-bit*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1296- else python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:1297: case `/usr/bin/file conftest.$ac_objext` in python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1298- *32-bit*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1318- emul=elf python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:1319: case `/usr/bin/file conftest.$ac_objext` in python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1320- *32-bit*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1326- esac python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:1327: case `/usr/bin/file conftest.$ac_objext` in python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1328- *MSB*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1334- esac python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:1335: case `/usr/bin/file conftest.$ac_objext` in python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1336- *N32*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1699- # And add a safety zone python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:1700: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:1701: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1702- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1732- if test -n "$kargmax"; then python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:1733: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1734- else ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1741- test undefined != "$lt_cv_sys_max_cmd_len"; then python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:1742: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:1743: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1744- else ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1753- # we can't tell. python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:1754: while { test X`env echo "$teststring$teststring" 2>/dev/null` \ python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1755- = "X$teststring$teststring"; } >/dev/null 2>&1 && ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1757- do python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:1758: i=`expr $i + 1` python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1759- teststring=$teststring$teststring ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1761- # Only check the string length outside the loop. python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:1762: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1763- teststring= ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1766- # linker. It appears as though 1/2 is a usable value. python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:1767: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-1768- fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2230- esac python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:2231: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2232- case $lt_search_path_spec in ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2237- # okay in the real world where ";" in dirpaths is itself problematic. python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:2238: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2239- ;; python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2240- *) python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:2241: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2242- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2246- lt_tmp_lt_search_path_spec= python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:2247: lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2248- # ...but if some path component already ends with the multilib dir we assume ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2288- esac python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:2289: sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2290-else ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2376- # Create ${libname}_ixlibrary.a entries in /sys/libs. python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:2377: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2378- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2412- # DLL is installed to $(libdir)/../bin by postinstall_cmds python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:2413: postinstall_cmds='base_file=`basename \$file`~ python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:2414: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:2415: dldir=$destdir/`dirname \$dlpath`~ python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2416- test -d \$dldir || mkdir -p \$dldir~ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2421- fi' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:2422: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2423- dlpath=$dir/\$dldll~ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2429- # Cygwin DLLs use 'cyg' prefix rather than 'lib' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:2430: soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2431-m4_if([$1], [],[ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2435- # MinGW DLLs use traditional 'lib' prefix python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:2436: soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2437- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2439- # pw32 DLLs use 'pw' prefix rather than 'lib' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:2440: library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2441- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2448- libname_spec='$name' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:2449: soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2450- library_names_spec='$libname.dll.lib' ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2460- # Let DOS variable expansion print the short 8.3 style file name. python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:2461: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2462- sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2465- # Convert to MSYS style. python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:2466: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'` python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2467- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2471- # like /cygdrive/c/PROGRA~1:/cygdr... python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:2472: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:2473: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:2474: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2475- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2479- # It is most probably a Windows format PATH. python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:2480: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2481- else python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:2482: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2483- fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2489- # DLL is installed to $(libdir)/../bin by postinstall_cmds python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:2490: postinstall_cmds='base_file=`basename \$file`~ python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:2491: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:2492: dldir=$destdir/`dirname \$dlpath`~ python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2493- test -d \$dldir || mkdir -p \$dldir~ python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2494- $install_prog $dir/$dlname \$dldir/$dlname' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:2495: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2496- dlpath=$dir/\$dldll~ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2503- # Assume MSVC wrapper python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:2504: library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2505- dynamic_linker='Win32 ld.exe' ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2520- shlibpath_var=DYLD_LIBRARY_PATH python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:2521: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2522-m4_if([$1], [],[ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2747- if test -f /etc/ld.so.conf; then python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:2748: lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2749- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2801- need_lib_prefix=no python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:2802: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-2803- need_version=no ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-3015- "file_magic "*) python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:3016: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-3017- MAGIC_CMD=$lt_cv_path_MAGIC_CMD ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-3098- # gcc leaves a trailing carriage return, which upsets mingw python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:3099: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-3100- *) python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:3101: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-3102- esac ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-3107- # Canonicalize the pathname of ld python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:3108: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-3109- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:3110: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-3111- done ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-3138- # Break only if it was the GNU/non-GNU ld that we prefer. python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:3139: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-3140- *GNU* | *'with BFD'*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-3178-[# I'd rather use --version here, but apparently some GNU lds only accept -v. python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:3179:case `$LD -v 2>&1 </dev/null` in python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-3180-*GNU* | *'with BFD'*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-3368-openbsd* | bitrig*) python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:3369: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-3370- lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-3432- else python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:3433: file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"` python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-3434- fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-3478- # Tru64's nm complains that /dev/null is an invalid object file python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:3479: case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-3480- */dev/null* | *'Invalid file or object type'*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-3484- *) python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:3485: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-3486- */dev/null*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-3510- AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:3511: case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-3512- *COFF*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-3569- # decide which one to use based on capabilities of $DLLTOOL python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:3570: case `$DLLTOOL --help 2>&1` in python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-3571- *--identify-strict*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-3743-# If we're using GNU nm, then use its standard symbol codes. python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:3744:case `$NM -V 2>&1` in python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-3745-*GNU* | *'with BFD'*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-3791-mingw*) python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:3792: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-3793- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-3847- nlist=conftest.nm python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:3848: if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-3849- # Try sorting and uniquifying the output. ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-4190- *) python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:4191: case `$CC -V 2>&1 | sed 5q` in python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-4192- *Sun\ C*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-4516- *) python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:4517: case `$CC -V 2>&1 | sed 5q` in python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-4518- *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-4788- # shared libraries, regardless of the interface used. python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:4789: case `$LD -v 2>&1` in python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-4790- *\ \(GNU\ Binutils\)\ 2.19.5*) ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-4820- supports_anon_versioning=no python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:4821: case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-4822- *GNU\ gold*) supports_anon_versioning=yes ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-4917- # time. Moving up from 0x10000000 also allows more sbrk(2) space. python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:4918: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:4919: _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-4920- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-4935- pgcc*) # Portland Group C compiler python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:4936: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-4937- tmp_addflag=' $pic_flag' ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-4940- # Portland Group f77 and f90 compilers python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:4941: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-4942- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-4957- nvcc*) # Cuda Compiler Driver 2.2 python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:4958: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-4959- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-4961- esac python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:4962: case `$CC -V 2>&1 | sed 5q` in python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-4963- *Sun\ C*) # Sun C 5.9 python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:4964: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-4965- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-5029- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:5030: case `$LD -v 2>&1` in python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-5031- *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-5152- # below for broken collect2 doesn't work under 4.3+ python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:5153: collect2name=`$CC -print-prog-name=collect2` python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-5154- if test -f "$collect2name" && ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-5201- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:5202: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-5203- else ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-5305- # FIXME: Setting linknames here is a bad hack. python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:5306: _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-5307- # The linker will automatically build a .lib file if we build a DLL. ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-5443- if test yes = "$GCC"; then python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:5444: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-5445- # Try to use the -exported_symbol ld option, if it does not ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-5466- if test yes = "$lt_cv_irix_exported_symbol"; then python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:5467: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-5468- fi python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-5469- else python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:5470: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:5471: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-5472- fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-5506- _LT_TAGVAR(hardcode_direct_absolute, $1)=yes python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:5507: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-5508- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-5531- _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:5532: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-5533- else python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-5534- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:5535: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-5536- fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-5544- _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:5545: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-5546- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-5548- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:5549: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:5550: _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:5551: $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-5552- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-5567- else python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:5568: case `$CC -V 2>&1` in python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-5569- *"Compilers 5.0"*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-5760- _LT_TAGVAR(allow_undefined_flag, $1)= python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:5761: if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-5762- then ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6060- # ancient GNU ld didn't support --whole-archive et. al. python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:6061: if eval "`$CC -print-prog-name=ld` --help 2>&1" | python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6062- $GREP 'no-whole-archive' > /dev/null; then ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6143- # below for broken collect2 doesn't work under 4.3+ python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:6144: collect2name=`$CC -print-prog-name=collect2` python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6145- if test -f "$collect2name" && ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6193- python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:6194: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6195- else ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6381- # dependencies. python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:6382: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6383- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6446- # dependencies. python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:6447: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6448- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6482- # time. Moving up from 0x10000000 also allows more sbrk(2) space. python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:6483: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:6484: _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6485- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6489- # SGI C++ python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:6490: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6491- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6500- if test no = "$with_gnu_ld"; then python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:6501: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6502- else python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:6503: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6504- fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6521- # to its proper name (with version) after linking. python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:6522: _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:6523: _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6524- # Commands to make compiler produce verbose output that lists ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6531- # dependencies. python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:6532: output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6533- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6546- # earlier do not add the objects themselves. python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:6547: case `$CC -V 2>&1` in python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6548- *"Version 7."*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6567- # Portland Group C++ compiler python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:6568: case `$CC -V` in python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6569- *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6572- $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:6573: compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6574- _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6576- $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:6577: $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6578- $RANLIB $oldlib' ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6581- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:6582: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6583- _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6585- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:6586: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6587- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6595- _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:6596: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6597- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6614- # dependencies. python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:6615: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6616- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6629- *) python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:6630: case `$CC -V 2>&1 | sed 5q` in python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6631- *Sun\ C*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6636- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:6637: _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6638- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6701- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:6702: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6703- _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib' ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6720- # to its proper name (with version) after linking. python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:6721: _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6722- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6741- _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:6742: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6743- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6746- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:6747: _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:6748: _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6749- echo "-hidden">> $lib.exp~ python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:6750: $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~ python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6751- $RM $lib.exp' ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6765- # dependencies. python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:6766: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6767- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6772- osf3*) python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:6773: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6774- ;; python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6775- *) python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:6776: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-6777- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-7025- case @S|@2 in python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:7026: .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;; python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:7027: *) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;; python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-7028- esac ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-7113- python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:7114: for p in `eval "$output_verbose_link_cmd"`; do python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-7115- case $prev$p in ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-7211-linux*) python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:7212: case `$CC -V 2>&1 | sed 5q` in python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-7213- *Sun\ C*) ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-7262-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:7263: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'` python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-7264-fi ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-7874- test 10 -lt "$lt_ac_count" && break python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4:7875: lt_ac_count=`expr $lt_ac_count + 1` python2.7-2.7.18/Modules/_ctypes/libffi/m4/libtool.m4-7876- if test "$lt_ac_count" -gt "$lt_ac_max"; then ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/m4/ax_cflags_warn_all.m4-79- # python2.7-2.7.18/Modules/_ctypes/libffi/m4/ax_cflags_warn_all.m4:80:do FLAGS="$ac_save_[]FLAGS "`echo $ac_arg | sed -e 's,%%.*,,' -e 's,%,,'` python2.7-2.7.18/Modules/_ctypes/libffi/m4/ax_cflags_warn_all.m4-81- AC_COMPILE_IFELSE([AC_LANG_PROGRAM], python2.7-2.7.18/Modules/_ctypes/libffi/m4/ax_cflags_warn_all.m4:82: [VAR=`echo $ac_arg | sed -e 's,.*% *,,'` ; break]) python2.7-2.7.18/Modules/_ctypes/libffi/m4/ax_cflags_warn_all.m4-83-done ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/man/Makefile.in-39- { \ python2.7-2.7.18/Modules/_ctypes/libffi/man/Makefile.in:40: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ python2.7-2.7.18/Modules/_ctypes/libffi/man/Makefile.in-41- }; \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/man/Makefile.in-122- esac python2.7-2.7.18/Modules/_ctypes/libffi/man/Makefile.in:123:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; python2.7-2.7.18/Modules/_ctypes/libffi/man/Makefile.in-124-am__vpath_adj = case $$p in \ python2.7-2.7.18/Modules/_ctypes/libffi/man/Makefile.in:125: $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ python2.7-2.7.18/Modules/_ctypes/libffi/man/Makefile.in-126- *) f=$$p;; \ python2.7-2.7.18/Modules/_ctypes/libffi/man/Makefile.in-127- esac; python2.7-2.7.18/Modules/_ctypes/libffi/man/Makefile.in:128:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; python2.7-2.7.18/Modules/_ctypes/libffi/man/Makefile.in-129-am__install_max = 40 python2.7-2.7.18/Modules/_ctypes/libffi/man/Makefile.in-130-am__nobase_strip_setup = \ python2.7-2.7.18/Modules/_ctypes/libffi/man/Makefile.in:131: srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` python2.7-2.7.18/Modules/_ctypes/libffi/man/Makefile.in-132-am__nobase_strip = \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/man/Makefile.in-342- test -n "$(man3dir)" \ python2.7-2.7.18/Modules/_ctypes/libffi/man/Makefile.in:343: && test -n "`echo $$list1$$list2`" \ python2.7-2.7.18/Modules/_ctypes/libffi/man/Makefile.in-344- || exit 0; \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/man/Makefile.in-388-distdir: $(DISTFILES) python2.7-2.7.18/Modules/_ctypes/libffi/man/Makefile.in:389: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ python2.7-2.7.18/Modules/_ctypes/libffi/man/Makefile.in:390: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ python2.7-2.7.18/Modules/_ctypes/libffi/man/Makefile.in-391- list='$(DISTFILES)'; \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/man/Makefile.in-402- if test -d $$d/$$file; then \ python2.7-2.7.18/Modules/_ctypes/libffi/man/Makefile.in:403: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ python2.7-2.7.18/Modules/_ctypes/libffi/man/Makefile.in-404- if test -d "$(distdir)/$$file"; then \ ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure.ac-15- frv*-elf) python2.7-2.7.18/Modules/_ctypes/libffi/configure.ac:16: LDFLAGS=`echo $LDFLAGS | sed "s/\-B[^ ]*libgloss\/frv\///"`\ -B`pwd`/../libgloss/frv/ python2.7-2.7.18/Modules/_ctypes/libffi/configure.ac-17- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure.ac-377- LDFLAGS="$LDFLAGS -shared" python2.7-2.7.18/Modules/_ctypes/libffi/configure.ac:378: AC_TRY_LINK([asm (".text; foo: nop; .data; .align 4; .byte 0; .uaword %r_disp32(foo); .text");],, python2.7-2.7.18/Modules/_ctypes/libffi/configure.ac-379- [libffi_cv_as_sparc_ua_pcrel=yes], ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure.ac-391- # Check if we have .register python2.7-2.7.18/Modules/_ctypes/libffi/configure.ac:392: AC_TRY_COMPILE(,[asm (".register %g2, #scratch");], python2.7-2.7.18/Modules/_ctypes/libffi/configure.ac-393- [libffi_cv_as_register_pseudo_op=yes], ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure.ac-419- # Check if we have .ascii python2.7-2.7.18/Modules/_ctypes/libffi/configure.ac:420: AC_TRY_COMPILE(,[asm (".ascii \\"string\\"");], python2.7-2.7.18/Modules/_ctypes/libffi/configure.ac-421- [libffi_cv_as_ascii_pseudo_op=yes], ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure.ac-432- # Check if we have .string python2.7-2.7.18/Modules/_ctypes/libffi/configure.ac:433: AC_TRY_COMPILE(,[asm (".string \\"string\\"");], python2.7-2.7.18/Modules/_ctypes/libffi/configure.ac-434- [libffi_cv_as_string_pseudo_op=yes], ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure.ac-511- libffi_eh_frame_line=`grep -n eh_frame conftest.dump | cut -d: -f 1` python2.7-2.7.18/Modules/_ctypes/libffi/configure.ac:512: libffi_test_line=`expr $libffi_eh_frame_line + 1`p python2.7-2.7.18/Modules/_ctypes/libffi/configure.ac-513- sed -n $libffi_test_line conftest.dump > conftest.line ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/configure.ac-604- fi python2.7-2.7.18/Modules/_ctypes/libffi/configure.ac:605: multi_os_directory=`$CC $CFLAGS -print-multi-os-directory` python2.7-2.7.18/Modules/_ctypes/libffi/configure.ac-606- case $multi_os_directory in ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-34- python2.7-2.7.18/Modules/_ctypes/libffi/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'` python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-36- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-102-: ${TMPDIR=/tmp} ; python2.7-2.7.18/Modules/_ctypes/libffi/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-151- EOF python2.7-2.7.18/Modules/_ctypes/libffi/config.guess:152: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-153- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-209- *) python2.7-2.7.18/Modules/_ctypes/libffi/config.guess:210: release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-211- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-240- *4.0) python2.7-2.7.18/Modules/_ctypes/libffi/config.guess:241: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-242- ;; python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-243- *5.*) python2.7-2.7.18/Modules/_ctypes/libffi/config.guess:244: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-245- ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-250- # types through head -n 1, so we only detect the type of CPU 0. python2.7-2.7.18/Modules/_ctypes/libffi/config.guess:251: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-252- case "$ALPHA_CPU_TYPE" in ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-288- # 1.2 uses "1.2" for uname -r. python2.7-2.7.18/Modules/_ctypes/libffi/config.guess:289: echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-290- # Reset EXIT trap before exiting to avoid spurious non-zero exit code. ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-348- s390x:SunOS:*:*) python2.7-2.7.18/Modules/_ctypes/libffi/config.guess:349: echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-350- exit ;; python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-351- sun4H:SunOS:5.*:*) python2.7-2.7.18/Modules/_ctypes/libffi/config.guess:352: echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-353- exit ;; python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-354- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) python2.7-2.7.18/Modules/_ctypes/libffi/config.guess:355: echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-356- exit ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-373- fi python2.7-2.7.18/Modules/_ctypes/libffi/config.guess:374: echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-375- exit ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-379- # it's likely to be more like Solaris than SunOS4. python2.7-2.7.18/Modules/_ctypes/libffi/config.guess:380: echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-381- exit ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-388- # Japanese Language versions have a version number like `4.1.3-JL'. python2.7-2.7.18/Modules/_ctypes/libffi/config.guess:389: echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-390- exit ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-394- sun*:*:4.2BSD:*) python2.7-2.7.18/Modules/_ctypes/libffi/config.guess:395: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-396- test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-476- $CC_FOR_BUILD -o $dummy $dummy.c && python2.7-2.7.18/Modules/_ctypes/libffi/config.guess:477: dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && python2.7-2.7.18/Modules/_ctypes/libffi/config.guess:478: SYSTEM_NAME=`$dummy $dummyarg` && python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-479- { echo "$SYSTEM_NAME"; exit; } ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-532- *:IRIX*:*:*) python2.7-2.7.18/Modules/_ctypes/libffi/config.guess:533: echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-534- exit ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-562-EOF python2.7-2.7.18/Modules/_ctypes/libffi/config.guess:563: if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-564- then ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-575- *:AIX:*:[4567]) python2.7-2.7.18/Modules/_ctypes/libffi/config.guess:576: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-577- if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-610- 9000/[34678]??:HP-UX:*:*) python2.7-2.7.18/Modules/_ctypes/libffi/config.guess:611: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-612- case "${UNAME_MACHINE}" in ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-664-EOF python2.7-2.7.18/Modules/_ctypes/libffi/config.guess:665: (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-666- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-692- ia64:HP-UX:*:*) python2.7-2.7.18/Modules/_ctypes/libffi/config.guess:693: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-694- echo ia64-hp-hpux${HPUX_REV} ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-722-EOF python2.7-2.7.18/Modules/_ctypes/libffi/config.guess:723: $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-724- { echo "$SYSTEM_NAME"; exit; } ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-793- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` python2.7-2.7.18/Modules/_ctypes/libffi/config.guess:794: FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-795- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-798- FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` python2.7-2.7.18/Modules/_ctypes/libffi/config.guess:799: FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-800- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-814- amd64) python2.7-2.7.18/Modules/_ctypes/libffi/config.guess:815: echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-816- *) python2.7-2.7.18/Modules/_ctypes/libffi/config.guess:817: echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-818- esac ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-872- prep*:SunOS:5.*:*) python2.7-2.7.18/Modules/_ctypes/libffi/config.guess:873: echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-874- exit ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-876- # the GNU system python2.7-2.7.18/Modules/_ctypes/libffi/config.guess:877: echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-878- exit ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-880- # other systems with GNU libc and userland python2.7-2.7.18/Modules/_ctypes/libffi/config.guess:881: echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC} python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-882- exit ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-968-EOF python2.7-2.7.18/Modules/_ctypes/libffi/config.guess:969: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-970- test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-1062- i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) python2.7-2.7.18/Modules/_ctypes/libffi/config.guess:1063: UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-1064- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-1337- *:DragonFly:*:*) python2.7-2.7.18/Modules/_ctypes/libffi/config.guess:1338: echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-1339- exit ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-1350- i*86:skyos:*:*) python2.7-2.7.18/Modules/_ctypes/libffi/config.guess:1351: echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-1352- exit ;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-1478- python2.7-2.7.18/Modules/_ctypes/libffi/config.guess:1479:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && python2.7-2.7.18/Modules/_ctypes/libffi/config.guess-1480- { echo "$SYSTEM_NAME"; exit; } ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/depcomp-64- case $1 in python2.7-2.7.18/Modules/_ctypes/libffi/depcomp:65: */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; python2.7-2.7.18/Modules/_ctypes/libffi/depcomp-66- *) dir=;; ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/depcomp-73-{ python2.7-2.7.18/Modules/_ctypes/libffi/depcomp:74: base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` python2.7-2.7.18/Modules/_ctypes/libffi/depcomp-75-} ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/depcomp-126- sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} python2.7-2.7.18/Modules/_ctypes/libffi/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} python2.7-2.7.18/Modules/_ctypes/libffi/depcomp-128- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/depcomp-405- sleep 1 python2.7-2.7.18/Modules/_ctypes/libffi/depcomp:406: i=`expr $i - 1` python2.7-2.7.18/Modules/_ctypes/libffi/depcomp-407- done python2.7-2.7.18/Modules/_ctypes/libffi/depcomp-408- fi python2.7-2.7.18/Modules/_ctypes/libffi/depcomp:409: i=`expr $i - 1` python2.7-2.7.18/Modules/_ctypes/libffi/depcomp-410- done ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/depcomp-425- # Do two passes, one to just change these to python2.7-2.7.18/Modules/_ctypes/libffi/depcomp:426: # `$object: dependent.h' and one to simply `dependent.h:'. python2.7-2.7.18/Modules/_ctypes/libffi/depcomp-427- sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" ############################################## python2.7-2.7.18/Modules/_ctypes/libffi/depcomp-659- done python2.7-2.7.18/Modules/_ctypes/libffi/depcomp:660: obj_suffix=`echo "$object" | sed 's/^.*\././'` python2.7-2.7.18/Modules/_ctypes/libffi/depcomp-661- touch "$tmpdepfile" ############################################## python2.7-2.7.18/Modules/_ctypes/libffi_arm_wince/sysv.asm-25- python2.7-2.7.18/Modules/_ctypes/libffi_arm_wince/sysv.asm:26:;#define LIBFFI_ASM python2.7-2.7.18/Modules/_ctypes/libffi_arm_wince/sysv.asm-27-;#include <fficonfig.h> ############################################## python2.7-2.7.18/Modules/_ctypes/libffi_arm_wince/ffi.c-201- python2.7-2.7.18/Modules/_ctypes/libffi_arm_wince/ffi.c:202:/* This function is called by ffi_closure_SYSV in sysv.asm */ python2.7-2.7.18/Modules/_ctypes/libffi_arm_wince/ffi.c-203- ############################################## python2.7-2.7.18/Modules/_ctypes/libffi_arm_wince/ffi.c-285- python2.7-2.7.18/Modules/_ctypes/libffi_arm_wince/ffi.c:286:/* defined in sysv.asm */ python2.7-2.7.18/Modules/_ctypes/libffi_arm_wince/ffi.c-287-void ffi_closure_SYSV(void); ############################################## python2.7-2.7.18/Modules/getaddrinfo.c-379- * hostname == NULL. python2.7-2.7.18/Modules/getaddrinfo.c:380: * passive socket -> anyaddr (0.0.0.0 or ::) python2.7-2.7.18/Modules/getaddrinfo.c-381- * non-passive socket -> localhost (127.0.0.1 or ::1) ############################################## python2.7-2.7.18/Modules/getaddrinfo.c-465- /* hostname as alphabetical name */ python2.7-2.7.18/Modules/getaddrinfo.c:466: error = get_addr(hostname, pai->ai_family, &top, pai, port); python2.7-2.7.18/Modules/getaddrinfo.c-467- if (error == 0) { ############################################## python2.7-2.7.18/Modules/getaddrinfo.c-500-#ifdef ENABLE_IPV6 python2.7-2.7.18/Modules/getaddrinfo.c:501: hp = getipnodebyaddr(addr, gai_afd->a_addrlen, gai_afd->a_af, &h_error); python2.7-2.7.18/Modules/getaddrinfo.c-502-#else python2.7-2.7.18/Modules/getaddrinfo.c:503: hp = gethostbyaddr(addr, gai_afd->a_addrlen, AF_INET); python2.7-2.7.18/Modules/getaddrinfo.c-504-#endif ############################################## python2.7-2.7.18/Modules/getaddrinfo.c-529-static int python2.7-2.7.18/Modules/getaddrinfo.c:530:get_addr(hostname, af, res, pai, port0) python2.7-2.7.18/Modules/getaddrinfo.c-531- const char *hostname; ############################################## python2.7-2.7.18/Modules/getnameinfo.c-180-#ifdef ENABLE_IPV6 python2.7-2.7.18/Modules/getnameinfo.c:181: hp = getipnodebyaddr(addr, gni_afd->a_addrlen, gni_afd->a_af, &h_error); python2.7-2.7.18/Modules/getnameinfo.c-182-#else python2.7-2.7.18/Modules/getnameinfo.c:183: hp = gethostbyaddr(addr, gni_afd->a_addrlen, gni_afd->a_af); python2.7-2.7.18/Modules/getnameinfo.c-184- h_error = h_errno; ############################################## python2.7-2.7.18/Modules/socketmodule.c-25-- socket.gethostbyname(hostname) --> host IP address (string: 'dd.dd.dd.dd') python2.7-2.7.18/Modules/socketmodule.c:26:- socket.gethostbyaddr(IP address) --> (hostname, [alias, ...], [IP addr, ...]) python2.7-2.7.18/Modules/socketmodule.c-27-- socket.gethostname() --> host name (string: 'spam' or 'spam.domain.com') ############################################## python2.7-2.7.18/Modules/socketmodule.c-294- python2.7-2.7.18/Modules/socketmodule.c:295:/* Headers needed for inet_ntoa() and inet_addr() */ python2.7-2.7.18/Modules/socketmodule.c-296-# ifdef __BEOS__ ############################################## python2.7-2.7.18/Modules/socketmodule.c-860-static int python2.7-2.7.18/Modules/socketmodule.c:861:setipaddr(char *name, struct sockaddr *addr_ret, size_t addr_ret_size, int af) python2.7-2.7.18/Modules/socketmodule.c-862-{ ############################################## python2.7-2.7.18/Modules/socketmodule.c-958- Py_END_ALLOW_THREADS python2.7-2.7.18/Modules/socketmodule.c:959: RELEASE_GETADDRINFO_LOCK /* see comment in setipaddr() */ python2.7-2.7.18/Modules/socketmodule.c-960- if (error) { ############################################## python2.7-2.7.18/Modules/socketmodule.c-986-static PyObject * python2.7-2.7.18/Modules/socketmodule.c:987:makeipaddr(struct sockaddr *addr, int addrlen) python2.7-2.7.18/Modules/socketmodule.c-988-{ ############################################## python2.7-2.7.18/Modules/socketmodule.c-1007-static int python2.7-2.7.18/Modules/socketmodule.c:1008:setbdaddr(const char *name, bdaddr_t *bdaddr) python2.7-2.7.18/Modules/socketmodule.c-1009-{ ############################################## python2.7-2.7.18/Modules/socketmodule.c-1034-static PyObject * python2.7-2.7.18/Modules/socketmodule.c:1035:makebdaddr(bdaddr_t *bdaddr) python2.7-2.7.18/Modules/socketmodule.c-1036-{ ############################################## python2.7-2.7.18/Modules/socketmodule.c-1053-static PyObject * python2.7-2.7.18/Modules/socketmodule.c:1054:makesockaddr(int sockfd, struct sockaddr *addr, int addrlen, int proto) python2.7-2.7.18/Modules/socketmodule.c-1055-{ ############################################## python2.7-2.7.18/Modules/socketmodule.c-1071- struct sockaddr_in *a; python2.7-2.7.18/Modules/socketmodule.c:1072: PyObject *addrobj = makeipaddr(addr, sizeof(*a)); python2.7-2.7.18/Modules/socketmodule.c-1073- PyObject *ret = NULL; ############################################## python2.7-2.7.18/Modules/socketmodule.c-1112- struct sockaddr_in6 *a; python2.7-2.7.18/Modules/socketmodule.c:1113: PyObject *addrobj = makeipaddr(addr, sizeof(*a)); python2.7-2.7.18/Modules/socketmodule.c-1114- PyObject *ret = NULL; ############################################## python2.7-2.7.18/Modules/socketmodule.c-1134- struct sockaddr_l2 *a = (struct sockaddr_l2 *) addr; python2.7-2.7.18/Modules/socketmodule.c:1135: PyObject *addrobj = makebdaddr(&_BT_L2_MEMB(a, bdaddr)); python2.7-2.7.18/Modules/socketmodule.c-1136- PyObject *ret = NULL; ############################################## python2.7-2.7.18/Modules/socketmodule.c-1148- struct sockaddr_rc *a = (struct sockaddr_rc *) addr; python2.7-2.7.18/Modules/socketmodule.c:1149: PyObject *addrobj = makebdaddr(&_BT_RC_MEMB(a, bdaddr)); python2.7-2.7.18/Modules/socketmodule.c-1150- PyObject *ret = NULL; ############################################## python2.7-2.7.18/Modules/socketmodule.c-1163-#if defined(__NetBSD__) || defined(__DragonFly__) python2.7-2.7.18/Modules/socketmodule.c:1164: return makebdaddr(&_BT_HCI_MEMB(a, bdaddr)); python2.7-2.7.18/Modules/socketmodule.c-1165-#else /* __NetBSD__ || __DragonFly__ */ ############################################## python2.7-2.7.18/Modules/socketmodule.c-1175- struct sockaddr_sco *a = (struct sockaddr_sco *) addr; python2.7-2.7.18/Modules/socketmodule.c:1176: return makebdaddr(&_BT_SCO_MEMB(a, bdaddr)); python2.7-2.7.18/Modules/socketmodule.c-1177- } ############################################## python2.7-2.7.18/Modules/socketmodule.c-1348- addr=(struct sockaddr_in*)addr_ret; python2.7-2.7.18/Modules/socketmodule.c:1349: result = setipaddr(host, (struct sockaddr *)addr, python2.7-2.7.18/Modules/socketmodule.c-1350- sizeof(*addr), AF_INET); ############################################## python2.7-2.7.18/Modules/socketmodule.c-1387- addr = (struct sockaddr_in6*)addr_ret; python2.7-2.7.18/Modules/socketmodule.c:1388: result = setipaddr(host, (struct sockaddr *)addr, python2.7-2.7.18/Modules/socketmodule.c-1389- sizeof(*addr), AF_INET6); ############################################## python2.7-2.7.18/Modules/socketmodule.c-1431- } python2.7-2.7.18/Modules/socketmodule.c:1432: if (setbdaddr(straddr, &_BT_L2_MEMB(addr, bdaddr)) < 0) python2.7-2.7.18/Modules/socketmodule.c-1433- return 0; ############################################## python2.7-2.7.18/Modules/socketmodule.c-1450- } python2.7-2.7.18/Modules/socketmodule.c:1451: if (setbdaddr(straddr, &_BT_RC_MEMB(addr, bdaddr)) < 0) python2.7-2.7.18/Modules/socketmodule.c-1452- return 0; ############################################## python2.7-2.7.18/Modules/socketmodule.c-1468- straddr = PyBytes_AS_STRING(args); python2.7-2.7.18/Modules/socketmodule.c:1469: if (setbdaddr(straddr, &_BT_HCI_MEMB(addr, bdaddr)) < 0) python2.7-2.7.18/Modules/socketmodule.c-1470- return 0; ############################################## python2.7-2.7.18/Modules/socketmodule.c-1495- } python2.7-2.7.18/Modules/socketmodule.c:1496: if (setbdaddr(straddr, &_BT_SCO_MEMB(addr, bdaddr)) < 0) python2.7-2.7.18/Modules/socketmodule.c-1497- return 0; ############################################## python2.7-2.7.18/Modules/socketmodule.c-1768- } python2.7-2.7.18/Modules/socketmodule.c:1769: addr = makesockaddr(s->sock_fd, SAS2SA(&addrbuf), python2.7-2.7.18/Modules/socketmodule.c-1770- addrlen, s->sock_proto); ############################################## python2.7-2.7.18/Modules/socketmodule.c-2276- return s->errorhandler(); python2.7-2.7.18/Modules/socketmodule.c:2277: return makesockaddr(s->sock_fd, SAS2SA(&addrbuf), addrlen, python2.7-2.7.18/Modules/socketmodule.c-2278- s->sock_proto); ############################################## python2.7-2.7.18/Modules/socketmodule.c-2305- return s->errorhandler(); python2.7-2.7.18/Modules/socketmodule.c:2306: return makesockaddr(s->sock_fd, SAS2SA(&addrbuf), addrlen, python2.7-2.7.18/Modules/socketmodule.c-2307- s->sock_proto); ############################################## python2.7-2.7.18/Modules/socketmodule.c-2677- python2.7-2.7.18/Modules/socketmodule.c:2678: if (!(*addr = makesockaddr(s->sock_fd, SAS2SA(&addrbuf), python2.7-2.7.18/Modules/socketmodule.c-2679- addrlen, s->sock_proto))) ############################################## python2.7-2.7.18/Modules/socketmodule.c-3322- return NULL; python2.7-2.7.18/Modules/socketmodule.c:3323: if (setipaddr(name, SAS2SA(&addrbuf), sizeof(addrbuf), AF_INET) < 0) python2.7-2.7.18/Modules/socketmodule.c-3324- return NULL; python2.7-2.7.18/Modules/socketmodule.c:3325: return makeipaddr(SAS2SA(&addrbuf), sizeof(struct sockaddr_in)); python2.7-2.7.18/Modules/socketmodule.c-3326-} ############################################## python2.7-2.7.18/Modules/socketmodule.c-3414- memcpy(&sin.sin_addr, *pch, sizeof(sin.sin_addr)); python2.7-2.7.18/Modules/socketmodule.c:3415: tmp = makeipaddr((struct sockaddr *)&sin, sizeof(sin)); python2.7-2.7.18/Modules/socketmodule.c-3416- ############################################## python2.7-2.7.18/Modules/socketmodule.c-3431- memcpy(&sin6.sin6_addr, *pch, sizeof(sin6.sin6_addr)); python2.7-2.7.18/Modules/socketmodule.c:3432: tmp = makeipaddr((struct sockaddr *)&sin6, python2.7-2.7.18/Modules/socketmodule.c-3433- sizeof(sin6)); ############################################## python2.7-2.7.18/Modules/socketmodule.c-3496- return NULL; python2.7-2.7.18/Modules/socketmodule.c:3497: if (setipaddr(name, (struct sockaddr *)&addr, sizeof(addr), AF_INET) < 0) python2.7-2.7.18/Modules/socketmodule.c-3498- return NULL; ############################################## python2.7-2.7.18/Modules/socketmodule.c-3537- python2.7-2.7.18/Modules/socketmodule.c:3538:/* Python interface to gethostbyaddr(IP). */ python2.7-2.7.18/Modules/socketmodule.c-3539- ############################################## python2.7-2.7.18/Modules/socketmodule.c-3541-static PyObject * python2.7-2.7.18/Modules/socketmodule.c:3542:socket_gethostbyaddr(PyObject *self, PyObject *args) python2.7-2.7.18/Modules/socketmodule.c-3543-{ ############################################## python2.7-2.7.18/Modules/socketmodule.c-3576- af = AF_UNSPEC; python2.7-2.7.18/Modules/socketmodule.c:3577: if (setipaddr(ip_num, sa, sizeof(addr), af) < 0) python2.7-2.7.18/Modules/socketmodule.c-3578- return NULL; ############################################## python2.7-2.7.18/Modules/socketmodule.c-3613-#endif python2.7-2.7.18/Modules/socketmodule.c:3614: h = gethostbyaddr(ap, al, af); python2.7-2.7.18/Modules/socketmodule.c-3615-#endif /* HAVE_GETHOSTBYNAME_R */ ############################################## python2.7-2.7.18/Modules/socketmodule.c-3624-PyDoc_STRVAR(gethostbyaddr_doc, python2.7-2.7.18/Modules/socketmodule.c:3625:"gethostbyaddr(host) -> (name, aliaslist, addresslist)\n\ python2.7-2.7.18/Modules/socketmodule.c-3626-\n\ ############################################## python2.7-2.7.18/Modules/socketmodule.c-3976-#endif python2.7-2.7.18/Modules/socketmodule.c:3977: /* Have to use inet_addr() instead */ python2.7-2.7.18/Modules/socketmodule.c-3978- unsigned int packed_addr; ############################################## python2.7-2.7.18/Modules/socketmodule.c-4012- python2.7-2.7.18/Modules/socketmodule.c:4013: packed_addr = inet_addr(ip_addr); python2.7-2.7.18/Modules/socketmodule.c-4014- ############################################## python2.7-2.7.18/Modules/socketmodule.c-4242- Py_END_ALLOW_THREADS python2.7-2.7.18/Modules/socketmodule.c:4243: RELEASE_GETADDRINFO_LOCK /* see comment in setipaddr() */ python2.7-2.7.18/Modules/socketmodule.c-4244- if (error) { ############################################## python2.7-2.7.18/Modules/socketmodule.c-4253- PyObject *addr = python2.7-2.7.18/Modules/socketmodule.c:4254: makesockaddr(-1, res->ai_addr, res->ai_addrlen, protocol); python2.7-2.7.18/Modules/socketmodule.c-4255- if (addr == NULL) ############################################## python2.7-2.7.18/Modules/socketmodule.c-4329- Py_END_ALLOW_THREADS python2.7-2.7.18/Modules/socketmodule.c:4330: RELEASE_GETADDRINFO_LOCK /* see comment in setipaddr() */ python2.7-2.7.18/Modules/socketmodule.c-4331- if (error) { ############################################## python2.7-2.7.18/Modules/socketmodule.c-5569- unsigned int packed_addr; python2.7-2.7.18/Modules/socketmodule.c:5570: packed_addr = inet_addr(src); python2.7-2.7.18/Modules/socketmodule.c-5571- if (packed_addr == INADDR_NONE) ############################################## python2.7-2.7.18/Modules/_tkinter.c-3125-static PyObject * python2.7-2.7.18/Modules/_tkinter.c:3126:Tkapp_InterpAddr(PyObject *self, PyObject *args) python2.7-2.7.18/Modules/_tkinter.c-3127-{ ############################################## python2.7-2.7.18/Modules/ld_so_aix.in-71- python2.7-2.7.18/Modules/ld_so_aix.in:72:makexp=`dirname $0`/makexp_aix python2.7-2.7.18/Modules/ld_so_aix.in-73-test -x "${makexp}" || makexp="@abs_srcdir@/makexp_aix" ############################################## python2.7-2.7.18/Modules/ld_so_aix.in-76-CC=$1; shift python2.7-2.7.18/Modules/ld_so_aix.in:77:whichcc=`which $CC` python2.7-2.7.18/Modules/ld_so_aix.in-78- ############################################## python2.7-2.7.18/Modules/ld_so_aix.in-103- -e* | -Wl,-e*) python2.7-2.7.18/Modules/ld_so_aix.in:104: entry=`echo $1 | sed -e "s/-Wl,//" -e "s/-e//"` python2.7-2.7.18/Modules/ld_so_aix.in-105- ;; ############################################## python2.7-2.7.18/Modules/ld_so_aix.in-113- -o*) python2.7-2.7.18/Modules/ld_so_aix.in:114: objfile=`echo $1 | sed "s/-o//"` python2.7-2.7.18/Modules/ld_so_aix.in-115- ;; python2.7-2.7.18/Modules/ld_so_aix.in-116- -bI:* | -Wl,-bI:*) python2.7-2.7.18/Modules/ld_so_aix.in:117: impfile=`echo $1 | sed -e "s/-Wl,//" -e "s/-bI://"` python2.7-2.7.18/Modules/ld_so_aix.in-118- ;; python2.7-2.7.18/Modules/ld_so_aix.in-119- -bE:* | -Wl,-bE:*) python2.7-2.7.18/Modules/ld_so_aix.in:120: expfile=`echo $1 | sed -e "s/-Wl,//" -e "s/-bE://"` python2.7-2.7.18/Modules/ld_so_aix.in-121- ;; ############################################## python2.7-2.7.18/Modules/ld_so_aix.in-151- python2.7-2.7.18/Modules/ld_so_aix.in:152:filename=`basename $objfile | sed "s/\.[^.]*$//"` python2.7-2.7.18/Modules/ld_so_aix.in-153- ############################################## python2.7-2.7.18/Modules/ld_so_aix.in-161-if test -z "$entry"; then python2.7-2.7.18/Modules/ld_so_aix.in:162: entry=init`echo $filename | sed "s/module.*//"` python2.7-2.7.18/Modules/ld_so_aix.in-163-fi ############################################## python2.7-2.7.18/Modules/zlib/zlib.h-1184- 8: ZLIB_DEBUG python2.7-2.7.18/Modules/zlib/zlib.h:1185: 9: ASMV or ASMINF -- use ASM code python2.7-2.7.18/Modules/zlib/zlib.h-1186- 10: ZLIB_WINAPI -- exported functions use the WINAPI calling convention ############################################## python2.7-2.7.18/Modules/zlib/configure-21-# get source directory python2.7-2.7.18/Modules/zlib/configure:22:SRCDIR=`dirname $0` python2.7-2.7.18/Modules/zlib/configure-23-if test $SRCDIR = "."; then ############################################## python2.7-2.7.18/Modules/zlib/configure-34-if [ -n "${CHOST}" ]; then python2.7-2.7.18/Modules/zlib/configure:35: uname="`echo "${CHOST}" | sed -e 's/^[^-]*-\([^-]*\)$/\1/' -e 's/^[^-]*-[^-]*-\([^-]*\)$/\1/' -e 's/^[^-]*-[^-]*-\([^-]*\)-.*$/\1/'`" python2.7-2.7.18/Modules/zlib/configure-36- CROSS_PREFIX="${CHOST}-" ############################################## python2.7-2.7.18/Modules/zlib/configure-42-# extract zlib version numbers from zlib.h python2.7-2.7.18/Modules/zlib/configure:43:VER=`sed -n -e '/VERSION "/s/.*"\(.*\)".*/\1/p' < ${SRCDIR}zlib.h` python2.7-2.7.18/Modules/zlib/configure:44:VER3=`sed -n -e '/VERSION "/s/.*"\([0-9]*\\.[0-9]*\\.[0-9]*\).*/\1/p' < ${SRCDIR}zlib.h` python2.7-2.7.18/Modules/zlib/configure:45:VER2=`sed -n -e '/VERSION "/s/.*"\([0-9]*\\.[0-9]*\)\\..*/\1/p' < ${SRCDIR}zlib.h` python2.7-2.7.18/Modules/zlib/configure:46:VER1=`sed -n -e '/VERSION "/s/.*"\([0-9]*\)\\..*/\1/p' < ${SRCDIR}zlib.h` python2.7-2.7.18/Modules/zlib/configure-47- ############################################## python2.7-2.7.18/Modules/zlib/configure-117- exit 0 ;; python2.7-2.7.18/Modules/zlib/configure:118: -p*=* | --prefix=*) prefix=`echo $1 | sed 's/.*=//'`; shift ;; python2.7-2.7.18/Modules/zlib/configure:119: -e*=* | --eprefix=*) exec_prefix=`echo $1 | sed 's/.*=//'`; shift ;; python2.7-2.7.18/Modules/zlib/configure:120: -l*=* | --libdir=*) libdir=`echo $1 | sed 's/.*=//'`; shift ;; python2.7-2.7.18/Modules/zlib/configure:121: --sharedlibdir=*) sharedlibdir=`echo $1 | sed 's/.*=//'`; shift ;; python2.7-2.7.18/Modules/zlib/configure:122: -i*=* | --includedir=*) includedir=`echo $1 | sed 's/.*=//'`;shift ;; python2.7-2.7.18/Modules/zlib/configure:123: -u*=* | --uname=*) uname=`echo $1 | sed 's/.*=//'`;shift ;; python2.7-2.7.18/Modules/zlib/configure-124- -p* | --prefix) prefix="$2"; shift; shift ;; ############################################## python2.7-2.7.18/Modules/zlib/configure-133- -6* | --64) build64=1; shift ;; python2.7-2.7.18/Modules/zlib/configure:134: -a*=* | --archs=*) ARCHS=`echo $1 | sed 's/.*=//'`; shift ;; python2.7-2.7.18/Modules/zlib/configure-135- --sysconfdir=*) echo "ignored option: --sysconfdir" | tee -a configure.log; shift ;; ############################################## python2.7-2.7.18/Modules/zlib/configure-170-cflags=${CFLAGS-"-O3"} python2.7-2.7.18/Modules/zlib/configure:171:# to force the asm version use: CFLAGS="-O3 -DASMV" ./configure python2.7-2.7.18/Modules/zlib/configure-172-case "$cc" in ############################################## python2.7-2.7.18/Modules/zlib/configure-175-esac python2.7-2.7.18/Modules/zlib/configure:176:case `$cc -v 2>&1` in python2.7-2.7.18/Modules/zlib/configure-177- *gcc*) gcc=1 ;; ############################################## python2.7-2.7.18/Modules/zlib/configure-298- # but newer ones do. Check for it. python2.7-2.7.18/Modules/zlib/configure:299: flag64=`$CC -flags | egrep -- '^-m64'` python2.7-2.7.18/Modules/zlib/configure-300- if test x"$flag64" != x"" ; then ############################################## python2.7-2.7.18/Modules/zlib/configure-362- show $* python2.7-2.7.18/Modules/zlib/configure:363: test "`( $* ) 2>&1 | tee -a configure.log`" = "" python2.7-2.7.18/Modules/zlib/configure-364- } ############################################## python2.7-2.7.18/Modules/zlib/configure-381- show $* python2.7-2.7.18/Modules/zlib/configure:382: got=`( $* ) 2>&1` python2.7-2.7.18/Modules/zlib/configure-383- ret=$? ############################################## python2.7-2.7.18/Modules/zlib/configure-441- show "$NM $test.o | grep _hello" python2.7-2.7.18/Modules/zlib/configure:442: if test "`$NM $test.o | grep _hello | tee -a configure.log`" = ""; then python2.7-2.7.18/Modules/zlib/configure-443- CPP="$CPP -DNO_UNDERLINE" ############################################## python2.7-2.7.18/Modules/zlib/configure-495- if try $CC $CFLAGS -o $test $test.c; then python2.7-2.7.18/Modules/zlib/configure:496: sizet=`./$test` python2.7-2.7.18/Modules/zlib/configure-497- echo "Checking for a pointer-size integer type..." $sizet"." | tee -a configure.log ############################################## python2.7-2.7.18/Modules/zlib/FAQ-352- python2.7-2.7.18/Modules/zlib/FAQ:353:42. The match.asm code in contrib is under the GNU General Public License. python2.7-2.7.18/Modules/zlib/FAQ-354- Since it's part of zlib, doesn't that mean that all of zlib falls under the ############################################## python2.7-2.7.18/Modules/zlib/Makefile.in-9- python2.7-2.7.18/Modules/zlib/Makefile.in:10:# To use the asm code, type: python2.7-2.7.18/Modules/zlib/Makefile.in-11-# cp contrib/asm?86/match.S ./match.S ############################################## python2.7-2.7.18/Modules/zlib/Makefile.in-67- python2.7-2.7.18/Modules/zlib/Makefile.in:68:# to use the asm code: make OBJA=match.o, PIC_OBJA=match.lo python2.7-2.7.18/Modules/zlib/Makefile.in-69-OBJA = ############################################## python2.7-2.7.18/Modules/zlib/ChangeLog-451-- Have make fail if a test fails [Levin] python2.7-2.7.18/Modules/zlib/ChangeLog:452:- Avoid buffer overrun in contrib/masmx64/gvmat64.asm [Simpson] python2.7-2.7.18/Modules/zlib/ChangeLog-453-- Remove assembler object files from contrib ############################################## python2.7-2.7.18/Modules/zlib/ChangeLog-631-- Update zlib www home address in win32/DLL_FAQ.txt [Truta] python2.7-2.7.18/Modules/zlib/ChangeLog:632:- Update contrib/masmx86/inffas32.asm for VS2005 [Vollant, Van Wassenhove] python2.7-2.7.18/Modules/zlib/ChangeLog:633:- Enable browse info in the "Debug" and "ASM Debug" configurations in python2.7-2.7.18/Modules/zlib/ChangeLog-634- the Visual C++ 6 project, and set (non-ASM) "Debug" as default [Truta] ############################################## python2.7-2.7.18/Modules/zlib/ChangeLog-728-- Fix DecompressBuf in contrib/delphi/ZLib.pas [ManChesTer] python2.7-2.7.18/Modules/zlib/ChangeLog:729:- Update contrib/masmx86/inffas32.asm and gvmat32.asm [Vollant] python2.7-2.7.18/Modules/zlib/ChangeLog-730-- Use z_off_t for adler32_combine() and crc32_combine() lengths ############################################## python2.7-2.7.18/Modules/zlib/ChangeLog-864-- Add contrib/ada [Anisimkov] python2.7-2.7.18/Modules/zlib/ChangeLog:865:- Move asm files from contrib/vstudio/vc70_32 to contrib/asm386 [Truta] python2.7-2.7.18/Modules/zlib/ChangeLog-866-- Rename contrib/asm386 to contrib/masmx86 [Truta, Vollant] ############################################## python2.7-2.7.18/Modules/zlib/ChangeLog-888-- Fix prototype of syncsearch in inflate.c [Truta] python2.7-2.7.18/Modules/zlib/ChangeLog:889:- Introduce ASMINF macro to be enabled when using an ASM implementation python2.7-2.7.18/Modules/zlib/ChangeLog-890- of inflate_fast [Truta] ############################################## python2.7-2.7.18/Modules/zlib/ChangeLog-1140-- added compress2 in zconf.h, zlib.def, zlib.dnt python2.7-2.7.18/Modules/zlib/ChangeLog:1141:- new asm code from Gilles Vollant in contrib/asm386 python2.7-2.7.18/Modules/zlib/ChangeLog-1142-- simplify the inflate code (Mark): ############################################## python2.7-2.7.18/Modules/zlib/ChangeLog-1158-Changes in 1.0.8 (27 Jan 1998) python2.7-2.7.18/Modules/zlib/ChangeLog:1159:- fixed offsets in contrib/asm386/gvmat32.asm (Gilles Vollant) python2.7-2.7.18/Modules/zlib/ChangeLog-1160-- fix gzgetc and gzputc for big endian systems (Markus Oberhumer) ############################################## python2.7-2.7.18/Modules/zlib/ChangeLog-1220- contrib/asm386/ by Gilles Vollant <info@winimage.com> python2.7-2.7.18/Modules/zlib/ChangeLog:1221: 386 asm code replacing longest_match(). python2.7-2.7.18/Modules/zlib/ChangeLog-1222- contrib/iostream/ by Kevin Ruland <kevin@rodin.wustl.edu> ############################################## python2.7-2.7.18/Modules/zlib/deflate.c-91-# pragma message("Assembler code may have bugs -- use at your own risk") python2.7-2.7.18/Modules/zlib/deflate.c:92: void match_init OF((void)); /* asm code initialization */ python2.7-2.7.18/Modules/zlib/deflate.c-93- uInt longest_match OF((deflate_state *s, IPos cur_match)); ############################################## python2.7-2.7.18/Modules/zlib/deflate.c-1216-#ifdef ASMV python2.7-2.7.18/Modules/zlib/deflate.c:1217: match_init(); /* initialize the asm code */ python2.7-2.7.18/Modules/zlib/deflate.c-1218-#endif ############################################## python2.7-2.7.18/Modules/zlib/deflate.c-1232-#ifndef ASMV python2.7-2.7.18/Modules/zlib/deflate.c:1233:/* For 80x86 and 680x0, an optimized version will be provided in match.asm or python2.7-2.7.18/Modules/zlib/deflate.c-1234- * match.S. The code will be functionally equivalent. ############################################## python2.7-2.7.18/Modules/zlib/crc32.c-185-/* ========================================================================= python2.7-2.7.18/Modules/zlib/crc32.c:186: * This function can be used by asm versions of crc32() python2.7-2.7.18/Modules/zlib/crc32.c-187- */ ############################################## python2.7-2.7.18/RISCOS/Makefile-388-o.linktab: s.linktab python2.7-2.7.18/RISCOS/Makefile:389: ObjAsm -APCS 3/32bit s.linktab o.linktab python2.7-2.7.18/RISCOS/Makefile-390- ############################################## python2.7-2.7.18/configure.ac-53-if test "$prefix" != "/"; then python2.7-2.7.18/configure.ac:54: prefix=`echo "$prefix" | sed -e 's/\/$//g'` python2.7-2.7.18/configure.ac-55-fi ############################################## python2.7-2.7.18/configure.ac-168- then python2.7-2.7.18/configure.ac:169: if test -z "`/usr/bin/file -L "${UNIVERSALSDK}/usr/lib/libSystem.dylib" | grep ppc`" python2.7-2.7.18/configure.ac-170- then ############################################## python2.7-2.7.18/configure.ac-201- PYTHONFRAMEWORKDIR=${withval}.framework python2.7-2.7.18/configure.ac:202: PYTHONFRAMEWORKIDENTIFIER=org.python.`echo $withval | tr '[A-Z]' '[a-z]'` python2.7-2.7.18/configure.ac-203- ],[ ############################################## python2.7-2.7.18/configure.ac-262- */Library/Frameworks) python2.7-2.7.18/configure.ac:263: MDIR="`dirname "${enableval}"`" python2.7-2.7.18/configure.ac:264: MDIR="`dirname "${MDIR}"`" python2.7-2.7.18/configure.ac-265- FRAMEWORKINSTALLAPPSPREFIX="${MDIR}/Applications" ############################################## python2.7-2.7.18/configure.ac-509- LDFLAGS="$SGI_ABI $LDFLAGS" python2.7-2.7.18/configure.ac:510: MACHDEP=`echo "${MACHDEP}${SGI_ABI}" | sed 's/ *//g'` python2.7-2.7.18/configure.ac-511-fi ############################################## python2.7-2.7.18/configure.ac-846-if test "$GCC" = yes; then python2.7-2.7.18/configure.ac:847: ac_prog=`$CC -print-prog-name=ld` python2.7-2.7.18/configure.ac-848-fi python2.7-2.7.18/configure.ac:849:case `"$ac_prog" -V 2>&1 < /dev/null` in python2.7-2.7.18/configure.ac-850- *GNU*) ############################################## python2.7-2.7.18/configure.ac-931- FreeBSD*) python2.7-2.7.18/configure.ac:932: SOVERSION=`echo $SOVERSION|cut -d "." -f 1` python2.7-2.7.18/configure.ac-933- ;; ############################################## python2.7-2.7.18/configure.ac-1485- then python2.7-2.7.18/configure.ac:1486: clang_dir=`dirname "${clang_bin}"` python2.7-2.7.18/configure.ac:1487: clang_bin=`readlink "${clang_bin}"` python2.7-2.7.18/configure.ac:1488: llvm_bin_dir="${clang_dir}/"`dirname "${clang_bin}"` python2.7-2.7.18/configure.ac-1489- llvm_path="${llvm_path}${PATH_SEPARATOR}${llvm_bin_dir}" ############################################## python2.7-2.7.18/configure.ac-2249- FreeBSD*) python2.7-2.7.18/configure.ac:2250: if [[ "`$CC -dM -E - </dev/null | grep __ELF__`" != "" ]] python2.7-2.7.18/configure.ac-2251- then ############################################## python2.7-2.7.18/configure.ac-2257- OpenBSD*) python2.7-2.7.18/configure.ac:2258: if [[ "`$CC -dM -E - </dev/null | grep __ELF__`" != "" ]] python2.7-2.7.18/configure.ac-2259- then ############################################## python2.7-2.7.18/configure.ac-2367- FreeBSD*|NetBSD*|OpenBSD*|DragonFly*) python2.7-2.7.18/configure.ac:2368: if [[ "`$CC -dM -E - </dev/null | grep __ELF__`" != "" ]] python2.7-2.7.18/configure.ac-2369- then ############################################## python2.7-2.7.18/configure.ac-2502-if test "$with_system_ffi" = "yes" && test -n "$PKG_CONFIG"; then python2.7-2.7.18/configure.ac:2503: LIBFFI_INCLUDEDIR="`"$PKG_CONFIG" libffi --cflags-only-I 2>/dev/null | sed -e 's/^-I//;s/ *$//'`" python2.7-2.7.18/configure.ac-2504-else ############################################## python2.7-2.7.18/configure.ac-2547-else python2.7-2.7.18/configure.ac:2548: for db in `echo $with_dbmliborder | sed 's/:/ /g'`; do python2.7-2.7.18/configure.ac-2549- if test x$db != xndbm && test x$db != xgdbm && test x$db != xbdb ############################################## python2.7-2.7.18/configure.ac-4859- python2.7-2.7.18/configure.ac:4860:for h in `(cd $srcdir;echo Python/thread_*.h)` python2.7-2.7.18/configure.ac-4861-do ############################################## python2.7-2.7.18/config.guess-34- python2.7-2.7.18/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'` python2.7-2.7.18/config.guess-36- ############################################## python2.7-2.7.18/config.guess-102-: ${TMPDIR=/tmp} ; python2.7-2.7.18/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || python2.7-2.7.18/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || ############################################## python2.7-2.7.18/config.guess-151- EOF python2.7-2.7.18/config.guess:152: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` python2.7-2.7.18/config.guess-153- ;; ############################################## python2.7-2.7.18/config.guess-181- earmv*) python2.7-2.7.18/config.guess:182: arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'` python2.7-2.7.18/config.guess:183: endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'` python2.7-2.7.18/config.guess-184- machine=${arch}${endian}-unknown ############################################## python2.7-2.7.18/config.guess-213- expr='s/^earmv[0-9]/-eabi/;s/eb$//' python2.7-2.7.18/config.guess:214: abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"` python2.7-2.7.18/config.guess-215- ;; ############################################## python2.7-2.7.18/config.guess-226- *) python2.7-2.7.18/config.guess:227: release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2` python2.7-2.7.18/config.guess-228- ;; ############################################## python2.7-2.7.18/config.guess-264- *4.0) python2.7-2.7.18/config.guess:265: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` python2.7-2.7.18/config.guess-266- ;; python2.7-2.7.18/config.guess-267- *5.*) python2.7-2.7.18/config.guess:268: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` python2.7-2.7.18/config.guess-269- ;; ############################################## python2.7-2.7.18/config.guess-274- # types through head -n 1, so we only detect the type of CPU 0. python2.7-2.7.18/config.guess:275: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` python2.7-2.7.18/config.guess-276- case "$ALPHA_CPU_TYPE" in ############################################## python2.7-2.7.18/config.guess-312- # 1.2 uses "1.2" for uname -r. python2.7-2.7.18/config.guess:313: echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` python2.7-2.7.18/config.guess-314- # Reset EXIT trap before exiting to avoid spurious non-zero exit code. ############################################## python2.7-2.7.18/config.guess-372- s390x:SunOS:*:*) python2.7-2.7.18/config.guess:373: echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` python2.7-2.7.18/config.guess-374- exit ;; python2.7-2.7.18/config.guess-375- sun4H:SunOS:5.*:*) python2.7-2.7.18/config.guess:376: echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` python2.7-2.7.18/config.guess-377- exit ;; python2.7-2.7.18/config.guess-378- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) python2.7-2.7.18/config.guess:379: echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` python2.7-2.7.18/config.guess-380- exit ;; ############################################## python2.7-2.7.18/config.guess-397- fi python2.7-2.7.18/config.guess:398: echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` python2.7-2.7.18/config.guess-399- exit ;; ############################################## python2.7-2.7.18/config.guess-403- # it's likely to be more like Solaris than SunOS4. python2.7-2.7.18/config.guess:404: echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` python2.7-2.7.18/config.guess-405- exit ;; ############################################## python2.7-2.7.18/config.guess-412- # Japanese Language versions have a version number like `4.1.3-JL'. python2.7-2.7.18/config.guess:413: echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` python2.7-2.7.18/config.guess-414- exit ;; ############################################## python2.7-2.7.18/config.guess-418- sun*:*:4.2BSD:*) python2.7-2.7.18/config.guess:419: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` python2.7-2.7.18/config.guess-420- test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3 ############################################## python2.7-2.7.18/config.guess-500- $CC_FOR_BUILD -o $dummy $dummy.c && python2.7-2.7.18/config.guess:501: dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && python2.7-2.7.18/config.guess:502: SYSTEM_NAME=`$dummy $dummyarg` && python2.7-2.7.18/config.guess-503- { echo "$SYSTEM_NAME"; exit; } ############################################## python2.7-2.7.18/config.guess-556- *:IRIX*:*:*) python2.7-2.7.18/config.guess:557: echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` python2.7-2.7.18/config.guess-558- exit ;; ############################################## python2.7-2.7.18/config.guess-586-EOF python2.7-2.7.18/config.guess:587: if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` python2.7-2.7.18/config.guess-588- then ############################################## python2.7-2.7.18/config.guess-599- *:AIX:*:[4567]) python2.7-2.7.18/config.guess:600: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` python2.7-2.7.18/config.guess-601- if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then ############################################## python2.7-2.7.18/config.guess-635- 9000/[34678]??:HP-UX:*:*) python2.7-2.7.18/config.guess:636: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` python2.7-2.7.18/config.guess-637- case "${UNAME_MACHINE}" in ############################################## python2.7-2.7.18/config.guess-689-EOF python2.7-2.7.18/config.guess:690: (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` python2.7-2.7.18/config.guess-691- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## python2.7-2.7.18/config.guess-717- ia64:HP-UX:*:*) python2.7-2.7.18/config.guess:718: HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` python2.7-2.7.18/config.guess-719- echo ia64-hp-hpux${HPUX_REV} ############################################## python2.7-2.7.18/config.guess-747-EOF python2.7-2.7.18/config.guess:748: $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && python2.7-2.7.18/config.guess-749- { echo "$SYSTEM_NAME"; exit; } ############################################## python2.7-2.7.18/config.guess-818- FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` python2.7-2.7.18/config.guess:819: FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` python2.7-2.7.18/config.guess-820- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## python2.7-2.7.18/config.guess-823- FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` python2.7-2.7.18/config.guess:824: FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` python2.7-2.7.18/config.guess-825- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## python2.7-2.7.18/config.guess-843- esac python2.7-2.7.18/config.guess:844: echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` python2.7-2.7.18/config.guess-845- exit ;; ############################################## python2.7-2.7.18/config.guess-898- prep*:SunOS:5.*:*) python2.7-2.7.18/config.guess:899: echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` python2.7-2.7.18/config.guess-900- exit ;; ############################################## python2.7-2.7.18/config.guess-902- # the GNU system python2.7-2.7.18/config.guess:903: echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` python2.7-2.7.18/config.guess-904- exit ;; ############################################## python2.7-2.7.18/config.guess-906- # other systems with GNU libc and userland python2.7-2.7.18/config.guess:907: echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC} python2.7-2.7.18/config.guess-908- exit ;; ############################################## python2.7-2.7.18/config.guess-1000-EOF python2.7-2.7.18/config.guess:1001: eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` python2.7-2.7.18/config.guess-1002- test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } ############################################## python2.7-2.7.18/config.guess-1100- i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) python2.7-2.7.18/config.guess:1101: UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` python2.7-2.7.18/config.guess-1102- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## python2.7-2.7.18/config.guess-1303- fi python2.7-2.7.18/config.guess:1304: if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then python2.7-2.7.18/config.guess-1305- if [ "$CC_FOR_BUILD" != no_compiler_found ]; then ############################################## python2.7-2.7.18/config.guess-1398- *:DragonFly:*:*) python2.7-2.7.18/config.guess:1399: echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` python2.7-2.7.18/config.guess-1400- exit ;; ############################################## python2.7-2.7.18/config.guess-1411- i*86:skyos:*:*) python2.7-2.7.18/config.guess:1412: echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'` python2.7-2.7.18/config.guess-1413- exit ;; ############################################## python2.7-2.7.18/Demo/sockets/gopher.py-201- try: python2.7-2.7.18/Demo/sockets/gopher.py:202: p = os.popen('${PAGER-more}', 'w') python2.7-2.7.18/Demo/sockets/gopher.py-203- x = SaveLines(p) ############################################## python2.7-2.7.18/Demo/scripts/mboxconvert.py-85- # Write unix header line python2.7-2.7.18/Demo/scripts/mboxconvert.py:86: fullname, email = m.getaddr('From') python2.7-2.7.18/Demo/scripts/mboxconvert.py-87- tt = m.getdate('Date') ############################################## python2.7-2.7.18/debian/patches/add-python-config-sh.diff-17- @if [ -s Modules/python.exp -a \ python2.7-2.7.18/debian/patches/add-python-config-sh.diff:18: "`echo $(MACHDEP) | sed 's/^\(...\).*/\1/'`" = "aix" ]; then \ python2.7-2.7.18/debian/patches/add-python-config-sh.diff-19- echo; echo "Installing support files for building shared extension modules on AIX:"; \ ############################################## python2.7-2.7.18/debian/patches/issue9189.diff-176-+ $(CC) -c $(PY_CORE_CFLAGS) \ python2.7-2.7.18/debian/patches/issue9189.diff:177: -DGITVERSION="\"`LC_ALL=C $(GITVERSION)`\"" \ python2.7-2.7.18/debian/patches/issue9189.diff:178: -DGITTAG="\"`LC_ALL=C $(GITTAG)`\"" \ python2.7-2.7.18/debian/patches/issue9189.diff:179: -DGITBRANCH="\"`LC_ALL=C $(GITBRANCH)`\"" \ python2.7-2.7.18/debian/patches/issue9189.diff-180- -o $@ $(srcdir)/Modules/getbuildinfo.c ############################################## python2.7-2.7.18/debian/patches/reproducible-buildinfo.diff-7-@@ -660,6 +660,8 @@ Modules/getbuildinfo.o: $(PARSER_OBJS) \ python2.7-2.7.18/debian/patches/reproducible-buildinfo.diff:8: -DGITVERSION="\"`LC_ALL=C $(GITVERSION)`\"" \ python2.7-2.7.18/debian/patches/reproducible-buildinfo.diff:9: -DGITTAG="\"`LC_ALL=C $(GITTAG)`\"" \ python2.7-2.7.18/debian/patches/reproducible-buildinfo.diff:10: -DGITBRANCH="\"`LC_ALL=C $(GITBRANCH)`\"" \ python2.7-2.7.18/debian/patches/reproducible-buildinfo.diff-11-+ $(if $(BUILD_DATE),-DDATE='"$(BUILD_DATE)"') \ ############################################## python2.7-2.7.18/debian/PVER-minimal.postrm.in-14- for d in `find /usr/lib/@PVER@ -depth -type d -empty 2> /dev/null`; do \ python2.7-2.7.18/debian/PVER-minimal.postrm.in:15: while rmdir $d 2> /dev/null; do d=`dirname $d`; done; \ python2.7-2.7.18/debian/PVER-minimal.postrm.in-16- done ############################################## python2.7-2.7.18/debian/dh_doclink-2- python2.7-2.7.18/debian/dh_doclink:3:pkg=`echo $1 | sed 's/^-p//'` python2.7-2.7.18/debian/dh_doclink-4-target=$2 ############################################## python2.7-2.7.18/debian/dh_doclink-8-f=debian/$pkg.postinst.debhelper python2.7-2.7.18/debian/dh_doclink:9:if [ ! -e $f ] || [ "`grep -c '^# dh_doclink' $f`" -eq 0 ]; then python2.7-2.7.18/debian/dh_doclink-10-cat >> $f <<EOF ############################################## python2.7-2.7.18/debian/dh_doclink-20-f=debian/$pkg.prerm.debhelper python2.7-2.7.18/debian/dh_doclink:21:if [ ! -e $f ] || [ "`grep -c '^# dh_doclink' $f`" -eq 0 ]; then python2.7-2.7.18/debian/dh_doclink-22-cat >> $f <<EOF ############################################## python2.7-2.7.18/debian/dh_rmemptydirs-2- python2.7-2.7.18/debian/dh_rmemptydirs:3:pkg=`echo $1 | sed 's/^-p//'` python2.7-2.7.18/debian/dh_rmemptydirs-4- python2.7-2.7.18/debian/dh_rmemptydirs-5-: # remove empty directories, when all components are in place python2.7-2.7.18/debian/dh_rmemptydirs:6:for d in `find debian/$pkg -depth -type d -empty 2> /dev/null`; do \ python2.7-2.7.18/debian/dh_rmemptydirs:7: while rmdir $$d 2> /dev/null; do d=`dirname $$d`; done; \ python2.7-2.7.18/debian/dh_rmemptydirs-8-done ############################################## python2.7-2.7.18/debian/idle-PVER.prerm.in-8- python2.7-2.7.18/debian/idle-PVER.prerm.in:9:PACKAGE=`basename $0 .prerm` python2.7-2.7.18/debian/idle-PVER.prerm.in-10- ############################################## python2.7-2.7.18/debian/locale-gen-13- [ -n "$locale" -a -n "$charset" ] || continue python2.7-2.7.18/debian/locale-gen:14: echo -n " `echo $locale | sed 's/\([^.\@]*\).*/\1/'`" python2.7-2.7.18/debian/locale-gen-15- echo -n ".$charset" python2.7-2.7.18/debian/locale-gen:16: echo -n `echo $locale | sed 's/\([^\@]*\)\(\@.*\)*/\2/'` python2.7-2.7.18/debian/locale-gen-17- echo -n '...' ############################################## python2.7-2.7.18/debian/locale-gen-20- else python2.7-2.7.18/debian/locale-gen:21: input=`echo $locale | sed 's/\([^.]*\)[^@]*\(.*\)/\1\2/'` python2.7-2.7.18/debian/locale-gen-22- fi ############################################## python2.7-2.7.18/debian/rules-726- for f in debian/*.in; do \ python2.7-2.7.18/debian/rules:727: f2=`echo $$f | sed "s,PVER,$(PVER),g;s/@VER@/$(VER)/g;s,\.in$$,,"`; \ python2.7-2.7.18/debian/rules-728- if [ $$f2 != debian/control ] && [ $$f2 != debian/source.lintian-overrides ]; then \ ############################################## python2.7-2.7.18/debian/rules-737- for f in debian/*.in; do \ python2.7-2.7.18/debian/rules:738: f2=`echo $$f | sed "s,PVER,$(PVER),g;s/@VER@/$(VER)/g;s,\.in$$,,"`; \ python2.7-2.7.18/debian/rules-739- if [ $$f2 != debian/control ]; then \