Home
last modified time | relevance | path

Searched refs:n_pissed_on (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrortouch.c42 static void execvarg(int n_pissed_on, int *r_argc, char ***r_argv);
229 int n_pissed_on; /* # of file touched */ in touchfiles() local
257 n_pissed_on = 0; in touchfiles()
260 n_pissed_on++; in touchfiles()
266 execvarg(n_pissed_on, r_edargc, r_edargv); in touchfiles()
473 execvarg(int n_pissed_on, int *r_argc, char ***r_argv) in execvarg() argument
479 (*r_argv) = Calloc(n_pissed_on + 3, sizeof (char *)); in execvarg()
480 (*r_argc) = n_pissed_on + 2; in execvarg()
482 n_pissed_on = 2; in execvarg()
496 (*r_argv)[n_pissed_on++] = p->error_text[0]; in execvarg()
[all …]