/freebsd/usr.bin/locate/locate/ |
H A D | Makefile | 1 CONFS= locate.rc 2 PROG= locate 3 SRCS= util.c locate.c 6 MAN= locate.1 locate.updatedb.8 12 SCRIPTSNAME_${script}= locate.${script:R} 14 MLINKS+= locate.updatedb.8 updatedb.8
|
H A D | concatdb.sh | 47 : ${bigram:=locate.bigram} 48 : ${code:=locate.code} 50 : ${locate:=locate} 62 $locate -d $db / 68 $locate -d $db /
|
H A D | mklocatedb.sh | 45 : ${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 D | locate.rc | 2 # /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 D | updatedb.sh | 53 : ${mklocatedb:=locate.mklocatedb} # make locate database program 54 : ${FCODES:=/var/db/locate.database} # the database
|
/freebsd/sys/dev/isci/scil/ |
H A D | scic_sds_sgpio.c | 148 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 D | scic_sgpio.h | 180 BOOL locate, 206 BOOL locate, 228 BOOL locate, 248 BOOL locate,
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | CTagsEmitter.cpp | 61 static SMLoc locate(const Record *R); 66 SMLoc CTagsEmitter::locate(const Record *R) { in locate() function in CTagsEmitter 78 Tags.push_back(Tag(C.first, locate(C.second.get()))); in run() 83 Tags.push_back(Tag(D.first, locate(D.second.get()))); in run()
|
/freebsd/usr.bin/locate/code/ |
H A D | Makefile | 1 PROG= locate.code 2 CFLAGS+=-I${.CURDIR}/../locate
|
/freebsd/usr.bin/locate/bigram/ |
H A D | Makefile | 1 PROG= locate.bigram 4 CFLAGS+= -I${.CURDIR}/../locate
|
/freebsd/contrib/tcsh/ |
H A D | ma.setp.c | 149 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/crypto/openssh/contrib/ |
H A D | findssl.sh | 115 headers=`locate opensslv.h` 134 libraries=`locate libcrypto.s` 163 libraries=`locate libcrypto.a`
|
/freebsd/usr.sbin/periodic/etc/weekly/ |
H A D | 310.locate | 17 . /etc/locate.rc 26 echo /usr/libexec/locate.updatedb | nice -n 5 su -fm nobody || rc=3
|
H A D | Makefile | 12 CONFS+= 310.locate
|
/freebsd/usr.sbin/crunch/examples/ |
H A D | 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
|
/freebsd/tools/build/options/ |
H A D | WITHOUT_LOCATE | 2 .Xr locate 1
|
/freebsd/usr.bin/locate/ |
H A D | Makefile | 2 SUBDIR= bigram code locate
|
/freebsd/contrib/lutok/include/lutok/ |
H A D | README | 3 so that the compiler can locate the include files in a path that mimics
|
/freebsd/usr.sbin/freebsd-update/ |
H A D | freebsd-update.conf | 27 IDSIgnorePaths /var/db/locate.database
|
/freebsd/share/mk/ |
H A D | bsd.sysdir.mk | 16 .error Unable to locate the kernel source tree. Set SYSDIR to override.
|
/freebsd/share/examples/etc/ |
H A D | README.examples | 30 locate.rc - configuration file for locate(1)
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | openldap-thread-check.m4 | 100 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 D | zfs_sa.c | 312 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 D | README | 20 TODO: rework ./client so it can locate the .ini file better
|
/freebsd/contrib/kyua/utils/cmdline/ |
H A D | commands_map.ipp | 129 /// \param name The name of the command to locate. 146 /// \param name The name of the command to locate.
|