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

123

/freebsd-11-stable/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 Dbtoa8.c21 char *opiebtoa8 FUNCTION((out, in), char *out AND struct opie_otpkey *inkey)
H A Dlookup.c19 int opielookup FUNCTION((opie, principal), struct opie *opie AND char *principal)
H A Drandomchallenge.c23 Modified by cmetz for OPIE 2.2. Use FUNCTION declaration et al.
40 VOIDRET opierandomchallenge FUNCTION((prompt), char *prompt)
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.
53 int opieaccessfile FUNCTION((host), char *host)
88 int rdnets FUNCTION((host), long host)
135 int isaddr FUNCTION((s), register char *s)
154 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-11-stable/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 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-11-stable/crypto/openssl/apps/
H A Dprogs.pl24 } FUNCTION;
25 DECLARE_LHASH_OF(FUNCTION);
27 FUNCTION functions[] = {
H A Dopenssl.c141 * required type of "FUNCTION*"). This removes the necessity for
145 static LHASH_OF(FUNCTION) *prog_init(void);
146 static int do_cmd(LHASH_OF(FUNCTION) *prog, int argc, char *argv[]);
223 FUNCTION f, *fp;
230 LHASH_OF(FUNCTION) *prog = NULL;
454 static int do_cmd(LHASH_OF(FUNCTION) *prog, int argc, char *argv[])
456 FUNCTION f, *fp;
592 const FUNCTION *f1 = _f1;
593 const FUNCTION *f2 = _f2;
666 static int MS_CALLBACK function_cmp(const FUNCTION *
[all...]
/freebsd-11-stable/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)
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm44 ; FUNCTION ___kmp_x86_pause
63 ; FUNCTION ___kmp_x86_cpuid
111 ; FUNCTION ___kmp_test_then_add32
131 ; FUNCTION ___kmp_compare_and_store8
156 ; FUNCTION ___kmp_compare_and_store16
181 ; FUNCTION ___kmp_compare_and_store32
206 ; FUNCTION ___kmp_compare_and_store64
243 ; FUNCTION ___kmp_xchg_fixed8
264 ; FUNCTION ___kmp_xchg_fixed16
285 ; FUNCTION ___kmp_xchg_fixed3
[all...]

Completed in 212 milliseconds

123