OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vtype_table
(Results
1 - 1
of
1
) 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];
Completed in 11 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025