Home
last modified time | relevance | path

Searched refs:new_argc (Results 1 – 25 of 292) sorted by relevance

12345678910>>...12

/dports/devel/omniORB/omniORB-4.2.4/src/appl/omniNames/
H A DomniNames.cc119 int new_argc = 1; in main() local
188 new_argv[new_argc++] = (char*)"-ORBhelp"; in main()
204 new_argv[new_argc++] = argv[arg]; in main()
206 new_argv[new_argc++] = argv[++arg]; in main()
220 nohostname, new_argc, new_argv); in main()
226 new_argc, new_argv); in main()
265 int new_argc = 1; in omniNames() local
276 new_argv[new_argc++] = (char*)endpoint; in omniNames()
279 new_argv[new_argc++] = (char*)"1"; in omniNames()
282 new_argv[new_argc++] = argv[arg]; in omniNames()
[all …]
/dports/devel/cvs-devel/cvs-1.12.13/src/
H A Dcvsrc.c51 int new_argc; in read_cvsrc() local
119 new_argc = 1; in read_cvsrc()
131 new_argv [new_argc++] = xstrdup (optstart); in read_cvsrc()
133 if (new_argc >= max_new_argv) in read_cvsrc()
146 if (new_argc + *argc > max_new_argv) in read_cvsrc()
148 max_new_argv = new_argc + *argc; in read_cvsrc()
152 new_argv [new_argc++] = xstrdup ((*argv)[i]); in read_cvsrc()
161 old_argc = *argc = new_argc; in read_cvsrc()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dcs_addto_args.c101 int * new_argc , char *** new_argv ) in prepend_string_to_args() argument
107 if( new_argc == NULL || new_argv == NULL ) return ; /* error */ in prepend_string_to_args()
114 append_string_to_args( sin , argc , argv , new_argc , new_argv ) ; in prepend_string_to_args()
137 *new_argc = n_argc ; /* the results! */ in prepend_string_to_args()
150 int * new_argc , char *** new_argv ) in append_string_to_args() argument
156 if( new_argc == NULL || new_argv == NULL ) return ; /* error */ in append_string_to_args()
178 *new_argc = n_argc ; /* the results! */ in append_string_to_args()
189 void addto_args( int argc , char * argv[] , int * new_argc , char *** new_argv ) in addto_args() argument
197 if( new_argc == NULL || new_argv == NULL ) return ; in addto_args()
222 append_string_to_args( sin , argc-1 , argv , new_argc , new_argv ) ; /* real work */ in addto_args()
/dports/devel/swig/swig-4.0.2/Source/Modules/
H A Dswigmain.cxx137 int new_argc = *argc; in insert_option() local
142 new_argv = (char **)realloc(new_argv, (new_argc + 2) * sizeof(char *)); in insert_option()
144 new_argc++; in insert_option()
150 *argc = new_argc; in insert_option()
160 int new_argc = *argc; in merge_options_files() local
164 while (i < new_argc) { in merge_options_files()
172 new_argc--; in merge_options_files()
173 memmove(&new_argv[i], &new_argv[i + 1], sizeof(char *) * (new_argc - i)); in merge_options_files()
193 insert_option(&new_argc, &new_argv, insert, buffer, b); in merge_options_files()
204 insert_option(&new_argc, &new_argv, insert, buffer, b); in merge_options_files()
[all …]
/dports/misc/logsurfer/logsurfer-1.8/src/
H A Dexec.c77 while ( new_argc >= 0 ) {
78 if ( new_argv[new_argc] != NULL )
79 (void) free(new_argv[new_argc]);
80 new_argc--;
82 new_argc=0;
87 while ( (new_argc < 255) && ((new_argv[new_argc++]=get_word(&src)) != NULL) )
90 if ( (new_argc == 255) || (*(skip_spaces(src)) != '\0') ){
91 new_argc--;
94 if ( (new_argv[new_argc]=(char *)malloc(sizeof(char))) == NULL ){
95 new_argc--;
[all …]
/dports/textproc/scim/scim-1.4.9/src/
H A Dscim_launcher.cpp64 int new_argc = 0; in main() local
70 new_argv [new_argc ++] = argv [0]; in main()
160 new_argv [new_argc ++] = argv [i]; in main()
164 new_argv [new_argc ++] = const_cast <char *> ("-c"); in main()
165 new_argv [new_argc ++] = const_cast <char *> (config_name.c_str ()); in main()
168 for (++i; i < argc && new_argc < 40; ++i) { in main()
169 new_argv [new_argc ++] = argv [i]; in main()
172 new_argv [new_argc] = 0; in main()
206 frontend_module = new FrontEndModule (frontend_name, backend, config, new_argc, new_argv); in main()
H A Dscim_utility.cpp963 int new_argc = 0; in scim_launch() local
972 new_argv [new_argc ++] = strdup ("-c"); in scim_launch()
974 new_argv [new_argc ++] = strdup ("-e"); in scim_launch()
976 new_argv [new_argc ++] = strdup ("-f"); in scim_launch()
980 for (int i = 0; argv [i] && new_argc < 40 ; ++i, ++new_argc) in scim_launch()
984 new_argv [new_argc] = 0; in scim_launch()
1000 for (int i = 0; i < new_argc; ++i) in scim_launch()
1041 int new_argc = 0; in scim_launch_panel() local
1056 for (int i = 0; argv [i] && new_argc < 40; ++i, ++new_argc) in scim_launch_panel()
1060 new_argv [new_argc] = 0; in scim_launch_panel()
[all …]
/dports/security/klee/klee-2.2/runtime/POSIX/
H A Dklee_init_env.c89 int new_argc = 0, n_args; in klee_init_env() local
137 __add_arg(&new_argc, new_argv, __get_sym_str(max_len, sym_arg_name), in klee_init_env()
165 __add_arg(&new_argc, new_argv, __get_sym_str(max_len, sym_arg_name), in klee_init_env()
222 __add_arg(&new_argc, new_argv, argv[k++], 1024); in klee_init_env()
226 final_argv = (char **)malloc((new_argc + 1) * sizeof(*final_argv)); in klee_init_env()
228 memcpy(final_argv, new_argv, new_argc * sizeof(*final_argv)); in klee_init_env()
229 final_argv[new_argc] = 0; in klee_init_env()
231 *argcPtr = new_argc; in klee_init_env()
/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dcore-job.c145 int new_argc = 1; in stress_parse_jobfile() local
165 while (new_argc < MAX_ARGS && *ptr) { in stress_parse_jobfile()
166 new_argv[new_argc++] = ptr; in stress_parse_jobfile()
182 if (new_argc > 1) { in stress_parse_jobfile()
195 rc = stress_parse_run(jobfile, new_argc, new_argv, &flag); in stress_parse_jobfile()
207 if (stress_parse_opts(new_argc, new_argv, true) != EXIT_SUCCESS) { in stress_parse_jobfile()
/dports/security/lastpass-cli/lastpass-cli-1.3.3/
H A Dlpass.c127 int new_argc = 0; in expand_aliases() local
144 if (new_argc >= argv_alloced) { in expand_aliases()
149 new_argv[new_argc++] = xstrdup(tok); in expand_aliases()
155 new_argv[new_argc++] = xstrdup((*argv)[i]); in expand_aliases()
157 new_argv[new_argc] = 0; in expand_aliases()
159 *argc = new_argc; in expand_aliases()
/dports/devel/cvs-devel/cvs-1.12.13/windows-NT/
H A Dfilesubr.c863 int new_argc; local
869 new_argc = 0;
887 strcpy( new_argv[ new_argc++ ], "." );
925 new_argv [new_argc++] = xstrdup (argv[i]);
926 if (new_argc == max_new_argc)
941 new_argv[new_argc] =
953 new_argv[new_argc][0] = '\0';
964 strcpy (new_argv[new_argc], argv[i]);
968 new_argc++;
970 if (new_argc == max_new_argc)
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/c-family/
H A Dcppspec.c74 unsigned int new_argc; in lang_specific_driver() local
154 new_argc = argc + need_E + read_stdin + !!lang_c_here + !!lang_S_here; in lang_specific_driver()
156 if (new_argc == argc && !o_here) in lang_specific_driver()
159 new_decoded_options = XNEWVEC (struct cl_decoded_option, new_argc); in lang_specific_driver()
187 *in_decoded_options_count = new_argc; in lang_specific_driver()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/c-family/
H A Dcppspec.c74 unsigned int new_argc; in lang_specific_driver() local
154 new_argc = argc + need_E + read_stdin + !!lang_c_here + !!lang_S_here; in lang_specific_driver()
156 if (new_argc == argc && !o_here) in lang_specific_driver()
159 new_decoded_options = XNEWVEC (struct cl_decoded_option, new_argc); in lang_specific_driver()
187 *in_decoded_options_count = new_argc; in lang_specific_driver()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/c-family/
H A Dcppspec.c74 unsigned int new_argc; in lang_specific_driver() local
154 new_argc = argc + need_E + read_stdin + !!lang_c_here + !!lang_S_here; in lang_specific_driver()
156 if (new_argc == argc && !o_here) in lang_specific_driver()
159 new_decoded_options = XNEWVEC (struct cl_decoded_option, new_argc); in lang_specific_driver()
187 *in_decoded_options_count = new_argc; in lang_specific_driver()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/c-family/
H A Dcppspec.c74 unsigned int new_argc; in lang_specific_driver() local
155 new_argc = argc + need_E + read_stdin + !!lang_c_here + !!lang_S_here; in lang_specific_driver()
157 if (new_argc == argc && !o_here) in lang_specific_driver()
160 new_decoded_options = XNEWVEC (struct cl_decoded_option, new_argc); in lang_specific_driver()
188 *in_decoded_options_count = new_argc; in lang_specific_driver()
/dports/lang/gcc9/gcc-9.4.0/gcc/c-family/
H A Dcppspec.c75 unsigned int new_argc; in lang_specific_driver() local
156 new_argc = argc + need_E + read_stdin + !!lang_c_here + !!lang_S_here; in lang_specific_driver()
158 if (new_argc == argc && !o_here) in lang_specific_driver()
161 new_decoded_options = XNEWVEC (struct cl_decoded_option, new_argc); in lang_specific_driver()
189 *in_decoded_options_count = new_argc; in lang_specific_driver()
/dports/lang/gnat_util/gcc-6-20180516/gcc/c-family/
H A Dcppspec.c74 unsigned int new_argc; in lang_specific_driver() local
155 new_argc = argc + need_E + read_stdin + !!lang_c_here + !!lang_S_here; in lang_specific_driver()
157 if (new_argc == argc && !o_here) in lang_specific_driver()
160 new_decoded_options = XNEWVEC (struct cl_decoded_option, new_argc); in lang_specific_driver()
188 *in_decoded_options_count = new_argc; in lang_specific_driver()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/c-family/
H A Dcppspec.c75 unsigned int new_argc; in lang_specific_driver() local
156 new_argc = argc + need_E + read_stdin + !!lang_c_here + !!lang_S_here; in lang_specific_driver()
158 if (new_argc == argc && !o_here) in lang_specific_driver()
161 new_decoded_options = XNEWVEC (struct cl_decoded_option, new_argc); in lang_specific_driver()
189 *in_decoded_options_count = new_argc; in lang_specific_driver()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/c-family/
H A Dcppspec.c74 unsigned int new_argc; in lang_specific_driver() local
155 new_argc = argc + need_E + read_stdin + !!lang_c_here + !!lang_S_here; in lang_specific_driver()
157 if (new_argc == argc && !o_here) in lang_specific_driver()
160 new_decoded_options = XNEWVEC (struct cl_decoded_option, new_argc); in lang_specific_driver()
188 *in_decoded_options_count = new_argc; in lang_specific_driver()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/c-family/
H A Dcppspec.c74 unsigned int new_argc; in lang_specific_driver() local
155 new_argc = argc + need_E + read_stdin + !!lang_c_here + !!lang_S_here; in lang_specific_driver()
157 if (new_argc == argc && !o_here) in lang_specific_driver()
160 new_decoded_options = XNEWVEC (struct cl_decoded_option, new_argc); in lang_specific_driver()
188 *in_decoded_options_count = new_argc; in lang_specific_driver()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/c-family/
H A Dcppspec.c75 unsigned int new_argc; in lang_specific_driver() local
156 new_argc = argc + need_E + read_stdin + !!lang_c_here + !!lang_S_here; in lang_specific_driver()
158 if (new_argc == argc && !o_here) in lang_specific_driver()
161 new_decoded_options = XNEWVEC (struct cl_decoded_option, new_argc); in lang_specific_driver()
189 *in_decoded_options_count = new_argc; in lang_specific_driver()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/c-family/
H A Dcppspec.c75 unsigned int new_argc; in lang_specific_driver() local
156 new_argc = argc + need_E + read_stdin + !!lang_c_here + !!lang_S_here; in lang_specific_driver()
158 if (new_argc == argc && !o_here) in lang_specific_driver()
161 new_decoded_options = XNEWVEC (struct cl_decoded_option, new_argc); in lang_specific_driver()
189 *in_decoded_options_count = new_argc; in lang_specific_driver()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/c-family/
H A Dcppspec.c75 unsigned int new_argc; in lang_specific_driver() local
156 new_argc = argc + need_E + read_stdin + !!lang_c_here + !!lang_S_here; in lang_specific_driver()
158 if (new_argc == argc && !o_here) in lang_specific_driver()
161 new_decoded_options = XNEWVEC (struct cl_decoded_option, new_argc); in lang_specific_driver()
189 *in_decoded_options_count = new_argc; in lang_specific_driver()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dcppspec.c80 int new_argc; in lang_specific_driver() local
168 new_argc = argc + need_E + read_stdin in lang_specific_driver()
171 if (new_argc == argc) in lang_specific_driver()
175 new_argv = xmalloc ((new_argc + 1) * sizeof(char *)); in lang_specific_driver()
199 *in_argc = new_argc; in lang_specific_driver()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/c-family/
H A Dcppspec.c74 unsigned int new_argc; in lang_specific_driver() local
155 new_argc = argc + need_E + read_stdin + !!lang_c_here + !!lang_S_here; in lang_specific_driver()
157 if (new_argc == argc && !o_here) in lang_specific_driver()
160 new_decoded_options = XNEWVEC (struct cl_decoded_option, new_argc); in lang_specific_driver()
188 *in_decoded_options_count = new_argc; in lang_specific_driver()

12345678910>>...12