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

/illumos-gate/usr/src/cmd/sgs/ld/common/
H A Dld.c611 char *execstr; local
632 execstr = strdup(*str + MSG_LD_ALTEXEC_SIZE);
633 if (*execstr == '\0')
644 argv[0] = execstr;
649 (void) execve(execstr, argv, envp);
655 eprintf(0, ERR_FATAL, MSG_INTL(MSG_SYS_EXEC), execstr,

Completed in 58 milliseconds