Home
last modified time | relevance | path

Searched refs:not_found (Results 1 – 19 of 19) sorted by relevance

/freebsd-10-stable/contrib/groff/src/roff/troff/
Dcharinfo.h35 char not_found; variable
203 if (not_found) in first_time_not_found()
206 not_found = 1; in first_time_not_found()
Dnode.cpp5862 int not_found; in mount_font_no_translate() local
5863 fm = font::load_font(external_name.contents(), &not_found, check_only); in mount_font_no_translate()
5867 if (not_found) in mount_font_no_translate()
Dinput.cpp8093 not_found(0), transparent_translate(1), translate_input(0), in charinfo()
/freebsd-10-stable/lib/libpam/modules/pam_group/
Dpam_group.c107 not_found: in pam_group()
119 goto not_found; in pam_group()
/freebsd-10-stable/contrib/groff/src/libs/libgroff/
Dfont.cpp489 font *font::load_font(const char *s, int *not_found, int head_only) in load_font() argument
492 if (!f->load(not_found, head_only)) { in load_font()
567 int font::load(int *not_found, int head_only) in load() argument
572 if (not_found) in load()
573 *not_found = 1; in load()
/freebsd-10-stable/sys/fs/devfs/
Ddevfs_vnops.c375 int not_found; in devfs_allocv_drop_refs() local
377 not_found = 0; in devfs_allocv_drop_refs()
379 not_found = 1; in devfs_allocv_drop_refs()
381 KASSERT(not_found == 1, ("DEVFS de dropped but not doomed")); in devfs_allocv_drop_refs()
385 KASSERT(not_found == 1, in devfs_allocv_drop_refs()
387 not_found = 2; in devfs_allocv_drop_refs()
391 if (not_found == 1 || (drop_dm_lock && not_found != 2)) in devfs_allocv_drop_refs()
393 return (not_found); in devfs_allocv_drop_refs()
/freebsd-10-stable/crypto/heimdal/lib/krb5/
Dget_cred.c670 not_found(krb5_context context, krb5_const_principal p, krb5_error_code code) in not_found() function
710 return not_found(context, server, KRB5_CC_NOTFOUND); in find_cred()
802 return not_found(context, in_creds->server, KRB5_CC_NOTFOUND); in get_cred_kdc_capath_worker()
1187 return not_found(context, in_creds->server, KRB5_CC_NOTFOUND); in krb5_get_credentials_with_flags()
1407 ret = not_found(context, in_creds.server, KRB5_CC_NOTFOUND); in krb5_get_creds()
/freebsd-10-stable/sys/net/
Droute.c737 int not_found = 0; in ifa_ifwithroute_fib() local
773 not_found = 1; in ifa_ifwithroute_fib()
777 not_found = 1; in ifa_ifwithroute_fib()
782 if (!not_found && rt->rt_ifa != NULL) { in ifa_ifwithroute_fib()
788 if (not_found || ifa == NULL) in ifa_ifwithroute_fib()
/freebsd-10-stable/sbin/atm/atmconfig/
Dmain.c364 goto not_found; in help_func()
408 not_found: in help_func()
/freebsd-10-stable/usr.sbin/bsdconfig/share/
Dsysrc.subr536 local not_found=
545 not_found=1
561 if [ "$not_found" ]; then
/freebsd-10-stable/lib/libc/db/mpool/
Dmpool.libtp327 goto not_found;
367 not_found:
/freebsd-10-stable/contrib/wpa/src/eap_server/
Deap_server.c1029 goto not_found; in eap_sm_process_nak()
1042 not_found: in eap_sm_process_nak()
/freebsd-10-stable/contrib/ntp/sntp/libevent/
Dbuffer.c2737 goto not_found; in evbuffer_search_range()
2749 goto not_found; in evbuffer_search_range()
2756 not_found: in evbuffer_search_range()
/freebsd-10-stable/sys/dev/aic7xxx/
Daic79xx.seq1126 cmp SCSIBUS, MSG_SIMPLE_Q_TAG jne not_found;
1139 jmp not_found;
1149 test SCB_CONTROL,DISCONNECTED jz not_found;
1161 not_found:
Daic7xxx.seq1893 cmp LASTPHASE, P_MESGIN jne not_found;
1897 cmp SCSIBUSL,MSG_SIMPLE_Q_TAG jne not_found;
1950 not_found:
/freebsd-10-stable/contrib/gdb/gdb/
Dbreakpoint.c4309 int not_found = 0; in resolve_pending_breakpoint() local
5079 int not_found = 0; in break_command_1() local
5091 parse_args.not_found_ptr = &not_found; in break_command_1()
5102 if (not_found) in break_command_1()
/freebsd-10-stable/contrib/diff/
DChangeLog975 * src/sdiff.c (not_found, execdiff): Remove.
1863 (free_software_msgid, editor_program, not_found): New vars.
/freebsd-10-stable/contrib/libstdc++/
DChangeLog-20055355 (not_found): Same.
DChangeLog-20038463 (class not_found): Add.