child_process     398 archive-tar.c  	struct child_process filter = CHILD_PROCESS_INIT;
child_process     184 builtin/add.c  	struct child_process child = CHILD_PROCESS_INIT;
child_process     533 builtin/am.c   	struct child_process cp = CHILD_PROCESS_INIT;
child_process     731 builtin/am.c   	struct child_process cp = CHILD_PROCESS_INIT;
child_process    1261 builtin/am.c   	struct child_process cp = CHILD_PROCESS_INIT;
child_process    1536 builtin/am.c   	struct child_process cp = CHILD_PROCESS_INIT;
child_process    1578 builtin/am.c   	struct child_process cp = CHILD_PROCESS_INIT;
child_process    1602 builtin/am.c   	struct child_process cp = CHILD_PROCESS_INIT;
child_process    1816 builtin/am.c   			struct child_process cp = CHILD_PROCESS_INIT;
child_process    1519 builtin/commit.c 	struct child_process proc = CHILD_PROCESS_INIT;
child_process      48 builtin/fetch-pack.c 	struct child_process *conn;
child_process      82 builtin/help.c 	struct child_process ec_process = CHILD_PROCESS_INIT;
child_process     242 builtin/merge.c 	struct child_process cp = CHILD_PROCESS_INIT;
child_process     136 builtin/notes.c 	struct child_process show = CHILD_PROCESS_INIT;
child_process     691 builtin/pull.c 	struct child_process cp = CHILD_PROCESS_INIT;
child_process     489 builtin/receive-pack.c static void prepare_push_cert_sha1(struct child_process *proc)
child_process     551 builtin/receive-pack.c 	struct child_process proc = CHILD_PROCESS_INIT;
child_process     652 builtin/receive-pack.c 	struct child_process proc = CHILD_PROCESS_INIT;
child_process     802 builtin/receive-pack.c 	struct child_process child = CHILD_PROCESS_INIT;
child_process    1033 builtin/receive-pack.c 	struct child_process proc = CHILD_PROCESS_INIT;
child_process    1487 builtin/receive-pack.c 	struct child_process child = CHILD_PROCESS_INIT;
child_process     180 builtin/remote-ext.c 	struct child_process child = CHILD_PROCESS_INIT;
child_process     136 builtin/repack.c 	struct child_process cmd = CHILD_PROCESS_INIT;
child_process     203 builtin/replace.c 	struct child_process cmd = CHILD_PROCESS_INIT;
child_process     240 builtin/replace.c 		struct child_process cmd = CHILD_PROCESS_INIT;
child_process     133 builtin/send-pack.c 	struct child_process *conn;
child_process      78 builtin/upload-archive.c 	struct child_process writer = { argv };
child_process      11 builtin/verify-pack.c 	struct child_process index_pack = CHILD_PROCESS_INIT;
child_process     191 builtin/worktree.c 	struct child_process cp;
child_process     346 builtin/worktree.c 		struct child_process cp;
child_process     242 bundle.c       	struct child_process pack_objects = CHILD_PROCESS_INIT;
child_process     272 bundle.c       	struct child_process rls = CHILD_PROCESS_INIT;
child_process     468 bundle.c       	struct child_process ip = CHILD_PROCESS_INIT;
child_process     368 column.c       static struct child_process column_process = CHILD_PROCESS_INIT;
child_process     547 connect.c      static struct child_process *git_proxy_connect(int fd[2], char *host)
child_process     550 connect.c      	struct child_process *proxy;
child_process     653 connect.c      static struct child_process no_fork = CHILD_PROCESS_INIT;
child_process     666 connect.c      struct child_process *git_connect(int fd[2], const char *url,
child_process     670 connect.c      	struct child_process *conn = &no_fork;
child_process     809 connect.c      int git_connection_is_socket(struct child_process *conn)
child_process     814 connect.c      int finish_connect(struct child_process *conn)
child_process       6 connect.h      extern struct child_process *git_connect(int fd[2], const char *url, const char *prog, int flags);
child_process       7 connect.h      extern int finish_connect(struct child_process *conn);
child_process       8 connect.h      extern int git_connection_is_socket(struct child_process *conn);
child_process      28 connected.c    	struct child_process rev_list = CHILD_PROCESS_INIT;
child_process     325 convert.c      	struct child_process child_process = CHILD_PROCESS_INIT;
child_process     348 convert.c      	child_process.argv = argv;
child_process     349 convert.c      	child_process.use_shell = 1;
child_process     350 convert.c      	child_process.in = -1;
child_process     351 convert.c      	child_process.out = out;
child_process     353 convert.c      	if (start_command(&child_process))
child_process     359 convert.c      		write_err = (write_in_full(child_process.in,
child_process     364 convert.c      		write_err = copy_fd(params->fd, child_process.in);
child_process     369 convert.c      	if (close(child_process.in))
child_process     376 convert.c      	status = finish_command(&child_process);
child_process      40 credential-cache.c 	struct child_process daemon = CHILD_PROCESS_INIT;
child_process     210 credential.c   	struct child_process helper = CHILD_PROCESS_INIT;
child_process     294 daemon.c       	struct child_process child = CHILD_PROCESS_INIT;
child_process     438 daemon.c       	struct child_process cld = CHILD_PROCESS_INIT;
child_process     750 daemon.c       	struct child_process cld;
child_process     754 daemon.c       static void add_child(struct child_process *cld, struct sockaddr *addr, socklen_t addrlen)
child_process     814 daemon.c       	struct child_process cld = CHILD_PROCESS_INIT;
child_process    5047 diff.c         	struct child_process child = CHILD_PROCESS_INIT;
child_process      41 editor.c       		struct child_process p = CHILD_PROCESS_INIT;
child_process     689 fetch-pack.c   	struct child_process cmd = CHILD_PROCESS_INIT;
child_process    1036 fetch-pack.c   		       int fd[], struct child_process *conn,
child_process      36 fetch-pack.h   		       int fd[], struct child_process *conn,
child_process     152 gpg-interface.c 	struct child_process gpg = CHILD_PROCESS_INIT;
child_process     212 gpg-interface.c 	struct child_process gpg = CHILD_PROCESS_INIT;
child_process     388 http-backend.c 	struct child_process cld = CHILD_PROCESS_INIT;
child_process    1532 http.c         	struct child_process ip = CHILD_PROCESS_INIT;
child_process     948 imap-send.c    		struct child_process tunnel = CHILD_PROCESS_INIT;
child_process      15 pager.c        static struct child_process pager_process = CHILD_PROCESS_INIT;
child_process       9 prompt.c       	struct child_process pass = CHILD_PROCESS_INIT;
child_process     638 remote-curl.c  	struct child_process client = CHILD_PROCESS_INIT;
child_process     179 remote-testsvn.c 	struct child_process svndump_proc = CHILD_PROCESS_INIT;
child_process       7 run-command.c  void child_process_init(struct child_process *child)
child_process      14 run-command.c  void child_process_clear(struct child_process *child)
child_process     275 run-command.c  int start_command(struct child_process *cmd)
child_process     544 run-command.c  int finish_command(struct child_process *cmd)
child_process     551 run-command.c  int finish_command_in_signal(struct child_process *cmd)
child_process     557 run-command.c  int run_command(struct child_process *cmd)
child_process     577 run-command.c  	struct child_process cmd = CHILD_PROCESS_INIT;
child_process     810 run-command.c  	struct child_process hook = CHILD_PROCESS_INIT;
child_process     839 run-command.c  int capture_command(struct child_process *cmd, struct strbuf *buf, size_t hint)
child_process      49 run-command.h  void child_process_init(struct child_process *);
child_process      50 run-command.h  void child_process_clear(struct child_process *);
child_process      52 run-command.h  int start_command(struct child_process *);
child_process      53 run-command.h  int finish_command(struct child_process *);
child_process      54 run-command.h  int finish_command_in_signal(struct child_process *);
child_process      55 run-command.h  int run_command(struct child_process *);
child_process      92 run-command.h  int capture_command(struct child_process *cmd, struct strbuf *buf, size_t hint);
child_process      75 send-pack.c    	struct child_process po = CHILD_PROCESS_INIT;
child_process     357 send-pack.c    	      int fd[], struct child_process *conn,
child_process      31 send-pack.h    	      int fd[], struct child_process *conn,
child_process     359 submodule.c    		struct child_process cp = CHILD_PROCESS_INIT;
child_process     449 submodule.c    		struct child_process cp = CHILD_PROCESS_INIT;
child_process     493 submodule.c    		struct child_process cp = CHILD_PROCESS_INIT;
child_process     616 submodule.c    	struct child_process cp = CHILD_PROCESS_INIT;
child_process     715 submodule.c    	struct child_process cp = CHILD_PROCESS_INIT;
child_process     782 submodule.c    	struct child_process cp = CHILD_PROCESS_INIT;
child_process     819 submodule.c    	struct child_process cp = CHILD_PROCESS_INIT;
child_process      18 test-run-command.c 	struct child_process proc = CHILD_PROCESS_INIT;
child_process       6 test-subprocess.c 	struct child_process cp = CHILD_PROCESS_INIT;
child_process     221 trailer.c      	struct child_process cp = CHILD_PROCESS_INIT;
child_process      19 transport-helper.c 	struct child_process *helper;
child_process     102 transport-helper.c static struct child_process *get_helper(struct transport *transport)
child_process     106 transport-helper.c 	struct child_process *helper;
child_process     380 transport-helper.c static int get_importer(struct transport *transport, struct child_process *fastimport)
child_process     382 transport-helper.c 	struct child_process *helper = get_helper(transport);
child_process     401 transport-helper.c 			struct child_process *fastexport,
child_process     405 transport-helper.c 	struct child_process *helper = get_helper(transport);
child_process     432 transport-helper.c 	struct child_process fastimport;
child_process     506 transport-helper.c 	struct child_process *helper;
child_process     861 transport-helper.c 	struct child_process *helper, exporter;
child_process     982 transport-helper.c 	struct child_process *helper;
child_process     205 transport.c    	struct child_process rsync = CHILD_PROCESS_INIT;
child_process     266 transport.c    	struct child_process rsync = CHILD_PROCESS_INIT;
child_process     327 transport.c    	struct child_process rsync = CHILD_PROCESS_INIT;
child_process     441 transport.c    	struct child_process *conn;
child_process     878 transport.c    			 struct child_process *child)
child_process    1110 transport.c    	struct child_process proc = CHILD_PROCESS_INIT;
child_process     209 transport.h    			 struct child_process *child);
child_process      87 upload-pack.c  	struct child_process pack_objects = CHILD_PROCESS_INIT;
child_process     459 upload-pack.c  	static struct child_process cmd = CHILD_PROCESS_INIT;
child_process     729 wt-status.c    	struct child_process sm_summary = CHILD_PROCESS_INIT;