Lines Matching defs:it
228 * The mapping failed and will fail again if it is
389 * we can recover it from the hash table. This makes hard work but
404 __nis_hash_item_mt *it;
437 for (it = ldapMappingList.keys[i]; NULL != it; it = it->next) {
439 if ((target_len + domain_len + 1) > strlen(it->name))
441 if (0 != strncmp(it->name, target, target_len))
445 if (strlen(domain) >= strlen(it->name))
447 end_ptr = it->name + strlen(it->name) -
468 res[res_count] = am(myself, end_ptr - it->name + 1);
475 (void) memcpy(res[res_count], it->name,
476 end_ptr-it->name - 1);
584 * pointer to it's lock which will be required.
972 __nis_hash_item_mt *it;
994 for (it = ldapMappingList.keys[i]; NULL != it; it = it->next) {
996 /* Check it's not a split field entry */
997 if (0 != ((__nis_table_mapping_t *)it)->numSplits)
1001 if (strlen(domain) >= strlen(it->name))
1003 end_ptr = it->name + strlen(it->name) -
1028 res[res_count] = (char *)it;
1052 it = (__nis_hash_item_mt *)res[i];
1054 end_ptr = it->name + strlen(it->name) - strlen(domain) - 1;
1057 res[i] = am(myself, end_ptr - it->name + 1);
1064 (void) memcpy(res[i], it->name, end_ptr-it->name - 1);
1094 * If we are not creating containers it is debatable what we
1096 * existing container and return failure if it does not exist.
1100 * success. If they have got it wrong then latter writes will
1156 * If we are not creating containers it is debatable what we
1158 * existing domain and return failure if it does not exist.
1162 * success. If they have got it wrong then latter writes will
1180 * pointer to it's lock which will be required.
1236 * work but if the netgroup map itself is not being accessed it may
1372 * expiry these will not actually be used but there presence makes it