Home
last modified time | relevance | path

Searched refs:null_input (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/krb5/src/util/
H A Dk5test.py738 global null_input, _cmd_index, _last_cmd, _last_cmd_output, _debug
761 infile = null_input
815 global null_input, _cmd_index, _last_cmd, _last_cmd_output, _debug
831 proc = subprocess.Popen(args, stdin=null_input, stdout=subprocess.PIPE,
1458 null_input = open(os.devnull, 'r') variable