Searched refs:subproc_System (Results 1 – 3 of 3) sorted by relevance
42 extern uint8_t subproc_System(run_t* run, const char* const argv[]);
377 if (subproc_System(run, argv) != 0) { in input_prepareExternalFile()409 if (subproc_System(run, argv) != 0) { in input_postProcessFile()
393 uint8_t subproc_System(run_t* run, const char* const argv[]) { in subproc_System() function