Searched refs:opt (Results 301 - 325 of 1389) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dlcp.c368 printendpoint(opt, printer, arg)
369 option_t *opt;
775 #define ADDCIVOID(opt, neg) \
777 PUTCHAR(opt, ucp); \
780 #define ADDCISHORT(opt, neg, val) \
782 PUTCHAR(opt, ucp); \
786 #define ADDCICHAP(opt, neg, val) \
788 PUTCHAR((opt), ucp); \
793 #define ADDCILONG(opt, neg, val) \
795 PUTCHAR(opt, uc
[all...]
/macosx-10.10.1/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/
H A DColumn.pm51 my $opt = shift || {};
59 %$opt,
/macosx-10.10.1/CPANInternal-159.1/Graph-0.94/lib/Graph/Traversal/
H A DBFS.pm34 my $b = Graph::Traversal::BFS->new(%opt);
41 The callback parameters %opt are explained in L<Graph::Traversal>.
H A DDFS.pm34 my $d = Graph::Traversal::DFS->new(%opt);
41 The callback parameters %opt are explained in L<Graph::Traversal>.
/macosx-10.10.1/CPANInternal-159.1/Graph-0.96/lib/Graph/Traversal/
H A DBFS.pm34 my $b = Graph::Traversal::BFS->new($g, %opt);
41 The callback parameters %opt are explained in L<Graph::Traversal>.
H A DDFS.pm34 my $d = Graph::Traversal::DFS->new($g, %opt);
41 The callback parameters %opt are explained in L<Graph::Traversal>.
/macosx-10.10.1/apr-32/apr/apr/build/
H A DNWGNUmakefile34 nw_export.i : nw_export.inc $(APU)/build/nw_apu_export.inc $(FILES_prebuild_headers) cc.opt
36 $(CC) $< @cc.opt
38 cc.opt : NWGNUmakefile $(APR_WORK)/build/NWGNUenvironment.inc $(APR_WORK)/build/NWGNUhead.inc $(APRBUILD)/NWGNUtail.inc $(CUSTOM_INI)
72 $(call DEL,cc.opt)
/macosx-10.10.1/autofs-246/automountd/
H A Dautod_autofs.c289 char *opt, *opts, *lasts; local
301 while ((opt = strtok_r(opts, ",", &lasts)) != NULL) {
303 while (isspace(*opt)) {
304 opt++;
306 if (strcmp(opt, "direct") == 0) {
308 } else if (strcmp(opt, "indirect") == 0) {
310 } else if (strcmp(opt, "ignore") != 0) {
317 if (CHECK_STRCAT(options, opt, AUTOFS_MAXOPTSLEN)) {
/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dcd.c131 int path_index, no_symlinks, opt, lflag; local
143 while ((opt = internal_getopt (list, "LP")) != -1)
145 switch (opt)
202 opt = path[0] != '\0';
212 if (opt && (path = no_symlinks ? temp : the_current_working_directory))
295 int opt, pflag; local
300 while ((opt = internal_getopt (list, "LP")) != -1)
302 switch (opt)
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/virtual-time/
H A Dstop.pl37 my $opt = shift @ARGV;
38 if ($opt eq '--use-rndc') {
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/testsuite/
H A Dtest-demangle.c230 char *opt; local
237 opt = p;
241 if (strcmp (opt, "--format") == 0 && c == '=')
260 else if (strcmp (opt, "--no-params") == 0)
262 else if (strcmp (opt, "--is-v3-ctor") == 0)
264 else if (strcmp (opt, "--is-v3-dtor") == 0)
266 else if (strcmp (opt, "--ret-postfix") == 0)
271 lineno, opt);
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Dcrossexec.sh26 case `(getopts '[-][123:xyz]' opt --xyz; echo 0$opt) 2>/dev/null` in
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/aso/
H A Daso-sem.c56 char* opt;
85 while (opt = strchr(path, ','))
89 if ((n = opt - (path + 5)) >= sizeof(tmp))
101 path = opt + 1;
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dclrpick.rb77 options.each{|opt|
79 w[opt] = color
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dclrpick.rb74 options.each{|opt|
76 w[opt] = color
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/addtiffo/
H A DMakefile.vc5 !INCLUDE ..\..\nmake.opt
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dcreate_file.c135 benchmark_optswitch(int opt, char *optarg) argument
139 switch (opt) {
H A Dgetaddrinfo_port.c90 benchmark_optswitch(int opt, char *optarg) argument
94 switch (opt) {
H A Dgetgrent.c88 benchmark_optswitch(int opt, char *optarg) argument
92 switch (opt) {
H A Dgetpwent.c88 benchmark_optswitch(int opt, char *optarg) argument
92 switch (opt) {
H A Dlmbench_lat_sig_catch.c164 benchmark_optswitch(int opt, char *optarg) argument
167 switch (opt) {
H A Dlmbench_lat_sig_install.c164 benchmark_optswitch(int opt, char *optarg) argument
167 switch (opt) {
H A Dlmbench_lat_sig_send.c164 benchmark_optswitch(int opt, char *optarg) argument
167 switch (opt) {
H A Dlmbench_read.c80 benchmark_optswitch(int opt, char *optarg) argument
82 switch (opt) {
H A Dlmbench_write.c83 benchmark_optswitch(int opt, char *optarg) argument
85 switch (opt) {

Completed in 266 milliseconds

<<11121314151617181920>>