HomeSort by: relevance | last modified time | path
    Searched refs:Find (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/drm/dist/scripts/
drm-scripts-gentree.pl 39 use File::Find;
221 my $file = $File::Find::name;
254 find({wanted => \&parse_dir, no_chdir => 1}, $SRC);
  /src/sys/arch/hpcmips/stand/pbsdboot/
pbsdboot.rc 283 ID_EDIT_FIND "Find the specified text\nFind"
  /src/share/mk/
bsd.doc.mk 94 # Find the sources.
  /src/tools/compat/
configure.ac 83 # Find headers that may not be available.
154 AC_MSG_ERROR([cannot find a suitable type for uint][$1][_t]))
160 AC_MSG_ERROR([cannot find a suitable type for u_int][$1][_t]))
169 AC_MSG_ERROR([cannot find a suitable type for __uint][$1][_t])))
175 AC_MSG_ERROR([cannot find a suitable type for __int][$1][_t]))
298 # regexp package. To avoid them, we need to find out who has regfree().
  /src/sys/arch/x68k/stand/boot_ufs/
boot.S 191 | Find out boot partition in an ad hoc manner.
204 | find out the start position of the boot partition
  /src/sys/arch/sparc64/sparc64/
locore.s 1463 rdpr %wstate, %g7; /* Find if we're from user mode */ \
1502 rdpr %wstate, %g7; /* Find if we're from user mode */ \
1579 rdpr %wstate, %g7; /* Find if we're from user mode */ \
1631 rdpr %wstate, %g7; /* Find if we're from user mode */ \
1649 rdpr %wstate, %g7; /* Find if we're from user mode */ \
1921 * We had a data miss but did not find a mapping. Insert
2116 and %g4, CWP, %g5 ! find %cwp from trap
2130 * Traverse kernel map to find paddr of cpcb and only us ASI_PHYS_CACHED to
2500 rdpr %tt, %o1 ! find out what trap brought us here
2743 rdpr %tt, %o1 ! Find out what caused this tra
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py 70 attempt to find all problems, or to ensure that everything it does
71 find is legitimately a problem.
776 # Not SVN <= 1.6? Try to find a git, hg, or svn top level directory by
927 """Find the beginning marker for a multiline comment."""
931 if lines[lineix].strip().find('*/', 2) < 0:
938 """We are inside a comment, find the end marker."""
964 'Could not find end of multi-line comment')
979 commentpos = line.find('//')
1032 """Find the position just after the matching endchar.
1067 (line, len(lines), -1) if we never find a close. Note we ignor
    [all...]
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 1148 # If we don't find anything, use the default library path according
1167 # Check for a 64-bit object if we didn't find anything.
1190 # Find how we can fake an echo command that does not interpret backslash.
1192 # of the generated configure script that will find a shell with a builtin
1291 # Find out what ABI is being produced by ac_compile, and set mode
1307 # Find out what ABI is being produced by ac_compile, and set linker
1341 # Find out what ABI is being produced by ac_compile, and set linker
1374 # Find out what ABI is being produced by ac_compile, and set linker
1453 # Find out what ABI is being produced by ac_compile, and set linker
1673 # find the maximum length of command line argument
    [all...]
  /src/sys/external/isc/libsodium/dist/
aclocal.m4 36 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
44 # aclocal traces this macro to find the Autoconf version.
212 # Copy depcomp to subdir because otherwise we won't find it if we're
397 # Find all dependency output files, they are included files with
722 # If we don't find an include directive, just comment out the code.
1100 # in the wild :-( We should find a proper way to deprecate it ...
1173 am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1174 am__tar_='find "$tardir" -print | cpio -o -H $1 -L'

Completed in 20 milliseconds