Searched refs:suffix (Results 76 - 100 of 221) sorted by relevance

123456789

/freebsd-10.0-release/gnu/usr.bin/rcs/lib/
H A Drcsfnms.c210 char const *suffix, *comlead; member in struct:compair
256 { 0 , "# " } /* default for unknown suffix; must be last */
364 suffix_matches(suffix, pattern)
365 register char const *suffix, *pattern;
371 switch (*suffix++ - (c = *pattern++)) {
397 /* guess the comment leader from the suffix*/
399 if (Suffix==workname) Suffix= ""; /* empty suffix; will get default*/
400 for (i=0; !suffix_matches(Suffix,comtable[i].suffix); i++)
530 /* Yield the length of X, an RCS pathname suffix. */
549 /* Yield the suffix o
[all...]
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-arc.c222 /* Only put the first entry of each equivalently named suffix in the
742 as_bad ("invalid suffix class");
751 as_bad ("expected comma after suffix class");
797 as_bad ("unknown suffix class");
1578 const struct arc_operand_value *suffix = NULL;
1602 for "%q" (ie: a condition code suffix). */
1610 /* Pick the suffix out and look it up via the hash table. */
1623 the table so "lle" isn't an illegal suffix. */
1636 /* Insert the suffix's value into the insn. */
1644 suffix
1571 const struct arc_operand_value *suffix = NULL; local
[all...]
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dmerge.c47 /* Entry this is a suffix of (if alignment is 0). */
48 struct sec_merge_hash_entry *suffix; member in union:sec_merge_hash_entry::__anon259
121 ret->u.suffix = NULL;
580 /* B cannot be a suffix of A unless A is equal to B, which is guaranteed
639 cmp->u.suffix = e;
690 e->secinfo = e->u.suffix->secinfo;
691 e->alignment = e->u.suffix->alignment;
692 e->u.index = e->u.suffix->u.index + (e->u.suffix->len - e->len);
/freebsd-10.0-release/contrib/ncurses/progs/
H A Dtic.c284 static char *namebuf, *suffix; local
290 suffix = typeRealloc(char, have, suffix);
307 suffix[0] = '\0';
311 (void) strcpy(suffix, up);
318 (void) fputs(suffix, stdout);
324 (void) fputs(suffix, stdout);
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_prop.c862 const char *suffix; local
866 suffix = strchr(za.za_name, '$');
868 if (suffix == NULL) {
878 } else if (strcmp(suffix, ZPROP_INHERIT_SUFFIX) == 0) {
881 } else if (strcmp(suffix, ZPROP_RECVD_SUFFIX) == 0) {
885 (void) strncpy(buf, za.za_name, (suffix - za.za_name));
886 buf[suffix - za.za_name] = '\0';
/freebsd-10.0-release/usr.bin/xinstall/
H A Dxinstall.c118 static const char *suffix = BACKUP_SUFFIX; variable
160 suffix = optarg;
884 suffix) != strlen(to_name) + strlen(suffix)) {
1118 path, suffix) != strlen(path) + strlen(suffix))
1122 path, suffix);
1376 " [-B suffix] [-l linkflags] [-N dbdir]\n"
1380 " [-B suffix] [-l linkflags] [-N dbdir]\n"
/freebsd-10.0-release/contrib/libyaml/src/
H A Dscanner.c49 * TAG(handle,suffix) # '!handle!suffix'
144 * TAG(handle,suffix)
2388 yaml_char_t *suffix = NULL; local
2412 if (!yaml_parser_scan_tag_uri(parser, 0, NULL, start_mark, &suffix))
2427 /* The tag has either the '!suffix' or the '!handle!suffix' form. */
2438 /* Scan the suffix now. */
2440 if (!yaml_parser_scan_tag_uri(parser, 0, NULL, start_mark, &suffix))
2447 if (!yaml_parser_scan_tag_uri(parser, 0, handle, start_mark, &suffix))
[all...]
H A Demitter.c1182 int no_tag = (!emitter->tag_data.handle && !emitter->tag_data.suffix);
1261 if (!emitter->tag_data.handle && !emitter->tag_data.suffix)
1269 if (emitter->tag_data.suffix) {
1270 if (!yaml_emitter_write_tag_content(emitter, emitter->tag_data.suffix,
1279 if (!yaml_emitter_write_tag_content(emitter, emitter->tag_data.suffix,
1461 emitter->tag_data.suffix = string.start + prefix_length;
1468 emitter->tag_data.suffix = string.start;
1686 emitter->tag_data.suffix = NULL;
/freebsd-10.0-release/contrib/binutils/ld/
H A Dldfile.c305 const char *suffix)
353 + strlen (suffix)
358 lib, entry->filename, arch, suffix);
398 /* Try to open <filename><suffix> or lib<filename><suffix>.a */
302 ldfile_open_file_search(const char *arch, lang_input_statement_type *entry, const char *lib, const char *suffix) argument
/freebsd-10.0-release/contrib/gcc/
H A Dmklibgcc.in735 suffix=
737 suffix=`echo $dir | sed s,/,_,g`
739 echo extra$suffix: stmp-dirs
743 echo "all: extra$suffix"
748 echo "$libgcc_s_so: extra$suffix"
751 echo "$libunwind_so: extra$suffix"
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dstdint.h298 #define __int_c(v, suffix) __int_c_join(v, suffix)
299 #define __uint_c(v, suffix) __int_c_join(v##U, suffix)
/freebsd-10.0-release/contrib/nvi/common/
H A Dmsg.c55 size_t suffix; /* Suffix string length. */ member in struct:__anon3886
229 str[soff].suffix = p - u;
264 str[cnt2].skip, str[cnt2].suffix);
265 s_rbp += str[cnt2].prefix + str[cnt2].suffix;
/freebsd-10.0-release/usr.bin/sort/
H A Dbwstring.h83 void bwsprintf(FILE*, struct bwstring*, const char *prefix, const char *suffix);
/freebsd-10.0-release/usr.sbin/pkg_install/lib/
H A Dlib.h166 Boolean suffix(const char *, const char *);
/freebsd-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_subnet.c833 const char *suffix, char *dflt)
840 "Using Default\n", prefix, suffix);
866 prefix, suffix, vl_str);
870 prefix, suffix, vl);
878 prefix, suffix, weight_str);
883 prefix, suffix, weight);
888 prefix, suffix, tok);
897 prefix, suffix);
832 subn_verify_vlarb(char **vlarb, const char *prefix, const char *suffix, char *dflt) argument
/freebsd-10.0-release/contrib/binutils/opcodes/
H A Darc-opc.c45 /* Nonzero if we've seen an 'f' suffix (in certain insns). */
48 /* Nonzero if we've finished processing the 'f' suffix. */
51 /* Nonzero if we've seen a 'a' suffix (address writeback). */
54 /* Nonzero if we've seen a 'q' suffix (condition code). */
226 /* Fake utility operand to finish 'f' suffix handling. */
350 /* If we've seen a conditional suffix we have to use a limm. */
1004 We do check for correct usage of the nullify suffix, or we
1024 *errmsg = _("must specify .jd or no nullify suffix");
1033 The suffix extraction functions' return value is redundant since it can be
1035 a suffix tabl
1745 struct arc_ext_operand_value *suffix = arc_ext_operands; local
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_options.c686 } suffix[] = { local
709 for (i = 0; suffix[i].name != NULL; i++) {
710 if (strcasecmp(suffix[i].name, end) == 0) {
711 mul = suffix[i].mul;
716 if (suffix[i].name == NULL && *end != '\0' || val < 0)
/freebsd-10.0-release/sys/netgraph/
H A Dng_bridge.c604 char suffix[32]; local
607 snprintf(suffix, sizeof(suffix),
610 *suffix = '\0';
614 NG_HOOK_NAME(hook), suffix);
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dada-typeprint.c221 const char *suffix, struct ui_file *stream)
228 GROW_VECT (name_buf, name_buf_len, name_len + strlen (suffix) + 1);
230 strcpy (name_buf + name_len, suffix);
219 print_dynamic_range_bound(struct type *type, const char *name, int name_len, const char *suffix, struct ui_file *stream) argument
H A Ddve3900-rom.c58 char *suffix; /* string appearing after the value */ member in struct:bit_field
441 monitor_expect (bf->suffix, buf, sizeof (buf)); /* hex value, suffix */
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypes.cpp53 StringRef suffix) {
77 if (!suffix.empty())
78 OS << suffix; local
51 addRecordTypeName(const RecordDecl *RD, llvm::StructType *Ty, StringRef suffix) argument
/freebsd-10.0-release/crypto/openssl/apps/
H A Dapps.c1650 int save_serial(char *serialfile, char *suffix, BIGNUM *serial, ASN1_INTEGER **retai) argument
1658 if (suffix == NULL)
1661 j = strlen(serialfile) + strlen(suffix) + 1;
1668 if (suffix == NULL)
1673 j = BIO_snprintf(buf[0], sizeof buf[0], "%s.%s", serialfile, suffix);
1675 j = BIO_snprintf(buf[0], sizeof buf[0], "%s-%s", serialfile, suffix);
1903 int save_index(const char *dbfile, const char *suffix, CA_DB *db) argument
1915 j = strlen(dbfile) + strlen(suffix);
1928 j = BIO_snprintf(buf[1], sizeof buf[1], "%s.attr.%s", dbfile, suffix);
1930 j = BIO_snprintf(buf[1], sizeof buf[1], "%s-attr-%s", dbfile, suffix);
[all...]
/freebsd-10.0-release/tools/tools/shlib-compat/
H A Dshlib-compat.py436 def _pp_ex(self, pp, suffix=';'):
439 (self._name_opt(), ' '.join(members), suffix)
445 return self._pp_ex(pp, suffix='')
448 def _pp_ex(self, pp, suffix=';'):
451 (self._name_opt(), ' '.join(members), suffix)
457 return self._pp_ex(pp, suffix='')
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dvmsbuild.com106 $ f = f - ".o" !strip dummy suffix
/freebsd-10.0-release/contrib/libyaml/include/
H A Dyaml.h297 /** The tag suffix. */
298 yaml_char_t *suffix; member in struct:yaml_token_s::__anon1821::__anon1825
1702 /** The tag suffix. */
1703 yaml_char_t *suffix; member in struct:yaml_emitter_s::__anon1866
1704 /** The tag suffix length. */

Completed in 221 milliseconds

123456789