Searched refs:tname (Results 1 - 25 of 103) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dasn1t.h114 #define ASN1_ITEM_TEMPLATE(tname) \
115 static const ASN1_TEMPLATE tname##_item_tt
117 #define ASN1_ITEM_TEMPLATE_END(tname) \
119 ASN1_ITEM_start(tname) \
122 &tname##_item_tt,\
126 #tname \
127 ASN1_ITEM_end(tname)
152 #define ASN1_SEQUENCE(tname) \
153 static const ASN1_TEMPLATE tname##_seq_tt[]
157 #define ASN1_SEQUENCE_END_name(stname, tname) \
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/config/
H A Dmkswap.c92 char fname[200], tname[200]; local
96 (void)snprintf(tname, sizeof(tname), "swap%s.c.tmp", cf->cf_name);
97 if ((fp = fopen(tname, "w")) == NULL) {
147 if (moveifchanged(tname, fname) != 0) {
/netbsd-6-1-5-RELEASE/sys/arch/x68k/x68k/
H A Dautoconf.c136 char tname[16]; local
146 sprintf(tname, "%s%d",
148 if (!strcmp(tname, device_xname(dev)))
171 char tname[16]; local
197 sprintf(tname, "%s%" PRIu64,
204 && strcmp(tname, device_xname(device_parent(scsibus))) == 0)
/netbsd-6-1-5-RELEASE/usr.sbin/services_mkdb/
H A Dservices_mkdb.c54 static char tname[MAXPATHLEN]; variable
132 (void)snprintf(tname, sizeof(tname), "%s.tmp", dbname);
135 if (db_open(tname))
136 err(1, "Error opening temporary database `%s'", tname);
140 if (cdb_open(tname))
141 err(1, "Error opening temporary database `%s'", tname);
164 err(1, "Error writing temporary database `%s'", tname);
166 if (rename(tname, dbname) == -1)
167 err(1, "Cannot rename `%s' to `%s'", tname, dbnam
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/lib/libzpool/common/
H A Dutil.c124 char *cname, *tname; local
129 tname = calloc(1, strlen(cname) + 2);
130 (void) strcpy(tname, cname);
132 tname[strlen(tname)] = '0' + np;
133 show_vdev_stats(tname, ctype, cnv, indent + 2);
134 free(tname);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Dcompress.c139 dns_name_t tname, nname; local
153 dns_name_init(&tname, NULL);
157 dns_name_getlabelsequence(name, n, labels - n, &tname);
158 hash = dns_name_hash(&tname, ISC_FALSE) %
164 if (dns_name_caseequal(&nname, &tname))
167 if (dns_name_equal(&nname, &tname))
201 dns_name_t tname; local
214 dns_name_init(&tname, NULL);
225 dns_name_getlabelsequence(name, start, n, &tname);
226 hash = dns_name_hash(&tname, ISC_FALS
[all...]
H A Dncache.c501 dns_name_t tname; local
520 dns_name_init(&tname, NULL);
522 dns_name_fromregion(&tname, &remaining);
523 INSIST(remaining.length >= tname.length);
524 isc_buffer_forward(&source, tname.length);
525 remaining.length -= tname.length;
530 if (ttype == type && dns_name_equal(&tname, name)) {
571 dns_name_t tname; local
596 dns_name_init(&tname, NULL);
598 dns_name_fromregion(&tname,
677 dns_name_t tname; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/fixincludes/
H A Dfixtests.c135 run_test( tCC* tname, tCC* fname, tCC* text ) argument
147 if (strcmp( pte->test_name, tname ) == 0)
152 tname );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/fixincludes/
H A Dfixtests.c136 run_test( tCC* tname, tCC* fname, tCC* text ) argument
148 if (strcmp( pte->test_name, tname ) == 0)
153 tname );
/netbsd-6-1-5-RELEASE/usr.sbin/ndiscvt/
H A Dndiscvt.c181 char tname[] = "/tmp/ndiscvt.XXXXXX"; local
186 fd = mkstemp(tname);
188 err(1, "creating temp file %s failed", tname);
192 unlink(tname);
193 err(1, "opening %s failed", tname);
197 unlink(tname);
218 tname, outfile);
221 unlink(tname);
223 ptr = tname;
234 tname, sysfil
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/include/
H A Dldap_rq.h32 char *tname; member in struct:re_s
48 char *tname,
/netbsd-6-1-5-RELEASE/usr.sbin/sup/source/
H A Dsupcmeat.c1197 char tname[STRINGLENGTH]; local
1219 (void) sprintf(tname, "%s/#%d.sup", dpart, thispid);
1220 tof = open(tname, (O_WRONLY | O_CREAT | O_TRUNC | O_EXCL), 0600);
1226 (void) sprintf(tname, "sup/#%d.sup", thispid);
1227 tof = open(tname, (O_WRONLY | O_CREAT | O_TRUNC | O_EXCL), 0600);
1234 (void) sprintf(tname, "#%d.sup", thispid);
1235 tof = open(tname, (O_WRONLY | O_CREAT | O_TRUNC | O_EXCL), 0600);
1242 (void) sprintf(tname, "/var/tmp/#%d.sup", thispid);
1243 tof = open(tname, (O_WRONLY | O_CREAT | O_TRUNC | O_EXCL), 0600);
1248 (void) sprintf(tname, "/us
1424 char tname[STRINGLENGTH], fname[STRINGLENGTH]; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dgen_length.c250 char *tname = NULL; local
251 if (asprintf(&tname, "%s_tag", tmpstr) < 0 || tname == NULL)
253 length_type (name, t->subtype, variable, tname);
256 free(tname);
H A Dgen_template.c332 tlist_cmp_name(const char *tname, const char *qname) argument
334 struct tlist *tl = tlist_find_by_name(tname);
616 char *tname = NULL, *elname = NULL; local
625 if (asprintf(&tname, "tag_%s_%lu", name ? name : "", (unsigned long)t) < 0 || tname == NULL)
627 output_name(tname);
629 if (asprintf(&elname, "%s_%s", basetype, tname) < 0 || elname == NULL)
642 free(tname);
649 const char *type, *tname, *dupname; local
654 tname
689 char *tname = NULL; local
[all...]
H A Dgen_encode.c390 char *tname = NULL; local
392 if (asprintf (&tname, "%s_tag", tmpstr) < 0 || tname == NULL)
394 c = encode_type (name, t->subtype, tname);
401 free (tname);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/named/
H A Dlwsearch.c189 dns_name_t *tname; local
201 tname = NULL;
203 tname = dns_rootname;
205 tname = sctx->searchname;
207 return (dns_name_concatenate(sctx->relname, tname, absname, NULL));
/netbsd-6-1-5-RELEASE/usr.bin/make/
H A Dmeta.c223 const char *tname)
236 if (!tname)
237 tname = Var_Value(TARGET, gn, &p[i++]);
249 if ((cp = strrchr(tname, '/'))) {
250 if (realpath(tname, buf)) {
257 tname = buf;
265 if (tname[0] == '/') {
266 strlcpy(buf, tname, sizeof(buf));
268 snprintf(buf, sizeof(buf), "%s/%s", cwd, tname);
272 tname
221 meta_name(struct GNode *gn, char *mname, size_t mnamelen, const char *dname, const char *tname) argument
397 const char *tname; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/libldap_r/
H A Drq.c44 char *tname,
58 entry->tname = tname;
39 ldap_pvt_runqueue_insert( struct runqueue_s* rq, time_t interval, ldap_pvt_thread_start_t *routine, void *arg, char *tname, char *tspec ) argument
/netbsd-6-1-5-RELEASE/libexec/getty/
H A Dmain.c186 char *tname; local
295 tname = "default";
297 tname = argv[1];
302 gettable(tname, tabent);
326 tname = autobaud();
330 tname = portselector();
439 tname = NX;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/
H A Dldwrite.c338 char *tname; local
347 tname = (char *) xmalloc (len + 1);
348 memcpy (tname, name, len + 1);
350 while (len && ISDIGIT (tname[len-1]))
352 if (len > 1 && tname[len-1] == '.')
354 tname[len-1] = 0;
358 if (bfd_family_coff (abfd) && strlen (tname) > 5)
369 tname[5] = 0;
372 if ((sname = bfd_get_unique_section_name (abfd, tname, count)) == NULL
381 free (tname);
[all...]
/netbsd-6-1-5-RELEASE/dist/nvi/common/
H A Dexf.c135 char *oname = NULL, tname[MAXPATHLEN]; local
203 (void)snprintf(tname, sizeof(tname),
205 if ((fd = mkstemp(tname)) == -1) {
214 if ((frp->tname = strdup(tname)) == NULL ||
216 (frp->name = strdup(tname)) == NULL)) {
217 if (frp->tname != NULL) {
218 free(frp->tname);
221 (void)unlink(tname);
[all...]
/netbsd-6-1-5-RELEASE/dist/dhcp/common/
H A Ddns.c204 char *tname = (char *)0; local
215 tname = dmalloc ((unsigned)len + 2, MDL);
216 if (!tname)
218 strcpy (tname, name);
219 tname [len] = '.';
220 tname [len + 1] = 0;
221 name = tname;
228 if (tname)
229 dfree (tname, MDL);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dtargets.c1463 _bfd_find_arch_match (const char *tname, const char **arch,
1471 const char *in_a = strstr (*arch, tname);
1472 char end_ch = (in_a ? in_a[strlen (tname)] : 0);
1538 const char *tname = target_vec->name;
1541 if (arches && tname)
1543 char *hyp = strchr (tname, '-');
1547 tname = ++hyp;
1551 if (!_bfd_find_arch_match (tname, arches, def_target_arch))
1566 _bfd_find_arch_match (tname, arches, def_target_arch);
1462 _bfd_find_arch_match(const char *tname, const char **arch, const char **def_target_arch) argument
1537 const char *tname = target_vec->name; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dtargets.c1477 _bfd_find_arch_match (const char *tname, const char **arch,
1485 const char *in_a = strstr (*arch, tname);
1486 char end_ch = (in_a ? in_a[strlen (tname)] : 0);
1552 const char *tname = target_vec->name;
1555 if (arches && tname)
1557 char *hyp = strchr (tname, '-');
1561 tname = ++hyp;
1565 if (!_bfd_find_arch_match (tname, arches, def_target_arch))
1580 _bfd_find_arch_match (tname, arches, def_target_arch);
1476 _bfd_find_arch_match(const char *tname, const char **arch, const char **def_target_arch) argument
1551 const char *tname = target_vec->name; local
/netbsd-6-1-5-RELEASE/usr.sbin/timed/timed/
H A Dmaster.c82 char tname[MAXHOSTNAMELEN]; local
234 get_tsp_name(msg, tname, sizeof(tname));
237 answer = acksend(&to, &taddr, tname,
241 tname);
347 char tname[MAXHOSTNAMELEN]; local
351 get_tsp_name(msg, tname, sizeof(tname));
373 tname, olddate);

Completed in 441 milliseconds

12345