Home
last modified time | relevance | path

Searched defs:System (Results 1 – 18 of 18) sorted by relevance

/minix3/minix/tests/
H A Dtest22.c16 #define System(cmd) if (system(cmd) != 0) printf("``%s'' failed\n", cmd) macro
H A Dtest23.c19 #define System(cmd) if (system(cmd) != 0) printf("``%s'' failed\n", cmd) macro
H A Dtest29.c32 #define System(cmd) if (system(cmd) != 0) printf("``%s'' failed\n", cmd) macro
H A Dtest26.c20 #define System(cmd) if (system(cmd) != 0) printf("``%s'' failed\n", cmd) macro
H A Dtest20.c28 #define System(cmd) if (system(cmd) != 0) printf("``%s'' failed\n", cmd) macro
H A Dtest36.c20 #define System(cmd) if (system(cmd) != 0) printf("``%s'' failed\n", cmd) macro
H A Dtest27.c21 #define System(cmd) if (system(cmd) != 0) printf("``%s'' failed\n", cmd) macro
H A Dtest31.c21 #define System(cmd) if (system(cmd) != 0) printf("``%s'' failed\n", cmd) macro
H A Dtest30.c28 #define System(cmd) if (system(cmd) != 0) printf("``%s'' failed\n", cmd) macro
H A Dtest33.c20 #define System(cmd) if (system_p(cmd) != 0) printf("``%s'' failed\n", cmd) macro
H A Dtest28.c31 #define System(cmd) if (system(cmd) != 0) printf("``%s'' failed\n", cmd) macro
H A Dtest32.c20 #define System(cmd) if (system(cmd) != 0) printf("``%s'' failed\n", cmd) macro
H A Dtest38.c27 #define System(cmd) if (system(cmd) != 0) printf("``%s'' failed\n", cmd) macro
H A Dtest25.c25 #define System(cmd) if (system(cmd) != 0) printf("``%s'' failed\n", cmd) macro
H A Dtest24.c30 #define System(cmd) if (system(cmd) != 0) printf("``%s'' failed\n", cmd) macro
H A Dtest35.c24 #define System(cmd) if (system(cmd) != 0) printf("``%s'' failed\n", cmd) macro
H A Dtest34.c33 #define System(cmd) if (system(cmd) != 0) printf("``%s'' failed\n", cmd) macro
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearchOptions.h32 System, ///< Like Angled, but marks system directories. enumerator