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

  /src/share/examples/puffs/pgfs/
pgfs_subs.c 73 const char * const vtype_table[] = { variable in typeref:typename:const char * const[]
84 for (i = 0; i < __arraycount(vtype_table); i++) {
85 if (vtype_table[i] == NULL) {
88 if (!strcmp(type, vtype_table[i])) {
100 if (vtype < __arraycount(vtype_table)) {
101 assert(vtype_table[vtype] != NULL);
102 return vtype_table[vtype];
pgfs_subs.c 73 const char * const vtype_table[] = { variable in typeref:typename:const char * const[]
84 for (i = 0; i < __arraycount(vtype_table); i++) {
85 if (vtype_table[i] == NULL) {
88 if (!strcmp(type, vtype_table[i])) {
100 if (vtype < __arraycount(vtype_table)) {
101 assert(vtype_table[vtype] != NULL);
102 return vtype_table[vtype];

Completed in 50 milliseconds