Home
last modified time | relevance | path

Searched refs:NP_ (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/heimdal/kuser/
H A Dkinit.c99 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 Dkgetcred.c50 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 Dkuser_locl.h96 #define NP_(x,y) (x) macro
100 #define NP_(x,y) (x) macro
H A Dklist.c67 #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_("", "")