Home
last modified time | relevance | path

Searched refs:PROFILE_STOP (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsecdb/common/
H A Dchkauthattr.c102 if (*pcnt > 0 && strcmp(profs[*pcnt - 1], PROFILE_STOP) == 0) in _enum_common_p()
121 if (strcmp(profs[*pcnt - 1], PROFILE_STOP) == 0) in _enum_common_p()
181 if ((cnt == 0 || strcmp(profs[cnt-1], PROFILE_STOP) != 0) && in _enum_common()
/illumos-gate/usr/src/head/
H A Dprof_attr.h51 #define PROFILE_STOP "Stop" macro