Lines Matching refs:ftmp
2049 __nis_mapping_format_t *ftmp; in verifyMappingMatch() local
2052 for (nf = 0, ftmp = f; ftmp->type != mmt_end; ftmp++) { in verifyMappingMatch()
2095 __nis_mapping_format_t *ftmp; in matchMappingItem() local
2103 for (nf = numItems = 0, ftmp = f; ftmp->type != mmt_end; ftmp++) { in matchMappingItem()
2110 if (ftmp->type == mmt_item) in matchMappingItem()
2112 else if (ftmp->type == mmt_berstring && ftmp->match.berString && in matchMappingItem()
2113 ftmp->match.berString[0] == 'a') in matchMappingItem()
2229 __nis_mapping_format_t *ftmp; in extractMappingItem() local
2243 for (nf = numitem = 0, ftmp = f; ftmp->type != mmt_end; in extractMappingItem()
2244 ftmp++) { in extractMappingItem()
2246 if (ftmp->type == mmt_item) in extractMappingItem()