Searched refs:not_found (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dcharinfo.h35 char not_found; member in class:charinfo
203 if (not_found)
206 not_found = 1;
H A Dnode.cpp5862 int not_found; local
5863 fm = font::load_font(external_name.contents(), &not_found, check_only);
5867 if (not_found)
/freebsd-11-stable/lib/libpam/modules/pam_group/
H A Dpam_group.c107 not_found:
119 goto not_found;
/freebsd-11-stable/sys/fs/devfs/
H A Ddevfs_vnops.c371 int not_found; local
373 not_found = 0;
375 not_found = 1;
377 KASSERT(not_found == 1, ("DEVFS de dropped but not doomed"));
381 KASSERT(not_found == 1,
383 not_found = 2;
387 if (not_found == 1 || (drop_dm_lock && not_found != 2))
389 return (not_found);
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Dfont.cpp489 font *font::load_font(const char *s, int *not_found, int head_only) argument
492 if (!f->load(not_found, head_only)) {
564 // If the font can't be found, then if not_found is non-NULL, it will be set
567 int font::load(int *not_found, int head_only) argument
572 if (not_found)
573 *not_found = 1;
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dget_cred.c670 not_found(krb5_context context, krb5_const_principal p, krb5_error_code code) function
710 return not_found(context, server, KRB5_CC_NOTFOUND);
802 return not_found(context, in_creds->server, KRB5_CC_NOTFOUND);
1187 return not_found(context, in_creds->server, KRB5_CC_NOTFOUND);
1407 ret = not_found(context, in_creds.server, KRB5_CC_NOTFOUND);
/freebsd-11-stable/sbin/atm/atmconfig/
H A Dmain.c364 goto not_found;
408 not_found:
/freebsd-11-stable/sys/net/
H A Droute.c730 int not_found = 0; local
768 not_found = 1;
772 not_found = 1;
777 if (!not_found && rt->rt_ifa != NULL) {
783 if (not_found || ifa == NULL)
/freebsd-11-stable/contrib/jemalloc/src/
H A Dprof.c769 bool not_found; local
778 not_found = ckh_search(&tdata->bt2tctx, bt, NULL, &ret.v);
779 if (!not_found) /* Note double negative! */
782 if (not_found) {
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server.c1623 goto not_found;
1636 not_found:
/freebsd-11-stable/contrib/gdb/gdb/
H A Dbreakpoint.c4318 int not_found = 0;
5090 int not_found = 0;
5102 parse_args.not_found_ptr = &not_found;
5113 if (not_found)
4309 int not_found = 0; local
5079 int not_found = 0; local
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dbuffer.c2737 goto not_found;
2749 goto not_found;
2756 not_found:
/freebsd-11-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp390 return file_status(file_type::not_found);

Completed in 301 milliseconds