Home
last modified time | relevance | path

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

12345678910>>...23

/NextBSD/contrib/ncurses/misc/
HDncurses.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 …]
/NextBSD/contrib/tcpdump/
HDMakefile.in265 pcap-missing.h \
317 missing/addrinfo.h \
318 missing/dlnames.c \
319 missing/datalinks.c \
320 missing/getnameinfo.c \
321 missing/getopt_long.c \
322 missing/inet_aton.c \
323 missing/inet_ntop.c \
324 missing/inet_pton.c \
325 missing/snprintf.c \
[all …]
/NextBSD/crypto/heimdal/lib/hx509/
HDtest_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 …]
HDtest_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-revoke \
[all …]
HDtest_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 …]
HDtest_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 \
HDtest_cert.in69 ${hxtool} verify --missing-revoke \
75 ${hxtool} verify --missing-revoke \
80 ${hxtool} verify --missing-revoke \
/NextBSD/usr.sbin/etcupdate/tests/
HDignore_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
HDtests_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
778 missing /first/equal/second/file
779 missing /first/equal/second/emptydir
780 missing /first/equal/second/link
781 missing /first/equal/second/fulldir
[all …]
HDtzsetup_test.sh85 missing() function
164 missing /etc/localtime
165 missing /var/db/zoneinfo
188 missing /var/db/zoneinfo
213 missing /var/db/zoneinfo
HDfbsdid_test.sh213 missing() function
325 missing /local-remove
346 missing /remove
357 missing /local-remove
381 missing /remove
HDalways_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
/NextBSD/contrib/groff/
HDaclocal.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 …]
/NextBSD/tools/tools/kdrv/
HDKernelDriver240 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 …]
/NextBSD/bin/sh/tests/builtins/
HDset1.013 *) echo missing C ;;
17 *) echo missing C ;;
31 *) echo missing e ;;
/NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/
HDlibzfs_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()
/NextBSD/contrib/subversion/subversion/libsvn_fs_x/
HDreps.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 …]
/NextBSD/contrib/netbsd-tests/sbin/route/
HDt_missing.sh31 atf_test_case missing
44 atf_add_test_case missing
/NextBSD/crypto/openssl/doc/crypto/
HDCONF_modules_load_file.pod42 ignore missing configuration files. Normally a missing configuration file
70 Load a configuration file and print out any errors and exit (missing file
80 tolerate missing files, but exit on other errors:
90 missing configuration file ignored:
106 /* Other missing configuration file behaviour */
/NextBSD/contrib/ntp/sntp/libevent/
HDautogen.sh15 automake --add-missing --force-missing --copy
/NextBSD/contrib/netbsd-tests/usr.bin/cmp/
HDt_cmp.sh31 atf_test_case missing
65 atf_add_test_case missing
/NextBSD/contrib/netbsd-tests/usr.bin/infocmp/
HDt_terminfo.sh42 atf_test_case missing
60 atf_add_test_case missing
/NextBSD/contrib/bmake/unit-tests/
HDmoderrs.exp13 Expect: Unclosed substitution for VAR (, missing)
14 make: Unclosed substitution for VAR (, missing)
/NextBSD/crypto/heimdal/include/
HDconfig.h.in1323 /* define if the system is missing a prototype for asnprintf() */
1326 /* define if the system is missing a prototype for asprintf() */
1329 /* define if the system is missing a prototype for crypt() */
1332 /* define if the system is missing a prototype for daemon() */
1335 /* define if the system is missing a prototype for gethostname() */
1338 /* define if the system is missing a prototype for getusershell() */
1341 /* define if the system is missing a prototype for glob() */
1344 /* define if the system is missing a prototype for hstrerror() */
1347 /* define if the system is missing a prototype for inet_aton() */
1350 /* define if the system is missing a prototype for iruserok() */
[all …]
/NextBSD/sys/arm/amlogic/aml8726/
HDstd.aml87268 # at 0x80100000 by u-boot (which doesn't support ubldr since it's missing
10 # also missing CONFIG_CMD_ELF.

12345678910>>...23