Searched defs:argsinfo (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/brand/solaris10/s10_npreload/common/
H A Ds10_npreload.c55 Dl_argsinfo_t argsinfo; local
61 if (dlinfo(RTLD_SELF, RTLD_DI_ARGSINFO, &argsinfo) == -1)
65 if ((pcomm = strrchr(argsinfo.dla_argv[0], '/')) != NULL)
68 pcomm = argsinfo.dla_argv[0];
71 (void) strlcpy(arg_buf, argsinfo.dla_argv[0], sizeof (arg_buf));
73 for (i = 1; i < argsinfo.dla_argc; i++) {
75 if (strlcat(arg_buf, argsinfo.dla_argv[i], sizeof (arg_buf))
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dglobals.c200 Dl_argsinfo argsinfo = { 0 }; /* process argument, environment and */ variable

Completed in 58 milliseconds