Home
last modified time | relevance | path

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

/stdlib/
A Disomac.c186 char *CC; variable
201 CC = argc > 1 ? argv[1] : "gcc"; in main()
262 command = malloc (sizeof fmt + sizeof "/dev/null" + 2 * strlen (CC) in get_null_defines()
271 sprintf (command, fmt, "/dev/null", CC, INC, CC, macrofile); in get_null_defines()
353 command = malloc (sizeof fmt + strlen (file_name) + 2 * strlen (CC) in check_header()
363 sprintf (command, fmt, file_name, CC, INC, CC, macrofile); in check_header()

Completed in 5 milliseconds