Home
last modified time | relevance | path

Searched refs:locate (Results 1 – 25 of 104) sorted by relevance

12345

/freebsd/usr.bin/locate/locate/
H A DMakefile2 CONFS= locate.rc
3 PROG= locate
4 SRCS= util.c locate.c
7 MAN= locate.1 locate.updatedb.8
13 SCRIPTSNAME_${script}= locate.${script:R}
15 MLINKS+= locate.updatedb.8 updatedb.8
H A Dconcatdb.sh47 : ${bigram:=locate.bigram}
48 : ${code:=locate.code}
50 : ${locate:=locate}
62 $locate -d $db /
68 $locate -d $db /
H A Dmklocatedb.sh45 : ${bigram:=locate.bigram}
46 : ${code:=locate.code}
47 : ${locate:=locate}
69 $locate -d $filelist / | $bigram | $sort -nr | \
71 $locate -d $filelist / | $code $bigrams
H A Dlocate.rc2 # /etc/locate.rc - command script for updatedb(8)
12 #FCODES="/var/db/locate.database"
24 # and if the SEARCHPATHS starts in such a filesystem locate will build
H A Dupdatedb.sh52 : ${mklocatedb:=locate.mklocatedb} # make locate database program
53 : ${FCODES:=/var/db/locate.database} # the database
/freebsd/sys/dev/isci/scil/
H A Dscic_sds_sgpio.c148 BOOL locate, in scic_sgpio_apply_led_blink_pattern() argument
167 if(locate) in scic_sgpio_apply_led_blink_pattern()
185 BOOL locate, in scic_sgpio_set_led_blink_pattern() argument
197 controller, phy_mask, error, locate, activity, pattern_selection); in scic_sgpio_set_led_blink_pattern()
204 BOOL locate, in scic_sgpio_update_led_state() argument
219 if(!locate) in scic_sgpio_update_led_state()
235 BOOL locate, in scic_sgpio_set_led_state() argument
245 scic_sgpio_update_led_state(controller, phy_mask, error, locate, activity); in scic_sgpio_set_led_state()
H A Dscic_sgpio.h180 BOOL locate,
206 BOOL locate,
228 BOOL locate,
248 BOOL locate,
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCTagsEmitter.cpp58 static SMLoc locate(const Record *R);
63 SMLoc CTagsEmitter::locate(const Record *R) { in locate() function in CTagsEmitter
75 Tags.push_back(Tag(C.first, locate(C.second.get()))); in run()
80 Tags.push_back(Tag(D.first, locate(D.second.get()))); in run()
/freebsd/usr.bin/locate/code/
H A DMakefile2 PROG= locate.code
3 CFLAGS+=-I${.CURDIR}/../locate
/freebsd/usr.bin/locate/bigram/
H A DMakefile2 PROG= locate.bigram
5 CFLAGS+= -I${.CURDIR}/../locate
/freebsd/crypto/openssh/contrib/
H A Dfindssl.sh115 headers=`locate opensslv.h`
134 libraries=`locate libcrypto.s`
163 libraries=`locate libcrypto.a`
/freebsd/contrib/tcsh/
H A Dma.setp.c149 static int locate (struct pelem *, char *);
402 n = locate(pe, new); in icmd()
417 n = locate(pe, inpath); in iacmd()
433 n = locate(pe, inpath); in ibcmd()
484 n = locate(pe, path); in dcmd()
530 n = locate(pe, inpath); in ccmd()
576 locate(struct pelem *pe, char *key) in locate() function
/freebsd/usr.sbin/periodic/etc/weekly/
H A D310.locate17 . /etc/locate.rc
26 echo /usr/libexec/locate.updatedb | nice -n 5 su -fm nobody || rc=3
H A DMakefile13 CONFS+= 310.locate
/freebsd/usr.sbin/crunch/examples/
H A Dreally-big.conf44 progs ipcs join kdump ktrace last lastcomm leave lex lock logger locate
61 special locate srcdir /usr/src/usr.bin/locate/locate
/freebsd/tools/build/options/
H A DWITHOUT_LOCATE2 .Xr locate 1
/freebsd/usr.bin/locate/
H A DMakefile3 SUBDIR= bigram code locate
/freebsd/contrib/lutok/include/lutok/
H A DREADME3 so that the compiler can locate the include files in a path that mimics
/freebsd/usr.sbin/freebsd-update/
H A Dfreebsd-update.conf27 IDSIgnorePaths /var/db/locate.database
/freebsd/share/mk/
H A Dbsd.sysdir.mk16 .error Unable to locate the kernel source tree. Set SYSDIR to override.
/freebsd/share/examples/etc/
H A DREADME.examples30 locate.rc - configuration file for locate(1)
/freebsd/contrib/ntp/sntp/m4/
H A Dopenldap-thread-check.m4100 AC_MSG_ERROR([could not locate NT Threads])
237 AC_MSG_WARN([could not locate sched_yield() or pthread_yield()])
272 AC_MSG_ERROR([could not locate pthread_detach()])
410 AC_MSG_ERROR([could not locate usable POSIX Threads])
415 AC_MSG_ERROR([could not locate POSIX Threads])
473 AC_MSG_ERROR([could not locate Mach CThreads])
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_sa.c312 zfs_acl_locator_cb_t locate = { 0 }; in zfs_sa_upgrade() local
410 locate.cb_aclp = zp->z_acl_cached; in zfs_sa_upgrade()
412 zfs_acl_data_locator, &locate, zp->z_acl_cached->z_acl_bytes); in zfs_sa_upgrade()
/freebsd/contrib/lib9p/pytest/
H A DREADME20 TODO: rework ./client so it can locate the .ini file better
/freebsd/stand/i386/loader/
H A Dhelp.i38626 correctly locate the SCSI disk you are booting from.

12345