| /freebsd-12.1/contrib/ncurses/misc/ |
| H A D | ncurses.ref | 27 ; "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 D | Makefile.in | 287 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 D | test_chain.in | 51 ${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 D | test_cms.in | 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-revoke \ 190 --missing-revoke \ [all …]
|
| H A D | test_ca.in | 65 ${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 D | test_crypto.in | 53 ${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 D | test_cert.in | 69 ${hxtool} verify --missing-revoke \ 75 ${hxtool} verify --missing-revoke \ 80 ${hxtool} verify --missing-revoke \
|
| /freebsd-12.1/usr.sbin/etcupdate/tests/ |
| H A D | ignore_test.sh | 99 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 D | tests_test.sh | 653 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 D | tzsetup_test.sh | 85 missing() function 164 missing /etc/localtime 165 missing /var/db/zoneinfo 188 missing /var/db/zoneinfo 213 missing /var/db/zoneinfo
|
| H A D | fbsdid_test.sh | 213 missing() function 325 missing /local-remove 346 missing /remove 357 missing /local-remove 381 missing /remove
|
| H A D | always_test.sh | 275 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 D | KernelDriver | 240 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 D | set1.0 | 13 *) echo missing C ;; 17 *) echo missing C ;; 31 *) echo missing e ;;
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | reps.c | 250 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 D | libzfs_config.c | 241 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 D | missingkeyfunction.rst | 7 …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 D | t_missing.sh | 31 atf_test_case missing 44 atf_add_test_case missing
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/ |
| H A D | autogen.sh | 15 automake --add-missing --force-missing --copy
|
| /freebsd-12.1/sys/contrib/libsodium/ |
| H A D | autogen.sh | 35 automake --add-missing --force-missing --include-deps && \
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | CONF_modules_load_file.pod | 50 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 D | autogen.sh | 22 automake --add-missing --force-missing --copy
|
| /freebsd-12.1/sbin/veriexec/ |
| H A D | Makefile | 18 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 D | t_cmp.sh | 31 atf_test_case missing 65 atf_add_test_case missing
|
| /freebsd-12.1/contrib/netbsd-tests/usr.bin/infocmp/ |
| H A D | t_terminfo.sh | 42 atf_test_case missing 60 atf_add_test_case missing
|