Searched defs:profs (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libsecdb/common/ |
H A D | chkauthattr.c | 91 int *pcnt, char *profs[MAXPROFS]) 102 if (*pcnt > 0 && strcmp(profs[*pcnt - 1], PROFILE_STOP) == NULL) 112 if (strcmp(profs[i], prof) == 0) 115 if (*pcnt >= MAXPROFS) /* oops: too many profs */ 119 profs[(*pcnt)++] = strdup(prof); 121 if (strcmp(profs[*pcnt - 1], PROFILE_STOP) == 0) 133 ctxt, pres, wantattr, pcnt, profs); 157 char *profs[MAXPROFS]; local 171 cb, ctxt, pres, wantattr, &cnt, profs); 176 free_proflist(profs, cn 88 _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...] |
/illumos-gate/usr/src/cmd/oamuser/user/ |
H A D | funcs.c | 309 check_prof(const char *profs) argument 315 tmp = strdup(profs);
|
Completed in 73 milliseconds