Home | History | Annotate | Download | only in trivial

Lines Matching defs:cmd

104         char cmd[512];
114 snprintf(cmd, sizeof(cmd), "cpp -P -nostdinc -undef %s > %s",
118 p = popen(cmd, "w");