Searched refs:FUNCTION (Results 1 - 25 of 64) sorted by relevance

123

/freebsd-9.3-release/contrib/opie/libopie/
H A Dgetsequence.c18 Modified by cmetz for OPIE 2.2. Use FUNCTION declaration et al.
24 int opiegetsequence FUNCTION((stateblock), struct opie *stateblock)
H A Dpasscheck.c19 Modified by cmetz for OPIE 2.2. Use FUNCTION declaration et al.
39 int opiepasscheck FUNCTION((secret), char *secret)
H A Drandomchallenge.c23 Modified by cmetz for OPIE 2.2. Use FUNCTION declaration et al.
37 VOIDRET opierandomchallenge FUNCTION((prompt), char *prompt)
H A Dbtoa8.c21 char *opiebtoa8 FUNCTION((out, in), char *out AND struct opie_otpkey *inkey)
H A Dlookup.c18 int opielookup FUNCTION((opie, principal), struct opie *opie AND char *principal)
H A Dbtoh.c20 char *opiebtoh FUNCTION((out, in), char *out AND struct opie_otpkey *inkey)
H A Daccessfile.c20 Modified by cmetz for OPIE 2.2. Use FUNCTION declaration et al.
52 int opieaccessfile FUNCTION((host), char *host)
87 int rdnets FUNCTION((host), long host)
134 int isaddr FUNCTION((s), register char *s)
153 int opiealways FUNCTION((homedir), char *homedir)
H A Datob8.c20 Modified by cmetz for OPIE 2.2. Use FUNCTION declaration et al.
31 char *opieatob8 FUNCTION((out, in), struct opie_otpkey *outkey AND char *in)
H A Dchallenge.c21 Modified by cmetz for OPIE 2.2. Use FUNCTION declaration et al.
54 int opiechallenge FUNCTION((mp, name, ss), struct opie *mp AND char *name AND char *ss)
H A Dkeycrunch.c27 int opiekeycrunch FUNCTION((algorithm, result, seed, secret), int algorithm AND
H A Dopen.c31 FILE *__opieopen FUNCTION((file, rw, mode), char *file AND int rw AND int mode)
H A Dbtoe.c20 Modified by cmetz for OPIE 2.2. Use FUNCTION declaration et al.
2092 char *opiebtoe FUNCTION((engout, c), char *engout AND struct opie_otpkey *c)
2124 int opieetob FUNCTION((out, e), struct opie_otpkey *out AND char *e)
2203 static int wsrch FUNCTION((w, low, high), char *w AND int low AND int high)
2227 static VOIDRET insert FUNCTION((s, x, start, length), char *s AND int x AND int start AND int length)
2253 static UINT4 extract FUNCTION((s, start, length), char *s AND int start AND int length)
H A Dreadrec.c44 static int parserec FUNCTION((opie), struct opie *opie)
94 int __opiereadrec FUNCTION((opie), struct opie *opie)
H A Dgetutmpentry.c43 int __opiegetutmpentry FUNCTION((line, utmp), char *line AND struct utmp *utmp)
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
/freebsd-9.3-release/contrib/opie/
H A Dglob.c18 Modified by cmetz for OPIE 2.2. Use FUNCTION declaration et al.
121 static int match FUNCTION((s, p), char *s AND char *p)
138 static int Gmatch FUNCTION((s, p), register char *s AND register char *p)
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)))
237 static int tglob FUNCTION((c), register char c)
244 static int letter FUNCTION((c), register char c)
249 static int digit FUNCTION((c), register char c)
254 static int any FUNCTION((
[all...]
H A Dopieftpd.c25 Modified by cmetz for OPIE 2.2. Use FUNCTION definition et al.
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 lreply FUNCTION((stdarg is ANSI only), int n AND char *fmt AND ...)
297 VOIDRET lreply 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)
324 static VOIDRET lostconn FUNCTION((input), int input)
336 static char *sgetsave FUNCTION((s), char *s)
354 static struct passwd *sgetpwnam FUNCTION((name), char *name)
407 int user FUNCTION((name), char *name)
483 static int checkuser FUNCTION((nam
[all...]
H A Dopieinfo.c19 Modified by cmetz for OPIE 2.2. Use FUNCTION definition et al.
62 int main FUNCTION((argc, argv), int argc AND char *argv[])
H A Dpermsfile.c22 Modified by cmetz for OPIE 2.2. Use FUNCTION declaration et al.
49 VOIDRET opiefatal FUNCTION((x), char *x)
57 static int getalist FUNCTION((string, list), char **string AND char **list)
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 Dpopen.c18 Modified by cmetz for OPIE 2.2. Use FUNCTION declaration et al.
105 FILE *ftpd_popen FUNCTION((program, type), char *program AND char *type)
183 int ftpd_pclose FUNCTION((iop), FILE *iop)
/freebsd-9.3-release/crypto/openssl/apps/
H A Dprogs.pl21 } FUNCTION;
23 FUNCTION functions[] = {
H A Dopenssl.c137 * required type of "FUNCTION*"). This removes the necessity for
141 /* static unsigned long MS_CALLBACK hash(FUNCTION *a); */
143 /* static int MS_CALLBACK cmp(FUNCTION *a,FUNCTION *b); */
215 FUNCTION f, *fp;
293 fp = (FUNCTION *) lh_retrieve(prog, &f);
383 FUNCTION f, *fp;
391 fp = (FUNCTION *) lh_retrieve(prog, &f);
488 const FUNCTION *f1 = _f1;
489 const FUNCTION *f
[all...]
/freebsd-9.3-release/contrib/opie/libmissing/
H A Dgetutline.c34 struct utmp *getutline FUNCTION((utmp), struct utmp *utmp)
H A Dpututline.c27 void pututline FUNCTION((utmp), struct utmp *utmp)

Completed in 176 milliseconds

123