Home
last modified time | relevance | path

Searched refs:system_with_shell (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/
H A Dfixlib.h278 int system_with_shell ( char* s );
283 #define system_with_shell system macro
H A Dfixincl.c194 exit (system_with_shell (zBuf)); in do_version()
592 res = system_with_shell (cmd_buf); in test_test()
1043 system_with_shell (pz_cmd); in fix_with_system()
H A Dfixlib.c322 system_with_shell (char* s) in system_with_shell() function
/netbsd-src/external/gpl3/gcc/dist/fixincludes/
H A Dfixlib.h278 int system_with_shell ( char* s );
283 #define system_with_shell system macro
H A Dfixincl.c194 exit (system_with_shell (zBuf)); in do_version()
592 res = system_with_shell (cmd_buf); in test_test()
1043 system_with_shell (pz_cmd); in fix_with_system()
H A Dfixlib.c322 system_with_shell (char* s) in system_with_shell() function
H A DChangeLog368 * fixincl.c: Use system_with_shell, fixes for MinGW and DJGPP
369 * fixlib.c, fixlib.h: Added system_with_shell and fix_path_separators