Searched refs:profs (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libsecdb/common/ |
H A D | chkauthattr.c | 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() [all …]
|
/titanic_41/usr/src/cmd/oamuser/user/ |
H A D | funcs.c | 309 check_prof(const char *profs) in check_prof() argument 315 tmp = strdup(profs); in check_prof()
|
/titanic_41/usr/src/lib/libnisdb/ |
H A D | Makefile | 185 objs/%.o pics/%.o profs/%.o: $(YPTOL_DIR)/%.c
|
/titanic_41/usr/src/lib/lvm/libmeta/ |
H A D | Makefile.com | 157 objs/%.o profs/%.o pics/%.o: $(COMMON)/%.c
|