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

1234567891011>>

/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dmake-temp-file.c188 @deftypefn Replacement char* make_temp_file (const char *@var{suffix})
191 create one. @var{suffix} is a suffix to append to the file name. The
199 make_temp_file_with_prefix (const char *prefix, const char *suffix) argument
209 if (suffix == 0)
210 suffix = "";
214 suffix_len = strlen (suffix);
223 strcpy (temp_filename + base_len + prefix_len + TEMP_FILE_LEN, suffix);
240 make_temp_file (const char *suffix) argument
242 return make_temp_file_with_prefix (NULL, suffix);
[all...]
/netbsd-current/external/bsd/libbind/dist/dst/
H A Dsupport.c228 * form: K<keyname>+<alg>+<id>.<suffix>
233 dst_s_filename_length(const char *name, const char *suffix) argument
243 if (suffix == NULL)
245 if (strrchr(suffix, '\\'))
247 if (strrchr(suffix, '/'))
249 if (strrchr(suffix, ':'))
251 return (1 + strlen(name) + 6 + strlen(suffix));
257 * suffix. '\', '/' and ':' are not allowed. fA filename is of the
258 * form: K<keyname><id>.<suffix>
259 * form: K<keyname>+<alg>+<id>.<suffix
268 dst_s_build_filename(char *filename, const char *name, u_int16_t id, int alg, const char *suffix, size_t filename_length) argument
[all...]
/netbsd-current/lib/libresolv/
H A Dsupport.c231 * form: K<keyname>+<alg>+<id>.<suffix>
236 dst_s_filename_length(const char *name, const char *suffix) argument
246 if (suffix == NULL)
248 if (strrchr(suffix, '\\'))
250 if (strrchr(suffix, '/'))
252 if (strrchr(suffix, ':'))
254 return (1 + strlen(name) + 6 + strlen(suffix));
260 * suffix. '\', '/' and ':' are not allowed. fA filename is of the
261 * form: K<keyname><id>.<suffix>
262 * form: K<keyname>+<alg>+<id>.<suffix
271 dst_s_build_filename(char *filename, const char *name, u_int16_t id, int alg, const char *suffix, size_t filename_length) argument
[all...]
/netbsd-current/usr.bin/make/unit-tests/
H A Dposix1.exp28 Target with suffix transformations
32 Implied source with suffix transformations
36 Suffixless target with suffix transformations
40 Out-of-date dependencies with suffix transformations
44 Member with suffix transformations
68 Target with suffix transformations
72 Implied source with suffix transformations
76 Suffixless target with suffix transformations
80 Out-of-date dependencies with suffix transformations
84 Member with suffix transformation
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/qmin/ans2/
H A Dans.py226 suffix = "bad."
230 suffix = "ugly."
233 suffix = "good."
237 suffix = "slow."
240 suffix = "fwd."
249 dns.rrset.from_text("zoop.boing." + suffix, 1, IN, NS, "ns3." + suffix)
255 r.answer.append(dns.rrset.from_text(lqname + suffix, 1, IN, A, "192.0.2.2"))
258 r.answer.append(dns.rrset.from_text(suffix, 30, IN, NS, "ns2." + suffix))
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dldst-reg-uns-imm.s43 .macro ld_or_st op, suffix, reg, size
45 op2 \op\suffix, \reg, \simm
47 op2_no_imm \op\suffix, \reg
49 op2 \op\suffix, \reg, \simm
51 op2 \op\suffix, \reg, "(4095*\size)"
88 // op, suffix, reg, size(in byte)
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/
H A Dtrace.c178 char *suffix; member in struct:__anon389
205 OSSL_TRACE2(TRACE, "Attach suffix \"%s\" to category '%s'\n",
226 OSSL_TRACE2(TRACE, "Detach suffix \"%s\" from category '%s'\n",
243 const char **prefix, const char **suffix,
257 curr_suffix = trace_channels[category].suffix;
264 if (suffix != NULL && curr_suffix != NULL) {
278 if (suffix != NULL && curr_suffix != NULL) {
280 trace_channels[category].suffix = NULL;
296 if (suffix != NULL && *suffix !
242 set_trace_data(int category, int type, BIO **channel, const char **prefix, const char **suffix, int (*attach_cb)(int, int, const void *), int (*detach_cb)(int, int, const void *)) argument
341 const char *suffix = NULL; local
437 OSSL_trace_set_suffix(int category, const char *suffix) argument
506 char *suffix = NULL; local
[all...]
/netbsd-current/external/bsd/openldap/dist/tests/data/
H A Dslapd-syncrepl-multiproxy.conf37 suffix "dc=example,dc=com"
56 suffix "dc=example,dc=com"
80 suffix "dc=example,dc=com"
H A Dslapd-proxytimeout.conf39 suffix "dc=local,dc=com"
50 suffix "dc=idle-timeout,dc=example,dc=com"
61 suffix "dc=conn-ttl,dc=example,dc=com"
H A Dslapd-glue-ldap.conf44 suffix "ou=Meta,dc=example,dc=com"
58 suffix "dc=example,dc=com"
74 suffix "o=Local"
H A Dslapd-syncrepl-provider.conf35 suffix "dc=example,dc=com"
H A Dslapd-translucent-remote.conf36 suffix "o=translucent"
H A Dslapd-provider.conf35 suffix "dc=example,dc=com"
H A Dslapd-ref-consumer.conf36 suffix "o=University of Mich,c=US"
H A Dslapd-referrals.conf32 suffix "c=us"
H A Dslapd-passwd.conf32 suffix "dc=example,dc=com"
H A Dslapd-cache-provider-proxyauthz.conf36 suffix "dc=example,dc=com"
H A Dslapd-cache-provider.conf33 suffix "dc=example,dc=com"
H A Dslapd-idassert.conf60 suffix "dc=example,dc=com"
77 suffix "dc=example,dc=it"
87 suffix "o=Example,c=US"
100 suffix "o=Esempio,c=IT"
H A Dslapd-dn.conf35 suffix "dc=example,dc=com"
H A Dslapd-deref.conf34 suffix "o=deref"
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dx86-64-suffix-intel.d1 #source: x86-64-suffix.s
3 #name: x86-64 suffix (Intel mode)
4 #warning_output: x86-64-suffix.e
/netbsd-current/external/mpl/bind/dist/bin/tests/system/qmin/ans3/
H A Dans.py60 suffix = ""
83 suffix = "bad."
87 suffix = "ugly."
90 suffix = "good."
94 suffix = "slow."
142 dns.rrset.from_text(lqname + suffix, 1, IN, NS, "ns3." + suffix)
148 "icky.ptang.zoop.boing." + suffix,
152 "a.bit.longer.ns.name." + suffix,
158 "zoop.boing." + suffix,
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/mssql/
H A Dslapd.conf24 suffix "o=sql,c=RU"
/netbsd-current/external/bsd/openldap/dist/tests/data/regressions/its9288/
H A Dslapd-proxy.conf38 suffix "dc=example,dc=com"

Completed in 338 milliseconds

1234567891011>>