Home
last modified time | relevance | path

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

/elf/
A Dtst-auxv.c30 const char *execfn = (const char *) getauxval (AT_NULL); in do_test() local
39 if (execfn != NULL) in do_test()
46 execfn = (const char *) getauxval (AT_EXECFN); in do_test()
48 if (execfn == NULL) in do_test()
60 if (strcmp (argv[0], execfn) != 0) in do_test()
62 printf ("Mismatch: argv[0]: %s vs. AT_EXECFN: %s\n", argv[0], execfn); in do_test()

Completed in 3 milliseconds