Searched defs:profs (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dchkauthattr.c94 int *pcnt, char *profs[MAXPROFS])
105 if (*pcnt > 0 && strcmp(profs[*pcnt - 1], PROFILE_STOP) == NULL)
115 if (strcmp(profs[i], prof) == 0)
118 if (*pcnt >= MAXPROFS) /* oops: too many profs */
122 if ((profs[(*pcnt)++] = strdup(prof)) == NULL)
125 if (strcmp(profs[*pcnt - 1], PROFILE_STOP) == 0)
137 ctxt, pres, wantattr, pcnt, profs);
161 char *profs[MAXPROFS]; local
177 cb, ctxt, pres, wantattr, &cnt, profs);
182 free_proflist(profs, cn
91 _enum_common_p(const char *cprofiles, int (*cb)(const char *, kva_t *, void *, void *), void *ctxt, void *pres, boolean_t wantattr, int *pcnt, char *profs[MAXPROFS]) argument
[all...]

Completed in 26 milliseconds