Searched defs:System (Results 1 – 18 of 18) sorted by relevance
/minix3/minix/tests/ |
H A D | test22.c | 16 #define System(cmd) if (system(cmd) != 0) printf("``%s'' failed\n", cmd) macro
|
H A D | test23.c | 19 #define System(cmd) if (system(cmd) != 0) printf("``%s'' failed\n", cmd) macro
|
H A D | test29.c | 32 #define System(cmd) if (system(cmd) != 0) printf("``%s'' failed\n", cmd) macro
|
H A D | test26.c | 20 #define System(cmd) if (system(cmd) != 0) printf("``%s'' failed\n", cmd) macro
|
H A D | test20.c | 28 #define System(cmd) if (system(cmd) != 0) printf("``%s'' failed\n", cmd) macro
|
H A D | test36.c | 20 #define System(cmd) if (system(cmd) != 0) printf("``%s'' failed\n", cmd) macro
|
H A D | test27.c | 21 #define System(cmd) if (system(cmd) != 0) printf("``%s'' failed\n", cmd) macro
|
H A D | test31.c | 21 #define System(cmd) if (system(cmd) != 0) printf("``%s'' failed\n", cmd) macro
|
H A D | test30.c | 28 #define System(cmd) if (system(cmd) != 0) printf("``%s'' failed\n", cmd) macro
|
H A D | test33.c | 20 #define System(cmd) if (system_p(cmd) != 0) printf("``%s'' failed\n", cmd) macro
|
H A D | test28.c | 31 #define System(cmd) if (system(cmd) != 0) printf("``%s'' failed\n", cmd) macro
|
H A D | test32.c | 20 #define System(cmd) if (system(cmd) != 0) printf("``%s'' failed\n", cmd) macro
|
H A D | test38.c | 27 #define System(cmd) if (system(cmd) != 0) printf("``%s'' failed\n", cmd) macro
|
H A D | test25.c | 25 #define System(cmd) if (system(cmd) != 0) printf("``%s'' failed\n", cmd) macro
|
H A D | test24.c | 30 #define System(cmd) if (system(cmd) != 0) printf("``%s'' failed\n", cmd) macro
|
H A D | test35.c | 24 #define System(cmd) if (system(cmd) != 0) printf("``%s'' failed\n", cmd) macro
|
H A D | test34.c | 33 #define System(cmd) if (system(cmd) != 0) printf("``%s'' failed\n", cmd) macro
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/ |
H A D | HeaderSearchOptions.h | 32 System, ///< Like Angled, but marks system directories. enumerator
|