Searched refs:locate (Results 1 - 25 of 49) sorted by relevance

12

/netbsd-current/usr.bin/locate/
H A DMakefile4 SUBDIR= bigram code locate
/netbsd-current/usr.bin/locate/locate/
H A DMakefile4 PROG= locate
5 MAN= locate.1 locate.updatedb.8
8 FILESNAME=locate.updatedb
H A Dupdatedb.sh45 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"
/netbsd-current/usr.bin/locate/code/
H A DMakefile6 PROG= locate.code
7 CPPFLAGS+=-I${.CURDIR}/../locate
/netbsd-current/usr.bin/locate/bigram/
H A DMakefile6 PROG= locate.bigram
/netbsd-current/etc/
H A Dweekly71 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"
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCTagsEmitter.cpp54 static SMLoc locate(const Record *R);
59 SMLoc CTagsEmitter::locate(const Record *R) { function in class:CTagsEmitter
71 Tags.push_back(Tag(C.first, locate(C.second.get())));
73 Tags.push_back(Tag(D.first, locate(D.second.get())));
/netbsd-current/lib/libc/arch/riscv/sys/
H A Dcerror.S50 call PLT(_C_LABEL(__errno)) # locate address of errno
/netbsd-current/sys/dev/
H A Dbio.c120 struct bio_locate *locate; local
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)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcalls.cc101 struct locate_and_pad_arg_data locate; member in struct:arg_data
1532 fndecl, args_size, &args[i].locate);
1537 args[i].locate.where_pad =
1544 args_size->constant += args[i].locate.size.constant;
1545 if (args[i].locate.size.var)
1546 ADD_PARM_SIZE (*args_size, args[i].locate.size.var);
1782 rtx offset = ARGS_SIZE_RTX (args[i].locate.offset);
1783 rtx slot_offset = ARGS_SIZE_RTX (args[i].locate.slot_offset);
1805 units_on_stack = args[i].locate.size.constant;
1818 boundary = args[i].locate
2565 update_stack_alignment_for_call(struct locate_and_pad_arg_data *locate) argument
4069 struct locate_and_pad_arg_data locate; member in struct:arg
[all...]
H A Dfunction.cc2308 struct locate_and_pad_arg_data locate;
2606 optimizations (see init_emit) and to locate arguments that are
2627 &all->stack_args_size, &data->locate);
2631 if (!in_regs && crtl->parm_stack_boundary < data->locate.boundary)
2632 crtl->parm_stack_boundary = data->locate.boundary;
2636 data->locate.slot_offset.constant += pretend_bytes;
2637 data->locate.offset.constant += pretend_bytes;
2669 all->stack_args_size.constant += data->locate.size.constant;
2670 if (data->locate.size.var)
2671 ADD_PARM_SIZE (all->stack_args_size, data->locate
2295 struct locate_and_pad_arg_data locate; member in struct:assign_parm_data_one
4028 locate_and_pad_parm(machine_mode passed_mode, tree type, int in_regs, int reg_parm_stack_space, int partial, tree fndecl ATTRIBUTE_UNUSED, struct args_size *initial_offset_ptr, struct locate_and_pad_arg_data *locate) argument
[all...]
/netbsd-current/lib/libc/arch/mips/sys/
H A Dcerror.S63 PTR_LA t9, _C_LABEL(__errno) # locate address of errno
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcalls.c99 struct locate_and_pad_arg_data locate; member in struct:arg_data
2489 fndecl, args_size, &args[i].locate);
2494 args[i].locate.where_pad =
2501 args_size->constant += args[i].locate.size.constant;
2502 if (args[i].locate.size.var)
2503 ADD_PARM_SIZE (*args_size, args[i].locate.size.var);
2776 rtx offset = ARGS_SIZE_RTX (args[i].locate.offset);
2777 rtx slot_offset = ARGS_SIZE_RTX (args[i].locate.slot_offset);
2799 units_on_stack = args[i].locate.size.constant;
2812 boundary = args[i].locate
3574 update_stack_alignment_for_call(struct locate_and_pad_arg_data *locate) argument
5069 struct locate_and_pad_arg_data locate; member in struct:arg
[all...]
H A Dfunction.c2323 struct locate_and_pad_arg_data locate;
2621 optimizations (see init_emit) and to locate arguments that are
2642 &all->stack_args_size, &data->locate);
2646 if (!in_regs && crtl->parm_stack_boundary < data->locate.boundary)
2647 crtl->parm_stack_boundary = data->locate.boundary;
2651 data->locate.slot_offset.constant += pretend_bytes;
2652 data->locate.offset.constant += pretend_bytes;
2684 all->stack_args_size.constant += data->locate.size.constant;
2685 if (data->locate.size.var)
2686 ADD_PARM_SIZE (all->stack_args_size, data->locate
2310 struct locate_and_pad_arg_data locate; member in struct:assign_parm_data_one
4028 locate_and_pad_parm(machine_mode passed_mode, tree type, int in_regs, int reg_parm_stack_space, int partial, tree fndecl ATTRIBUTE_UNUSED, struct args_size *initial_offset_ptr, struct locate_and_pad_arg_data *locate) argument
[all...]
/netbsd-current/share/man/man5/
H A DMakefile12 locate.conf.5 login.conf.5 mixerctl.conf.5 modules.conf.5 mk.conf.5 \
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DPRBTree.h48 void *locate (Key_t key, Time_t ts);
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_sa.c203 zfs_acl_locator_cb_t locate = { 0 }; local
282 locate.cb_aclp = zp->z_acl_cached;
284 zfs_acl_data_locator, &locate, zp->z_acl_cached->z_acl_bytes);
/netbsd-current/usr.bin/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
/netbsd-current/external/gpl3/gdb.old/dist/zlib/
H A Dmake_vms.com320 $ 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(cde
[all...]
/netbsd-current/external/gpl3/binutils/dist/zlib/
H A Dmake_vms.com320 $ 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(cde
[all...]
/netbsd-current/external/gpl3/gdb/dist/zlib/
H A Dmake_vms.com320 $ 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(cde
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/zlib/
H A Dmake_vms.com320 $ 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(cde
[all...]
/netbsd-current/common/dist/zlib/
H A Dmake_vms.com320 $ 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(cde
[all...]
/netbsd-current/usr.bin/
H A DMakefile18 locale locate lock logger login logname look lorder m4 \
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Daname_to_localname.c76 const krb5plugin_an2ln_ftable *locate = plug; local
82 return locate->an2ln(plugctx, context, plctx->rule, plctx->aname, set_res, plctx);

Completed in 509 milliseconds

12