Searched refs:suffix (Results 26 - 50 of 265) sorted by relevance

1234567891011

/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DASTTableGen.cpp33 static StringRef removeExpectedNodeNameSuffix(Record *node, StringRef suffix) { argument
35 if (!nodeName.endswith(suffix)) {
37 Twine("name of node doesn't end in ") + suffix);
39 return nodeName.drop_back(suffix.size());
53 // C++ class, and the ID just strips this suffix.
65 // no standard suffix). The ID adds "Class" for historical reasons.
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dfilesize.c44 const char *suffix;
85 const char *const suffix = (long_units ? order[index].suffix
111 return apr_pstrcat(result_pool, buffer, suffix, SVN_VA_NULL);
42 const char *suffix; member in struct:filesize_order_t
83 const char *const suffix = (long_units ? order[index].suffix local
/freebsd-11-stable/usr.sbin/certctl/
H A Dcertctl.sh78 local suffix
89 suffix=$(get_decimal "$CERTDESTDIR" "$hash")
90 [ $VERBOSE -gt 0 ] && echo "Adding $hash.$suffix to trust store"
92 install ${INSTALLFLAGS} -lrs $(realpath "$1") "$CERTDESTDIR/$hash.$suffix"
98 local suffix
104 suffix=$(get_decimal "$BLACKLISTDESTDIR" "$hash")
105 filename="$hash.$suffix"
109 suffix=$(get_decimal "$BLACKLISTDESTDIR" "$hash")
110 filename="$hash.$suffix"
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Drtbl.c51 char *suffix; member in struct:column_data
113 free (c->suffix);
146 col->suffix = NULL;
237 const char *prefix, const char *suffix)
253 if (c->suffix)
254 free (c->suffix);
255 if(suffix == NULL)
256 c->suffix = NULL;
258 c->suffix = strdup (suffix);
236 rtbl_set_column_affix_by_id(rtbl_t table, unsigned int id, const char *prefix, const char *suffix) argument
[all...]
/freebsd-11-stable/contrib/byacc/
H A Dmain.c404 #define CREATE_FILE_NAME(dest, suffix) \
405 dest = alloc_file_name(len, suffix)
408 alloc_file_name(size_t len, const char *suffix) argument
410 char *result = TMALLOC(char, len + strlen(suffix) + 1);
414 strcpy(result + len, suffix);
419 find_suffix(char *name, const char *suffix) argument
422 size_t slen = strlen(suffix);
426 if (strcmp(name, suffix) == 0)
438 char *suffix; local
440 suffix
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dmake_keys.c125 static const char *suffix[] = local
146 write_list(stdout, suffix);
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/basename/
H A Dt_basename.sh45 atf_test_case suffix
48 atf_set "descr" "Checks removing of provided suffix"
61 atf_add_test_case suffix
/freebsd-11-stable/contrib/gdb/gdb/
H A Dada-exp.c2483 const char* suffix;
2508 suffix = strstr (expr, "___XE");
2509 if (suffix == NULL)
2512 name = (char*) xmalloc (suffix - expr + 1);
2516 strncpy (name, expr, suffix-expr);
2517 name[suffix-expr] = '\000';
2525 suffix += 5;
2527 while (*suffix == 'X')
2529 suffix += 1;
2531 switch (*suffix) {
2479 const char* suffix; local
[all...]
H A Devent-top.c105 /* This is the annotation suffix that will be used when the
312 'set annotate'. It pushes a new prompt (with prefix and suffix) on top
319 char *prefix, *suffix;
339 suffix = (char *) alloca (strlen (async_annotation_suffix) + 6);
340 strcpy (suffix, "\n\032\032");
341 strcat (suffix, async_annotation_suffix);
342 strcat (suffix, "\n");
344 push_prompt (prefix, (char *) 0, suffix);
358 parts: prefix, prompt, suffix. Usually prefix and suffix ar
318 char *prefix, *suffix; local
361 push_prompt(char *prefix, char *prompt, char *suffix) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCF.cpp96 std::string prefix, suffix;
99 suffix)) {
101 suffix.clear();
106 (count == 1 ? "" : "s"), suffix.c_str());
283 std::string prefix, suffix;
286 suffix)) {
288 suffix.clear();
293 (count == 1 ? "" : "s"), suffix.c_str());
H A DCocoa.cpp298 std::string prefix, suffix; local
301 suffix)) {
303 suffix.clear();
307 stream.Printf("%s%hhd%s", prefix.c_str(), value, suffix.c_str());
314 std::string prefix, suffix; local
317 suffix)) {
319 suffix.clear();
323 stream.Printf("%s%hd%s", prefix.c_str(), value, suffix.c_str());
330 std::string prefix, suffix; local
333 suffix)) {
346 std::string prefix, suffix; local
363 std::string prefix, suffix; local
384 std::string prefix, suffix; local
400 std::string prefix, suffix; local
713 std::string prefix, suffix; local
[all...]
H A DNSString.cpp149 std::string prefix, suffix; local
153 suffix)) {
155 suffix.clear();
161 options.SetSuffixToken(suffix);
353 std::string prefix, suffix;
357 suffix)) {
359 suffix.clear();
369 stream.Printf("%s", suffix.c_str());
394 stream.Printf("%s", suffix.c_str());
/freebsd-11-stable/sbin/nvmecontrol/
H A Dwdc.c60 wdc_append_serial_name(int fd, char *buf, size_t len, const char *suffix) argument
74 snprintf(buf, len, "%s%s.bin", sn, suffix);
101 wdc_do_dump(int fd, char *tmpl, const char *suffix, uint32_t opcode, argument
110 wdc_append_serial_name(fd, tmpl, MAXPATHLEN, suffix);
130 errx(1, "No data for %s", suffix);
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dposix1.mk6 all: line-continuations suffix-substitution localvars
45 suffix-substitution:
50 # Local variables: regular forms, D/F forms and suffix substitution.
61 # $* = target without suffix $? = sources newer than target
90 "Target with suffix transformations\n\
94 Implied source with suffix transformations\n\
98 Suffixless target with suffix transformations\n\
102 Out-of-date dependencies with suffix transformations\n\
106 Member with suffix transformations\n\
/freebsd-11-stable/contrib/tcsh/
H A Dtw.color.c45 #define VAR(suffix,variable,defaultcolor) \
47 suffix, variable, { defaultcolor, sizeof(defaultcolor) - 1 }, \
50 #define NOS '\0' /* no suffix */
53 const char suffix; member in struct:__anon38
422 print_color(const Char *fname, size_t len, Char suffix) argument
429 switch (suffix) {
440 if (variables[i].suffix != NOS &&
441 (Char)variables[i].suffix == suffix) {
467 print_with_color(const Char *filename, size_t len, Char suffix) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DMinGW.cpp126 for (StringRef suffix : excludeSymbolSuffixes.keys())
127 if (sym->getName().endswith(suffix))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DHighlighter.cpp23 llvm::StringRef suffix) {
25 m_suffix = FormatAnsiTerminalCodes(suffix);
22 Set(llvm::StringRef prefix, llvm::StringRef suffix) argument
/freebsd-11-stable/contrib/ncurses/misc/
H A Drun_tic.in44 : ${suffix:=@EXEEXT@}
67 if test -f ../progs/tic$suffix
93 # reset $suffix, since it applies to the target, not the build platform.
94 suffix=
/freebsd-11-stable/crypto/openssl/crypto/perlasm/
H A Dx86gas.pl25 # expand opcode with size suffix;
29 my($suffix,$dst,$src);
42 if ($dst =~ m/^%/o) { $suffix=&opsize($dst); }
43 elsif ($src =~ m/^%/o) { $suffix=&opsize($src); }
44 else { $suffix="l"; }
45 undef $suffix if ($dst =~ m/^%[xm]/o || $src =~ m/^%[xm]/o);
50 else { &::emit($opcode.$suffix,@arg);}
/freebsd-11-stable/contrib/gcc/
H A Dc-cppbuiltin.c274 const char *suffix,
298 sprintf (buf, "1E%d%s", fmt->emin, suffix);
312 sprintf (&buf[fmt->p + 1], "E%d%s", fmt->emax, suffix);
318 sprintf (buf, "1E-%d%s", fmt->p - 1, suffix);
331 sprintf (&buf[fmt->p], "1E%d%s", fmt->emin, suffix);
738 const char *value, *suffix; local
756 suffix = suffixes[is_long * 2 + TYPE_UNSIGNED (type)];
759 + strlen (suffix) + 1);
760 sprintf (buf, "%s=%s%s", macro, value, suffix);
273 builtin_define_decimal_float_constants(const char *name_prefix, const char *suffix, tree type) argument
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dia64-opc.c624 const char *suffix;
631 suffix = name;
632 get_opc_prefix (&suffix, op);
641 const char *curr_suffix = suffix;
646 if (suffix[0] == '\0')
648 completer = find_completer (place, completer, suffix);
699 const char *suffix;
707 suffix = name;
708 get_opc_prefix (&suffix, op);
613 const char *suffix; local
687 const char *suffix; local
/freebsd-11-stable/usr.bin/makewhatis/
H A Dmakewhatis.c60 char * suffix; member in struct:page_info
137 free(info->suffix);
151 char *suffix; local
158 suffix = &dirent->d_name[basename_length];
161 suffix -= 3;
162 *suffix = '\0';
165 if (--suffix == dirent->d_name || !isalnum(*suffix)) {
166 if (*suffix == '.')
175 *suffix
299 no_page_exists(char *dir, StringList *names, char *suffix) argument
566 add_whatis_name(char *name, char *suffix) argument
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dutil.c222 mktmpname(const char *origname, const char *suffix) argument
226 newname = xmalloc(strlen(origname) + strlen(suffix) + 1);
228 (void) strcat(newname, suffix);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_filegen.c106 char *suffix; /* where to print suffix extension */ local
119 /* where to place suffix */
121 suffix = fullname + suflen;
138 /* no suffix, all set */
144 snprintf(suffix, suflen, "%c#%ld",
155 snprintf(suffix, suflen, "%c%04d%02d%02d",
164 snprintf(suffix, suflen, "%c%04dw%02d",
174 snprintf(suffix, suflen, "%c%04d%02d",
185 snprintf(suffix, sufle
[all...]
/freebsd-11-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dinquire_sec_context_by_oid.c36 oid_prefix_equal(gss_OID oid_enc, gss_OID prefix_enc, unsigned *suffix) argument
42 *suffix = 0;
60 *suffix = oid.components[oid.length - 1];
538 unsigned suffix; local
582 &suffix)) {
586 suffix,
590 &suffix)) {
591 if (suffix == 1)

Completed in 173 milliseconds

1234567891011