Searched refs:stem (Results 1 - 25 of 50) sorted by relevance

12

/netbsd-current/usr.sbin/makemandb/
H A Dcustom_apropos_tokenizer.c306 * If the word ends with zFrom and xCond() is true for the stem
318 stem( function
434 !stem(&z, "sess", "ss", 0) &&
435 !stem(&z, "sei", "i", 0) &&
436 !stem(&z, "ss", "ss", 0)
443 if (stem(&z, "dee", "ee", m_gt_0)) {
446 (stem(&z, "gni", "", hasVowel) || stem(&z, "de", "", hasVowel))
449 if (stem(&z, "ta", "ate", 0) ||
450 stem(
[all...]
/netbsd-current/external/gpl2/gmake/dist/
H A Dimplicit.c77 unsigned char had_stem; /* had % substituted with stem */
95 && (f->stem < f->name || f->stem > f->name + strlen (f->name)))
96 free (f->stem);
230 /* The start and length of the stem of FILENAME for the current rule. */
231 register char *stem = 0;
273 PATH_VAR (stem_str); /* @@ Need to get rid of stem, stemlen, etc. */
342 find the stem: the part of the filename that matches the %. */
343 stem = filename + (suffix - target - 1);
374 stem
229 register char *stem = 0; local
[all...]
H A Ddep.h31 chained through the `next'. `stem' is the stem for this
40 char *stem; member in struct:dep
H A Dmisc.c502 /* Free `struct dep' along with `name' and `stem'. */
510 if (d->stem != 0)
511 free (d->stem);
533 if (c->stem != 0)
534 c->stem = xstrdup (c->stem);
H A Dfile.c466 char *file_stem = f->stem;
503 for the file. Since the stem for static pattern rules comes from
504 individual dep lines, we will temporarily set f->stem to d->stem.
512 if (d->stem != 0)
513 f->stem = d->stem;
519 if (d->stem != 0)
520 f->stem = file_stem;
543 if (d->stem[
[all...]
H A Dcommands.c76 /* $* is the stem from an implicit or static pattern rule. */
77 if (file->stem == 0)
81 explicit rules. We store this in the `stem' member. */
104 file->stem = savestring (name, len - slen);
109 file->stem = "";
111 star = file->stem;
H A Dfiledef.h34 char *stem; /* Implicit stem, if an implicit member in struct:file
H A Dvariable.c74 char *stem; local
82 find the stem: the part of the filename that matches the %. */
83 stem = target + (p->suffix - p->target - 1);
86 /* Compare the text in the pattern before the stem, if any. */
87 if (stem > target && !strneq (p->target, target, stem - target))
90 /* Compare the text in the pattern after the stem, if any.
95 if (*p->suffix == stem[stemlen]
96 && (*p->suffix == '\0' || streq (&p->suffix[1], &stem[stemlen+1])))
/netbsd-current/external/mpl/bind/dist/doc/arm/_ext/
H A Dmergegrammar.py26 if file.stem == "in-view":
29 zone_type = f"type {file.stem}"
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A Dllvm-cov.cpp63 if (sys::path::stem(argv[0]).endswith_lower("gcov"))
H A Dgcov.cpp30 sys::path::append(CoverageFileStem, sys::path::stem(SourceFile));
33 sys::path::append(CoverageFileStem, sys::path::stem(SourceFile));
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dcollctrl.cc2012 Coll_Ctrl::set_default_stem (const char* stem) argument
2014 default_stem = strdup (stem);
2470 char *stem; local
2474 stem = strdup (default_stem);
2475 stembase = stem;
2479 stem = strdup (expt_group);
2480 stem[strlen (stem) - 4] = 0;
2481 stembase = stem;
2485 if (stem[
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp259 llvm::sys::path::stem(CmdLine.front()).endswith_lower("cl");
342 Stems.emplace_back(sys::path::stem(Path), I);
391 // [-prefix--][---dir---] [-dir-] [--stem---]
392 StringRef Stem = sys::path::stem(Filename);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp179 // Used to match implementation with headers, this differs from sys::path::stem:
181 // - an empty stem is never returned: /foo/.bar.x => .bar
243 StringRef HeaderStem = llvm::sys::path::stem(IncludeName);
244 StringRef FileStem = llvm::sys::path::stem(FileName); // foo.cu for foo.cu.cc
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DPath.h312 /// Get stem.
327 /// @result The stem of \a path.
328 StringRef stem(StringRef path, Style style = Style::native);
436 /// Has stem?
438 /// stem != ""
441 /// @result True if the path has a stem, false otherwise.
/netbsd-current/external/apache2/llvm/dist/llvm/tools/split-file/
H A Dsplit-file.cpp140 toolName = sys::path::stem(argv[0]);
/netbsd-current/external/apache2/llvm/dist/clang/tools/arcmt-test/
H A Darcmt-test.cpp238 resultMap[sys::path::stem(fname)] = fname;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DAMDGPUOpenMP.cpp179 Prefix = llvm::sys::path::stem(II.getFilename()).str() + "-" + GPUArch;
H A DFuchsia.cpp58 llvm::sys::path::stem(Exec).equals_lower("ld.lld")) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp625 llvm::sys::path::stem(SkippedDirs[I-1]->getName()), NameBuf);
643 llvm::sys::path::stem(File->getName()), NameBuf);
752 llvm::sys::path::stem(SkippedDirs[I-1]->getName()),
764 llvm::sys::path::stem(Header->getName()),
951 llvm::sys::path::stem(FrameworkDirName), ModuleNameStorage);
991 StringRef Name = llvm::sys::path::stem(FrameworkDirName);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddbxout.c523 dbxout_stabd will not work. STEM is the name stem of the label,
527 dbxout_stab_value_internal_label (const char *stem, int *counterp)
532 ASM_GENERATE_INTERNAL_LABEL (label, stem, counter);
534 targetm.asm_out.internal_label (asm_out_file, stem, counter);
541 dbxout_stab_value_internal_label_diff (const char *stem, int *counterp,
547 ASM_GENERATE_INTERNAL_LABEL (label, stem, counter);
549 targetm.asm_out.internal_label (asm_out_file, stem, counter);
524 dbxout_stab_value_internal_label(const char *stem, int *counterp) argument
538 dbxout_stab_value_internal_label_diff(const char *stem, int *counterp, const char *base) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddbxout.cc526 dbxout_stabd will not work. STEM is the name stem of the label,
530 dbxout_stab_value_internal_label (const char *stem, int *counterp)
535 ASM_GENERATE_INTERNAL_LABEL (label, stem, counter);
537 targetm.asm_out.internal_label (asm_out_file, stem, counter);
544 dbxout_stab_value_internal_label_diff (const char *stem, int *counterp,
550 ASM_GENERATE_INTERNAL_LABEL (label, stem, counter);
552 targetm.asm_out.internal_label (asm_out_file, stem, counter);
527 dbxout_stab_value_internal_label(const char *stem, int *counterp) argument
541 dbxout_stab_value_internal_label_diff(const char *stem, int *counterp, const char *base) argument
/netbsd-current/external/apache2/llvm/dist/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp486 if (NoUser32 && sys::path::stem(DLLName) == "user32") {
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp75 StringRef Stem = sys::path::stem(ToolName);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/h8300/
H A Dh8300.c3677 const char *stem;
3682 stem = "shll";
3686 stem = "shar";
3690 stem = "shlr";
3694 stem = "rotl";
3700 stem = "rotr";
3708 sprintf (buffer, "%s.%c\t%%%c0", stem, suffix, optype);
3710 sprintf (buffer, "%s.%c\t%%X2,%%%c0", stem, suffix, optype);
3664 const char *stem; local

Completed in 218 milliseconds

12