Searched refs:found (Results 276 - 300 of 1053) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/sys/fs/cd9660/
H A Dcd9660_lookup.c81 * look for name in cache, if found, then if at end of path
83 * search for name in directory, to found or notfound
87 * found:
257 goto found;
291 goto found;
294 goto found;
320 goto found;
342 found:
349 * in the cache as to where the entry was found.
/netbsd-6-1-5-RELEASE/dist/nvi/common/
H A Drecover.c24 * We include <sys/file.h>, because the open #defines were found there
26 * #defines are found there on newer systems.
340 * <netdb.h> and <sys/socket.h>. If not found, use a large default.
350 "062|Information on user id %u not found", uid);
489 int found; local
504 for (found = 0; (dp = readdir(dirp)) != NULL;) {
569 found = 1;
574 if (found == 0)
594 int fd, found, locked = 0, requested, sv_fd; local
611 for (found
[all...]
/netbsd-6-1-5-RELEASE/dist/nvi/dist/ExtUtils/
H A DEmbed.pm317 each static extension found in B<$Config{static_ext}>.
347 Library archives are expected to be found as
362 Any additional arguments found before the B<--> token
373 B<[@modules]> is equivalent to additional arguments found before the B<--> token.
375 B<[@link_args]> is equivalent to arguments found after the B<--> token.
389 extensions found in B<$Config{static_ext}>. This includes libraries
390 found in B<$Config{libs}> and the first ModuleName.a library
391 for each extension that is found by searching B<@INC> or the path
393 In addition, when ModuleName.a is found, additional linker arguments
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gprof/
H A Dcorefile.c578 struct function_map * found;
605 found = (struct function_map *) bsearch (core_syms[i]->name, symbol_map,
609 if (found == NULL || found->is_first)
639 found = (struct function_map *) bsearch (core_syms[i]->name, symbol_map,
642 if (found && ! found->is_first)
653 if (found)
655 symtab.limit->name = found->file_name;
577 struct function_map * found; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/cli/
H A Dcli-decode.c1089 found (or NULL if not), and return the number of commands
1090 found in nfound. */
1096 struct cmd_list_element *found, *c;
1098 found = (struct cmd_list_element *) NULL;
1104 found = c;
1112 return found;
1162 if no prefix command was ever found. For example, in the case of "info a",
1186 struct cmd_list_element *found, *c;
1208 found = 0;
1210 found
1092 struct cmd_list_element *found, *c; local
1182 struct cmd_list_element *found, *c; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dauth.c307 /* We found no reason not to let this user try to log on... */
415 const struct hostkey_entry *found; local
437 host_status = check_key_in_hostkeys(hostkeys, key, &found);
440 found->host);
442 debug("%s: key for %s found at %s:%ld", __func__,
443 found->host, found->file, found->line);
445 debug("%s: key for host %s not found", __func__, host);
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/tools/
H A Dpvmove.c28 int found = 1; local
39 found = 0;
42 if (found && (attr & MIRROR_LOG_CLUSTERED))
43 _clustered_found = found = 1;
45 _clustered_found = found = 0;
48 return found;
239 log_error("Logical volume %s not found.", lv_name);
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dx86_autoconf.c208 int found = 0; local
237 found = memcmp(biw->matchhash, hash, sizeof(hash)) == 0;
242 return (found);
255 int found = 0; local
286 found = 1;
291 return (found);
319 printf("findroot: netboot interface not found.\n");
352 * Don't break if one is found, to get possible multiple
398 * Don't break if one is found, to get possible multiple
454 * No booted device found; chec
[all...]
/netbsd-6-1-5-RELEASE/games/boggle/boggle/
H A Dmach.c119 * Display the player's word list, the list of words not found, and the running
130 printw("Words you found (%d):", npwords);
393 * If it's found, show the word on the board for a short time and then
401 int c, col, found, i, r, row; local
406 found = 0;
409 found = 1;
413 if (!found) {
416 found = 1;
424 if (!found || checkword(buf, -1, wordpath) == -1) {
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/ts/
H A Dts_rsp_verify.c307 /* Returns < 0 if certificate is not found, certificate index otherwise. */
694 int found = 0; local
705 && !(found = TS_find_name(gen_names, tsa_name) >= 0))
715 return found;
721 int i, found; local
722 for (i = 0, found = 0; !found && i < sk_GENERAL_NAME_num(gen_names);
726 found = GENERAL_NAME_cmp(current, name) == 0;
728 return found ? i - 1 : -1;
/netbsd-6-1-5-RELEASE/distrib/utils/libhack/
H A Dgethost.c253 goto found;
255 found:
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/queryperf/missing/
H A Dgetnameinfo.c120 goto found;
124 found:
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/lwres/
H A Dgetaddrinfo.c507 int found; local
520 found = 0;
527 if ((found & FOUND_IPV6) == 0)
529 found |= FOUND_IPV6;
532 if ((found & FOUND_IPV4) == 0)
534 found |= FOUND_IPV4;
541 if ((found & FOUND_IPV4) == 0)
543 if ((found & FOUND_IPV6) == 0)
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/maint-aux/
H A Dgnulib-update41 echo GNULIB sources not found. >&2
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-cris/
H A Dhiddef1.d9 # hidden symbol, where the reloc is found after the symbol
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dalpha-dis.c144 goto found;
147 /* No instruction found */
152 found:
/netbsd-6-1-5-RELEASE/sys/arch/sun68k/stand/libsa/
H A Dsun3.c114 goto found;
116 found:
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/boot_ufs/
H A Dreadufs_lfs.c204 goto found;
205 /* not found */
208 found:
/netbsd-6-1-5-RELEASE/sys/arch/ofppc/stand/ofwboot/
H A Dboot.c145 goto found;
149 found:
/netbsd-6-1-5-RELEASE/sys/arch/sandpoint/stand/altboot/
H A Ddsk.c100 goto found;
103 found:
343 goto found;
346 goto found;
352 found:
493 goto found;
497 goto found;
502 found:
/netbsd-6-1-5-RELEASE/sys/arch/shark/stand/ofwboot/
H A Dboot.c137 goto found;
141 found:
/netbsd-6-1-5-RELEASE/libexec/ld.elf_so/
H A Dsearch.c112 * message and returns NULL if the library cannot be found.
134 goto found;
162 _rtld_error("Shared object \"%s\" not found", name);
167 * The library has been found, but it couldn't be loaded for some
173 * Successfully found a library; restore the dlerror state as it was
176 * library was eventually found, then the error state should not
185 found:
/netbsd-6-1-5-RELEASE/sys/arch/hp700/stand/xxboot/
H A Dreadufs_lfs.c194 goto found;
195 /* not found */
198 found:
/netbsd-6-1-5-RELEASE/lib/libc/locale/
H A Dnb_lc_template.h141 goto found;
160 found:
/netbsd-6-1-5-RELEASE/lib/libc/rpc/
H A Dgetrpcent.c128 goto found;
131 found:

Completed in 217 milliseconds

<<11121314151617181920>>