Searched refs:suffix (Results 126 - 150 of 1166) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/libarchive/dist/tar/
H A Dcreation_set.c48 const char *suffix; member in struct:suffix_code_t
53 get_suffix_code(const struct suffix_code_t *tbl, const char *suffix) argument
57 if (suffix == NULL)
59 for (i = 0; tbl[i].suffix != NULL; i++) {
60 if (strcmp(tbl[i].suffix, suffix) == 0)
67 get_filter_code(const char *suffix) argument
69 /* A pair of suffix and compression/filter. */
86 return get_suffix_code(filters, suffix);
90 get_format_code(const char *suffix) argument
111 decompose_alias(const char *suffix) argument
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_expand.c114 const char *suffix; local
122 suffix = name + prefix_len;
127 if (*suffix == 0) {
139 else if (STREQ(suffix, MAIL_ATTR_S_NAME)) {
154 else if (STREQ(suffix, MAIL_ATTR_S_DOMAIN)) {
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtl2b.c45 char suffix[2]; /* "" or ")" */ local
54 strcpy (suffix, ")");
59 strcpy (suffix, "");
82 if (j == 0 && printf ("%s };\n", suffix) < 0)
84 else if (j > 0 && printf ("%s, %s", suffix, prefix) < 0)
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dfp_cvt_int.s61 .macro do_fcvt suffix, fbits, reg
64 FCVT\suffix W7, \reg\()7
65 FCVT\suffix X7, \reg\()7
69 FCVT\suffix W7, \reg\()7, #\fbits
71 FCVT\suffix X7, \reg\()7, #\fbits
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dgnu-ifunc.exp38 # Return the binary suffix appended to program and library names to
56 set suffix [make_binsuffix $resolver_attr $resolver_debug $final_debug]
58 set lib_so [standard_output_file ${libfile}-$suffix.so]
60 set lib_o [standard_output_file ${libfile}-$suffix.o]
79 set final_o [standard_output_file $final_file-$suffix.o]
86 $binfile-$suffix executable $exec_opts] != ""} {
102 set suffix [make_binsuffix $resolver_attr $resolver_debug $final_debug]
104 set lib_so [standard_output_file ${libfile}-$suffix.so]
105 clean_restart $binfile-$suffix
206 set suffix [make_binsuffi
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dgnu-ifunc.exp34 # Return the binary suffix appended to program and library names to
52 set suffix [make_binsuffix $resolver_attr $resolver_debug $final_debug]
54 set lib_so [standard_output_file ${libfile}-$suffix.so]
56 set lib_o [standard_output_file ${libfile}-$suffix.o]
79 set final_o [standard_output_file $final_file-$suffix.o]
86 $binfile-$suffix executable $exec_opts] != ""} {
102 set suffix [make_binsuffix $resolver_attr $resolver_debug $final_debug]
104 set lib_so [standard_output_file ${libfile}-$suffix.so]
105 clean_restart $binfile-$suffix
205 set suffix [make_binsuffi
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/qmin/ans4/
H A Dans.py61 suffix = ""
84 suffix = "bad."
88 suffix = "ugly."
91 suffix = "good."
95 suffix = "slow."
165 r.answer.append(dns.rrset.from_text(lqname + suffix, 1, IN, A, "192.0.2.1"))
168 r.answer.append(dns.rrset.from_text(lqname + suffix, 1, IN, A, "192.0.2.2"))
173 lqname + suffix, 1, IN, NS, "a.bit.longer.ns.name." + suffix
180 "icky.ptang.zoop.boing." + suffix,
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Doptabs-libfuncs.c151 gen_libfunc (optab optable, const char *opname, int suffix, argument
177 *p++ = suffix;
187 gen_int_libfunc (optab optable, const char *opname, char suffix, argument
205 gen_libfunc (optable, opname, suffix, int_mode);
211 gen_fp_libfunc (optab optable, const char *opname, char suffix, argument
217 gen_libfunc (optable, opname, suffix, mode);
225 gen_libfunc (optable, dec_opname, suffix, mode);
232 gen_fixed_libfunc (optab optable, const char *opname, char suffix, argument
237 gen_libfunc (optable, opname, suffix, mode);
244 gen_signed_fixed_libfunc (optab optable, const char *opname, char suffix, argument
256 gen_unsigned_fixed_libfunc(optab optable, const char *opname, char suffix, machine_mode mode) argument
267 gen_int_fp_libfunc(optab optable, const char *name, char suffix, machine_mode mode) argument
280 gen_intv_fp_libfunc(optab optable, const char *name, char suffix, machine_mode mode) argument
300 gen_int_fp_fixed_libfunc(optab optable, const char *name, char suffix, machine_mode mode) argument
315 gen_int_fp_signed_fixed_libfunc(optab optable, const char *name, char suffix, machine_mode mode) argument
330 gen_int_fixed_libfunc(optab optable, const char *name, char suffix, machine_mode mode) argument
343 gen_int_signed_fixed_libfunc(optab optable, const char *name, char suffix, machine_mode mode) argument
356 gen_int_unsigned_fixed_libfunc(optab optable, const char *name, char suffix, machine_mode mode) argument
383 char *libfunc_name, *suffix; local
518 char *libfunc_name, *suffix; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Doptabs-libfuncs.cc151 gen_libfunc (optab optable, const char *opname, int suffix, argument
177 *p++ = suffix;
187 gen_int_libfunc (optab optable, const char *opname, char suffix, argument
205 gen_libfunc (optable, opname, suffix, int_mode);
211 gen_fp_libfunc (optab optable, const char *opname, char suffix, argument
217 gen_libfunc (optable, opname, suffix, mode);
225 gen_libfunc (optable, dec_opname, suffix, mode);
232 gen_fixed_libfunc (optab optable, const char *opname, char suffix, argument
237 gen_libfunc (optable, opname, suffix, mode);
244 gen_signed_fixed_libfunc (optab optable, const char *opname, char suffix, argument
256 gen_unsigned_fixed_libfunc(optab optable, const char *opname, char suffix, machine_mode mode) argument
267 gen_int_fp_libfunc(optab optable, const char *name, char suffix, machine_mode mode) argument
280 gen_intv_fp_libfunc(optab optable, const char *name, char suffix, machine_mode mode) argument
300 gen_int_fp_fixed_libfunc(optab optable, const char *name, char suffix, machine_mode mode) argument
315 gen_int_fp_signed_fixed_libfunc(optab optable, const char *name, char suffix, machine_mode mode) argument
330 gen_int_fixed_libfunc(optab optable, const char *name, char suffix, machine_mode mode) argument
343 gen_int_signed_fixed_libfunc(optab optable, const char *name, char suffix, machine_mode mode) argument
356 gen_int_unsigned_fixed_libfunc(optab optable, const char *name, char suffix, machine_mode mode) argument
383 char *libfunc_name, *suffix; local
518 char *libfunc_name, *suffix; local
[all...]
/netbsd-current/external/bsd/pcc/dist/pcc/cc/driver/
H A Ddriver.c312 const char *suffix, int counter)
343 out = output_name(file, suffix, counter,
356 const char *suffix, int counter)
371 out = output_name(file, suffix, counter, last_phase == ASSEMBLE);
382 const char *suffix, int counter)
405 const char *suffix; local
413 suffix = ".c";
415 suffix = strrchr(file, '.');
416 if (suffix != NULL && strchr(suffix, '/') !
311 preprocess_input(const char *file, char *input, char **output, const char *suffix, int counter) argument
355 compile_input(const char *file, char *input, char **output, const char *suffix, int counter) argument
381 assemble_input(const char *file, char *input, char **output, const char *suffix, int counter) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-spec.cc277 const char *suffix = strrchr (only_source_option, '.'); local
278 if (suffix == NULL || strcmp (suffix, ".d") != 0)
292 const char *suffix = strrchr (arg, '.'); local
293 if (suffix != NULL && strcmp (suffix, ".d") == 0)
303 if (suffix != NULL
304 && (strcmp (suffix, ".cc") == 0
305 || (strcmp (suffix, ".cpp") == 0)
306 || (strcmp (suffix, "
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dd-spec.cc287 const char *suffix = strrchr (only_source_option, '.'); local
288 if (suffix == NULL || strcmp (suffix, ".d") != 0)
302 const char *suffix = strrchr (arg, '.'); local
303 if (suffix != NULL && strcmp (suffix, ".d") == 0)
313 if (suffix != NULL
314 && (strcmp (suffix, ".cc") == 0
315 || (strcmp (suffix, ".cpp") == 0)
316 || (strcmp (suffix, "
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/lit/formats/
H A Dbase.py72 suffix = path[len(dir):]
73 if suffix.startswith(os.sep):
74 suffix = suffix[1:]
76 testSuite, path_in_suite + tuple(suffix.split(os.sep)),
94 tmp = tempfile.NamedTemporaryFile(suffix='.cpp')
/netbsd-current/distrib/common/
H A Dbuildfloppies.sh50 -s suffix suffix for floppies
84 suffix=${OPTARG} ;;
104 rm -f ${floppybase}?${suffix} # XXX breaks if maxdisks > 9
190 image="${floppybase}${curdisk}${suffix}"
216 ls -l ${floppybase}?${suffix} # XXX breaks if maxdisks > 9
/netbsd-current/external/mpl/bind/dist/bin/confgen/
H A Dtsig-keygen.c219 const char *suffix = NULL; local
224 suffix = self_domain;
226 suffix = zone;
228 if (suffix != NULL) {
229 len = strlen(keyname) + strlen(suffix) + 2;
231 snprintf(keybuf, len, "%s.%s", keyname, suffix);
/netbsd-current/usr.bin/make/unit-tests/
H A Dsuff-add-later.exp1 Adding suffix ".c"
2 Adding suffix ".d"
6 Adding suffix ".e"
/netbsd-current/crypto/external/bsd/netpgp/dist/buildaux/
H A Dinstall-sh60 suffix=""
65 -b) suffix=".old"
247 *%*) suffix=`echo x |
256 *) suffix="$suffixfmt";;
258 dstbackup="$dstfinal$suffix"
279 if [ x"$suffix" != x ] && [ -f "$dstfinal" ]
/netbsd-current/external/bsd/iscsi/dist/buildaux/
H A Dinstall-sh60 suffix=""
65 -b) suffix=".old"
247 *%*) suffix=`echo x |
256 *) suffix="$suffixfmt";;
258 dstbackup="$dstfinal$suffix"
279 if [ x"$suffix" != x ] && [ -f "$dstfinal" ]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCocoaConventions.cpp129 StringRef suffix = functionName.substr(it - start);
130 if (suffix.startswith("reate")) {
133 else if (suffix.startswith("opy")) {
/netbsd-current/external/bsd/file/dist/
H A Dinstall-sh61 suffix=""
66 -b) suffix=".old"
257 *%*) suffix=`echo x |
266 *) suffix="$suffixfmt";;
268 dstbackup="$dstfinal$suffix"
289 if [ x"$suffix" != x ] && [ -f "$dstfinal" ]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dena-dis-br-range.exp180 proc disable_invalid {prefix suffix} {
181 set bad_re [string_to_regexp $suffix]
185 "disable $suffix" \
189 "disable ${prefix}$suffix" \
196 proc disable_inverted {prefix suffix} {
197 set bad_re [string_to_regexp $suffix]
201 "disable $suffix" \
205 "disable ${prefix}$suffix" \
212 proc disable_negative {prefix suffix} {
213 set bad_re [string_to_regexp $suffix]
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dena-dis-br-range.exp179 proc disable_invalid {prefix suffix} {
180 set bad_re [string_to_regexp $suffix]
184 "disable $suffix" \
188 "disable ${prefix}$suffix" \
195 proc disable_inverted {prefix suffix} {
196 set bad_re [string_to_regexp $suffix]
200 "disable $suffix" \
204 "disable ${prefix}$suffix" \
211 proc disable_negative {prefix suffix} {
212 set bad_re [string_to_regexp $suffix]
[all...]
/netbsd-current/external/bsd/libfido2/dist/src/
H A Dlog.c35 do_log(const char *suffix, const char *fmt, va_list args) argument
41 if (suffix != NULL)
42 snprintf(line, sizeof(line), "%.180s: %.70s\n", body, suffix);
/netbsd-current/sys/kern/
H A Dtty_bsdpty.c93 const char *suffix; local
101 suffix = TTY_OLD_SUFFIX;
105 suffix = TTY_NEW_SUFFIX;
111 bf[9] = suffix[minor % nt];
/netbsd-current/external/apache2/llvm/dist/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.

Completed in 226 milliseconds

1234567891011>>