Lines Matching refs:found

298           int i, found;  in cl_get_isns()  local
301 found = FALSE; in cl_get_isns()
316 found = TRUE; in cl_get_isns()
335 return found; in cl_get_isns()
355 int n, i, found; in cl_get_auth_opts() local
358 found = FALSE; in cl_get_auth_opts()
412 found = TRUE; in cl_get_auth_opts()
414 return found; in cl_get_auth_opts()
433 int i, found; in cl_get_target_opts() local
436 found = FALSE; in cl_get_target_opts()
490 found = TRUE; in cl_get_target_opts()
492 return found; in cl_get_target_opts()
513 int i, found; in cl_get_portal() local
516 found = FALSE; in cl_get_portal()
528 found = TRUE; in cl_get_portal()
564 return found; in cl_get_portal()
584 int i, found; in cl_get_id() local
587 found = FALSE; in cl_get_id()
590 for (i = 0; i < argc && !found; i++) { in cl_get_id()
611 found = TRUE; in cl_get_id()
614 return found; in cl_get_id()
633 int i, found; in cl_get_symname() local
636 found = FALSE; in cl_get_symname()
639 for (i = 0; i < argc && !found; i++) { in cl_get_symname()
660 found = TRUE; in cl_get_symname()
663 return found; in cl_get_symname()
683 int i, found; in cl_get_string() local
686 found = FALSE; in cl_get_string()
689 for (i = 0; i < argc && !found; i++) { in cl_get_string()
703 found = TRUE; in cl_get_string()
706 return found; in cl_get_string()
725 int i, found; in cl_get_opt() local
727 found = FALSE; in cl_get_opt()
729 for (i = 0; i < argc && !found; i++) { in cl_get_opt()
735 found = TRUE; in cl_get_opt()
738 return found; in cl_get_opt()
757 int i, found; in cl_get_char() local
761 found = FALSE; in cl_get_char()
763 for (i = 0; i < argc && !found; i++) { in cl_get_char()
781 found = TRUE; in cl_get_char()
804 int i, found; in cl_get_int() local
808 found = FALSE; in cl_get_int()
810 for (i = 0; i < argc && !found; i++) { in cl_get_int()
827 found = TRUE; in cl_get_int()
851 int i, found;
855 found = FALSE;
857 for (i = 0; i < argc && !found; i++) {
874 found = TRUE;
898 int i, found; in cl_get_longlong() local
902 found = FALSE; in cl_get_longlong()
904 for (i = 0; i < argc && !found; i++) { in cl_get_longlong()
921 found = TRUE; in cl_get_longlong()