Searched refs:suffix (Results 1 - 25 of 562) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/dspgen/
H A Dconfig.sh35 suffix=dsp
38 suffix=dsp
41 suffix=vcp
48 . dspgen/do_subst.sh > $name/$name.$suffix
H A Dgen_workspace.sh48 suffix=dsp
52 suffix=dsp
56 suffix=vcp
71 echo "Project: \"$project\"=.\\$project\\$project.$suffix - Package Owner=<4>"
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/xz/
H A Dsuffix.h3 /// \file suffix.h
4 /// \brief Checks filename suffix and creates the destination filename
22 /// \brief Set a custom filename suffix
24 /// This function calls xstrdup() for the given suffix, thus the caller
26 /// suffix, thus if this is called multiple times, the old suffixes are freed
28 extern void suffix_set(const char *suffix);
H A Dsuffix.c3 /// \file suffix.c
4 /// \brief Checks filename suffix and creates the destination filename
15 // For case-insensitive filename suffix on case-insensitive systems
50 /// \param suffix Filename suffix to look for
54 /// \return If src_name has the suffix, src_len - strlen(suffix) is
58 test_suffix(const char *suffix, const char *src_name, size_t src_len) argument
60 const size_t suffix_len = strlen(suffix);
63 // the suffix
200 const char *suffix = custom_suffix != NULL local
230 suffix_set(const char *suffix) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Dneon-suffix-bad.d1 # name: Bad suffix for non-Neon mnemonic
3 # error-output: neon-suffix-bad.l
H A Darmv1.l2 [^:]*:26: Warning: s suffix on comparison instruction is deprecated
3 [^:]*:29: Warning: s suffix on comparison instruction is deprecated
4 [^:]*:32: Warning: s suffix on comparison instruction is deprecated
5 [^:]*:35: Warning: s suffix on comparison instruction is deprecated
H A Dthumb32.l2 [^;]*:448: Warning: s suffix on comparison instruction is deprecated
3 [^;]*:448: Warning: s suffix on comparison instruction is deprecated
4 [^;]*:448: Warning: s suffix on comparison instruction is deprecated
5 [^;]*:448: Warning: s suffix on comparison instruction is deprecated
6 [^;]*:449: Warning: s suffix on comparison instruction is deprecated
7 [^;]*:449: Warning: s suffix on comparison instruction is deprecated
8 [^;]*:449: Warning: s suffix on comparison instruction is deprecated
9 [^;]*:449: Warning: s suffix on comparison instruction is deprecated
10 [^;]*:450: Warning: s suffix on comparison instruction is deprecated
11 [^;]*:450: Warning: s suffix o
[all...]
H A Dneon-suffix-bad.l2 [^:]*:3: Error: invalid neon suffix for non neon instruction
3 [^:]*:4: Error: invalid neon suffix for non neon instruction
4 [^:]*:5: Error: invalid neon suffix for non neon instruction
5 [^:]*:8: Error: invalid neon suffix for non neon instruction
6 [^:]*:9: Error: invalid neon suffix for non neon instruction
7 [^:]*:10: Error: invalid neon suffix for non neon instruction
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/stand/dspgen/
H A Dconfig.sh35 suffix=dsp
39 suffix=vcp
49 | awk ' { printf "%s\r\n", $0 }' > $name/$name.$suffix
H A Dgen_workspace.sh48 suffix=dsp
52 suffix=vcp
67 echo "Project: \"$project\"=.\\$project\\$project.$suffix - Package Owner=<4>"
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dconcatpath.c34 suffix. The directory may end with the directory separator. The second
39 const char *suffix)
48 + (suffix != NULL ? strlen (suffix) : 0)
60 + (suffix != NULL ? strlen (suffix) : 0)
68 if (suffix != NULL)
69 stpcpy (p, suffix);
38 concatenated_pathname(const char *directory, const char *filename, const char *suffix) argument
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-shell/
H A Dsearchexample.conf28 suffix "dc=example,dc=com"
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-sock/
H A Dsearchexample.conf22 suffix "dc=example,dc=com"
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/tests/data/
H A Dslapd-config-undo.conf9 suffix "o=undo"
H A Dslapd-relay.conf43 suffix "dc=example,dc=com"
54 suffix "o=Example,c=US"
79 suffix "o=Esempio,c=IT"
92 suffix "o=Beispiel,c=DE"
H A Dslapd-2db.conf34 suffix "cn=Everyone,ou=Groups,dc=example,dc=com"
45 suffix "dc=example,dc=com"
H A Dslapd-dnssrv.conf35 suffix ""
H A Dslapd-glue.conf34 suffix "ou=Information Technology Division,ou=People,dc=example,dc=com"
48 suffix "ou=Groups,dc=example,dc=com"
62 suffix "dc=example,dc=com"
H A Dslapd-ldapglue.conf52 suffix "ou=Groups,dc=example,dc=com"
61 suffix "ou=People,dc=example,dc=com"
70 suffix "dc=example,dc=com"
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/cf/
H A Dinstall-catman.sh12 suffix="$1"; shift
28 eval "echo $INSTALL_DATA $srcdir/$c $catdir/$base.$suffix"
29 eval "$INSTALL_DATA $srcdir/$c $catdir/$base.$suffix"
31 eval "echo rm -f $catdir/$base.$suffix"
32 eval "rm -f $catdir/$base.$suffix"
51 target="$catdir/$link.$suffix"
52 for lncmd in "ln -f $catdir/$base.$suffix $target" \
53 "ln -fs $base.$suffix $target" \
54 "cp -f $catdir/$base.$suffix $target"
67 target="$catdir/$link.$suffix"
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-sh/
H A Dsh-vxworks.exp27 foreach { gas_option ld_option suffix } $endians {
32 {objdump -dr vxworks1-lib$suffix.dd}
38 {{readelf --relocs vxworks1.rd} {objdump -dr vxworks1$suffix.dd}}
52 {{objdump -dr vxworks3-lib$suffix.dd}}
57 {{objdump -d vxworks3$suffix.dd}}
/netbsd-6-1-5-RELEASE/gnu/dist/groff/tmac/
H A Dhyphenex.pl57 foreach $suffix (@suffix_list) {
58 print " $field[2]$suffix\n";
64 foreach $suffix (@suffix_list) {
65 print " $field[2]$suffix\n";
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgcc/
H A Dstatic-object.mk9 ifeq ($(suffix $o),.c)
16 ifneq ($(suffix $o),.S)
17 ifneq ($(suffix $o),.asm)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/gnulib/
H A Dstr-two-way.h90 length of the smallest word that shares a suffix with the left half
110 size_t j; /* Index into NEEDLE for current candidate suffix. */
193 /* Choose the longer suffix. Return the first byte of the right
218 size_t suffix; /* The index of the right half of needle. */ local
222 periodic (with a period as large as NEEDLE_LEN - suffix). */
223 suffix = critical_factorization (needle, needle_len, &period);
227 if (CMP_FUNC (needle, needle + period, suffix) == 0)
237 i = MAX (suffix, memory);
244 i = suffix - 1;
257 j += i - suffix
312 size_t suffix; /* The index of the right half of needle. */ local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/igen/
H A Digen.h112 igen_name suffix; member in struct:_igen_module
235 options.module.engine.suffix.l = "engine"; \
236 options.module.engine.suffix.u = "ENGINE"; \
237 options.module.icache.suffix.l = "icache"; \
238 options.module.icache.suffix.u = "ICACHE"; \
239 options.module.idecode.suffix.l = "idecode"; \
240 options.module.idecode.suffix.u = "IDECODE"; \
241 options.module.itable.suffix.l = "itable"; \
242 options.module.itable.suffix.u = "ITABLE"; \
243 options.module.semantics.suffix
[all...]

Completed in 111 milliseconds

1234567891011>>