Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Ddosys.cc152 int argv_index = 0; in doshell() local
176 argv[argv_index++] = (char *)"nice"; in doshell()
178 argv[argv_index++] = strdup(nice_prio_buf); in doshell()
180 argv[argv_index++] = shellname; in doshell()
181 argv[argv_index++] = (char*)(ignore_error ? "-c" : "-ce"); in doshell()
185 cmd_argv_index = argv_index; in doshell()
186 argv[argv_index++] = strdup(tmp_mbs_buffer); in doshell()
190 cmd_argv_index = argv_index; in doshell()
191 argv[argv_index++] = strdup(mbs_buffer); in doshell()
193 argv[argv_index] = NULL; in doshell()
/illumos-gate/usr/src/cmd/bart/
H A Dcreate.c687 static int argv_index = -1; in read_filelist() local
697 if (argv_index == -1) { in read_filelist()
698 argv_index = 0; in read_filelist()
712 cp = argv[argv_index++]; in read_filelist()
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c867 int argv_index; in run_fs_specific_df() local
897 argv_index = 1; in run_fs_specific_df()
899 argv[argv_index++] = "-o"; in run_fs_specific_df()
900 argv[argv_index++] = o_option_arg; in run_fs_specific_df()
907 argv[argv_index++] = df_options; in run_fs_specific_df()
918 argv[argv_index++] = (dfrp->dfr_cmd_arg == NULL) in run_fs_specific_df()
924 for (i = 0; i < argv_index-1; i++) in run_fs_specific_df()