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

/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dcount.cc47 char **narglist = (char **) calloc (nargs, sizeof (char *)); local
48 arglist = narglist;
202 arglist = narglist;
207 if (narglist[ret] == NULL)
211 sb.append (narglist[ret]);
225 // (void) execve( *narglist, narglist, origenvp);
226 (void) execvp (*narglist, narglist);
233 dbe_write (2, GTXT ("execve of %s failed: errno = %d\n"), narglist[
[all...]

Completed in 164 milliseconds