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

1234567891011>>

/freebsd-current/share/mk/
H A Dbsd.symver.mk41 .error ${VERSION_GEN} not found in the search path.
/freebsd-current/sys/netgraph/
H A Dng_macfilter.c407 int found = macfilter_find_mac(mfp, ether, &i); local
411 MACFILTER_DEBUG("ether=" MAC_FMT " found=%d i=%d ether=" MAC_FMT " hookid=%d->%d used=%d allocated=%d",
412 MAC_S_ARGS(ether), found, i, MAC_S_ARGS(mf_macs[i].ether),
413 (found? mf_macs[i].hookid:NG_MACFILTER_HOOK_DEFAULT_ID), hookid,
416 if (found) {
429 if (hookid == NG_MACFILTER_HOOK_DEFAULT_ID) { /* not found */
537 int found = macfilter_find_mac(mfp, ether, &i); local
538 if (found) {
565 * address. If not found, pass to the default upper hook.
577 int found local
[all...]
/freebsd-current/lib/libc/tests/sys/
H A Dcpuset_test.c170 int fcpu, i, found, ncpu, second; local
187 for (i = fcpu - 1, found = 0; i < CPU_MAXSIZE && found != ncpu; i++) {
189 found++;
190 if (found == 1) {
192 } else if (found == 2) {
194 } else if (found >= 3) {
196 if (found > 3)
/freebsd-current/lib/libc/stdio/
H A Dfindfp.c130 goto found;
139 found:
/freebsd-current/crypto/openssh/
H A Dauth2.c570 u_int i, found; local
579 for (found = i = 0; !found && authmethods[i] != NULL; i++) {
593 found = 1;
596 if (!found) {
716 u_int i, found = 0; local
723 found = 1;
732 if (!found)
/freebsd-current/sys/x86/x86/
H A Ducode_subr.c109 WARNX(1, "found cpu family %#x model %#x "
176 WARNX(2, "CPU is not found in the equivalence table");
185 goto found;
236 found:
/freebsd-current/sys/cddl/dev/fbt/aarch64/
H A Dfbt_isa.c126 goto found;
149 found:
/freebsd-current/lib/libclang_rt/
H A Dcompiler-rt-vars.mk20 # Also set RPATH to ensure that the dynamically linked runtime libs are found.
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dread_termcap.c172 * requested capability couldn't be found.
176 * found.
178 * If (cap, '@') or (cap, terminator, '@') is found before (cap, terminator)
232 * TC_NOT_FOUND if the requested record couldn't be found
260 * names interpolated, a name can't be found, or depth exceeds
444 break; /* found it! */
640 break; /* found next name */
721 bool found = FALSE; local
735 found = TRUE;
738 if (found) {
962 int found = TGETENT_NO; local
[all...]
/freebsd-current/contrib/atf/atf-c++/detail/
H A Dfs.cpp475 bool found = false; local
477 !found && iter != dirs.end(); iter++) {
481 found = true;
483 return found;
/freebsd-current/contrib/atf/atf-c/
H A Dutils.c320 bool found = false; local
322 while (!found && (line = atf_utils_readline(fd)) != NULL) {
323 found = grep_string(atf_dynstr_cstring(&formatted), line);
330 return found;
/freebsd-current/contrib/libucl/src/
H A Ducl_parser.c304 * Check variable found
310 * @param found
315 size_t *out_len, bool strict, bool *found)
327 *found = true;
336 *found = true;
344 if (!(*found) && parser->var_handler != NULL && strict) {
349 *found = true;
374 bool found = false; local
383 out_len, true, &found);
384 if (found) {
314 ucl_check_variable_safe(struct ucl_parser *parser, const char *ptr, size_t remain, size_t *out_len, bool strict, bool *found) argument
434 bool found = false; local
[all...]
/freebsd-current/crypto/heimdal/tools/
H A Dkdc-log-analyze.pl433 } elsif (/returning a referral to realm (.*) for server (.*) that was not found/) {
492 } elsif (/Client not found in database:/) {
494 } elsif (/Server not found in database \(krb4\)/) {
495 } elsif (/Server not found in database:/) {
/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Dmain.c343 struct cmd *c, *found; local
348 found = 0;
357 found = c;
364 return (found);
416 char *tmp = argbase; /* will return this if token found */
/freebsd-current/contrib/wpa/src/l2_packet/
H A Dl2_packet_winpcap.c315 int found = 0; local
323 for (dev = devs; dev && !found; dev = dev->next) {
333 found = 1;
342 return found ? 0 : -1;
H A Dl2_packet_pcap.c350 int found = 0; local
358 for (dev = devs; dev && !found; dev = dev->next) {
368 found = 1;
377 return found ? 0 : -1;
H A Dl2_packet_freebsd.c300 int found = 0; local
308 for (dev = devs; dev && !found; dev = dev->next) {
318 found = 1;
327 return found ? 0 : -1;
/freebsd-current/crypto/heimdal/lib/gssapi/mech/
H A Dgss_mech_switch.c239 int found; local
290 found = 0;
293 found = 1;
298 if (found)
/freebsd-current/crypto/openssl/crypto/dso/
H A Ddso_dlfcn.c342 unsigned int found = 0; local
379 found = 1;
400 } while (this_ldi->ldinfo_next && !found);
402 return (found && dl->dli_fname != NULL);
/freebsd-current/lib/libkvm/
H A Dkvm_minidump_i386.c291 int found = 0; local
298 for (; it->pteindex < it->nptes && found == 0; it->pteindex++) {
313 found = 1;
315 return found;
/freebsd-current/sys/fs/udf/
H A Dosta.c343 /* Record position of extension, if one is found. */
432 /* Place a translated extension at end, if found. */
459 int found = FALSE; local
460 while (*string != '\0' && found == FALSE) {
464 found = TRUE;
468 return(found);
/freebsd-current/usr.sbin/bluetooth/iwmbtfw/
H A Dmain.c85 iwmbt_info("found 7260/7265");
90 /* Not found */
103 iwmbt_info("found 8260/8265");
108 /* Not found */
116 libusb_device **list, *dev = NULL, *found = NULL; local
148 found = libusb_ref_device(dev);
156 found = libusb_ref_device(dev);
164 return (found);
377 iwmbt_err("device not found");
/freebsd-current/sys/fs/fuse/
H A Dfuse_file.c292 goto found;
305 found:
326 goto found;
336 found:
/freebsd-current/sys/fs/cd9660/
H A Dcd9660_lookup.c85 * search for name in directory, to found or notfound
89 * found:
242 goto found;
278 goto found;
303 goto found;
328 found:
335 * in the cache as to where the entry was found.
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarname-dot-suffixes.exp1 Global: ignoring delete '.SUFFIXES' as it is not found
35 Command: ignoring delete '.SUFFIXES' as it is not found

Completed in 474 milliseconds

1234567891011>>