Home
last modified time | relevance | path

Searched refs:NOEXPR (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/test/libc-tests/tests/nl_langinfo/
H A Dnl_langinfo_test.c72 { NOEXPR, "^[nN]" },
102 { NOEXPR, "^(([nN]([oO])?))" },
132 { NOEXPR, "^(([nN]([oO])?))" },
162 { NOEXPR, "^(([нН]([еЕ][тТ])?)|([nN]([oO])?))" },
/titanic_50/usr/src/head/
H A Dlanginfo.h137 #define NOEXPR 57 /* negative response expression */ macro
/titanic_50/usr/src/common/util/
H A Dgetresponse.c86 noexpr = strdup(nl_langinfo(NOEXPR)); in init_yes()
/titanic_50/usr/src/lib/libc/port/locale/
H A Dnl_langinfo.c143 case NOEXPR: in nl_langinfo_l()
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dsshconnect.c572 if ((rerr = regcomp(&nore, nl_langinfo(NOEXPR), REG_EXTENDED)) != 0) { in confirm()
577 errx(1, "NOEXPR: %s: %s", nl_langinfo(NOEXPR), errstr); in confirm()
/titanic_50/usr/src/cmd/locale/
H A Dlocale.c156 yn.no_expr = strdup(nl_langinfo(NOEXPR)); in getyesno()
/titanic_50/usr/src/cmd/beadm/
H A Dbeadm.c555 const char *nore = nl_langinfo(NOEXPR); in confirm_destroy()