Lines Matching defs:gettext

1828 #define	gettext(s)	s
1830 {IDMAP_SUCCESS, gettext("Success"), 0},
1831 {IDMAP_NEXT, gettext("More results available"), 0},
1832 {IDMAP_ERR_OTHER, gettext("Undefined error"), EINVAL},
1833 {IDMAP_ERR_INTERNAL, gettext("Internal error"), EINVAL},
1834 {IDMAP_ERR_MEMORY, gettext("Out of memory"), ENOMEM},
1835 {IDMAP_ERR_NORESULT, gettext("No results available"), EINVAL},
1836 {IDMAP_ERR_NOTUSER, gettext("Not a user"), EINVAL},
1837 {IDMAP_ERR_NOTGROUP, gettext("Not a group"), EINVAL},
1838 {IDMAP_ERR_NOTSUPPORTED, gettext("Operation not supported"), ENOTSUP},
1840 gettext("Invalid Windows to UNIX name-based rule"), EINVAL},
1842 gettext("Invalid UNIX to Windows name-based rule"), EINVAL},
1843 {IDMAP_ERR_CACHE, gettext("Invalid cache"), EINVAL},
1844 {IDMAP_ERR_DB, gettext("Invalid database"), EINVAL},
1845 {IDMAP_ERR_ARG, gettext("Invalid argument"), EINVAL},
1846 {IDMAP_ERR_SID, gettext("Invalid SID"), EINVAL},
1847 {IDMAP_ERR_IDTYPE, gettext("Invalid identity type"), EINVAL},
1848 {IDMAP_ERR_RPC_HANDLE, gettext("Bad RPC handle"), EBADF},
1849 {IDMAP_ERR_RPC, gettext("RPC error"), EINVAL},
1850 {IDMAP_ERR_CLIENT_HANDLE, gettext("Bad client handle"), EINVAL},
1851 {IDMAP_ERR_BUSY, gettext("Server is busy"), EBUSY},
1852 {IDMAP_ERR_PERMISSION_DENIED, gettext("Permission denied"), EACCES},
1854 gettext("Mapping not found or inhibited"), EINVAL},
1856 gettext("New mapping needs to be created"), EINVAL},
1857 {IDMAP_ERR_DOMAIN, gettext("Invalid domain"), EINVAL},
1858 {IDMAP_ERR_SECURITY, gettext("Security issue"), EINVAL},
1859 {IDMAP_ERR_NOTFOUND, gettext("Not found"), EINVAL},
1860 {IDMAP_ERR_DOMAIN_NOTFOUND, gettext("Domain not found"), EINVAL},
1861 {IDMAP_ERR_UPDATE_NOTALLOWED, gettext("Update not allowed"), EINVAL},
1862 {IDMAP_ERR_CFG, gettext("Configuration error"), EINVAL},
1863 {IDMAP_ERR_CFG_CHANGE, gettext("Invalid configuration change"), EINVAL},
1865 gettext("No mapping for well-known SID"), EINVAL},
1867 gettext("Windows lookup failed"), EINVAL},
1869 gettext("Duplicate rule or conflicts with an existing "
1872 gettext("Duplicate rule or conflicts with an existing "
1875 gettext("Invalid or illegal UTF-8 sequence found in "
1878 gettext("Mapping not found and none created (see -c option)"),
1881 gettext("Undefined property"),
1884 gettext("Native LDAP configuration error"), EINVAL},
1886 gettext("Partial result from Native LDAP"), EINVAL},
1888 gettext("Native LDAP operation failed"), EINVAL},
1890 gettext("Improper winname form found in Native LDAP"), EINVAL},
1892 gettext("No AD servers"),
1896 #undef gettext
2355 (void) fprintf(out, gettext("unknown "));
2358 (void) fprintf(out, gettext("bad %d "), (int)i64);
2384 (void) fprintf(out, gettext("Error %d "), (int)i64);