Searched refs:process_options (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dapplication.hpp79 void process_options(void);
H A Dapplication.cpp159 impl::app::process_options(void) function in class:impl::app
288 process_options();
/macosx-10.10/ppp-786.1.1/Helpers/vpnd/
H A Dvpnoptions.h180 int process_options(struct vpn_params *options, int argc, char *argv[]);
H A Dvpnoptions.c72 // process_options
74 int process_options(struct vpn_params *params, int argc, char *argv[]) function
H A Dmain.c150 if (process_options(params, argc, argv))
/macosx-10.10/pcre-7/pcre/
H A Dpcregrep.c158 static int process_options = 0; variable
248 options. These set the 1, 2, and 4 bits in process_options, respectively. Note
1690 case 'F': process_options |= PO_FIXED_STRINGS; break;
1704 case 'w': process_options |= PO_WORD_MATCH; break;
1705 case 'x': process_options |= PO_LINE_MATCH; break;
1780 sprintf(buffer, "%s%.*s%s", prefix[process_options], MBUFTHIRD, pattern,
1781 suffix[process_options]);
1792 errptr -= (int)strlen(prefix[process_options]);
1836 if ((process_options & PO_FIXED_STRINGS) != 0)
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Dinstaller.rb117 process_options
545 def process_options method
/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dpipes_tests.c451 static void process_options(int argc, char *argv[]) function
876 process_options(argc, argv);
/macosx-10.10/groff-38/groff/src/preproc/tbl/
H A Dmain.cpp374 options *process_options(table_input &in) function
1498 if ((opt = process_options(in)) != 0
/macosx-10.10/ruby-106/ruby/
H A Druby.c1300 process_options(int argc, char **argv, struct cmdline_options *opt) function
1906 iseq = process_options(argc, argv, cmdline_options_init(&opt));

Completed in 196 milliseconds