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

/osnet-11/usr/src/lib/libnisdb/yptol/
H A Ddit_access.c614 int search_flag = SUCCESS; local
718 for (flag = 0; t != 0 && search_flag != FAILURE; t = t->next) {
749 search_flag = FAILURE;
777 search_flag = FAILURE;
788 search_flag = FAILURE;
893 if (t != 0 || flag == 0 || search_flag == FAILURE) {
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetexecattr.c189 int search_flag,
214 _priv_exec.policy = IS_SEARCH_ALL(search_flag) ? empty : policy_buf;
215 _priv_exec.search_flag = search_flag;
296 if (!IS_SEARCH_ALL(search_flag) &&
507 getexecprof(const char *name, const char *type, const char *id, int search_flag) argument
520 if (!IS_GET_ONE(search_flag) && !IS_GET_ALL(search_flag)) {
526 if (IS_GET_ONE(search_flag)) {
528 } else if (IS_GET_ALL(search_flag)) {
186 _getexecprof(const char *name, const char *type, const char *id, int search_flag, execstr_t *result, char *buffer, int buflen, int *errnop) argument
555 getexecuser(const char *username, const char *type, const char *id, int search_flag) argument
693 userprof(const char *username, const char *type, const char *id, int search_flag) argument
[all...]

Completed in 18 milliseconds