Home
last modified time | relevance | path

Searched refs:sys (Results 1 – 25 of 124) sorted by relevance

12345

/aoo41x/main/pyuno/demo/
H A Dooextract.py22 import getopt,sys
40 sys.stdout.write( seq.value )
51 opts, args = getopt.getopt(sys.argv[1:], "hc:",["help", "connection-string=" , "html"])
58 sys.exit()
67 sys.exit()
94 sys.stderr.write( "Error during conversion: " + e.Message + "\n" )
97sys.stderr.write( "Error ("+repr(e.__class__)+") during conversion:" + e.Message + "\n" )
103 sys.stderr.write( "Error ("+repr(e.__class__)+") :" + e.Message + "\n" )
106 sys.stderr.write( str(e) + "\n" )
110 sys.exit(retVal)
[all …]
/aoo41x/ext_libraries/apr/
H A Dapr-1.5.2-darwin19.6.patch14 #include <sys/types.h>
22 #include <sys/types.h>
38 #include <sys/types.h>
53 #include <sys/types.h>
54 #include <sys/uio.h>
60 #include <sys/types.h>
61 #include <sys/time.h>
62 #include <sys/resource.h>
69 #include <sys/types.h>
81 #include <sys/types.h>
[all …]
/aoo41x/main/solenv/bin/
H A Dpchdelta.py47 import sys
129 if len(sys.argv) < 3:
130 print("Usage: " + sys.argv[0] + " <pch_target> <dir1> [<dir2> <dir3> ...]")
131 sys.exit(1)
133 pchname = os.path.abspath(sys.argv[1])
134 dirlist = sys.argv[2:]
143 sys.exit(0)
162 sys.exit(0)
H A Dpackmodule22 import os, os.path, sys, zipfile
41 sys.exit(2)
56 main(sys.argv)
/aoo41x/main/ucb/source/ucp/ftp/
H A Dtest.py41 import sys
42 if len(sys.argv) == 2:
43 find(sys.argv[1])
44 elif len(sys.argv) == 2:
45 find(sys.argv[2],sys.argv[1])
/aoo41x/main/
H A Daclocal.m4256 [am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[[:3]])"`])
271 [am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`])
292 …am_cv_python_pythondir=`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(…
330 …am_cv_python_pyexecdir=`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(…
364 # This test uses sys.hexversion instead of the string equivalent (first
365 # word of sys.version), in order to cope with versions such as 2.2c1.
368 [prog="import sys
376 sys.exit(sys.hexversion < minverhex)"
/aoo41x/main/pyuno/source/loader/
H A Dpythonloader.py23 import sys
47 if 1 == os.access( encfile( path ), os.F_OK) and not path in sys.path:
50 sys.path.append( path )
53 if 1 == os.access( encfile( path ), os.F_OK) and not path in sys.path:
56 sys.path.append( path )
59 return uni.encode( sys.getfilesystemencoding())
/aoo41x/main/l10ntools/scripts/tool/
H A Dl10ntool.py26 import sys
127 sys.exit(-1)
177 sys.exit(-1)
185 sys.exit(-1)
195 sys.exit( -1 )
205 sys.exit(-1)
H A Dxtxex.py24 import sys
50 sys.exit(-1)
66 sys.exit(-1)
H A Dxhtex.py24 import sys
73 sys.exit(-1)
98 sys.exit(-1)
H A Dconst.py30 import sys
31 sys.modules[__name__] = _const()
/aoo41x/main/toolkit/src2xml/source/
H A Dglobals.py22 import sys
28 sys.stderr.write (msg)
30 sys.exit (exit)
33 sys.stderr.write(msg)
H A Dsrclexer.py22 import sys, os.path
87 sys.stderr.write(chars)
89 sys.stdout.write(chars)
356 sys.exit(0)
H A Dsrcparser.py22 import sys
168 sys.exit(1)
222 sys.exit(0)
/aoo41x/main/scripting/source/pyprov/
H A Dpythonscript.py25 import sys
59 return uni.encode( sys.getfilesystemencoding())
62 (excType,excInstance,excTraceback) = sys.exc_info()
76 ret = sys.stdout
166 if( hasattr(sys , "dllhandle") ):
251 if 1 == os.access( encfile(path), os.F_OK) and not path in sys.path:
253 sys.path.append( path )
257 if 1 == os.access( encfile(path), os.F_OK) and not path in sys.path:
259 sys.path.append( path )
550 sys.getdefaultencoding())) )
/aoo41x/ext_libraries/hunspell/
H A Dhunspell-1.3.3-overflow.patch32 #include <sys/types.h>
33 #include <sys/stat.h>
66 #include <sys/types.h>
67 #include <sys/stat.h>
/aoo41x/main/external/prj/
H A Dd.lst5 mkdir: %_DEST%\inc%_EXT%\external\mingw\include\sys
9 ..\%__SRC%\misc\mingw\include\sys\*.h %_DEST%\inc%_EXT%\external\mingw\include\sys\*
/aoo41x/main/solenv/inc/
H A Dos2.mk278 LINKFLAGSAPPGUI=sys os2v2 pm
279 LINKFLAGSSHLGUI=sys os2v2 dll INITINSTANCE TERMINSTANCE
280 LINKFLAGSAPPCUI=sys os2v2
281 LINKFLAGSSHLCUI=sys os2v2 dll
/aoo41x/main/sc/workben/celltrans/
H A Dparse.py23 import sys
137 sys.stdout.write(chr(item))
200 parser = Parser(sys.argv)
/aoo41x/main/filter/source/config/tools/merge/
H A DpyAltFCFGMerge12 import sys, string, os.path
293 sys.exit(-1)
299 sys.exit(0)
595 run(sys.argv)
/aoo41x/ext_libraries/coinmp/
H A Dcoinmp-1.6.0-os2.patch15 #include <sys/time.h>
19 +#include <sys/types.h>
21 #include <sys/resource.h>
/aoo41x/main/external/mingwheaders/
H A Dmakefile.mk43 SYS_INCLUDE_DIR=$(MINGW_INCLUDE_DIR)$/sys/
166 $(MKDIRHIER) $(MISC)$/mingw$/include/sys
169 $(COPY) $(FILES_TO_COPY_FROM_SYS:^$(SYS_INCLUDE_DIR)) $(MISC)$/mingw$/include$/sys
/aoo41x/main/redland/raptor/
H A Draptor2-2.0.15.patch.win32164 /* Define to 1 if you have the <sys/param.h> header file. */
168 /* Define to 1 if you have the <sys/stat.h> header file. */
172 /* Define to 1 if you have the <sys/time.h> header file. */
176 /* Define to 1 if you have the <sys/types.h> header file. */
417 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
/aoo41x/main/testtools/source/bridgetest/pyuno/
H A Dmain.py28 import sys
36 runner = unittest.TextTestRunner(sys.stderr,1,2)
/aoo41x/main/redland/redland/
H A Dredland-1.0.17.patch.win32280 /* Define to 1 if you have the <sys/dl.h> header file. */
284 /* Define to 1 if you have the <sys/stat.h> header file. */
288 /* Define to 1 if you have the <sys/time.h> header file. */
292 /* Define to 1 if you have the <sys/types.h> header file. */
482 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */

Completed in 92 milliseconds

12345