Home
last modified time | relevance | path

Searched defs:newf (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/lib/libcrypto/x509/
H A Dx509_vfy.h300 #define X509_STORE_get_ex_new_index(l, p, newf, dupf, freef) \ argument
/openbsd-src/gnu/usr.bin/cvs/src/
H A Dentries.c1014 FILE *newf; local
H A Dclient.c5814 FILE *newf; local
/openbsd-src/lib/libcrypto/ec/
H A Dec.h305 EC_KEY_get_ex_new_index(l,p,newf,dupf,freef) global() argument
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp811.C49 char fill(char newf) { char oldf = _fill; _fill = newf; return oldf; } in fill()
H A Dp784.C387 char fill(char newf) { char oldf = _fill; _fill = newf; return oldf; } in fill()
/openbsd-src/sys/net/
H A Dpf_table.c2234 pfr_setflags_ktable(struct pfr_ktable *kt, int newf) in pfr_setflags_ktable()