Searched refs:noerr (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dobjc-lang.h66 int noerr);
H A Dobjc-lang.c84 lookup_struct_typedef (char *name, struct block *block, int noerr) argument
93 if (noerr)
100 if (noerr)
H A Dgdbtypes.c1056 lookup_typename (char *name, struct block *block, int noerr) argument
1069 else if (!tmp && noerr)
1218 lookup_struct_elt_type (struct type *type, char *name, int noerr) argument
1270 t = lookup_struct_elt_type (TYPE_BASECLASS (type, i), name, noerr);
1277 if (noerr)
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dntp_intres.c491 int again, noerr; local
519 noerr = !!(gai_req->qflags & GAIR_F_IGNDNSERR);
520 again = noerr || should_retry_dns(
553 noerr);

Completed in 175 milliseconds