Searched refs:notfound (Results 1 - 19 of 19) sorted by relevance

/freebsd-9.3-release/contrib/nvi/vi/
H A Dv_ch.c28 static void notfound __P((SCR *, ARG_CHAR_T));
169 empty: notfound(sp, key);
178 notfound(sp, key);
255 empty: notfound(sp, key);
264 notfound(sp, key);
290 notfound(sp, ch) function
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dgetcwd.c163 goto notfound;
170 goto notfound;
217 notfound:
/freebsd-9.3-release/lib/libc/gen/
H A Dgetcwd.c162 goto notfound;
169 goto notfound;
211 notfound:
/freebsd-9.3-release/sys/fs/cd9660/
H A Dcd9660_lookup.c72 * search for name in directory, to found or notfound
73 * notfound:
238 goto notfound;
255 goto notfound;
297 notfound:
/freebsd-9.3-release/sys/fs/nwfs/
H A Dnwfs_vnops.c825 int error = 0, notfound; local
886 notfound = 0;
895 notfound = ncp_obtain_info(nmp, npp->n_dosfid,
900 notfound = ncp_lookup(dvp, cnp->cn_namelen, cnp->cn_nameptr,
907 NCPVNDEBUG("call to ncp_lookup returned=%d\n", notfound);
909 if (notfound && notfound < 0x80 )
910 return (notfound); /* hard error */
911 if (notfound) { /* entry not found */
/freebsd-9.3-release/sys/boot/common/
H A Dboot.c317 goto notfound;
381 notfound:
/freebsd-9.3-release/crypto/openssl/crypto/engine/
H A Deng_list.c382 goto notfound;
385 notfound:
/freebsd-9.3-release/sys/compat/linux/
H A Dcheck_error.d111 linuxulator*:util:linux_driver_get_major_minor:notfound
H A Dlinux_util.c84 LIN_SDT_PROBE_DEFINE1(util, linux_driver_get_major_minor, notfound, "char *");
223 LIN_SDT_PROBE1(util, linux_driver_get_major_minor, notfound, node);
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_scan_sta.c1244 notfound:
1260 goto notfound;
1265 goto notfound;
1599 notfound:
1643 goto notfound;
1648 goto notfound;
1883 notfound:
1920 goto notfound;
1925 goto notfound;
/freebsd-9.3-release/lib/libc/nls/
H A Dmsgcat.c310 goto notfound;
319 notfound:
/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A Drcsutil.c1079 char const *notfound; local
1107 notfound = args[1];
1110 args[0] = notfound = RCS_SHELL;
1116 write_stderr(notfound);
/freebsd-9.3-release/sys/ufs/ufs/
H A Dufs_lookup.c194 * search for name in directory, to found or notfound
195 * notfound:
323 goto notfound;
461 goto notfound;
473 notfound:
/freebsd-9.3-release/sys/fs/ext2fs/
H A Dext2_lookup.c283 * search for name in directory, to found or notfound
284 * notfound:
377 goto notfound;
452 notfound:
/freebsd-9.3-release/sys/fs/msdosfs/
H A Dmsdosfs_lookup.c244 goto notfound;
329 notfound:
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dvalidator.c1018 goto notfound;
1022 goto notfound;
1030 goto notfound;
1035 goto notfound;
1047 goto notfound;
1060 goto notfound;
1082 goto notfound;
1086 notfound:
/freebsd-9.3-release/sys/fs/devfs/
H A Ddevfs_vnops.c1030 goto notfound;
1033 goto notfound;
1037 notfound:
/freebsd-9.3-release/contrib/nvi/ex/
H A Dex_tag.c977 goto notfound;
979 notfound: tag_msg(sp, TAG_SEARCH, tag);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c3765 int notfound = subr == DIF_SUBR_STRSTR ? 0 : -1; local
3768 regs[rd] = notfound;
3872 for (regs[rd] = notfound; addr != limit; addr += inc) {

Completed in 432 milliseconds