Home
last modified time | relevance | path

Searched refs:subp (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/usr.bin/locate/locate/
H A Dlocate.c253 char *subp = globfree; in patprep() local
255 *subp++ = '\0'; in patprep()
277 *subp++ = '/'; in patprep()
283 (p <= endmark) && subp < (globfree + sizeof(globfree));) in patprep()
284 *subp++ = *p++; in patprep()
286 *subp = '\0'; in patprep()
287 return --subp; in patprep()
/netbsd-src/usr.sbin/catman/
H A Dcatman.c138 TAG *defnewp, *sectnewp, *subp; in setdefentries() local
158 subp = gettag("_subdir", 1); in setdefentries()
159 if (defp == NULL || subp == NULL) in setdefentries()
176 subp = sectnewp; in setdefentries()
194 TAILQ_FOREACH(e_subp, &subp->entrylist, q) { in setdefentries()
218 TAILQ_FOREACH(e_subp, &subp->entrylist, q) { in setdefentries()
238 TAILQ_FOREACH(e_subp, &subp->entrylist, q) { in setdefentries()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dad.c474 const char *subtags, *subp, *subdelimp, *subn; in is_ad_subtags() local
486 for( subp=subtags ; subp; subp=subdelimp ) { in is_ad_subtags()
487 subdelimp = strchrlen( subp, subn, ';', &sublen ); in is_ad_subtags()
492 && strncmp( supp, subp, sublen ) == 0 ) in is_ad_subtags()
494 && strncmp( supp, subp, suplen ) == 0 ) ) in is_ad_subtags()
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dmapc.c962 char *subp; in mapc_meta_search() local
972 while (error && (subp = strrchr(wildname, '/'))) { in mapc_meta_search()
978 xstrlcpy(subp, "/*", sizeof(wildname) - (subp - wildname)); in mapc_meta_search()
982 *subp = '\0'; in mapc_meta_search()
/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Dmul_fft.c693 int subp = 0; in mpn_mul_fft_decompose() local
702 if (subp) in mpn_mul_fft_decompose()
706 subp ^= 1; in mpn_mul_fft_decompose()
711 if (subp) in mpn_mul_fft_decompose()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-c.cc1451 tree subp = build_int_cst (TREE_TYPE (arg2), in resolve_vec_extract() local
1453 arg2 = build_binary_op (loc, BIT_AND_EXPR, arg2, subp, 0); in resolve_vec_extract()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-builtins.c1240 AARCH64_INIT_MEMTAG_BUILTINS_DECL (SUBP, subp, subp, fntype); in aarch64_init_memtag_builtins()
H A Daarch64.md7568 (define_insn "subp"
7576 "subp\\t%0, %1, %2"
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-builtins.cc1604 AARCH64_INIT_MEMTAG_BUILTINS_DECL (SUBP, subp, subp, fntype); in aarch64_init_memtag_builtins()
H A Daarch64.md7652 (define_insn "subp"
7660 "subp\\t%0, %1, %2"
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A DChangeLog-2018122 * aarch64-tbl.h (aarch64_opcode_table): Add subp, subps and cmpp.
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A DChangeLog-2018122 * aarch64-tbl.h (aarch64_opcode_table): Add subp, subps and cmpp.
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/
H A DChangeLog-2018122 * aarch64-tbl.h (aarch64_opcode_table): Add subp, subps and cmpp.
/netbsd-src/external/gpl3/gdb/dist/opcodes/
H A DChangeLog-2018122 * aarch64-tbl.h (aarch64_opcode_table): Add subp, subps and cmpp.
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-2018496 * testsuite/gas/aarch64/armv8_5-a-memtag.s: Add tests for subp,
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-2018496 * testsuite/gas/aarch64/armv8_5-a-memtag.s: Add tests for subp,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td1800 def SUBP : SUBP<0, "subp", int_aarch64_subp>, Sched<[]>;
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20193406 (irg, gmi, subp, addg, ldg, stg): New instructions.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git98188 [gdb/testsuite] Fix gdb.base/nested-subp{2,3}.exp with recent ld