Lines Matching refs:profs
91 int *pcnt, char *profs[MAXPROFS]) in _enum_common_p()
102 if (*pcnt > 0 && strcmp(profs[*pcnt - 1], PROFILE_STOP) == NULL) in _enum_common_p()
112 if (strcmp(profs[i], prof) == 0) in _enum_common_p()
119 profs[(*pcnt)++] = strdup(prof); in _enum_common_p()
121 if (strcmp(profs[*pcnt - 1], PROFILE_STOP) == 0) in _enum_common_p()
133 ctxt, pres, wantattr, pcnt, profs); in _enum_common_p()
157 char *profs[MAXPROFS]; in _enum_common() local
171 cb, ctxt, pres, wantattr, &cnt, profs); in _enum_common()
176 free_proflist(profs, cnt); in _enum_common()
181 if ((cnt == 0 || strcmp(profs[cnt-1], PROFILE_STOP) != 0) && in _enum_common()
185 wantattr, &cnt, profs); in _enum_common()
189 wantattr, &cnt, profs); in _enum_common()
198 free_proflist(profs, cnt); in _enum_common()