HomeSort by: relevance | last modified time | path
    Searched refs:findtype (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/bsd/netpgp/dist/bindings/lua/
glue.c 60 findtype(strarg_t *strs, const char *s) function
162 armour = findtype(armourtypes, luaL_checkstring(L, 4));
185 armour = findtype(armourtypes, luaL_checkstring(L, 4));
217 armour = findtype(armourtypes, luaL_checkstring(L, 4));
218 detached = findtype(detachtypes, luaL_checkstring(L, 5));
242 armour = findtype(armourtypes, luaL_checkstring(L, 4));
243 detached = findtype(detachtypes, luaL_checkstring(L, 5));
262 armour = findtype(armourtypes, luaL_checkstring(L, 3));
281 armour = findtype(armourtypes, luaL_checkstring(L, 4));
298 armour = findtype(armourtypes, luaL_checkstring(L, 3))
    [all...]
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
stabs.c 88 struct stabtype *findtype(TWORD t, union dimfun *df, struct attr *sue);
164 findtype(TWORD t, union dimfun *df, struct attr *ap) function
302 st = findtype(t, df, ap);
317 st = findtype(t, df, ap);
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
stabs.c 88 struct stabtype *findtype(TWORD t, union dimfun *df, struct attr *sue);
164 findtype(TWORD t, union dimfun *df, struct attr *ap) function
303 st = findtype(t, df, ap);
318 st = findtype(t, df, ap);
  /src/usr.bin/rpcgen/
rpc_cout.c 57 static int findtype(definition *, const char *);
123 findtype(definition *def, const char *type) function
138 def = (definition *) FINDVAL(defined, type, findtype);
  /src/usr.bin/xlint/lint2/
read.c 104 static unsigned short findtype(const char *, size_t, int);
660 if ((tidx = findtype(cp, tlen, h)) != 0) {
925 findtype(const char *cp, size_t len, int h) function

Completed in 21 milliseconds