Lines Matching refs:col
54 char **col;
62 col = t->column;
63 nic = (col != 0) ? t->numColumns : -1;
91 if (col[i] == 0)
94 if (isObjAttrString(col[i]))
97 if (strcmp(col[i], t->column[j]) == 0) {
106 myself, NIL(col[i]), NIL(t->objName));
113 sfree(col[i]);
115 sfree(col);
420 * column 'col' in the rule-value 'rv'.
423 findColValue(char *col, __nis_rule_value_t *rv) {
426 if (col == 0 || rv == 0 || rv->numColumns <= 0)
430 if (strcmp(col, rv->colName[i]) == 0)