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

/freebsd-10.0-release/contrib/nvi/vi/
H A Dv_ch.c28 static void notfound __P((SCR *, ARG_CHAR_T));
162 empty: notfound(sp, key);
171 notfound(sp, key);
245 empty: notfound(sp, key);
254 notfound(sp, key);
279 notfound(SCR *sp, ARG_CHAR_T ch) function
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dgetcwd.c163 goto notfound;
170 goto notfound;
217 notfound:
/freebsd-10.0-release/lib/libc/gen/
H A Dgetcwd.c164 goto notfound;
171 goto notfound;
213 notfound:
/freebsd-10.0-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-10.0-release/crypto/openssl/crypto/engine/
H A Deng_list.c413 goto notfound;
416 notfound:
/freebsd-10.0-release/sys/boot/common/
H A Dboot.c317 goto notfound;
381 notfound:
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dkeytab.c874 goto notfound;
879 goto notfound;
885 notfound:
/freebsd-10.0-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-10.0-release/sys/net80211/
H A Dieee80211_scan_sta.c1243 notfound:
1259 goto notfound;
1264 goto notfound;
1599 notfound:
1647 goto notfound;
1660 goto notfound;
1895 notfound:
1932 goto notfound;
1937 goto notfound;
/freebsd-10.0-release/lib/libc/nls/
H A Dmsgcat.c311 goto notfound;
320 notfound:
/freebsd-10.0-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-10.0-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-10.0-release/contrib/nvi/ex/
H A Dex_tag.c943 goto notfound;
945 notfound: tag_msg(sp, TAG_SEARCH, tag);
/freebsd-10.0-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-10.0-release/sys/fs/msdosfs/
H A Dmsdosfs_lookup.c244 goto notfound;
329 notfound:
/freebsd-10.0-release/sys/fs/devfs/
H A Ddevfs_vnops.c1029 goto notfound;
1032 goto notfound;
1036 notfound:
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c3764 int notfound = subr == DIF_SUBR_STRSTR ? 0 : -1; local
3767 regs[rd] = notfound;
3871 for (regs[rd] = notfound; addr != limit; addr += inc) {

Completed in 296 milliseconds