Searched refs:childerr (Results 1 – 3 of 3) sorted by relevance
757 goto childerr; in main()764 goto childerr; in main()768 if ((uid_t)setfsuid(uid) != 0) goto childerr; in main()771 if (! resolved_path) goto childerr; in main()774 goto childerr; in main()776 goto childerr; in main()780 &st_homedir) != 0) goto childerr; in main()782 &st_tmpdir_r) != 0) goto childerr; in main()784 if (drop_privs(uid) != 0) goto childerr; in main()790 goto childerr; in main()[all …]
70 self.childerr = os.fdopen(errout, 'r', bufsize)72 self.childerr = None117 childerr = None variable in Popen4189 return inst.fromchild, inst.tochild, inst.childerr
126 .. attribute:: Popen3.childerr