| /src/external/gpl2/gmake/dist/ |
| dep.h | 31 chained through the `next'. `stem' is the stem for this 40 char *stem; member in struct:dep
|
| dep.h | 31 chained through the `next'. `stem' is the stem for this 40 char *stem; member in struct:dep
|
| filedef.h | 34 char *stem; /* Implicit stem, if an implicit member in struct:file
|
| implicit.c | 77 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); 369 /* If so, don't include the directory prefix in STEM here. * 229 register char *stem = 0; local [all...] |
| filedef.h | 34 char *stem; /* Implicit stem, if an implicit member in struct:file
|
| implicit.c | 77 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); 369 /* If so, don't include the directory prefix in STEM here. * 229 register char *stem = 0; local [all...] |
| variable.c | 74 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])))
|
| variable.c | 74 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])))
|
| /src/usr.sbin/makemandb/ |
| custom_apropos_tokenizer.c | 306 * If the word ends with zFrom and xCond() is true for the stem 318 stem( function 377 * Stem the input word zIn[0..nIn-1]. Store the output in zOut. 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) | [all...] |
| custom_apropos_tokenizer.c | 306 * If the word ends with zFrom and xCond() is true for the stem 318 stem( function 377 * Stem the input word zIn[0..nIn-1]. Store the output in zOut. 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) | [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| fs_path.h | 508 path stem() const; 1301 path::stem() const function in class:filesystem::path
|
| fs_path.h | 508 path stem() const; 1301 path::stem() const function in class:filesystem::path
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| fs_path.h | 508 path stem() const; 1306 path::stem() const function in class:filesystem::path
|
| fs_path.h | 508 path stem() const; 1306 path::stem() const function in class:filesystem::path
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/ |
| fs_path.h | 397 path stem() const; 1218 path::stem() const function in class:experimental::filesystem::v1::path
|
| fs_path.h | 397 path stem() const; 1218 path::stem() const function in class:experimental::filesystem::v1::path
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/ |
| fs_path.h | 397 path stem() const; 1225 path::stem() const function in class:experimental::filesystem::v1::path
|
| fs_path.h | 397 path stem() const; 1225 path::stem() const function in class:experimental::filesystem::v1::path
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| collctrl.cc | 1926 Coll_Ctrl::set_default_stem (const char* stem) 1928 default_stem = xstrdup (stem); 2370 char *stem; local 2374 stem = xstrdup (default_stem); 2375 stembase = stem; 2379 stem = xstrdup (expt_group); 2380 stem[strlen (stem) - 4] = 0; 2381 stembase = stem; 2385 if (stem[i] == 0 [all...] |
| collctrl.cc | 1926 Coll_Ctrl::set_default_stem (const char* stem) 1928 default_stem = xstrdup (stem); 2370 char *stem; local 2374 stem = xstrdup (default_stem); 2375 stembase = stem; 2379 stem = xstrdup (expt_group); 2380 stem[strlen (stem) - 4] = 0; 2381 stembase = stem; 2385 if (stem[i] == 0 [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| collctrl.cc | 1926 Coll_Ctrl::set_default_stem (const char* stem) 1928 default_stem = xstrdup (stem); 2370 char *stem; local 2374 stem = xstrdup (default_stem); 2375 stembase = stem; 2379 stem = xstrdup (expt_group); 2380 stem[strlen (stem) - 4] = 0; 2381 stembase = stem; 2385 if (stem[i] == 0 [all...] |
| collctrl.cc | 1926 Coll_Ctrl::set_default_stem (const char* stem) 1928 default_stem = xstrdup (stem); 2370 char *stem; local 2374 stem = xstrdup (default_stem); 2375 stembase = stem; 2379 stem = xstrdup (expt_group); 2380 stem[strlen (stem) - 4] = 0; 2381 stembase = stem; 2385 if (stem[i] == 0 [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/h8300/ |
| h8300.cc | 3384 const char *stem; 3389 stem = "shll"; 3393 stem = "shar"; 3397 stem = "shlr"; 3401 stem = "rotl"; 3407 stem = "rotr"; 3415 sprintf (buffer, "%s.%c\t%%%c0", stem, suffix, optype); 3417 sprintf (buffer, "%s.%c\t%%X2,%%%c0", stem, suffix, optype); 3371 const char *stem; local
|
| h8300.cc | 3384 const char *stem; 3389 stem = "shll"; 3393 stem = "shar"; 3397 stem = "shlr"; 3401 stem = "rotl"; 3407 stem = "rotr"; 3415 sprintf (buffer, "%s.%c\t%%%c0", stem, suffix, optype); 3417 sprintf (buffer, "%s.%c\t%%X2,%%%c0", stem, suffix, optype); 3371 const char *stem; local
|
| /src/external/gpl3/gcc/dist/gcc/config/h8300/ |
| h8300.cc | 3384 const char *stem; 3389 stem = "shll"; 3393 stem = "shar"; 3397 stem = "shlr"; 3401 stem = "rotl"; 3407 stem = "rotr"; 3415 sprintf (buffer, "%s.%c\t%%%c0", stem, suffix, optype); 3417 sprintf (buffer, "%s.%c\t%%X2,%%%c0", stem, suffix, optype); 3371 const char *stem; local
|