Searched refs:bogus (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-11-stable/contrib/opie/libmissing/
H A DMakefile.in16 OBJS=bogus.o @MISSING@
/freebsd-11-stable/contrib/unbound/iterator/
H A Diter_delegpt.h75 /** if true, the NS RRset was bogus. All info is bad. */
76 int bogus; member in struct:delegpt
148 /** if true, the A or AAAA RR was bogus, so this address is bad.
149 * Also check the dp->bogus to see if everything is bogus. */
150 uint8_t bogus; member in struct:delegpt_addr
217 * @param bogus: security status for the address, pass true if bogus.
224 socklen_t addrlen, uint8_t bogus, uint8_t lame, int* additions);
269 * @param bogus
[all...]
H A Diter_delegpt.c73 copy->bogus = dp->bogus;
87 a->bogus, a->lame, a->tls_auth_name, NULL))
164 socklen_t addrlen, uint8_t bogus, uint8_t lame, int* additions)
179 return delegpt_add_addr(dp, region, addr, addrlen, bogus, lame, NULL,
185 struct sockaddr_storage* addr, socklen_t addrlen, uint8_t bogus,
192 if(bogus)
193 a->bogus = bogus;
213 a->bogus
162 delegpt_add_target(struct delegpt* dp, struct regional* region, uint8_t* name, size_t namelen, struct sockaddr_storage* addr, socklen_t addrlen, uint8_t bogus, uint8_t lame, int* additions) argument
184 delegpt_add_addr(struct delegpt* dp, struct regional* region, struct sockaddr_storage* addr, socklen_t addrlen, uint8_t bogus, uint8_t lame, char* tls_auth_name, int* additions) argument
609 delegpt_add_addr_mlc(struct delegpt* dp, struct sockaddr_storage* addr, socklen_t addrlen, uint8_t bogus, uint8_t lame, char* tls_auth_name) argument
649 delegpt_add_target_mlc(struct delegpt* dp, uint8_t* name, size_t namelen, struct sockaddr_storage* addr, socklen_t addrlen, uint8_t bogus, uint8_t lame) argument
[all...]
H A Diter_utils.c193 * o The address is bogus (DNSSEC validation failure).
231 if(a->bogus)
232 return -1; /* address of server is bogus */
292 if(dp->bogus)
293 return 0; /* NS bogus, all bogus, nothing found */
H A Diterator.c1939 &a->addr, a->addrlen, a->bogus,
/freebsd-11-stable/usr.sbin/pw/tests/
H A Dpw_groupshow_test.sh41 nonexistent_name=bogus
H A Dpw_usershow_test.sh22 nonexistent_user=bogus
/freebsd-11-stable/contrib/unbound/contrib/
H A Dlibunbound.so.conf8 typedef ub_bogus = enum(not_bogus, bogus);
/freebsd-11-stable/sbin/devd/
H A Ddevd.hh50 * no variable of %var is set, then %bogus will be returned.
56 /** A completely bogus string.
58 static const std::string bogus; member in class:var_list
H A Ddevd.cc394 const string var_list::bogus = "_$_$_$_$_B_O_G_U_S_$_$_$_$_"; member in class:var_list
404 return (var_list::bogus);
/freebsd-11-stable/usr.bin/locale/
H A Dlocale.c403 int bogus; local
427 for (bogus = i = 0; i < NBOGUS; i++)
430 bogus = 1;
431 if (!bogus)
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-host.c223 if(result->bogus) return "(BOGUS (security failure))";
305 if(result->bogus && result->why_bogus)
348 if(result->bogus && result->why_bogus)
361 if(result->bogus && result->why_bogus)
/freebsd-11-stable/usr.bin/procstat/tests/
H A Dprocstat_test.sh55 start_program bogus-arg
/freebsd-11-stable/contrib/unbound/libunbound/
H A Dunbound.h187 * to a security failure, bogus is true.
192 * If !secure and !bogus, this can happen if the data is not secure
196 int bogus; member in struct:ub_result
199 * If the result is bogus this contains a string (zero terminated)
202 * Is NULL if the result is not bogus.
214 * TTL for the result, in seconds. If the security is bogus, then
730 /** answers that were bogus (withheld as SERVFAIL) */
732 /** rrsets marked bogus by validator */
H A Dlibworker.c512 /* rcode, havedata, nxdomain, secure, bogus */
522 res->bogus = 1;
/freebsd-11-stable/share/mk/
H A Dsuite.test.mk90 # report bogus results unless the new binaries are put in place.
H A Dbsd.compiler.mk72 # Ensure no bogus CCACHE_PATH leaks in which might avoid the in-tree compiler.
/freebsd-11-stable/usr.sbin/ctm/mkCTM/
H A Dmkctm.c76 fprintf(fd, "%s bogus: %5lu ref %5lu target\n",
376 GetNext(int *i, int *n, struct dirent **nl, const char *dir, const char *name, u_long *ignored, u_long *bogus, u_long *wrong) argument
399 (*bogus)++;
/freebsd-11-stable/sbin/dhclient/
H A Doptions.c130 goto bogus;
148 bogus:
156 warning("Many bogus options seen in offers. "
157 "Taking this offer in spite of bogus "
160 warning("rejecting bogus offer.");
/freebsd-11-stable/contrib/unbound/daemon/
H A Dcachedump.c726 if(a->bogus) {
812 (int)n_ns, (int)n_miss, (dp->bogus?"It is BOGUS. ":""),
/freebsd-11-stable/sys/kern/
H A Dvfs_bio.c295 * bogus page -- for I/O to/from partially complete buffers
1280 /* XXX: This is bogus. We should probably have a BO_REMOTE flag instead */
2525 * restore bogus pages.
2535 bool bogus; local
2552 bogus = false;
2561 * cleanup bogus pages, restoring the originals
2565 bogus = true;
2591 if (bogus && buf_mapped(bp)) {
2671 panic("vfs_vmio_invalidate: Unexpected bogus page.");
2717 KASSERT(m != bogus_page, ("allocbuf: bogus pag
4282 bool bogus; local
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Dqueue.c2350 ** close bogus maps, i.e., maps which caused a tempfail,
3973 bool bogus = false; local
4080 bogus = st.st_uid != geteuid() &&
4093 if (bogus && st.st_gid == getegid() && UseMSP)
4111 bogus = !(bitset(S_IWGRP, QueueFileMode) &&
4119 if (!bogus)
4120 bogus = bitset(qsafe, st.st_mode);
4121 if (bogus)
4126 "bogus queue file, uid=%ld, gid=%ld, mode=%o",
4131 sm_dprintf("readqf(%s): bogus fil
[all...]
H A Dmap.c611 ** bogus -- only close bogus maps.
618 closemaps(bogus)
619 bool bogus;
621 stabapply(map_close, bogus);
628 ** bogus -- only close bogus maps or MCF_NOTPERSIST maps.
635 map_close(s, bogus)
637 int bogus; /* int because of stabapply(), used as bool */
650 ** and (!bogus o
[all...]
/freebsd-11-stable/lib/libpmc/
H A Dlibpmc.c2491 __P4MASK(bogus, 1),
2509 __P4MASK(bogus, 1),
2523 __P4MASK(bogus, 1),
/freebsd-11-stable/contrib/bmake/
H A Dconfigure533 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
2552 # We chose a different compiler from the bogus one.
3779 # We chose a different compiler from the bogus one.
4810 bogus endian macros
4854 bogus endian macros

Completed in 202 milliseconds

12