Lines Matching +refs:val +refs:resource
73 import re, resource, select, shutil, signal, string, struct, sys, tempfile
363 except getopt.error, val:
369 for opt,val in optlist :
373 fileNamesFile = val
375 results = val
1380 # Set resource limit for number of open files as high as possible.
1383 (nofile_soft, nofile_hard) = resource.getrlimit(resource.RLIMIT_NOFILE)
1385 resource.setrlimit(resource.RLIMIT_NOFILE,
1388 error("cannot set resource limits for number of open files")