HomeSort by: relevance | last modified time | path
    Searched defs:rtypes (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/fs/puffs/h_dtfs/
dtfs_vfsops.c 110 } rtypes[] = { variable in typeref:struct:rtype
119 #define NTYPES (sizeof(rtypes) / sizeof(rtypes[0]))
151 if (strncmp(rtypes[i].tstr, typestr,
152 strlen(rtypes[i].tstr)) == 0) {
153 if (rtypes[i].pfunc(pu, typestr,
154 rtypes[i].vt) != 0) {
  /src/external/mpl/bind/dist/bin/dig/
host.c 71 struct rtype rtypes[] = { { 1, "has address" }, variable in typeref:struct:rtype
288 for (t = rtypes; t->text != NULL; t++) {

Completed in 26 milliseconds