Searched refs:argc (Results 151 - 175 of 4579) sorted by relevance

1234567891011>>

/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dtest.c31 int argc, result; local
47 argv = make_builtin_argv (list, &argc);
48 result = test_command (argc, argv);
/macosx-10.10/bash-94.1.2/bash-3.2/support/
H A Drecho.c36 main(argc, argv)
37 int argc;
42 for (i = 1; i < argc; i++) {
/macosx-10.10/emacs-93/emacs/lib-src/
H A Dgetopt1.c45 getopt_long (int argc, char *__getopt_argv_const *argv, const char *options,
48 return _getopt_internal (argc, (char **) argv, options, long_options,
53 _getopt_long_r (int argc, char **argv, const char *options,
57 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
67 getopt_long_only (int argc, char *__getopt_argv_const *argv,
71 return _getopt_internal (argc, (char **) argv, options, long_options,
76 _getopt_long_only_r (int argc, char **argv, const char *options,
80 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
91 main (int argc, char **argv)
111 c = getopt_long (argc, arg
44 getopt_long(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
52 _getopt_long_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
66 getopt_long_only(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
75 _getopt_long_only_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
89 main(int argc, char **argv) argument
[all...]
/macosx-10.10/groff-38/groff/src/libs/libgroff/
H A Dgetopt1.c45 getopt_long (int argc, char *__getopt_argv_const *argv, const char *options,
48 return _getopt_internal (argc, (char **) argv, options, long_options,
53 _getopt_long_r (int argc, char **argv, const char *options,
57 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
67 getopt_long_only (int argc, char *__getopt_argv_const *argv,
71 return _getopt_internal (argc, (char **) argv, options, long_options,
76 _getopt_long_only_r (int argc, char **argv, const char *options,
80 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
91 main (int argc, char **argv)
111 c = getopt_long (argc, arg
44 getopt_long(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
52 _getopt_long_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
66 getopt_long_only(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
75 _getopt_long_only_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
89 main(int argc, char **argv) argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/runtime/libprofile/
H A DCommonProfiling.c34 /* save_arguments - Save argc and argv as passed into the program for the file
37 int save_arguments(int argc, const char **argv) { argument
39 if (SavedArgs || !argv) return argc; /* This can be called multiple times */
44 while (argc > 1 && !strncmp(argv[1], "-llvmprof-", 10)) {
49 memmove((char**)&argv[1], &argv[2], (argc-1)*sizeof(char*));
50 --argc;
53 if (argc == 1)
57 memmove((char**)&argv[1], &argv[2], (argc-1)*sizeof(char*));
58 --argc;
65 for (Length = 0, i = 0; i != (unsigned)argc;
[all...]
/macosx-10.10/remote_cmds-47/talk.tproj/
H A Dtalk.c71 main(argc, argv)
72 int argc;
77 get_names(argc, argv);
/macosx-10.10/shell_cmds-179/getopt/
H A Dgetopt.c9 main(int argc, char *argv[]) argument
15 while ((c = getopt(argc, argv, argv[1])) != -1)
28 for (; optind < argc; optind++)
/macosx-10.10/tcl-105/tcl_ext/trf/trf/app/
H A DtclAppInit.c47 main(argc, argv)
48 int argc; /* Number of command-line arguments. */
51 Tcl_Main(argc, argv, Tcl_AppInit);
/macosx-10.10/tcl-105/tcl_ext/trf/trf/generic/sha/
H A Dsha_driver.c9 int main(int argc, char **argv) argument
14 if (argc < 2) {
19 while (--argc) {
/macosx-10.10/text_cmds-88/sort/
H A Dgetopt1.c45 getopt_long (int argc, char *__getopt_argv_const *argv, const char *options,
48 return _getopt_internal (argc, (char **) argv, options, long_options,
53 _getopt_long_r (int argc, char **argv, const char *options,
57 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
67 getopt_long_only (int argc, char *__getopt_argv_const *argv,
71 return _getopt_internal (argc, (char **) argv, options, long_options,
76 _getopt_long_only_r (int argc, char **argv, const char *options,
80 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
91 main (int argc, char **argv)
111 c = getopt_long (argc, arg
44 getopt_long(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
52 _getopt_long_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
66 getopt_long_only(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
75 _getopt_long_only_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
89 main(int argc, char **argv) argument
[all...]
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/crt-argv-NULL/
H A Dmain.c5 int main(int argc, const char* argv[]) argument
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/flat-insert/
H A Dmain.c30 int main(int argc, const char* argv[]) argument
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/initializer-args/
H A Dmain.c35 my_init(int argc, char **argv, char **envp, char **appl) argument
37 my_argc = argc;
44 main(int argc, char **argv, char **envp, char**appl) argument
46 if(argc == my_argc
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/non-weak-library/
H A Dmain.c29 main(int argc, char **argv) argument
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/prebased-performance/
H A Dmain.c31 int main(int argc, const char* argv[]) argument
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/restrict-executable_path/
H A Dmain.c10 int main(int argc, const char* argv[]) argument
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/text-perm-alt-segment/
H A Dmain.c30 int main(int argc, const char* argv[]) argument
/macosx-10.10/MITKerberosShim-66/mittestcc/
H A Dtest_cc_ccache_clear_kdc_time_offset.c9 int main (int argc, const char * argv[]) { argument
H A Dtest_cc_ccache_compare.c9 int main (int argc, const char * argv[]) { argument
H A Dtest_cc_ccache_destroy.c9 int main (int argc, const char * argv[]) { argument
H A Dtest_cc_ccache_get_change_time.c9 int main (int argc, const char * argv[]) { argument
H A Dtest_cc_ccache_get_credentials_version.c9 int main (int argc, const char * argv[]) { argument
H A Dtest_cc_ccache_get_kdc_time_offset.c9 int main (int argc, const char * argv[]) { argument
H A Dtest_cc_ccache_get_last_default_time.c9 int main (int argc, const char * argv[]) { argument
H A Dtest_cc_ccache_get_name.c9 int main (int argc, const char * argv[]) { argument

Completed in 149 milliseconds

1234567891011>>