HomeSort by: relevance | last modified time | path
    Searched defs:suffixes (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/docs/tools/
generate_formatted_state.py 32 suffixes = (".cpp", ".h") variable
112 if not ext.endswith(suffixes):
  /src/external/gpl2/gmake/dist/
rule.h 26 char **suffixes; /* Suffixes (after `%') of each target. */ member in struct:rule
  /src/external/gpl2/diffutils/dist/lib/
xstrtol.c 158 /* FIXME: update all callers except the ones that allow suffixes
169 int suffixes = 1; local
191 suffixes += 2;
197 suffixes++;
265 (*p) += suffixes;
  /src/external/gpl2/grep/dist/lib/
xstrtol.c 146 /* FIXME: update all callers except the ones that allow suffixes
157 int suffixes = 1; local
175 suffixes++;
180 suffixes++;
245 (*p) += suffixes;
  /src/external/public-domain/xz/dist/src/xz/
suffix.c 123 } suffixes[] = { local
140 for (size_t i = 0; i < ARRAY_SIZE(suffixes); ++i) {
141 new_len = test_suffix(suffixes[i].compressed,
144 new_suffix = suffixes[i].uncompressed;
195 /// In contrast to uncompressed_name(), we check only suffixes that are valid
236 const char *const *suffixes = all_suffixes[format]; local
238 // Look for known filename suffixes and refuse to compress them.
239 for (size_t i = 0; suffixes[i] != NULL; ++i) {
240 if (test_suffix(suffixes[i], src_name, src_len) != 0) {
241 msg_suffix(src_name, suffixes[i])
    [all...]
  /src/usr.bin/ftp/
progressbar.c 88 * List of order of magnitude suffixes, per IEC 60027-2.
91 static const char * const suffixes[] = { variable
105 #define NSUFFIXES (int)(sizeof(suffixes) / sizeof(suffixes[0]))
244 suffixes[i]);
261 suffixes[i]);
354 suffixes[i]);
  /src/external/gpl2/texinfo/dist/info/
tilde.c 99 register char **suffixes = tilde_additional_suffixes; local
108 for (j = 0; suffixes && suffixes[j]; j++)
110 if (strncmp (string + i, suffixes[j], strlen (suffixes[j])) == 0)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_linux_test.cc 232 const char *suffixes[] = { "", "-linux", ".1.2", "-linux.1.2" }; local
236 for (uptr j = 0; j < ARRAY_SIZE(suffixes); j++) {
239 paths[i], base_names[k], suffixes[j]);
  /src/crypto/external/apache2/openssl/dist/test/
bio_base64_test.c 46 static char *suffixes[NVAR] = { "", "", "", sEOF, junk }; variable
281 * - non-base64 suffixes (other than soft EOF) for non-empty or oneline
392 t.suffix = suffixes[variant];
  /src/external/apache2/llvm/dist/llvm/utils/
extract_symbols.py 404 suffixes = ['.lib','.a','.obj','.o'] variable
405 if not any([lib.endswith(s) for s in suffixes]):
406 for s in suffixes:
413 if not any([lib.endswith(s) for s in suffixes]):
  /src/external/gpl3/gdb/dist/readline/readline/
tilde.c 164 register char **suffixes; local
166 suffixes = tilde_additional_suffixes;
178 for (j = 0; suffixes && suffixes[j]; j++)
180 if (strncmp (string + i, suffixes[j], strlen (suffixes[j])) == 0)
  /src/external/gpl3/gdb.old/dist/readline/readline/
tilde.c 164 register char **suffixes; local
166 suffixes = tilde_additional_suffixes;
178 for (j = 0; suffixes && suffixes[j]; j++)
180 if (strncmp (string + i, suffixes[j], strlen (suffixes[j])) == 0)
  /src/usr.bin/mkdep/
mkdep.c 89 "usage: %s [-aDdiopqv] [-f file] [-P prefix] [-s suffixes] "
224 const char *suffixes = NULL, *s; local
273 suffixes = "";
282 suffixes = optarg;
301 if (suffixes != NULL) {
302 if (*suffixes) {
303 for (s = suffixes; (sz = strcspn(s, ", ")) != 0;) {
  /src/external/cddl/osnet/dev/profile/
profile.c 448 } suffixes[] = { local
538 for (i = 0, mult = 0; suffixes[i].name != NULL; i++) {
539 if (strcasecmp(suffixes[i].name, suffix) == 0) {
540 mult = suffixes[i].mult;
545 if (suffixes[i].name == NULL && *suffix != '\0')
  /src/crypto/external/apache2/openssl/dist/apps/
rehash.c 87 /* Keep in sync with |suffixes|, below. */
104 static const char *suffixes[] = { "", "r" }; variable
212 for (type = OSSL_NELEM(suffixes) - 1; type > 0; type--)
214 suffixes[type], strlen(suffixes[type]))
218 i += strlen(suffixes[type]);
428 suffixes[bp->type], ep->old_id);
439 suffixes[bp->type], nextid);
461 suffixes[bp->type], ep->old_id);
  /src/crypto/external/bsd/openssl/dist/apps/
