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

  /src/usr.bin/locate/
Makefile 4 SUBDIR= bigram code locate
  /src/usr.bin/locate/locate/
Makefile 4 PROG= locate
5 MAN= locate.1 locate.updatedb.8
8 FILESNAME=locate.updatedb
updatedb.sh 45 FCODES="/var/db/locate.database" # the database
46 CONF="/etc/locate.conf" # configuration file
198 FILELIST=$(mktemp -t locate.list) || exit 1
212 BIGRAMS=$($LIBDIR/locate.bigram <"$FILELIST")
216 echo 'locate: updatedb failed' >&2
219 $LIBDIR/locate.code -- "$BIGRAMS" <"$FILELIST" >"$FCODES"
  /src/usr.bin/locate/code/
Makefile 6 PROG= locate.code
7 CPPFLAGS+=-I${.CURDIR}/../locate
  /src/usr.bin/locate/bigram/
Makefile 6 PROG= locate.bigram
  /src/etc/
weekly 71 if [ -f /var/db/locate.database ]; then
72 echo "Rebuilding locate database:"
73 chmod 644 /var/db/locate.database
74 chown nobody:nobody /var/db/locate.database
75 (cd / && nice -5 su -m nobody -c /usr/libexec/locate.updatedb 2>/dev/null)
76 chown root:wheel /var/db/locate.database
78 echo "Not rebuilding locate database; no /var/db/locate.database"
Makefile 103 locate.conf login.conf mailer.conf man.conf monthly monthly.conf \
306 root wheel 644 /var/db/locate.database \
  /src/lib/libc/arch/riscv/sys/
cerror.S 50 call PLT(_C_LABEL(__errno)) # locate address of errno
  /src/sys/dev/
bio.c 120 struct bio_locate *locate; local in function:bioioctl
175 locate = addr;
176 error = copyinstr(locate->bl_name, name, sizeof(name), NULL);
179 locate->bl_cookie = bio_lookup(name);
180 if (locate->bl_cookie == NULL)
  /src/lib/libc/arch/mips/sys/
cerror.S 63 PTR_LA t9, _C_LABEL(__errno) # locate address of errno
  /src/share/man/man5/
Makefile 12 locate.conf.5 login.conf.5 mixerctl.conf.5 modules.conf.5 mk.conf.5 \
  /src/usr.bin/crunch/examples/
really-big.conf 44 progs ipcs join kdump ktrace last lastcomm leave lex lock logger locate
61 special locate srcdir /usr/src/usr.bin/locate/locate
  /src/bin/sh/
option.list 54 hflag trackall h # [U] locate cmds in funcs during defn
  /src/common/dist/zlib/
make_vms.com 320 $ if f$locate("CCOPT=",cparm) .lt. f$length(cparm)
322 $ start = f$locate("=",cparm) + 1
325 $ if f$locate("AS_IS",f$edit(ccopt,"UPCASE")) .lt. f$length(ccopt) -
329 $ if f$locate("LOPTS=",cparm) .lt. f$length(cparm)
331 $ start = f$locate("=",cparm) + 1
335 $ if f$locate("CC=",cparm) .lt. f$length(cparm)
337 $ start = f$locate("=",cparm) + 1
352 $ if f$locate("MAKE=",cparm) .lt. f$length(cparm)
354 $ start = f$locate("=",cparm) + 1
545 $ in_ldef = f$locate(cdef,libdefs
    [all...]
  /src/usr.bin/
Makefile 18 locale locate lock logger login logname look lorder m4 \
  /src/sys/dev/tc/
sfbplus.c 102 void (*locate)(void *, struct hwcursor64 *); member in struct:hwops
280 sc->sc_hwops.locate = bt459locate;
287 sc->sc_hwops.locate = sfbplocate;
590 (*sc->sc_hwops.locate)(base, cc);
  /src/usr.bin/m4/TEST/
test.m4 190 the suspect a road hazard, they call in a CTK maintenance man to locate the
203 transformation laws to help devise a way to locate the dragon. CTK also
  /src/usr.sbin/sysinst/
msg.mi.en 542 {Could not locate a CD medium in any drive with the distribution sets!
msg.mi.es 553 {Could not locate a CD medium in any drive with the distribution sets!
msg.mi.pl 531 {Could not locate a CD medium in any drive with the distribution sets!
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 3802 # locate the manifest tool

Completed in 31 milliseconds