Lines Matching refs:index
1166 unsigned int index, num_directives;
1173 for (index = 0; index < num_directives; index++) {
1174 if (strcmp(dir, directives[index]) == 0)
1175 return (dir_values[index]);
1210 if (index(WHITESPACE, *config_change_desc) != NULL) {
1349 unsigned int num_types, index;
1373 for (index = 0; (index < num_types) && (found == FALSE); index++) {
1374 if (strcasecmp(type_str, qtype_strings[index]) == 0) {
1375 *qtype = qtype_codes[index];