rehash.c 87 /* Keep in sync with |suffixes|, below. */
102 static const char *suffixes[] = { "", "r" }; variable
212 for (type = OSSL_NELEM(suffixes) - 1; type > 0; type--) {
213 const char *suffix = suffixes[type];
217 i += strlen(suffixes[type]);
427 suffixes[bp->type], ep->old_id);
438 suffixes[bp->type], nextid);
460 suffixes[bp->type], ep->old_id);
  /src/crypto/external/bsd/openssl.old/dist/apps/
rehash.c 91 /* Keep in sync with |suffixes|, below. */
106 static const char *suffixes[] = { "", "r" }; variable
210 for (type = OSSL_NELEM(suffixes) - 1; type > 0; type--) {
211 const char *suffix = suffixes[type];
215 i += strlen(suffixes[type]);
398 suffixes[bp->type], ep->old_id);
409 suffixes[bp->type], nextid);
431 suffixes[bp->type], ep->old_id);
  /src/external/gpl2/rcs/dist/src/
rcsfnms.c 140 * Added csh, red, and sl filename suffixes.
149 * Added comtable[] which pairs filename suffixes with comment leaders;
198 char const *suffixes; variable
564 x = suffixes;
767 x = suffixes;
  /src/external/public-domain/xz/dist/src/liblzma/common/
string_conversion.c 107 static const char suffixes[4][4] = { "", "KiB", "MiB", "GiB" }; local
112 && suf < ARRAY_SIZE(suffixes) - 1) {
130 str_append_str(str, suffixes[suf]);
197 /// OPTMAP_USE_BYTE_SUFFIX then KiB, MiB, and GiB suffixes are allowed.
707 "suffixes");
732 // suffixes "KiB", "MiB", or "GiB"
734 // untranslated suffixes.
  /src/external/gpl2/lvm2/dist/tools/
lvmcmdline.c 241 static const char *suffixes = "kmgtpebs"; local
271 for (i = strlen(suffixes) - 1; i >= 0; i--)
272 if (suffixes[i] == tolower((int) *ptr))
  /src/external/gpl2/texinfo/dist/util/
install-info.c 408 ITEM. The various suffixes should never actually appear in the
410 static char *suffixes[]
418 for (i = 0; !ret && suffixes[i]; i++)
420 char *suffix = suffixes[i];
403 static char *suffixes[] local
  /src/usr.bin/make/unit-tests/
Makefile 168 TESTS+= deptgt-suffixes
458 TESTS+= varname-dot-suffixes
594 POSTPROC.deptgt-suffixes= awk '/^\#\*\*\* Suffixes/,/^never-stop/'
700 CLEANFILES+= issue* .[ab]* # suffixes.mk
747 .SUFFIXES: .mk .rawout .out
  /src/crypto/external/bsd/openssh/dist/
sshconnect2.c 1331 static const char * const suffixes[] = { ".pub", "-cert.pub", NULL }; local
1337 for (i = 0; suffixes[i]; i++) {
1338 slen = strlen(suffixes[i]);
1340 strcmp(id->filename + (len - slen), suffixes[i]) == 0 &&
  /src/usr.bin/gzip/
gzip.c 158 static suffixes_t suffixes[] = { variable
188 #define NUM_SUFFIXES (sizeof suffixes / sizeof suffixes[0])
419 suffixes[0].zipped = optarg;
420 suffixes[0].ziplen = len;
422 suffixes[NUM_SUFFIXES - 1].zipped = "";
423 suffixes[NUM_SUFFIXES - 1].ziplen = 0;
1303 for (s = suffixes; s != suffixes + NUM_SUFFIXES; s++) {
1368 file, suffixes[0].zipped) >= outsize
    [all...]
  /src/external/gpl2/texinfo/dist/makeinfo/
makeinfo.c 1255 static char *suffixes[] = {
1367 various suffixes. Prefer files like `makeinfo.texi' to
1369 for (i = 0; suffixes[i]; i++)
1372 strcat (filename, suffixes[i]);
1377 if (!suffixes[i][0] && strrchr (filename, '.'))
1385 if (!suffixes[i])
1250 static char *suffixes[] = { variable

Completed in 46 milliseconds

1 2