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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DcsfindNX.c567 char **cpp, **execInfo; local
569 execInfo = (char **) value;
570 for(cpp = execInfo, i = 1; *cpp != NULL; i++, cpp++); /* count */
573 for(cpp = gXDPSNXExecArgs; *execInfo != NULL;
574 execInfo++, cpp++) {
576 if ((*cpp = Xmalloc(strlen(*execInfo) + 1)) == NULL)
578 *cpp = strcpy(*cpp, *execInfo);

Completed in 20 milliseconds