Lines Matching refs:cpp
215 char **cpp = stack; local
223 if (copyout(&argc, cpp++, sizeof(argc)))
227 cpp += 2;
228 if (copyout(&cpp, &stk[1], sizeof (cpp)))
231 dp = (char *)(cpp + argc + envc + 2);
235 arginfo->ps_argvstr = cpp; /* remember location of argv for later */
238 if (copyout(&dp, cpp++, sizeof(dp)) ||
242 if (copyout(&nullp, cpp++, sizeof(nullp)))
245 if (copyout(&cpp, &stk[2], sizeof (cpp)))
248 arginfo->ps_envstr = cpp; /* remember location of envp for later */
251 if (copyout(&dp, cpp++, sizeof(dp)) ||
255 if (copyout(&nullp, cpp++, sizeof(nullp)))
258 return (cpp);