Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/
H A Dserver.h68 char* run_shell( const char* pzCmd );
H A Dserver.c243 run_shell (const char* pz_cmd) in run_shell() function
H A Dfixincl.c192 exit (strcmp (run_shell (zBuf), program_id)); in do_version()
557 pz_res = run_shell (cmd_buf); in test_test()
/netbsd-src/external/gpl3/gcc/dist/fixincludes/
H A Dserver.h68 char* run_shell( const char* pzCmd );
H A Dserver.c243 run_shell (const char* pz_cmd) in run_shell() function
H A Dfixincl.c192 exit (strcmp (run_shell (zBuf), program_id)); in do_version()
557 pz_res = run_shell (cmd_buf); in test_test()
H A DChangeLog1216 * server.c (run_shell): Quote directory name passed to cd.
1758 (run_shell): Use XCNEW (char) in lieu of xcalloc (1, 1).
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200023480 (run_shell): Use it.
28876 (run_shell): If load_data returns NULL, retry the command once, in
H A DChangeLog-199914839 * fixinc/server.c (run_shell): Don't \-escape cd, it breaks the
H A DChangeLog-200127784 * fixinc/server.c (load_data, run_shell): Use xmalloc, xrealloc &