Searched refs:proc (Results 1 – 6 of 6) sorted by relevance
9 with subprocess.Popen(sys.argv[1:], stdout=subprocess.PIPE, stderr=subprocess.DEVNULL) as proc:11 status = proc.poll()14 c = proc.stdout.read(1)16 c = proc.stdout.readline().decode('utf-8')20 proc.send_signal(1)
63 xdrproc_t proc) in xdr_reference() argument89 stat = (*proc) (xdrs, loc, LASTUNSIGNED); in xdr_reference()
67 xdr_free (xdrproc_t proc, in xdr_free() argument73 (*proc) (&x, objp); in xdr_free()737 for (; choices->proc != NULL_xdrproc_t; choices++) in xdr_union()740 return ((*(choices->proc)) (xdrs, unp, LASTUNSIGNED)); in xdr_union()
82 .align 4; .globl SYM(x); .proc 1; SYM(x):; .data; .align 4; 1: .long 0; \87 .align 4; .globl SYM(x); .proc 1; SYM(x):
250 xdrproc_t proc; member
25743 Replace error proc calls with perror calls.26282 platform specific proc's for dealing with compiler, linker