Home
last modified time | relevance | path

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

/support/
A Dtest-container.c715 char *command_base; in main() local
828 command_base = xstrdup (command_root); in main()
829 command_base[strlen (command_base) - 5] = 0; in main()
832 command_basename = strrchr (command_base, '/'); in main()
834 command_basename = command_base; in main()
884 fname = concat (command_base, ".script", NULL); in main()

Completed in 6 milliseconds