Searched defs:ret_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-crypto/elfsign/
H A Delfsign.c125 typedef enum ret_e ret_t; typedef in typeref:enum:ret_e
128 static ret_t getelfobj(char *);
130 static ret_t do_sign(char *);
131 static ret_t do_verify(char *);
132 static ret_t do_cert_request(char *);
133 static ret_t do_list(char *);
146 ret_t (*action)(char *); /* Function pointer for the action */
147 ret_t ret;
343 ret_t iret;
396 static ret_t
[all...]

Completed in 47 milliseconds