Searched refs:VOIDRET (Results 1 - 22 of 22) sorted by relevance

/freebsd-9.3-release/contrib/opie/libmissing/
H A Dendutent.c11 Modified by cmetz for OPIE 2.31. Use VOIDRET macro.
17 VOIDRET endutent FUNCTION_NOARGS
H A Dsetutent.c16 VOIDRET setutent FUNCTION_NOARGS
/freebsd-9.3-release/contrib/opie/libopie/
H A Dversion.c23 VOIDRET opieversion FUNCTION_NOARGS
H A Drandomchallenge.c37 VOIDRET opierandomchallenge FUNCTION((prompt), char *prompt)
H A Dmd4c.c62 static VOIDRET MD4Transform __P((UINT4[4], unsigned char[64]));
63 static VOIDRET Encode __P((unsigned char *, UINT4 *, unsigned int));
64 static VOIDRET Decode __P((UINT4 *, unsigned char *, unsigned int));
101 VOIDRET opiemd4init FUNCTION((context), struct opiemdx_ctx *context)
116 VOIDRET opiemd4update FUNCTION((context, input, inputLen), struct opiemdx_ctx *context AND unsigned char *input AND unsigned int inputLen)
149 VOIDRET opiemd4final FUNCTION((digest, context), unsigned char *digest AND struct opiemdx_ctx *context)
173 static VOIDRET MD4Transform FUNCTION((state, block), UINT4 state[4] AND unsigned char block[64])
245 static VOIDRET Encode FUNCTION((output, input, len), unsigned char *output AND UINT4 *input AND unsigned int len)
260 static VOIDRET Decode FUNCTION((output, input, len), UINT4 *output AND unsigned char *input AND unsigned int len)
H A Dhash.c29 VOIDRET opiehash FUNCTION((x, algorithm), struct opie_otpkey *x AND
H A Dhashlen.c26 VOIDRET opiehashlen FUNCTION((algorithm, in, out, n), int algorithm AND
H A Dmd5c.c70 static VOIDRET MD5Transform __P((UINT4[4], unsigned char[64]));
83 static VOIDRET EEncode FUNCTION((output, input, len), unsigned char *output AND UINT4 *input AND unsigned int len)
99 static VOIDRET EDecode FUNCTION((output, input, len), UINT4 *output AND unsigned char *input AND unsigned int len)
145 VOIDRET opiemd5init FUNCTION((context), struct opiemdx_ctx *context)
160 VOIDRET opiemd5update FUNCTION((context, input, inputLen), struct opiemdx_ctx *context AND unsigned char *input AND unsigned int inputLen)
195 VOIDRET opiemd5final FUNCTION((digest, context), unsigned char *digest AND struct opiemdx_ctx *context)
219 static VOIDRET MD5Transform FUNCTION((state, block), UINT4 state[4] AND unsigned char block[64])
H A Dlock.c57 VOIDRET opiedisableaeh FUNCTION_NOARGS
65 VOIDRET opieunlockaeh FUNCTION_NOARGS
H A Dlogwtmp.c115 VOIDRET opielogwtmp FUNCTION((line, name, host), char *line AND char *name AND char *host AND char *id)
H A Dbtoe.c35 static VOIDRET insert __P((char *s, int x, int start, int length));
2227 static VOIDRET insert FUNCTION((s, x, start, length), char *s AND int x AND int start AND int length)
H A Dreadpass.c69 static VOIDRET catch FUNCTION((i), int i)
/freebsd-9.3-release/contrib/opie/
H A Dopieftpd.c232 VOIDRET perror_reply __P((int, char *));
233 VOIDRET dologout __P((int));
235 VOIDRET upper __P((char *));
237 static VOIDRET lostconn __P((int));
238 static VOIDRET myoob __P((int));
242 static VOIDRET end_login __P((void));
243 static VOIDRET send_data __P((FILE *, FILE *, off_t));
253 VOIDRET reply FUNCTION((stdarg is ANSI only), int n AND char *fmt AND ...)
268 VOIDRET reply FUNCTION((n, fmt, p0, p1, p2, p3, p4, p5), int n AND char *fmt AND int p0 AND int p1 AND int p2 AND int p3 AND int p4 AND int p5)
282 VOIDRET lrepl
[all...]
H A Dglob.c97 VOIDRET blkfree __P((char **));
118 VOIDRET opiefatal __P((char *));
196 static VOIDRET Gcat FUNCTION((s1, s2), register char *s1 AND register char *s2)
210 static VOIDRET addpath FUNCTION((c), char c)
221 static VOIDRET rscan FUNCTION((t, f), register char **t AND int (*f)__P((char)))
280 VOIDRET blkfree FUNCTION((av0), char **av0)
335 static VOIDRET ginit FUNCTION((agargv), char **agargv)
344 static VOIDRET sort FUNCTION_NOARGS
360 static VOIDRET matchdir FUNCTION((pattern), char *pattern)
399 static VOIDRET expan
[all...]
H A Dftpcmd.y119 VOIDRET dologout __P((int));
120 VOIDRET upper __P((char *));
121 VOIDRET nack __P((char *));
122 VOIDRET opiefatal __P((char *));
124 VOIDRET pass __P((char *));
126 VOIDRET passive __P((void));
127 VOIDRET retrieve __P((char *, char *));
128 VOIDRET store __P((char *, char *, int));
129 VOIDRET send_file_list __P((char *));
130 VOIDRET statfilecm
[all...]
H A Dpermsfile.c49 VOIDRET opiefatal FUNCTION((x), char *x)
81 static VOIDRET doaline FUNCTION((line, name, ttyn, uid, gid), char *line AND char *name AND char *ttyn AND uid_t uid AND gid_t gid)
147 VOIDRET permsfile FUNCTION((name, ttyn, uid, gid), char *name AND char *ttyn AND uid_t uid AND gid_t gid)
H A Dopie.h146 #define VOIDRET void macro
H A Dpopen.c93 VOIDRET blkfree __P((char **));
H A Dopiepasswd.c79 static VOIDRET usage FUNCTION((myname), char *myname)
85 static VOIDRET finish FUNCTION((name), char *name)
H A Dopiesu.c130 static VOIDRET catchexit FUNCTION_NOARGS
194 static VOIDRET lsetenv FUNCTION((ename, eval, buf), char *ename AND char *eval AND char *buf)
H A Dopielogin.c287 static VOIDRET getloginname FUNCTION_NOARGS
320 static VOIDRET timedout FUNCTION((i), int i)
333 static VOIDRET catch FUNCTION((i), int i)
341 static VOIDRET catchexit FUNCTION_NOARGS
474 static VOIDRET getstr FUNCTION((buf, cnt, err), char *buf AND int cnt AND char *err)
611 static VOIDRET doremoteterm FUNCTION((term), char *term)
H A Dopiekey.c69 static VOIDRET usage FUNCTION((s), char *s)

Completed in 73 milliseconds