Searched refs:missing (Results 51 - 75 of 132) sorted by relevance

123456

/freebsd-11-stable/contrib/groff/
H A Dconfigure888 { echo "$as_me: error: missing argument to $ac_option" >&2
6306 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6307 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
8685 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
8686 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10037 GHOSTSCRIPT="missing"
10052 test "$GHOSTSCRIPT" = "no" && GHOSTSCRIPT=missing
10057 missing=
10082 test -z "$ac_cv_prog_pnmcut" && ac_cv_prog_pnmcut="missing"
10094 if test $pnmcut = missing; the
[all...]
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtic.c1051 char missing[256]; local
1068 for (p = boxes, q = missing; *p != '\0'; ++p) {
1075 assert(strlen(missing) <= strlen(boxes));
1076 if (*missing != '\0' && strcmp(missing, boxes)) {
1077 _nc_warning("acsc is missing some line-drawing mapping: %s", missing);
1855 _nc_warning("sgr(%d) missing, but %s present", num, name);
2060 _nc_warning("missing sgr string");
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dvmsbuild.com42 $ ECHO " now checking run-time library for missing functionality"
76 $! third pass: compile "missing" modules collected in pass 2
122 $! check functions.def for a DEFFUNC() entry corresponding to missing file 'f'.c
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dmakefile.dj12 VPATH = missing msdos bpf/net
28 msdos/pktdrvr.c msdos/ndis2.c # missing/snprintf.c
H A Dmakefile27 missing\snprintf.c
/freebsd-11-stable/release/picobsd/tinyware/msh/
H A Dsh4.c327 prs("missing value for ");
/freebsd-11-stable/sbin/restore/
H A Dinteractive.c429 fprintf(stderr, "missing %c\n", quote);
/freebsd-11-stable/share/mk/
H A Dlocal.meta.sys.mk283 META_MODE+= missing-meta=yes
285 META_MODE+= missing-filemon=yes
H A Dsys.mk59 META_MODE+= missing-meta=yes
70 META_MODE+= missing-filemon=yes
H A Dbsd.man.mk203 1) echo "warn: missing extension: $$1"; break;; \
/freebsd-11-stable/lib/libkvm/
H A Dkvm.c574 kvm_fdnlist_prefix(kvm_t *kd, struct kvm_nlist *nl, int missing, argument
607 return (missing);
635 if (unresolved >= 0 && unresolved < missing) {
658 missing--;
665 /* We could assert missing = unresolved here. */
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_raidz.c112 * or in concert to recover missing data columns.
131 uint64_t rm_missingdata; /* Count of missing data devices */
132 uint64_t rm_missingparity; /* Count of missing parity devices */
1140 * to failed or missing columns; we then make V|I square (n x n) and d|p
1147 * | 128 64 32 16 8 4 2 1 | <-----+-+-- missing disks
1244 * of the missing data.
1265 * Fill in the missing rows of interest.
1286 vdev_raidz_matrix_invert(raidz_map_t *rm, int n, int nmissing, int *missing, argument
1331 for (j = 0; j < missing[i]; j++) {
1334 ASSERT3U(rows[i][missing[
1380 vdev_raidz_matrix_reconstruct(raidz_map_t *rm, int n, int nmissing, int *missing, uint8_t **invrows, const uint8_t *used) argument
[all...]
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dinput.cpp1224 warning(WARN_COLOR, "missing rgb color values");
1253 warning(WARN_COLOR, "missing cmy color values");
1282 warning(WARN_COLOR, "missing cmyk color values");
1312 warning(WARN_COLOR, "missing gray values");
1396 warning(WARN_DELIM, "missing closing delimiter");
1422 warning(WARN_DELIM, "missing closing delimiter");
1426 warning(WARN_DELIM, "missing closing delimiter");
1453 warning(WARN_DELIM, "missing closing delimiter");
1490 warning(WARN_DELIM, "missing closing delimiter");
1512 error("missing closin
[all...]
/freebsd-11-stable/sys/dev/ofw/
H A Dofw_standard.c173 cell_t missing; member in struct:__anon7730
183 return (args.missing);
/freebsd-11-stable/stand/ofw/libofw/
H A Dopenfirm.c119 cell_t missing; member in struct:__anon5059
129 return (args.missing);
/freebsd-11-stable/sys/i386/i386/
H A Dexception.s126 IDTVEC(missing)
/freebsd-11-stable/sys/conf/
H A Dkern.pre.mk136 CDDL_CFLAGS= -DFREEBSD_NAMECACHE -nostdinc -I$S/cddl/compat/opensolaris -I$S/cddl/contrib/opensolaris/uts/common -I$S -I$S/cddl/contrib/opensolaris/common ${CFLAGS} -Wno-unknown-pragmas -Wno-missing-prototypes -Wno-undef -Wno-strict-prototypes -Wno-cast-qual -Wno-parentheses -Wno-redundant-decls -Wno-missing-braces -Wno-uninitialized -Wno-unused -Wno-inline -Wno-switch -Wno-pointer-arith -Wno-unknown-pragmas
/freebsd-11-stable/sys/dev/twe/
H A Dtwe.c1528 int i, missing; local
1530 missing = 1;
1531 for (i = sc->twe_aen_tail; (i != sc->twe_aen_head) && missing; i = (i + 1) % TWE_Q_LENGTH) {
1533 missing = 0;
1535 return(missing);
1735 twe_printf(sc, "missing expected status bit(s) %b\n", ~status_reg & TWE_STATUS_EXPECTED_BITS,
/freebsd-11-stable/crypto/openssl/util/
H A Dpod2man.pl217 =item %s is missing required section: %s
923 @missing = keys %wanna_see;
924 warn "$0: $Filename is missing required section"
925 . (@missing > 1 && "s")
926 . ": @missing\n";
/freebsd-11-stable/contrib/binutils/gas/
H A Dapp.c1036 as_warn (_("missing close quote; (assumed)"));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp585 // If we're missing a newline at EOF, make sure we still get an
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_pool.c1001 boolean_t missing; local
1019 if (zpool_refresh_stats(zhp, &missing) != 0) {
1024 if (missing) {
1043 boolean_t missing; local
1051 if (zpool_refresh_stats(zhp, &missing) != 0) {
1056 if (missing) {
1570 /* All attempted rewinds failed if ZPOOL_CONFIG_LOAD_TIME missing */
1732 nvlist_t *missing = NULL; local
1864 ZPOOL_CONFIG_MISSING_DEVICES, &missing) == 0) {
1866 "The devices below are missing o
[all...]
/freebsd-11-stable/sbin/ipfw/
H A Dtables.c339 { "missing", TOK_MISSING },
403 * [ algo algoname ] [missing] [or-flush]
409 int error, missing, orflush, tcmd, val; local
414 missing = orflush = 0;
475 missing = 1;
498 if (errno != EEXIST || missing == 0)
1285 errx(EX_DATAERR, "invalid key: proto missing");
1309 errx(EX_DATAERR, "invalid key: src port missing");
1327 errx(EX_DATAERR, "invalid key: dst ip missing");
1351 errx(EX_DATAERR, "invalid key: dst port missing");
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c1980 int missing = 0; local
1992 missing++;
1999 ASSERT(missing == 0); /* there should be no gaps */
2015 return (missing);
2021 int missing = 0; local
2026 if (missing) {
2028 missing++;
2045 ASSERT(missing == 0);
2047 missing++;
2059 return (missing);
2065 int missing = 0; local
[all...]
/freebsd-11-stable/contrib/ldns/packaging/fedora/
H A Dldns.spec172 - libldns.so was missing in files section.

Completed in 366 milliseconds

123456