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

/illumos-gate/usr/src/lib/libsecdb/common/
H A Dchkauthattr.c91 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 Dfuncs.c309 check_prof(const char *profs) argument
315 tmp = strdup(profs);
/illumos-gate/usr/src/lib/libnisdb/
H A DMakefile212 objs/%.o pics/%.o profs/%.o: $(YPTOL_DIR)/%.c
/illumos-gate/usr/src/lib/lvm/libmeta/
H A DMakefile.com156 objs/%.o profs/%.o pics/%.o: $(COMMON)/%.c

Completed in 78 milliseconds