Home
last modified time | relevance | path

Searched refs:missing (Results 1 – 25 of 526) sorted by relevance

12345678910>>...22

/freebsd-9-stable/contrib/ncurses/misc/
Dncurses.ref27 ; "addnwstr" @6 NONAME ; missing
28 ; "addwstr" @7 NONAME ; missing
29 ; "add_wch" @8 NONAME ; missing
30 ; "add_wchnstr" @9 NONAME ; missing
31 ; "add_wchstr" @10 NONAME ; missing
43 ; "bkgrndset" @22 NONAME ; missing
44 ; "bkgrnd" @23 NONAME ; missing
46 ; "border_set" @25 NONAME ; missing
48 ; "box_set" @27 NONAME ; missing
72 ; "echo_wchar" @51 NONAME ; missing
[all …]
/freebsd-9-stable/contrib/tcpdump/
DMakefile.in169 pcap-missing.h \
232 missing/addrinfo.h \
233 missing/dlnames.c \
234 missing/datalinks.c \
235 missing/getnameinfo.c \
236 missing/inet_aton.c \
237 missing/inet_ntop.c \
238 missing/inet_pton.c \
239 missing/snprintf.c \
240 missing/sockstorage.h \
[all …]
/freebsd-9-stable/crypto/heimdal/lib/hx509/
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-revoke \
[all …]
Dtest_cms.in59 --missing-revoke \
73 --missing-revoke \
80 --missing-revoke \
94 --missing-revoke \
107 --missing-revoke \
121 --missing-revoke \
136 --missing-revoke \
166 --missing-revoke \
174 --missing-revoke \
182 --missing-revoke \
[all …]
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-revoke \
[all …]
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 \
Dhx509_err.et21 error_code PRIVATE_KEY_MISSING, "Private key required for the operation is missing"
28 error_code KU_CERT_MISSING, "Required keyusage for this certificate is missing"
37 error_code CERTIFICATE_MISSING_EKU, "Certificate is missing a required EKU"
57 error_code SIGNATURE_MISSING, "Signature missing for data"
/freebsd-9-stable/tools/regression/usr.sbin/etcupdate/
Dignore.sh98 missing() function
192 missing /tree/remove
195 missing /rmdir/file
196 missing /rmdir
214 missing /tree/add
215 missing /rmdir/file
216 missing /rmdir
234 missing /tree/add
257 missing /tree/add
Dtests.sh652 missing() function
749 missing /equal/first/first/fifo
750 missing /equal/first/first/file
751 missing /equal/first/first/dir
752 missing /equal/first/first/link
765 missing /first/equal/second/fifo
766 missing /first/equal/second/file
767 missing /first/equal/second/emptydir
768 missing /first/equal/second/link
769 missing /first/equal/second/fulldir
[all …]
Dtzsetup.sh84 missing() function
154 missing /etc/localtime
155 missing /var/db/zoneinfo
176 missing /var/db/zoneinfo
199 missing /var/db/zoneinfo
Dfbsdid.sh212 missing() function
314 missing /local-remove
334 missing /remove
345 missing /local-remove
368 missing /remove
Dalways.sh274 missing() function
438 missing /difftype/first/first/fifo
451 missing /difflinks/first/first/link
460 missing /difffiles/first/first/file
482 missing /dirchange/fromdir/extradir/file
548 missing /second/second/difftype/dir
558 missing /difftype/first/first/fifo
561 missing /difftype/difftype/difftype/one
602 missing /dirchange/fromdir/extradir/file
Dconflicts.sh133 missing() function
211 missing /etc/login.conf.db
219 missing /etc/login.conf.db
/freebsd-9-stable/contrib/groff/
Daclocal.m467 missing=
70 [AC_CHECK_PROG(groff_prog, groff_prog, [found], [missing])
71 if test $[]groff_prog = missing; then
72 missing="$missing \`groff_prog'"
75 test "$GHOSTSCRIPT" = "missing" && missing="$missing \`gs'"
77 if test -n "$missing"; then
78 plural=`set $missing; test $[#] -gt 1 && echo s`
79 missing=`set $missing
80 missing=""
84 1) missing="$missing$[1]" ;;
[all …]
/freebsd-9-stable/tools/tools/kdrv/
DKernelDriver240 set missing "";
246 lappend missing $f;
251 lappend missing $f;
256 lappend missing $f;
259 if {$missing != ""} {
260 error "missing files : $missing";
268 lappend missing $p;
280 lappend missing $p;
298 if {$missing != ""} {
299 error "missing directories : $missing";
[all …]
/freebsd-9-stable/tools/regression/bin/sh/builtins/
Dset1.013 *) echo missing C ;;
17 *) echo missing C ;;
31 *) echo missing e ;;
/freebsd-9-stable/cddl/contrib/opensolaris/lib/libzfs/common/
Dlibzfs_config.c239 boolean_t missing = B_FALSE; in zpool_get_features() local
241 error = zpool_refresh_stats(zhp, &missing); in zpool_get_features()
243 if (error != 0 || missing) in zpool_get_features()
262 zpool_refresh_stats(zpool_handle_t *zhp, boolean_t *missing) in zpool_refresh_stats() argument
269 *missing = B_FALSE; in zpool_refresh_stats()
296 *missing = B_TRUE; in zpool_refresh_stats()
/freebsd-9-stable/contrib/ntp/sntp/libevent/
Dautogen.sh15 automake --add-missing --force-missing --copy
/freebsd-9-stable/release/scripts/
DchkINDEX15 echo Checking for missing files
18 echo Checking for missing dependents
/freebsd-9-stable/crypto/heimdal/lib/hx509/data/
Dnist-data29 4.4.1i p InvalidMissingCRLTest1EE.crt --missing-revoke NoCRLCACert.crt
31 4.4.2i p InvalidRevokedEETest3EE.crt --missing-revoke GoodCACert.crt InvalidRevokedCATest2EE.crt
33 4.4.3i p InvalidRevokedEETest3EE.crt --missing-revoke GoodCACert.crt
35 4.4.4i p InvalidBadCRLSignatureTest4EE.crt --missing-revoke BadCRLSignatureCACert.crt
37 4.4.5i p InvalidBadCRLIssuerNameTest5EE.crt --missing-revoke BadCRLIssuerNameCACert.crt
/freebsd-9-stable/crypto/heimdal/include/
Dconfig.h.in1193 /* define if the system is missing a prototype for asnprintf() */
1196 /* define if the system is missing a prototype for asprintf() */
1199 /* define if the system is missing a prototype for crypt() */
1202 /* define if the system is missing a prototype for daemon() */
1205 /* define if the system is missing a prototype for gethostname() */
1208 /* define if the system is missing a prototype for getusershell() */
1211 /* define if the system is missing a prototype for glob() */
1214 /* define if the system is missing a prototype for hstrerror() */
1217 /* define if the system is missing a prototype for inet_aton() */
1220 /* define if the system is missing a prototype for iruserok() */
[all …]
/freebsd-9-stable/contrib/file/magic/Magdir/
Dnatinst9 # Many formats still missing, we use, for the moment LabVIEW
10 # We guess VXI format file. VISA, LabWindowsCVI, BridgeVIEW, etc, are missing
/freebsd-9-stable/crypto/openssl/util/
Dpod2man.pl923 @missing = keys %wanna_see;
925 . (@missing > 1 && "s")
926 . ": @missing\n";
/freebsd-9-stable/contrib/gcc/
Daclocal.m434 # $ac_aux_dir/missing
36 # $top_srcdir/$ac_aux_dir/missing
46 # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
50 # MISSING="\${SHELL} $am_aux_dir/missing"
/freebsd-9-stable/crypto/heimdal/lib/krb5/
Dheim_err.et23 error_code NO_CERTIFICATE, "Certificate missing"
24 error_code NO_PRIVATE_KEY, "Private key missing"

12345678910>>...22