Searched refs:touch_args (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/apr-32/apr/apr/build/
H A Djlibtool.c1975 const char *touch_args[3]; local
1984 touch_args[0] = "touch";
1985 touch_args[1] = cmd_data->fake_output_name;
1986 touch_args[2] = NULL;
1987 return external_spawn(cmd_data, "touch", touch_args);

Completed in 94 milliseconds