Searched refs:found (Results 201 - 225 of 753) sorted by relevance

1234567891011>>

/freebsd-11.0-release/usr.sbin/bluetooth/bthidd/
H A Dkbd.c517 uint8_t found, report_id; local
526 found = 0;
539 found++;
572 if (found)
/freebsd-11.0-release/contrib/apr-util/
H A Dconfigure105 # in which case we are not to be found in the path.
262 $as_echo "$0: the shells that I found on your system."
2870 echo "** Error: Layout file $srcdir/config.layout not found"
3078 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3118 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3171 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3216 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3224 # We found a bogon in the path, so make sure we never use it.
3270 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3314 $as_echo "$as_me:${as_lineno-$LINENO}: found
[all...]
/freebsd-11.0-release/crypto/heimdal/lib/krb5/
H A Dkeytab_any.c228 int found = 0; local
232 found++;
244 if(!found)
H A Dkeytab_memory.c195 int found = 0; local
211 found = 1;
214 if (!found) {
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs_x/
H A Dtemp_serializer.c754 * If an exact match has been found, *FOUND will be set to TRUE. COUNT is
761 svn_boolean_t *found)
782 /* check whether we actually found a match */
783 *found = FALSE;
792 *found = TRUE;
806 /* check whether we actually found a match */
824 svn_boolean_t found; local
848 found = TRUE;
854 dir_data->count, &found);
858 if (found)
758 find_entry(svn_fs_x__dirent_t **entries, const char *name, apr_size_t count, svn_boolean_t *found) argument
935 svn_boolean_t found; local
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dget_file.c158 /* No contents found by default. */
387 svn_boolean_t found;
388 SVN_ERR(try_get_wc_contents(&found, session, fb.sha1_checksum, stream, pool));
390 /* No contents found in the WC, let's fetch from server. */
391 if (!found)
384 svn_boolean_t found; local
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dbss.c236 * Returns: Pointer to the BSS entry or %NULL if not found
733 int found; local
740 found = 0;
743 found = 1;
747 if (!found)
752 found = 0;
759 found = 1;
763 if (!found)
889 * Returns: Pointer to the BSS entry or %NULL if not found
909 * Returns: Pointer to the BSS entry or %NULL if not found
919 struct wpa_bss *bss, *found = NULL; local
[all...]
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl55 # and append any tst.*.d, tst.*.ksh, err.*.d or drp.*.d files found within
198 # Return 1 if the test is found in the exception set, 0 otherwise.
227 # that a matching drop tag was produced. If any *.out or *.err files are found
243 die "$PNAME: $dtrace not found\n" unless (-x "$dtrace");
485 $found = 0;
490 $found = 1;
497 unless ($found) {
/freebsd-11.0-release/sys/ddb/
H A Ddb_watch.c249 db_watchpoint_t found = 0; local
260 found = watch;
269 if (found) {
/freebsd-11.0-release/usr.sbin/bluetooth/ath3kfw/
H A Dmain.c108 fprintf(stderr, "%s: found AR3012\n", __func__);
113 /* Not found */
120 libusb_device **list, *dev = NULL, *found = NULL; local
141 found = libusb_ref_device(dev);
147 return (found);
309 ath3k_err("%s: device not found\n", __func__);
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dcache-membuffer.c224 * a mismatch found in any of them when being compared with the values
759 * wait for the write lock. In case no old content could be found, a
1274 /* No entry found (actually, none left to find). */
1288 /* None found. Are we looking for a free entry?
1438 * Return TRUE if enough room could be found or made. A FALSE result
1583 * Return TRUE if enough room could be found or made. A FALSE result
1920 svn_boolean_t *found)
1922 *found = find_entry(cache, group_index, to_find, FALSE) != NULL;
1933 svn_boolean_t *found)
1939 found));
1917 entry_exists_internal(svn_membuffer_t *cache, apr_uint32_t group_index, const full_key_t *to_find, svn_boolean_t *found) argument
1930 entry_exists(svn_membuffer_t *cache, apr_uint32_t group_index, const full_key_t *to_find, svn_boolean_t *found) argument
2258 membuffer_cache_has_key_internal(svn_membuffer_t *cache, apr_uint32_t group_index, const full_key_t *to_find, svn_boolean_t *found) argument
2288 membuffer_cache_has_key(svn_membuffer_t *cache, const full_key_t *key, svn_boolean_t *found) argument
2318 membuffer_cache_get_partial_internal(svn_membuffer_t *cache, apr_uint32_t group_index, const full_key_t *to_find, void **item, svn_boolean_t *found, svn_cache__partial_getter_func_t deserializer, void *baton, DEBUG_CACHE_MEMBUFFER_TAG_ARG apr_pool_t *result_pool) argument
2370 membuffer_cache_get_partial(svn_membuffer_t *cache, const full_key_t *key, void **item, svn_boolean_t *found, svn_cache__partial_getter_func_t deserializer, void *baton, DEBUG_CACHE_MEMBUFFER_TAG_ARG apr_pool_t *result_pool) argument
2679 svn_membuffer_cache_get(void **value_p, svn_boolean_t *found, void *cache_void, const void *key, apr_pool_t *result_pool) argument
2720 svn_membuffer_cache_has_key(svn_boolean_t *found, void *cache_void, const void *key, apr_pool_t *scratch_pool) argument
2798 svn_membuffer_cache_get_partial(void **value_p, svn_boolean_t *found, void *cache_void, const void *key, svn_cache__partial_getter_func_t func, void *baton, apr_pool_t *result_pool) argument
2951 svn_membuffer_cache_get_synced(void **value_p, svn_boolean_t *found, void *cache_void, const void *key, apr_pool_t *result_pool) argument
2971 svn_membuffer_cache_has_key_synced(svn_boolean_t *found, void *cache_void, const void *key, apr_pool_t *result_pool) argument
3007 svn_membuffer_cache_get_partial_synced(void **value_p, svn_boolean_t *found, void *cache_void, const void *key, svn_cache__partial_getter_func_t func, void *baton, apr_pool_t *result_pool) argument
[all...]
/freebsd-11.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_pkey_mgr.c272 boolean_t found; local
310 found = TRUE;
312 found = osm_pkey_find_next_free_entry(p_pkey_tbl,
315 if (!found) {
329 if (found) {
/freebsd-11.0-release/contrib/ncurses/ncurses/tinfo/
H A Dcomp_scan.c362 unsigned found; local
478 * If we did not see a '|', then we found a name with no
664 found = 0;
666 numbuf[found++] = (char) ch;
667 if (found >= sizeof(numbuf) - 1)
670 numbuf[found] = '\0';
953 _nc_warning("Very long string found. Missing separator?");
992 * Panic mode error recovery - skip everything until a "ch" is found.
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dmacrotab.c640 struct macro_key *found = (struct macro_key *) pred->key;
642 if (strcmp (found->name, name) == 0)
649 struct macro_key *found = (struct macro_key *) n->key;
654 if (compare_locations (file, line, found->end_file, found->end_line) < 0)
635 struct macro_key *found = (struct macro_key *) pred->key; local
644 struct macro_key *found = (struct macro_key *) n->key; local
/freebsd-11.0-release/usr.sbin/keyserv/
H A Dsetkey.c531 struct cachekey_list *found; local
544 found = *l;
546 found->next = g_cachedkeys;
547 g_cachedkeys = found;
548 *deskey = found->deskey;
/freebsd-11.0-release/usr.sbin/ngctl/
H A Dmain.c468 int k, found = -1; local
472 if (found != -1) {
476 found = k;
479 if (found == -1) {
483 return (cmds[found]);
/freebsd-11.0-release/sys/cam/ata/
H A Data_pmp.c100 int found; member in struct:pmp_softc
165 * receive async callbacks like "new device found".
312 pmpfreeze(periph, softc->found);
314 softc->found = 0; /* We have to reset everything. */
324 pmprelease(periph, softc->found);
525 ((softc->found & (1 << softc->pm_step)) ? 0 : 1));
704 softc->reset |= ~softc->found;
770 softc->found |= (1 << softc->pm_step);
787 softc->found &= ~(1 << softc->pm_step);
798 if (softc->reset & softc->found) {
[all...]
/freebsd-11.0-release/crypto/openssl/ssl/
H A Dssl_ciph.c11 * apply to all code found in this distribution, be it the RC4, RSA,
198 * found
235 * "COMPLEMENTOFDEFAULT" (does *not* include ciphersuites not found in
1160 int j, multi, found, rule, retval, ok, buflen; local
1223 retval = found = 0;
1229 found = 0; /* unused -- avoid compiler warning */
1245 * So additionally check whether the cipher name found
1251 j = found = 0;
1256 found = 1;
1262 if (!found)
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtemp_serializer.c808 * If an exact match has been found, *FOUND will be set to TRUE. COUNT is
815 svn_boolean_t *found)
836 /* check whether we actually found a match */
837 *found = FALSE;
846 *found = TRUE;
861 svn_boolean_t found; local
875 &found);
877 /* de-serialize that entry or return NULL, if no match has been found */
879 if (found)
952 svn_boolean_t found; local
812 find_entry(svn_fs_dirent_t **entries, const char *name, apr_size_t count, svn_boolean_t *found) argument
[all...]
/freebsd-11.0-release/contrib/binutils/ld/
H A Dldmain.c486 einfo (_("%P: link errors found, deleting executable `%s'\n"),
715 bfd_boolean found;
720 found = check_for_scripts_dir (dir);
722 if (found)
729 found = check_for_scripts_dir (dir);
731 if (found)
1031 when a common symbol is found for a symbol that is already defined,
1032 or when two common symbols are found. We only do something if
1188 bfd_boolean found;
1246 info.found
714 bfd_boolean found; local
1186 bfd_boolean found; member in struct:warning_callback_info
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp301 bool found = false; local
306 found = true;
311 if (found)
332 bool found = false; local
337 found = true;
342 if (found)
/freebsd-11.0-release/crypto/openssh/
H A Dauth.c253 /* We found no reason not to let this user try to log on... */
420 const struct hostkey_entry *found; local
442 host_status = check_key_in_hostkeys(hostkeys, key, &found);
445 found->host);
447 debug("%s: key for %s found at %s:%ld", __func__,
448 found->host, found->file, found->line);
450 debug("%s: key for host %s not found", __func__, host);
/freebsd-11.0-release/contrib/dialog/
H A Ddlg_keys.c684 bool found = FALSE; local
688 found = TRUE;
692 if (!found) {
716 bool found = FALSE; local
720 found = TRUE;
724 if (!found) {
/freebsd-11.0-release/sys/fs/nandfs/
H A Dnandfs_sufile.c86 int error, found; local
106 found = 0;
108 while (!found) {
146 found = 1;
163 if (!found) {
176 if (found) {
/freebsd-11.0-release/release/picobsd/tinyware/msh/
H A Dsh1.c769 register int c, d, not, found; local
773 found = not;
784 found = !not;
786 return(found? p+1: (char *)NULL);
850 goto found;
869 found:
871 * we found a FREE area big enough, pointed to by 'p', and up to 'q'

Completed in 162 milliseconds

1234567891011>>