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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Dmakedis.c365 int checkfixedlength(struct array *ap);
1737 (fp->type == T_INTEGER) ? 0 : checkfixedlength(estr->value.array);
1742 int checkfixedlength(struct array *ap) { function
2252 fixedlength = (*tp == T_INTEGER) ? 0 : checkfixedlength(ap);

Completed in 11 milliseconds