Home
last modified time | relevance | path

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

/glibc-2.36/support/
Dtest-container.c753 char *so_base; in main() local
880 so_base = xstrdup (argv[1]); in main()
881 if (strrchr (so_base, '/') != NULL) in main()
882 strrchr (so_base, '/')[1] = 0; in main() local
988 the_words[1] = concat (so_base, the_words[1], NULL); in main()