Home
last modified time | relevance | path

Searched refs:notfound (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/nvi/vi/
H A Dv_ch.c24 static void notfound(SCR *, ARG_CHAR_T);
158 empty: notfound(sp, key); in v_chf()
167 notfound(sp, key); in v_chf()
250 empty: notfound(sp, key); in v_chF()
259 notfound(sp, key); in v_chF()
284 notfound(SCR *sp, ARG_CHAR_T ch) in notfound() function
/freebsd/crypto/openssh/openbsd-compat/
H A Dgetcwd.c165 goto notfound; in getcwd()
172 goto notfound; in getcwd()
219 notfound: in getcwd()
/freebsd/lib/libc/gen/
H A Dgetcwd.c159 goto notfound; in __ssp_real()
166 goto notfound; in __ssp_real()
208 notfound: in __ssp_real()
/freebsd/sys/fs/cd9660/
H A Dcd9660_lookup.c246 goto notfound; in cd9660_lookup()
263 goto notfound; in cd9660_lookup()
305 notfound: in cd9660_lookup()
/freebsd/usr.sbin/ypldap/
H A Daldap.c479 goto notfound; in aldap_next_attr()
484 goto notfound; in aldap_next_attr()
500 notfound: in aldap_next_attr()
520 goto notfound; in aldap_match_attr()
522 goto notfound; in aldap_match_attr()
538 notfound: in aldap_match_attr()
/freebsd/stand/common/
H A Dboot.c331 goto notfound; in getrootmount()
399 notfound: in getrootmount()
/freebsd/sys/net80211/
H A Dieee80211_scan_sta.c1293 notfound: in sta_pick_bss()
1309 goto notfound; in sta_pick_bss()
1314 goto notfound; in sta_pick_bss()
1654 notfound:
1703 goto notfound;
1718 goto notfound;
1932 notfound:
1973 goto notfound;
1978 goto notfound;
/freebsd/crypto/heimdal/lib/krb5/
H A Dkeytab.c879 goto notfound; in krb5_kt_have_content()
884 goto notfound; in krb5_kt_have_content()
890 notfound: in krb5_kt_have_content()
/freebsd/crypto/openssl/crypto/engine/
H A Deng_list.c428 goto notfound; in ENGINE_by_id()
431 notfound: in ENGINE_by_id()
/freebsd/lib/libc/nls/
H A Dmsgcat.c326 goto notfound; in catgets()
335 notfound: in catgets()
/freebsd/sys/compat/linux/
H A Dcheck_error.d84 linuxulator*:util:linux_driver_get_major_minor:notfound
/freebsd/usr.sbin/makefs/msdos/
H A Dmsdosfs_vnops.c244 goto notfound; in msdosfs_findslot()
306 notfound: in msdosfs_findslot()
/freebsd/sys/ufs/ufs/
H A Dufs_lookup.c306 goto notfound; in ufs_lookup_ino()
443 goto notfound; in ufs_lookup_ino()
455 notfound: in ufs_lookup_ino()
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_lookup.c289 goto notfound; in msdosfs_lookup_ino()
374 notfound: in msdosfs_lookup_ino()
/freebsd/contrib/sendmail/src/
H A Dtls.c2507 goto notfound;
2510 goto notfound;
2512 goto notfound;
2519 notfound:
/freebsd/sys/net/
H A Dif_stf.c139 SDT_PROBE_DEFINE0(if_stf, , getsrcifa6, notfound);
489 SDT_PROBE0(if_stf, , getsrcifa6, notfound); in stf_getsrcifa6()
/freebsd/contrib/nvi/ex/
H A Dex_tag.c937 goto notfound; in ctag_search()
939 notfound: tag_msg(sp, TAG_SEARCH, tag); in ctag_search()
/freebsd/sys/fs/ext2fs/
H A Dext2_lookup.c389 goto notfound; in ext2_lookup_ino()
461 notfound: in ext2_lookup_ino()
/freebsd/sys/fs/devfs/
H A Ddevfs_vnops.c1236 goto notfound; in devfs_mknod()
1239 goto notfound; in devfs_mknod()
1243 notfound: in devfs_mknod()
/freebsd/crypto/openssh/
H A Dssh.c479 goto notfound; in resolve_canonicalize()
517 notfound: in resolve_canonicalize()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c4744 int notfound = subr == DIF_SUBR_STRSTR ? 0 : -1; local
4747 regs[rd] = notfound;
4851 for (regs[rd] = notfound; addr != limit; addr += inc) {