Searched refs:NP_ (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/heimdal/kuser/ |
H A D | kinit.c | 99 NP_("obtain afs tokens", ""), NULL }, 102 NP_("credentials cache", ""), "cachename" }, 105 NP_("get tickets not forwardable", ""), NULL }, 108 NP_("get forwardable tickets", ""), NULL }, 111 NP_("keytab to use", ""), "keytabname" }, 114 NP_("lifetime of tickets", ""), "time" }, 117 NP_("get proxiable tickets", ""), NULL }, 120 NP_("renew TGT", ""), NULL }, 123 NP_("get renewable tickets", ""), NULL }, 126 NP_("renewable lifetime of tickets", ""), "time" }, [all …]
|
H A D | kgetcred.c | 50 NP_("credential cache to use", ""), "cache"}, 52 NP_("credential cache to store credential in", ""), "cache"}, 54 NP_("where to find the ticket use for delegation", ""), "cache"}, 56 NP_("canonicalize the principal", ""), NULL }, 58 NP_("forwardable ticket requested", ""), NULL}, 61 NP_("encryption type to use", ""), "enctype"}, 63 NP_("client to impersonate", ""), "principal"},
|
H A D | kuser_locl.h | 96 #define NP_(x,y) (x) macro 100 #define NP_(x,y) (x) macro
|
H A D | klist.c | 67 #define COL_ISSUED NP_(" Issued","") 68 #define COL_EXPIRES NP_(" Expires", "") 69 #define COL_FLAGS NP_("Flags", "") 70 #define COL_NAME NP_(" Name", "") 71 #define COL_PRINCIPAL NP_(" Principal", "in klist output") 72 #define COL_PRINCIPAL_KVNO NP_(" Principal (kvno)", "in klist output") 73 #define COL_CACHENAME NP_(" Cache name", "name in klist output") 74 #define COL_DEFCACHE NP_("", "")
|