Searched refs:missing (Results 1 - 25 of 282) sorted by relevance

1234567891011>>

/macosx-10.9.5/bind9-45.100/bind9/contrib/query-loc-0.4.0/
H A Dreconf8 automake --add-missing || true
/macosx-10.9.5/bash-92/bash-3.2/examples/scripts.v2/
H A Dcal2day.bash26 : ${1:?missing month parameter [1-12]}
27 : ${2:?missing day parameter [1-31]}
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/
H A Dautogen.sh6 automake --foreign --add-missing --copy
/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/
H A Dbootstrap11 automake --add-missing --copy --force --foreign
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dautogen.sh19 automake --force-missing --foreign -a -c
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/support/devel/sak/test/
H A Dcmd.tcl14 sak::test::usage Command missing
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/support/devel/sak/test/
H A Dcmd.tcl14 sak::test::usage Command missing
/macosx-10.9.5/libxml2-26/libxml2/python/
H A Dsetup.py22 def missing(file): function
68 if not missing(dir + "/libxml2/libxml/tree.h"):
78 if not missing(dir + "/iconv.h"):
99 if missing("libxml2-py.c") or missing("libxml2.py"):
125 if missing("libxslt-py.c") or missing("libxslt.py"):
126 if missing("xsltgenerator.py") or missing("libxslt-api.xml"):
155 if not missing(di
[all...]
H A Dsetup.py.in22 def missing(file): function
68 if not missing(dir + "/libxml2/libxml/tree.h"):
78 if not missing(dir + "/iconv.h"):
99 if missing("libxml2-py.c") or missing("libxml2.py"):
125 if missing("libxslt-py.c") or missing("libxslt.py"):
126 if missing("xsltgenerator.py") or missing("libxslt-api.xml"):
155 if not missing(di
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/python/
H A Dsetup.py.in22 def missing(file): function
68 if not missing(dir + "/libxml2/libxml/tree.h"):
78 if not missing(dir + "/iconv.h"):
99 if missing("libxml2-py.c") or missing("libxml2.py"):
125 if missing("libxslt-py.c") or missing("libxslt.py"):
126 if missing("xsltgenerator.py") or missing("libxslt-api.xml"):
155 if not missing(di
[all...]
/macosx-10.9.5/CPANInternal-140/Test-Deep/lib/Test/Deep/
H A DHashKeysOnly.pm28 my @missing;
39 push(@missing, $key);
44 if (@missing and (not $self->ignoreMissing))
46 push(@diags, "Missing: ".nice_list(\@missing));
H A DSet.pm49 my @missing;
65 push(@missing, $expect) unless $found;
70 if (@missing and $SubSup ne "sub")
72 push(@diags, "Missing: ".nice_list(\@missing));
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Dtest_chain.in51 ${hxtool} verify --missing-revoke \
58 ${hxtool} verify --missing-revoke \
64 ${hxtool} verify --missing-revoke \
69 ${hxtool} verify --missing-revoke \
75 ${hxtool} verify --missing-revoke \
82 ${hxtool} verify --missing-revoke \
87 ${hxtool} verify --missing-revoke \
94 ${hxtool} verify --missing-revoke \
101 ${hxtool} verify --missing-revoke \
107 ${hxtool} verify --missing
[all...]
H A Dtest_cert.in69 ${hxtool} verify --missing-revoke \
75 ${hxtool} verify --missing-revoke \
80 ${hxtool} verify --missing-revoke \
H A Dtest_ca.in65 ${hxtool} verify --missing-revoke \
151 ${hxtool} verify --missing-revoke \
157 ${hxtool} verify --missing-revoke \
163 ${hxtool} verify --missing-revoke \
177 ${hxtool} verify --missing-revoke \
183 ${hxtool} verify --missing-revoke \
244 ${hxtool} verify --missing-revoke \
284 ${hxtool} verify --missing-revoke \
289 ${hxtool} verify --missing-revoke \
302 --missing
[all...]
H A Dtest_crypto.in53 ${hxtool} verify --missing-revoke \
59 ${hxtool} verify --missing-revoke \
65 ${hxtool} verify --missing-revoke \
71 ${hxtool} verify --missing-revoke \
79 ${hxtool} verify --missing-revoke \
H A Dtest_cms.in62 --missing-revoke \
76 --missing-revoke \
90 --missing-revoke \
99 --missing-revoke \
113 --missing-revoke \
120 --missing-revoke \
134 --missing-revoke \
147 --missing-revoke \
161 --missing-revoke \
176 --missing
[all...]
/macosx-10.9.5/rsync-42/rsync/
H A Druntests.sh206 missing=0
296 [ "$missing" -gt 0 ] && echo " $missing missing"
304 result=`expr $failed + $missing || true`
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/tools/
H A Dmd136 set missing 0
163 incr missing
200 if {$missing == $files} {
201 puts stdout "all files missing"
202 } elseif {$missing == 1} {
203 puts stdout "missing $missing file out of $files"
204 } elseif {$missing > 0} {
205 puts stdout "missing $missing file
[all...]
/macosx-10.9.5/postfix-252/postfix/conf/
H A Dpost-install33 # create missing queue directories.
41 # .IP create-missing
42 # Create missing queue directories with ownerships and permissions
52 # environment or from the installed main.cf file. Implies create-missing.
61 # environment or from the installed main.cf file. Implies create-missing.
66 # for missing services and to fix deprecated parameter settings.
97 # create-missing
205 create-missing Create missing queue directories.
222 create-missing) creat
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/Optional/
H A DDependencies.pm100 return $req_availability_cache{$group}{missing};
132 my $missing = join (', ', map { $deps->{$_} ? "$_ >= $deps->{$_}" : $_ } (sort keys %errors) );
133 $missing .= " (see $class for details)" if $reqs->{$group}{pod};
137 missing => $missing,
144 missing => '',
170 'version, possibly due to missing dependencies. Author-mode autodocumentation ' .
218 thrown when a specific feature is missing one or several modules required for
/macosx-10.9.5/tcpdump-56/tcpdump/win32/prj/
H A DGNUmakefile35 ../../missing/inet_aton.o \
36 ../../missing/inet_ntop.o \
37 ../../missing/strlcpy.o \
38 ../../missing/dlnames.o \
39 ../../missing/datalinks.o \
40 ../../missing/strsep.o \
41 ../../missing/inet_pton.o \
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/
H A DMakefile.PL139 my @missing = () ;
140 die "The following keys are missing from $CONFIG file: [@missing]\n"
141 if @missing = keys %Parsed ;
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DPK.pm40 my (@ids, @missing);
44 push @missing, $_ if (! defined $ids[-1] and ! $self->has_column_loaded ($_) );
47 if (@missing && $self->in_storage) {
49 'Unable to uniquely identify row object with missing PK columns: '
50 . join (', ', @missing )
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/weak_import/
H A DMakefile34 export DYLD_IMAGE_SUFFIX=_some && ./main missing

Completed in 306 milliseconds

1234567891011>>