Lines Matching defs:it
229 * The mapping failed and will fail again if it is
390 * we can recover it from the hash table. This makes hard work but
405 __nis_hash_item_mt *it;
438 for (it = ldapMappingList.keys[i]; NULL != it; it = it->next) {
440 if ((target_len + domain_len + 1) > strlen(it->name))
442 if (0 != strncmp(it->name, target, target_len))
446 if (strlen(domain) >= strlen(it->name))
448 end_ptr = it->name + strlen(it->name) -
469 res[res_count] = am(myself, end_ptr - it->name + 1);
476 (void) memcpy(res[res_count], it->name,
477 end_ptr-it->name - 1);
585 * pointer to it's lock which will be required.
973 __nis_hash_item_mt *it;
995 for (it = ldapMappingList.keys[i]; NULL != it; it = it->next) {
997 /* Check it's not a split field entry */
998 if (0 != ((__nis_table_mapping_t *)it)->numSplits)
1002 if (strlen(domain) >= strlen(it->name))
1004 end_ptr = it->name + strlen(it->name) -
1029 res[res_count] = (char *)it;
1053 it = (__nis_hash_item_mt *)res[i];
1055 end_ptr = it->name + strlen(it->name) - strlen(domain) - 1;
1058 res[i] = am(myself, end_ptr - it->name + 1);
1065 (void) memcpy(res[i], it->name, end_ptr-it->name - 1);
1095 * If we are not creating containers it is debatable what we
1097 * existing container and return failure if it does not exist.
1101 * success. If they have got it wrong then latter writes will
1157 * If we are not creating containers it is debatable what we
1159 * existing domain and return failure if it does not exist.
1163 * success. If they have got it wrong then latter writes will
1181 * pointer to it's lock which will be required.
1237 * work but if the netgroup map itself is not being accessed it may
1373 * expiry these will not actually be used but there presence makes it