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

/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Ddosys.cc151 int argv_index = 0; local
175 argv[argv_index++] = (char *)"nice";
177 argv[argv_index++] = strdup(nice_prio_buf);
179 argv[argv_index++] = shellname;
180 argv[argv_index++] = (char*)(ignore_error ? "-c" : "-ce");
184 cmd_argv_index = argv_index;
185 argv[argv_index++] = strdup(tmp_mbs_buffer);
189 cmd_argv_index = argv_index;
190 argv[argv_index++] = strdup(mbs_buffer);
192 argv[argv_index]
[all...]
/illumos-gate/usr/src/cmd/bart/
H A Dcreate.c687 static int argv_index = -1; local
695 * Also, if reading from argv, setup the index, "argv_index"
697 if (argv_index == -1) {
698 argv_index = 0;
712 cp = argv[argv_index++];
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c862 int argv_index; local
892 argv_index = 1;
894 argv[argv_index++] = "-o";
895 argv[argv_index++] = o_option_arg;
902 argv[argv_index++] = df_options;
913 argv[argv_index++] = (dfrp->dfr_cmd_arg == NULL)
919 for (i = 0; i < argv_index-1; i++)

Completed in 50 milliseconds