Home
last modified time | relevance | path

Searched refs:command (Results 1 – 2 of 2) sorted by relevance

/stdlib/
A Disomac.c247 char line[BUFSIZ], *command; in get_null_defines() local
265 if (command == NULL) in get_null_defines()
271 sprintf (command, fmt, "/dev/null", CC, INC, CC, macrofile); in get_null_defines()
273 if (system (command)) in get_null_defines()
276 free (command); in get_null_defines()
279 free (command); in get_null_defines()
349 char line[BUFSIZ], *command; in check_header() local
356 if (command == NULL) in check_header()
363 sprintf (command, fmt, file_name, CC, INC, CC, macrofile); in check_header()
365 if (system (command)) in check_header()
[all …]
A Dtst-system.c45 const char *command; member
59 ret = system (args->command); in call_system()

Completed in 5 milliseconds