Home
last modified time | relevance | path

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

12345678910>>...24

/freebsd-12.1/contrib/ncurses/misc/
H A Dncurses.ref27 ; "addnwstr" @6 NONAME ; missing
28 ; "addwstr" @7 NONAME ; missing
29 ; "add_wch" @8 NONAME ; missing
44 ; "bkgrnd" @23 NONAME ; missing
48 ; "box_set" @27 NONAME ; missing
79 ; "getbkgd" @58 NONAME ; missing
81 ; "getcchar" @60 NONAME ; missing
86 ; "get_wch" @65 NONAME ; missing
88 ; "get_wstr" @67 NONAME ; missing
105 ; "innwstr" @84 NONAME ; missing
[all …]
/freebsd-12.1/contrib/tcpdump/
H A DMakefile.in287 pcap-missing.h \
344 missing/dlnames.c \
345 missing/datalinks.c \
346 missing/getopt_long.c \
347 missing/snprintf.c \
348 missing/strdup.c \
349 missing/strlcat.c \
350 missing/strlcpy.c \
351 missing/strsep.c \
390 strdup.o: $(srcdir)/missing/strdup.c
[all …]
/freebsd-12.1/crypto/heimdal/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-revoke \
[all …]
H A Dtest_cms.in76 --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-revoke \
190 --missing-revoke \
[all …]
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-revoke \
[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_cert.in69 ${hxtool} verify --missing-revoke \
75 ${hxtool} verify --missing-revoke \
80 ${hxtool} verify --missing-revoke \
/freebsd-12.1/usr.sbin/etcupdate/tests/
H A Dignore_test.sh99 missing() function
204 missing /tree/remove
207 missing /rmdir/file
208 missing /rmdir
227 missing /tree/add
228 missing /rmdir/file
229 missing /rmdir
248 missing /tree/add
272 missing /tree/add
H A Dtests_test.sh653 missing() function
761 missing /equal/first/first/fifo
762 missing /equal/first/first/file
763 missing /equal/first/first/dir
764 missing /equal/first/first/link
777 missing /first/equal/second/fifo
784 missing /first/first/equal/fifo
785 missing /first/first/equal/file
786 missing /first/first/equal/dir
787 missing /first/first/equal/link
[all …]
H A Dtzsetup_test.sh85 missing() function
164 missing /etc/localtime
165 missing /var/db/zoneinfo
188 missing /var/db/zoneinfo
213 missing /var/db/zoneinfo
H A Dfbsdid_test.sh213 missing() function
325 missing /local-remove
346 missing /remove
357 missing /local-remove
381 missing /remove
H A Dalways_test.sh275 missing() function
453 missing /difftype/first/first/fifo
466 missing /difflinks/first/first/link
475 missing /difffiles/first/first/file
497 missing /dirchange/fromdir/extradir/file
564 missing /second/second/difftype/dir
574 missing /difftype/first/first/fifo
577 missing /difftype/difftype/difftype/one
618 missing /dirchange/fromdir/extradir/file
/freebsd-12.1/tools/tools/kdrv/
H A DKernelDriver240 set missing "";
246 lappend missing $f;
251 lappend missing $f;
256 lappend missing $f;
259 if {$missing != ""} {
268 lappend missing $p;
280 lappend missing $p;
298 if {$missing != ""} {
779 set missing "";
803 lappend missing $p;
[all …]
/freebsd-12.1/bin/sh/tests/builtins/
H A Dset1.013 *) echo missing C ;;
17 *) echo missing C ;;
31 *) echo missing e ;;
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dreps.c250 apr_array_header_t *missing; member
624 missing_t missing; in get_text() local
625 missing.base = 0; in get_text()
626 missing.start = (apr_uint32_t)extractor->result->len; in get_text()
627 missing.count = instruction->count; in get_text()
628 missing.offset = instruction->offset; in get_text()
631 if (extractor->missing == NULL) in get_text()
632 extractor->missing = apr_array_make(extractor->pool, 1, in get_text()
633 sizeof(missing)); in get_text()
635 APR_ARRAY_PUSH(extractor->missing, missing_t) = missing; in get_text()
[all …]
/freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_config.c241 boolean_t missing = B_FALSE; in zpool_get_features() local
243 error = zpool_refresh_stats(zhp, &missing); in zpool_get_features()
245 if (error != 0 || missing) in zpool_get_features()
265 zpool_refresh_stats(zpool_handle_t *zhp, boolean_t *missing) in zpool_refresh_stats() argument
272 *missing = B_FALSE; in zpool_refresh_stats()
299 *missing = B_TRUE; in zpool_refresh_stats()
/freebsd-12.1/contrib/llvm/tools/lld/docs/
H A Dmissingkeyfunction.rst7 …the vtable symbol may be undefined because the class is missing its key function (see https://lld.…
14 if you're missing the key function, you'll also be missing the vtable. If no other
15 function calls your missing method, you won't see any undefined reference errors
50 The solution in this case is to implement the missing method.
72 The solution in this case is to add the missing ``= 0`` to the declaration of
/freebsd-12.1/contrib/netbsd-tests/sbin/route/
H A Dt_missing.sh31 atf_test_case missing
44 atf_add_test_case missing
/freebsd-12.1/contrib/ntp/sntp/libevent/
H A Dautogen.sh15 automake --add-missing --force-missing --copy
/freebsd-12.1/sys/contrib/libsodium/
H A Dautogen.sh35 automake --add-missing --force-missing --include-deps && \
/freebsd-12.1/crypto/openssl/doc/man3/
H A DCONF_modules_load_file.pod50 ignore missing configuration files. Normally a missing configuration file
78 Load a configuration file and print out any errors and exit (missing file
88 tolerate missing files, but exit on other errors:
98 missing configuration file ignored:
115 /* Other missing configuration file behaviour */
/freebsd-12.1/contrib/libevent/
H A Dautogen.sh22 automake --add-missing --force-missing --copy
/freebsd-12.1/sbin/veriexec/
H A DMakefile18 XCFLAGS.manifest_lexer+= -Wno-missing-variable-declarations \
20 XCFLAGS.manifest_parser+= -Wno-missing-variable-declarations
/freebsd-12.1/contrib/netbsd-tests/usr.bin/cmp/
H A Dt_cmp.sh31 atf_test_case missing
65 atf_add_test_case missing
/freebsd-12.1/contrib/netbsd-tests/usr.bin/infocmp/
H A Dt_terminfo.sh42 atf_test_case missing
60 atf_add_test_case missing

12345678910>>...24