Home
last modified time | relevance | path

Searched refs:findtype (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/lua/
H A Dglue.c60 findtype(strarg_t *strs, const char *s) in findtype() function
162 armour = findtype(armourtypes, luaL_checkstring(L, 4)); in l_encrypt_file()
185 armour = findtype(armourtypes, luaL_checkstring(L, 4)); in l_decrypt_file()
217 armour = findtype(armourtypes, luaL_checkstring(L, 4)); in l_sign_file()
218 detached = findtype(detachtypes, luaL_checkstring(L, 5)); in l_sign_file()
242 armour = findtype(armourtypes, luaL_checkstring(L, 4)); in l_clearsign_file()
243 detached = findtype(detachtypes, luaL_checkstring(L, 5)); in l_clearsign_file()
262 armour = findtype(armourtypes, luaL_checkstring(L, 3)); in l_verify_file()
281 armour = findtype(armourtypes, luaL_checkstring(L, 4)); in l_verify_cat_file()
298 armour = findtype(armourtypes, luaL_checkstring(L, 3)); in l_list_packets()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dstabs.c88 struct stabtype *findtype(TWORD t, union dimfun *df, struct attr *sue);
164 findtype(TWORD t, union dimfun *df, struct attr *ap) in findtype() function
302 st = findtype(t, df, ap); in printtype()
317 st = findtype(t, df, ap); in printtype()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dstabs.c88 struct stabtype *findtype(TWORD t, union dimfun *df, struct attr *sue);
164 findtype(TWORD t, union dimfun *df, struct attr *ap) in findtype() function
303 st = findtype(t, df, ap); in printtype()
318 st = findtype(t, df, ap); in printtype()
/netbsd-src/usr.bin/rpcgen/
H A Drpc_cout.c57 static int findtype(definition *, const char *);
123 findtype(definition *def, const char *type) in findtype() function
138 def = (definition *) FINDVAL(defined, type, findtype); in undefined()
/netbsd-src/usr.bin/xlint/lint2/
H A Dread.c104 static unsigned short findtype(const char *, size_t, int);
662 if ((tidx = findtype(cp, tlen, h)) != 0) { in inptype()
929 findtype(const char *cp, size_t len, int h) in findtype() function