Searched refs:suffix (Results 51 - 75 of 1166) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dprint-file-var.exp25 set suffix "-hidden$hidden-dlopen$dlopen-version_id_main$version_id_main"
30 # add a language specific suffix to the binary and library names.
32 set suffix "${suffix}_c"
34 set suffix "${suffix}_cpp"
37 set executable $main$suffix
42 set libobj1 [standard_output_file ${lib1}$suffix.so]
43 set libobj2 [standard_output_file ${lib2}$suffix.so]
/netbsd-current/external/bsd/openldap/dist/tests/data/
H A Dslapd-glue-syncrepl2.conf33 suffix "ou=Information Technology Division,ou=People,dc=example,dc=com"
61 suffix "ou=Groups,dc=example,dc=com"
77 suffix "dc=example,dc=com"
H A Dslapd-glue-syncrepl1.conf33 suffix "ou=Information Technology Division,ou=People,dc=example,dc=com"
47 suffix "ou=Groups,dc=example,dc=com"
75 suffix "dc=example,dc=com"
H A Dslapd-deltasync-provider.conf37 suffix "cn=log"
50 suffix "dc=example,dc=com"
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dshared-object.mk11 ifeq ($(suffix $o),.c)
21 ifneq ($(suffix $o),.S)
22 ifneq ($(suffix $o),.asm)
27 as_flags-$o := -xassembler$(if $(filter .S,$(suffix $o)),-with-cpp)
H A Dstatic-object.mk14 ifeq ($(suffix $o),.c)
21 ifneq ($(suffix $o),.S)
22 ifneq ($(suffix $o),.asm)
27 as_flags-$o := -xassembler$(if $(filter .S,$(suffix $o)),-with-cpp)
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dshared-object.mk11 ifeq ($(suffix $o),.c)
21 ifneq ($(suffix $o),.S)
22 ifneq ($(suffix $o),.asm)
27 as_flags-$o := -xassembler$(if $(filter .S,$(suffix $o)),-with-cpp)
H A Dstatic-object.mk14 ifeq ($(suffix $o),.c)
21 ifneq ($(suffix $o),.S)
22 ifneq ($(suffix $o),.asm)
27 as_flags-$o := -xassembler$(if $(filter .S,$(suffix $o)),-with-cpp)
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/
H A Dmk-kinds-h.sh62 4) ctype="float" ; cplxtype="complex float" ; suffix="f" ;;
63 8) ctype="double" ; cplxtype="complex double" ; suffix="" ;;
64 10) ctype="long double" ; cplxtype="complex long double" ; suffix="l" ;;
68 suffix="q"
72 suffix="l"
100 echo "#define GFC_REAL_${k}_HUGE ${huge}${suffix}"
101 echo "#define GFC_REAL_${k}_LITERAL_SUFFIX ${suffix}"
102 if [ "x$suffix" = "x" ]; then
105 echo "#define GFC_REAL_${k}_LITERAL(X) (X ## ${suffix})"
/netbsd-current/external/apache2/llvm/dist/clang/utils/TestUtils/
H A Dpch-test.pl12 my $suffix = shift;
18 @files = `ls test/*/*.$suffix`;
/netbsd-current/usr.bin/make/unit-tests/
H A Dsuff-rebuild.exp6 Adding suffix ".a"
7 Adding suffix ".b"
8 Adding suffix ".c"
39 No known suffix on all. Using .NULL suffix
40 adding suffix rules
46 No known suffix on suff-rebuild-example. Using .NULL suffix
47 adding suffix rules
56 suffix i
[all...]
H A Dsuff-transform-endless.exp1 Adding suffix ".c"
2 Adding suffix ".d"
6 Adding suffix ".e"
10 Adding suffix ".f"
25 No known suffix on all. Using .NULL suffix
26 adding suffix rules
33 Wildcard expanding "issue6.f"...suffix is ".f"...
40 suffix is ".e"...
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/ilp32/
H A Dx86-64-sse2avx-opts-intel.d3 #objdump: -drwMintel,suffix
/netbsd-current/external/bsd/openldap/dist/tests/data/regressions/its4184/
H A Dslapd.conf38 suffix "ou=Special,dc=example,dc=com"
49 suffix "dc=example,dc=com"
/netbsd-current/sys/kern/
H A Dsubr_humanize.c40 * plus a possible `x' + suffix extension) fits into len bytes (including
43 * E.g, given a len of 9 and a suffix of `B':
52 humanize_number(char *buf, size_t len, uint64_t bytes, const char *suffix, argument
61 if (buf == NULL || suffix == NULL)
65 suffixlen = strlen(suffix);
66 /* check if enough room for `x y' + suffix + `\0' */
98 i == 0 ? "" : " ", prefixes[i], suffix);
/netbsd-current/external/bsd/openldap/dist/tests/data/regressions/its9400/
H A Dslapd-proxy-idassert.conf37 suffix "dc=local,dc=com"
47 suffix "dc=example,dc=com"
/netbsd-current/sys/lib/libkern/arch/powerpc/
H A DMakefile.inc13 . for suffix in o po pico go d
14 ${name}.${suffix}: ${name}.c
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dthumb2_mul-bad.l2 [^:]*:10: Error: cannot honor width suffix -- `muleq.n r0,r0,r8'
3 [^:]*:12: Error: cannot honor width suffix -- `muleq.n r0,r1,r1'
4 [^:]*:13: Error: cannot honor width suffix -- `muleq.n r0,r1,r2'
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dldst-reg-unscaled-imm.s40 .macro ld_or_st op, suffix, reg
42 op2 \op\suffix, \reg, \simm
44 op2_no_imm \op\suffix, \reg
46 op2 \op\suffix, \reg, \simm
69 // op, suffix, reg
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dmake-temp-file.c173 @deftypefn Replacement char* make_temp_file (const char *@var{suffix})
176 create one. @var{suffix} is a suffix to append to the file name. The
184 make_temp_file_with_prefix (const char *prefix, const char *suffix) argument
194 if (suffix == 0)
195 suffix = "";
199 suffix_len = strlen (suffix);
208 strcpy (temp_filename + base_len + prefix_len + TEMP_FILE_LEN, suffix);
225 make_temp_file (const char *suffix) argument
227 return make_temp_file_with_prefix (NULL, suffix);
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dmake-temp-file.c173 @deftypefn Replacement char* make_temp_file (const char *@var{suffix})
176 create one. @var{suffix} is a suffix to append to the file name. The
184 make_temp_file_with_prefix (const char *prefix, const char *suffix) argument
194 if (suffix == 0)
195 suffix = "";
199 suffix_len = strlen (suffix);
208 strcpy (temp_filename + base_len + prefix_len + TEMP_FILE_LEN, suffix);
225 make_temp_file (const char *suffix) argument
227 return make_temp_file_with_prefix (NULL, suffix);
[all...]
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dmake-temp-file.c184 @deftypefn Replacement char* make_temp_file (const char *@var{suffix})
187 create one. @var{suffix} is a suffix to append to the file name. The
195 make_temp_file_with_prefix (const char *prefix, const char *suffix) argument
205 if (suffix == 0)
206 suffix = "";
210 suffix_len = strlen (suffix);
219 strcpy (temp_filename + base_len + prefix_len + TEMP_FILE_LEN, suffix);
236 make_temp_file (const char *suffix) argument
238 return make_temp_file_with_prefix (NULL, suffix);
[all...]
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dmake-temp-file.c184 @deftypefn Replacement char* make_temp_file (const char *@var{suffix})
187 create one. @var{suffix} is a suffix to append to the file name. The
195 make_temp_file_with_prefix (const char *prefix, const char *suffix) argument
205 if (suffix == 0)
206 suffix = "";
210 suffix_len = strlen (suffix);
219 strcpy (temp_filename + base_len + prefix_len + TEMP_FILE_LEN, suffix);
236 make_temp_file (const char *suffix) argument
238 return make_temp_file_with_prefix (NULL, suffix);
[all...]
/netbsd-current/lib/libc/gen/
H A Dhumanize_number.c48 const char *suffix, int scale, int flags)
59 if (suffix == NULL)
60 suffix = "";
120 baselen += strlen(suffix);
122 /* Check if enough room for `x y' + suffix + `\0' */
173 sign * bytes, sep, SCALE2PREFIX(0), suffix);
192 sep, SCALE2PREFIX(i), suffix);
196 sep, SCALE2PREFIX(i), suffix);
47 humanize_number(char *buf, size_t len, int64_t bytes, const char *suffix, int scale, int flags) argument
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dmake-temp-file.c187 @deftypefn Replacement char* make_temp_file (const char *@var{suffix})
190 create one. @var{suffix} is a suffix to append to the file name. The
198 make_temp_file_with_prefix (const char *prefix, const char *suffix) argument
208 if (suffix == 0)
209 suffix = "";
213 suffix_len = strlen (suffix);
222 strcpy (temp_filename + base_len + prefix_len + TEMP_FILE_LEN, suffix);
239 make_temp_file (const char *suffix) argument
241 return make_temp_file_with_prefix (NULL, suffix);
[all...]

Completed in 313 milliseconds

1234567891011>>