HomeSort by: relevance | last modified time | path
    Searched refs:inwstr (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/libcurses/
inwstr.c 1 /* $NetBSD: inwstr.c,v 1.11 2024/12/23 02:58:03 blymn Exp $ */
39 __RCSID("$NetBSD: inwstr.c,v 1.11 2024/12/23 02:58:03 blymn Exp $");
46 * inwstr, innwstr --
49 __warn_references(inwstr,
50 "warning: this program uses inwstr(), which is unsafe.")
52 inwstr(wchar_t *wstr)
Makefile 55 inwstr.c
curses.h 942 int inwstr(wchar_t *);
  /src/lib/libcurses/EXAMPLES/
ex1.c 177 inwstr( iwstr );
  /src/tests/lib/libcurses/tests/
Makefile 92 FILES+= inwstr
  /src/tests/lib/libcurses/
t_curses.sh 855 atf_test_case inwstr
862 h_run inwstr
2294 atf_add_test_case inwstr
  /src/tests/lib/libcurses/slave/
curses_commands.c 4396 report_return(inwstr(wstr));

Completed in 23 milliseconds