Home
last modified time | relevance | path

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

/trueos/contrib/nvi/vi/
HDv_ch.c28 static void notfound __P((SCR *, ARG_CHAR_T));
162 empty: notfound(sp, key); in v_chf()
171 notfound(sp, key); in v_chf()
245 empty: notfound(sp, key); in v_chF()
254 notfound(sp, key); in v_chF()
279 notfound(SCR *sp, ARG_CHAR_T ch) in notfound() function
/trueos/lib/libc/gen/
HDgetcwd.c164 goto notfound;
171 goto notfound;
213 notfound:
/trueos/crypto/openssh/openbsd-compat/
HDgetcwd.c163 goto notfound; in getcwd()
170 goto notfound; in getcwd()
217 notfound: in getcwd()
/trueos/sys/fs/cd9660/
HDcd9660_lookup.c255 goto notfound;
272 goto notfound;
314 notfound:
/trueos/sys/boot/common/
HDboot.c317 goto notfound; in getrootmount()
381 notfound: in getrootmount()
/trueos/sys/net80211/
HDieee80211_scan_sta.c1243 notfound: in sta_pick_bss()
1259 goto notfound; in sta_pick_bss()
1264 goto notfound; in sta_pick_bss()
1599 notfound:
1647 goto notfound;
1660 goto notfound;
1895 notfound:
1932 goto notfound;
1937 goto notfound;
/trueos/sys/compat/linux/
HDlinux_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); in linux_driver_get_major_minor()
HDcheck_error.d111 linuxulator*:util:linux_driver_get_major_minor:notfound
/trueos/crypto/openssl/crypto/engine/
HDeng_list.c384 goto notfound; in ENGINE_by_id()
387 notfound: in ENGINE_by_id()
/trueos/crypto/heimdal/lib/krb5/
HDkeytab.c874 goto notfound; in krb5_kt_have_content()
879 goto notfound; in krb5_kt_have_content()
885 notfound: in krb5_kt_have_content()
/trueos/gnu/usr.bin/rcs/lib/
HDrcsutil.c1079 char const *notfound;
1107 notfound = args[1];
1110 args[0] = notfound = RCS_SHELL;
1116 write_stderr(notfound);
/trueos/lib/libc/nls/
HDmsgcat.c312 goto notfound; in catgets()
321 notfound: in catgets()
/trueos/sys/ufs/ufs/
HDufs_lookup.c323 goto notfound; in ufs_lookup_ino()
461 goto notfound; in ufs_lookup_ino()
473 notfound: in ufs_lookup_ino()
/trueos/sys/fs/msdosfs/
HDmsdosfs_lookup.c265 goto notfound; in msdosfs_lookup_()
350 notfound: in msdosfs_lookup_()
/trueos/contrib/nvi/ex/
HDex_tag.c943 goto notfound; in ctag_search()
945 notfound: tag_msg(sp, TAG_SEARCH, tag); in ctag_search()
/trueos/sys/fs/devfs/
HDdevfs_vnops.c1060 goto notfound; in devfs_mknod()
1063 goto notfound; in devfs_mknod()
1067 notfound: in devfs_mknod()
/trueos/sys/cddl/contrib/opensolaris/uts/common/dtrace/
HDdtrace.c4545 int notfound = subr == DIF_SUBR_STRSTR ? 0 : -1; local
4548 regs[rd] = notfound;
4652 for (regs[rd] = notfound; addr != limit; addr += inc) {