HomeSort by relevance Sort by last modified time
    Searched refs:use_stdout (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Tools/ssl/
make_ssl_data.py 36 use_stdout = outfile == '-'
37 f = sys.stdout if use_stdout else open(outfile, "w")
86 if not use_stdout:
  /external/curl/lib/
cookie.c 1329 bool use_stdout=FALSE; local
    [all...]

Completed in 897 milliseconds