Home
last modified time | relevance | path

Searched refs:problems (Results 1 – 25 of 382) sorted by relevance

12345678910>>...16

/freebsd/usr.sbin/lpr/chkprintcap/
H A Dchkprintcap.c59 static int problems; /* number of problems encountered */ variable
115 problems = 1; in main()
118 problems = skres->fatalerr; in main()
139 problems++; in main()
165 return (problems); in main()
178 err(++problems, "reading printer database"); in interpret_error()
180 ++problems; in interpret_error()
189 errx(++problems, "unknown printcap library error %d", error); in interpret_error()
232 err(++problems, "malloc(%lu)", (u_long)sizeof *dp); in note_spool_dir()
237 err(++problems, "malloc(%lu)", strlen(pp->printer) + 1UL); in note_spool_dir()
[all …]
/freebsd/contrib/ntp/sntp/m4/
H A Dsntp_problemtests.m44 dnl Some platforms have problems building or running certain tests.
16 AC_MSG_CHECKING([if we want to enable tests with undiagnosed problems])
21 [+ enable tests with undiagnosed problems]
H A Dntp_problemtests.m44 dnl Some platforms have problems building or running certain tests.
16 AC_MSG_CHECKING([if we want to enable tests with undiagnosed problems])
21 [+ enable tests with undiagnosed problems]
/freebsd/contrib/netbsd-tests/lib/libc/regex/data/
H A Dregress.in1 # past problems, and suspected problems
/freebsd/sys/contrib/dev/athk/ath12k/
H A DKconfig24 If unsure, say Y to make it easier to debug problems. But if
33 If unsure, say Y to make it easier to debug problems. But if
/freebsd/tools/test/stress2/
H A DREADME1 stress2 is a tool for finding problems in the kernel.
10 stress2 has found a large number of problems:
/freebsd/contrib/bzip2/
H A DREADME.COMPILATION.PROBLEMS15 bzip2 should compile without problems on the vast majority of
30 can cause problems.
53 any compilation problems which affect bzip2 will also affect spewG.c,
/freebsd/sys/contrib/dev/athk/ath11k/
H A DKconfig36 If unsure, say Y to make it easier to debug problems.
44 If unsure, say Y to make it easier to debug problems.
/freebsd/crypto/openssl/doc/man3/
H A DDH_generate_parameters.pod67 The value of B<*codes> is updated with any problems found.
68 If B<*codes> is zero then no problems were found, otherwise the
96 value of B<*codes> is updated with any problems found. If B<*codes> is zero then
97 no problems were found, otherwise the following bits may be set:
/freebsd/sys/contrib/dev/rtw89/
H A DKconfig104 If unsure, say Y to simplify debug problems
113 If unsure, say Y to simplify debug problems
/freebsd/sys/contrib/dev/athk/ath10k/
H A DKconfig60 If unsure, say Y to make it easier to debug problems.
68 If unsure, say Y to make it easier to debug problems.
/freebsd/tools/test/stress2/misc/
H A DREADME2 tests for problems fixed.
/freebsd/share/doc/papers/malloc/
H A DMakefile3 SRCS= abs.ms intro.ms kernel.ms malloc.ms problems.ms alternatives.ms \
/freebsd/contrib/ee/
H A DREADME.ee81 than vendor supplied curses. Unless problems occur during the building
85 If you experience problems with data being displayed improperly, check
98 built. If there are problems encountered, you will be notified about
102 solves the problems of some users, I also have no doubt that some will decry
/freebsd/contrib/dialog/package/freebsd/
H A Dpkg-descr5 "Initially, I made fixes and reviewed the code to ensure that problems
/freebsd/contrib/tcp_wrappers/
H A DREADME.IRIX20 restarting inetd does not solve all problems.
39 (5) When an IRIX 5.2 system is a NIS client, it can have problems with
/freebsd/contrib/tcsh/
H A DY2K3 code has been also visually inspected for Y2K compliance problems.
/freebsd/contrib/sendmail/src/
H A DSECURITY17 This has been demonstrated by OS problems which have subsequently
19 One way to minimize the possibility of such problems is to install
39 avoid problems with a world-writable directory. It is however
45 and hence is not open to system configuration/OS problems or at
/freebsd/contrib/nvi/cl/
H A DREADME.signal41 and obviously no reentrancy problems. The down side is that it's easy
55 2: Run in cbreak mode. There are two problems in this area. First, the
83 problems because it didn't use curses.) It entered signals following
124 There are a couple of other problems to consider.
141 Second, SIGTSTP has its own little problems. It's broadcast to the entire
/freebsd/share/i18n/csmapper/APPLE/
H A DDEVANAGA%UCS.src176 # WIDTH NON-JOINER in Unicode. However, this causes problems with
180 # problems.
201 # sequence 0xC6 0xE9. This leads to some roundtrip problems. First
202 # note that we have the following mappings without such problems:
213 # However, those mappings above cause roundtrip problems for the
H A DUCS%DEVANAGA.src176 # WIDTH NON-JOINER in Unicode. However, this causes problems with
180 # problems.
201 # sequence 0xC6 0xE9. This leads to some roundtrip problems. First
202 # note that we have the following mappings without such problems:
213 # However, those mappings above cause roundtrip problems for the
/freebsd/contrib/diff/
H A DREADME25 --disable-nls'. Many of the problems arise from dynamic linking
27 problems tend to be shared by other GNU applications on these
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/
H A DINSTALL29 If you have problems, send me mail:
/freebsd/sbin/pfctl/
H A Dparse.y5419 int problems = 0; in rule_consistent() local
5427 problems = filter_consistent(r, anchor_call); in rule_consistent()
5431 problems = nat_consistent(r); in rule_consistent()
5435 problems = rdr_consistent(r); in rule_consistent()
5442 return (problems); in rule_consistent()
5448 int problems = 0; in filter_consistent() local
5454 problems++; in filter_consistent()
5459 problems++; in filter_consistent()
5463 problems++; in filter_consistent()
5467 problems++; in filter_consistent()
[all …]
/freebsd/contrib/libpcap/doc/
H A DREADME.aix49 If you fix the problems yourself, please submit a patch by forking
57 If you don't fix the problems yourself, you can, as a workaround,

12345678910>>...16