Searched refs:fixedlength (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Dmakedis.c572 int fixedlength; /* If a C array, will be a char [][N] not a char *[]. */ member in struct:function
1631 if (fp->fixedlength > 0)
1632 fprintf(f, "char %s[][%d]", fp->name, fp->fixedlength);
1736 fp->fixedlength =
2250 int fixedlength; local
2252 fixedlength = (*tp == T_INTEGER) ? 0 : checkfixedlength(ap);
2253 if (fixedlength > 0)
2262 if (fixedlength > 0)
2263 printf("[%d]", fixedlength);

Completed in 15 milliseconds