Searched refs:rexec_argc (Results 1 – 1 of 1) sorted by relevance
173 static int rexec_argc = 0; variable1513 rexec_argc = ac;1950 if (rexec_argc < 0)1951 fatal("rexec_argc %d < 0", rexec_argc);1952 rexec_argv = xcalloc(rexec_argc + 2, sizeof(char *));1953 for (i = 0; i < (u_int)rexec_argc; i++) {1957 rexec_argv[rexec_argc] = "-R";1958 rexec_argv[rexec_argc + 1] = NULL;