Symbol: tname
bin/ps/extern.h
81
void tname(const KINFO *, const struct varent *);
bin/ps/keyword.c
192
{"tt", "TT ", NULL, 0, tname, NULL, 2, 0, 0, NULL, NULL},
crypto/libressl/crypto/asn1/tasn_prn.c
347
char *tname;
crypto/libressl/crypto/asn1/tasn_prn.c
355
tname = "SET";
crypto/libressl/crypto/asn1/tasn_prn.c
357
tname = "SEQUENCE";
crypto/libressl/crypto/asn1/tasn_prn.c
359
indent, "", tname, tt->field_name) <= 0)
crypto/libressl/include/openssl/asn1t.h
102
&tname##_item_tt,\
crypto/libressl/include/openssl/asn1t.h
106
#tname \
crypto/libressl/include/openssl/asn1t.h
107
ASN1_ITEM_end(tname)
crypto/libressl/include/openssl/asn1t.h
109
#define static_ASN1_ITEM_TEMPLATE_END(tname) \
crypto/libressl/include/openssl/asn1t.h
111
static_ASN1_ITEM_start(tname) \
crypto/libressl/include/openssl/asn1t.h
114
&tname##_item_tt,\
crypto/libressl/include/openssl/asn1t.h
118
#tname \
crypto/libressl/include/openssl/asn1t.h
119
ASN1_ITEM_end(tname)
crypto/libressl/include/openssl/asn1t.h
145
#define ASN1_SEQUENCE(tname) \
crypto/libressl/include/openssl/asn1t.h
146
static const ASN1_TEMPLATE tname##_seq_tt[]
crypto/libressl/include/openssl/asn1t.h
152
#define ASN1_SEQUENCE_END_name(stname, tname) \
crypto/libressl/include/openssl/asn1t.h
154
ASN1_ITEM_start(tname) \
crypto/libressl/include/openssl/asn1t.h
157
tname##_seq_tt,\
crypto/libressl/include/openssl/asn1t.h
158
sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE),\
crypto/libressl/include/openssl/asn1t.h
162
ASN1_ITEM_end(tname)
crypto/libressl/include/openssl/asn1t.h
164
#define static_ASN1_SEQUENCE_END_name(stname, tname) \
crypto/libressl/include/openssl/asn1t.h
166
static_ASN1_ITEM_start(tname) \
crypto/libressl/include/openssl/asn1t.h
169
tname##_seq_tt,\
crypto/libressl/include/openssl/asn1t.h
170
sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE),\
crypto/libressl/include/openssl/asn1t.h
174
ASN1_ITEM_end(tname)
crypto/libressl/include/openssl/asn1t.h
176
#define ASN1_NDEF_SEQUENCE(tname) \
crypto/libressl/include/openssl/asn1t.h
177
ASN1_SEQUENCE(tname)
crypto/libressl/include/openssl/asn1t.h
179
#define ASN1_NDEF_SEQUENCE_cb(tname, cb) \
crypto/libressl/include/openssl/asn1t.h
180
ASN1_SEQUENCE_cb(tname, cb)
crypto/libressl/include/openssl/asn1t.h
182
#define ASN1_SEQUENCE_cb(tname, cb) \
crypto/libressl/include/openssl/asn1t.h
183
static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
crypto/libressl/include/openssl/asn1t.h
184
ASN1_SEQUENCE(tname)
crypto/libressl/include/openssl/asn1t.h
186
#define ASN1_SEQUENCE_ref(tname, cb, lck) \
crypto/libressl/include/openssl/asn1t.h
187
static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), lck, cb, 0}; \
crypto/libressl/include/openssl/asn1t.h
188
ASN1_SEQUENCE(tname)
crypto/libressl/include/openssl/asn1t.h
190
#define ASN1_SEQUENCE_enc(tname, enc, cb) \
crypto/libressl/include/openssl/asn1t.h
191
static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc)}; \
crypto/libressl/include/openssl/asn1t.h
192
ASN1_SEQUENCE(tname)
crypto/libressl/include/openssl/asn1t.h
194
#define ASN1_NDEF_SEQUENCE_END(tname) \
crypto/libressl/include/openssl/asn1t.h
196
ASN1_ITEM_start(tname) \
crypto/libressl/include/openssl/asn1t.h
199
tname##_seq_tt,\
crypto/libressl/include/openssl/asn1t.h
200
sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE),\
crypto/libressl/include/openssl/asn1t.h
202
sizeof(tname),\
crypto/libressl/include/openssl/asn1t.h
203
#tname \
crypto/libressl/include/openssl/asn1t.h
204
ASN1_ITEM_end(tname)
crypto/libressl/include/openssl/asn1t.h
206
#define static_ASN1_NDEF_SEQUENCE_END(tname) \
crypto/libressl/include/openssl/asn1t.h
208
static_ASN1_ITEM_start(tname) \
crypto/libressl/include/openssl/asn1t.h
211
tname##_seq_tt,\
crypto/libressl/include/openssl/asn1t.h
212
sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE),\
crypto/libressl/include/openssl/asn1t.h
214
sizeof(tname),\
crypto/libressl/include/openssl/asn1t.h
215
#tname \
crypto/libressl/include/openssl/asn1t.h
216
ASN1_ITEM_end(tname)
crypto/libressl/include/openssl/asn1t.h
218
#define ASN1_SEQUENCE_END_enc(stname, tname) ASN1_SEQUENCE_END_ref(stname, tname)
crypto/libressl/include/openssl/asn1t.h
220
#define ASN1_SEQUENCE_END_cb(stname, tname) ASN1_SEQUENCE_END_ref(stname, tname)
crypto/libressl/include/openssl/asn1t.h
222
#define static_ASN1_SEQUENCE_END_cb(stname, tname) static_ASN1_SEQUENCE_END_ref(stname, tname)
crypto/libressl/include/openssl/asn1t.h
224
#define ASN1_SEQUENCE_END_ref(stname, tname) \
crypto/libressl/include/openssl/asn1t.h
226
ASN1_ITEM_start(tname) \
crypto/libressl/include/openssl/asn1t.h
229
tname##_seq_tt,\
crypto/libressl/include/openssl/asn1t.h
230
sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE),\
crypto/libressl/include/openssl/asn1t.h
231
&tname##_aux,\
crypto/libressl/include/openssl/asn1t.h
234
ASN1_ITEM_end(tname)
crypto/libressl/include/openssl/asn1t.h
236
#define static_ASN1_SEQUENCE_END_ref(stname, tname) \
crypto/libressl/include/openssl/asn1t.h
238
static_ASN1_ITEM_start(tname) \
crypto/libressl/include/openssl/asn1t.h
241
tname##_seq_tt,\
crypto/libressl/include/openssl/asn1t.h
242
sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE),\
crypto/libressl/include/openssl/asn1t.h
243
&tname##_aux,\
crypto/libressl/include/openssl/asn1t.h
246
ASN1_ITEM_end(tname)
crypto/libressl/include/openssl/asn1t.h
248
#define ASN1_NDEF_SEQUENCE_END_cb(stname, tname) \
crypto/libressl/include/openssl/asn1t.h
250
ASN1_ITEM_start(tname) \
crypto/libressl/include/openssl/asn1t.h
253
tname##_seq_tt,\
crypto/libressl/include/openssl/asn1t.h
254
sizeof(tname##_seq_tt) / sizeof(ASN1_TEMPLATE),\
crypto/libressl/include/openssl/asn1t.h
255
&tname##_aux,\
crypto/libressl/include/openssl/asn1t.h
258
ASN1_ITEM_end(tname)
crypto/libressl/include/openssl/asn1t.h
284
#define ASN1_CHOICE(tname) \
crypto/libressl/include/openssl/asn1t.h
285
static const ASN1_TEMPLATE tname##_ch_tt[]
crypto/libressl/include/openssl/asn1t.h
287
#define ASN1_CHOICE_cb(tname, cb) \
crypto/libressl/include/openssl/asn1t.h
288
static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
crypto/libressl/include/openssl/asn1t.h
289
ASN1_CHOICE(tname)
crypto/libressl/include/openssl/asn1t.h
295
#define ASN1_CHOICE_END_name(stname, tname) ASN1_CHOICE_END_selector(stname, tname, type)
crypto/libressl/include/openssl/asn1t.h
297
#define static_ASN1_CHOICE_END_name(stname, tname) static_ASN1_CHOICE_END_selector(stname, tname, type)
crypto/libressl/include/openssl/asn1t.h
299
#define ASN1_CHOICE_END_selector(stname, tname, selname) \
crypto/libressl/include/openssl/asn1t.h
301
ASN1_ITEM_start(tname) \
crypto/libressl/include/openssl/asn1t.h
304
tname##_ch_tt,\
crypto/libressl/include/openssl/asn1t.h
305
sizeof(tname##_ch_tt) / sizeof(ASN1_TEMPLATE),\
crypto/libressl/include/openssl/asn1t.h
309
ASN1_ITEM_end(tname)
crypto/libressl/include/openssl/asn1t.h
311
#define static_ASN1_CHOICE_END_selector(stname, tname, selname) \
crypto/libressl/include/openssl/asn1t.h
313
static_ASN1_ITEM_start(tname) \
crypto/libressl/include/openssl/asn1t.h
316
tname##_ch_tt,\
crypto/libressl/include/openssl/asn1t.h
317
sizeof(tname##_ch_tt) / sizeof(ASN1_TEMPLATE),\
crypto/libressl/include/openssl/asn1t.h
321
ASN1_ITEM_end(tname)
crypto/libressl/include/openssl/asn1t.h
323
#define ASN1_CHOICE_END_cb(stname, tname, selname) \
crypto/libressl/include/openssl/asn1t.h
325
ASN1_ITEM_start(tname) \
crypto/libressl/include/openssl/asn1t.h
328
tname##_ch_tt,\
crypto/libressl/include/openssl/asn1t.h
329
sizeof(tname##_ch_tt) / sizeof(ASN1_TEMPLATE),\
crypto/libressl/include/openssl/asn1t.h
330
&tname##_aux,\
crypto/libressl/include/openssl/asn1t.h
333
ASN1_ITEM_end(tname)
crypto/libressl/include/openssl/asn1t.h
94
#define ASN1_ITEM_TEMPLATE(tname) \
crypto/libressl/include/openssl/asn1t.h
95
static const ASN1_TEMPLATE tname##_item_tt
crypto/libressl/include/openssl/asn1t.h
97
#define ASN1_ITEM_TEMPLATE_END(tname) \
crypto/libressl/include/openssl/asn1t.h
99
ASN1_ITEM_start(tname) \
crypto/openssh/ssh-keyscan.c
682
char *tname, *cp, *line = NULL;
crypto/openssh/ssh-keyscan.c
752
tname = strtok(optarg, ",");
crypto/openssh/ssh-keyscan.c
753
while (tname) {
crypto/openssh/ssh-keyscan.c
754
int type = sshkey_type_from_name(tname);
crypto/openssh/ssh-keyscan.c
782
fatal("Unknown key type \"%s\"", tname);
crypto/openssh/ssh-keyscan.c
784
tname = strtok(NULL, ",");
crypto/openssh/sshkey.c
2514
char *tname = NULL;
crypto/openssh/sshkey.c
2522
if ((r = sshbuf_get_cstring(buf, &tname, NULL)) != 0)
crypto/openssh/sshkey.c
2524
type = sshkey_type_from_name(tname);
crypto/openssh/sshkey.c
2539
k->ecdsa_nid != sshkey_ecdsa_nid_from_name(tname)) {
crypto/openssh/sshkey.c
2562
if ((r = impl->funcs->deserialize_private(tname, buf, k)) != 0)
crypto/openssh/sshkey.c
2580
free(tname);
lib/libc/net/getaddrinfo.c
2108
char *cp, *tname, *cname;
lib/libc/net/getaddrinfo.c
2135
tname = cp;
lib/libc/net/getaddrinfo.c
2140
if (strcasecmp(name, tname) == 0)
lib/libc/net/gethostbydns.c
150
const char *tname;
lib/libc/net/gethostbydns.c
153
tname = qname;
lib/libc/net/gethostbydns.c
286
tname = bp;
lib/libc/net/gethostbydns.c
301
if (strcasecmp(tname, bp) != 0) {
lib/libc/resolv/res_findzonecut.c
272
char tname[NS_MAXDNAME];
lib/libc/resolv/res_findzonecut.c
284
if (ns_makecanon(dname, tname, sizeof tname) < 0)
lib/libc/resolv/res_findzonecut.c
286
dname = tname;
lib/libc/resolv/res_findzonecut.c
523
char tname[MAXDNAME];
lib/libc/resolv/res_findzonecut.c
547
tname, sizeof tname) < 0) {
lib/libc/resolv/res_findzonecut.c
553
nsrr->name = strdup(tname);
lib/libc/resolv/res_send.c
235
char tname[MAXDNAME+1];
lib/libc/resolv/res_send.c
238
n = dn_expand(buf, eom, cp, tname, sizeof tname);
lib/libc/resolv/res_send.c
247
ns_samename(tname, name) == 1)
lib/libc/resolv/res_send.c
286
char tname[MAXDNAME+1];
lib/libc/resolv/res_send.c
289
n = dn_expand(buf1, eom1, cp, tname, sizeof tname);
lib/libc/resolv/res_send.c
297
if (!res_nameinquery(tname, ttype, tclass, buf2, eom2))
libexec/getty/main.c
196
tname = "default";
libexec/getty/main.c
198
tname = argv[1];
libexec/getty/main.c
289
tname = autobaud();
libexec/getty/main.c
294
tname = portselector();
libexec/getty/main.c
404
tname = NX;
libexec/getty/main.c
789
gettable(tname, tabent);
libexec/getty/main.c
97
static const char *tname;
stand/boot/pc32/btxld/btxld.c
103
static const char *tname; /* Temporary output file */
stand/boot/pc32/btxld/btxld.c
180
if (tname)
stand/boot/pc32/btxld/btxld.c
181
remove(tname);
stand/boot/pc32/btxld/btxld.c
248
if (!(tname = strdup(name)))
stand/boot/pc32/btxld/btxld.c
266
err(2, "%s", tname);
stand/boot/pc32/btxld/btxld.c
272
err(2, "%s", tname);
stand/boot/pc32/btxld/btxld.c
273
if (rename(tname, oname))
stand/boot/pc32/btxld/btxld.c
274
err(2, "%s: Can't rename to %s", tname, oname);
stand/boot/pc32/btxld/btxld.c
275
tname = NULL;
stand/boot/pc32/btxld/btxld.c
463
err(2, "%s", tname);
stand/boot/pc32/btxld/btxld.c
465
errx(2, "%s: Short write", tname);
stand/boot/pc32/btxld/btxld.c
475
err(2, "%s", tname);
sys/bus/cam/scsi/scsi_ses.c
301
char *tname;
sys/bus/cam/scsi/scsi_ses.c
364
tname = "No SES device";
sys/bus/cam/scsi/scsi_ses.c
367
tname = "SCSI-2 SES Device";
sys/bus/cam/scsi/scsi_ses.c
370
tname = "SCSI-3 SES Device";
sys/bus/cam/scsi/scsi_ses.c
373
tname = "SES Passthrough Device";
sys/bus/cam/scsi/scsi_ses.c
376
tname = "UNISYS SEN Device (NOT HANDLED YET)";
sys/bus/cam/scsi/scsi_ses.c
379
tname = "SAF-TE Compliant Device";
sys/bus/cam/scsi/scsi_ses.c
382
xpt_announce_periph(periph, tname);
sys/dev/disk/isp/isp.c
7157
char tname[16], mname[16];
sys/dev/disk/isp/isp.c
7257
cname = tname;
sys/dev/disk/isp/isp.c
7258
ISP_SNPRINTF(tname, sizeof tname, "opcode %x", opcode);
sys/libprop/prop_object.c
848
char tname[PATH_MAX];
sys/libprop/prop_object.c
862
_prop_object_externalize_file_dirname(fname, tname);
sys/libprop/prop_object.c
863
if (strlcat(tname, "/.plistXXXXXX", sizeof(tname)) >= sizeof(tname)) {
sys/libprop/prop_object.c
867
if ((fd = mkstemp(tname)) == -1)
sys/libprop/prop_object.c
884
if (rename(tname, fname) == -1)
sys/libprop/prop_object.c
893
(void) unlink(tname);
sys/vfs/hammer2/hammer2_vnops.c
2036
const char *tname;
sys/vfs/hammer2/hammer2_vnops.c
2061
tname = tncp->nc_name;
sys/vfs/hammer2/hammer2_vnops.c
2114
tlhc = hammer2_dirhash(tname, tname_len);
sys/vfs/hammer2/hammer2_vnops.c
2158
hammer2_xop_setname2(&xop4->head, tname, tname_len);
sys/vfs/smbfs/smbfs_smb.c
644
const char *tname, int tnmlen, struct smb_cred *scred)
sys/vfs/smbfs/smbfs_smb.c
665
error = smbfs_fullpath(mbp, SSTOVC(ssp), tdnp, tname, tnmlen);
sys/vfs/smbfs/smbfs_smb.c
677
const char *tname, int tnmlen, u_int16_t flags, struct smb_cred *scred)
sys/vfs/smbfs/smbfs_smb.c
700
error = smbfs_fullpath(mbp, SSTOVC(ssp), tdnp, tname, tnmlen);
sys/vfs/smbfs/smbfs_subr.h
163
const char *tname, int tnmlen, struct smb_cred *scred);
sys/vfs/smbfs/smbfs_subr.h
165
const char *tname, int tnmlen, u_int16_t flags, struct smb_cred *scred);
usr.bin/login/login.c
159
char tname[sizeof(_PATH_TTY) + 10];
usr.bin/login/login.c
235
snprintf(tname, sizeof(tname), "%s??", _PATH_TTY);
usr.bin/login/login.c
236
ttyn = tname;
usr.bin/login/login.c
448
if (ttyn != tname && chflags(ttyn, 0))
usr.bin/login/login.c
451
if (ttyn != tname && chown(ttyn, pwd->pw_uid,
usr.bin/telnet/telnet.c
653
setupterm(char *tname, int fd, int *errp)
usr.bin/telnet/telnet.c
655
if (tgetent(termbuf, tname) == 1) {
usr.bin/telnet/telnet.c
675
char *tname;
usr.bin/telnet/telnet.c
684
if ((tname = env_getvalue("TERM")) &&
usr.bin/telnet/telnet.c
685
(setupterm(tname, 1, &err) == 0)) {
usr.bin/telnet/telnet.c
686
tnamep = mklist(termbuf, tname);
usr.bin/telnet/telnet.c
688
if (tname && (strlen(tname) <= 40)) {
usr.bin/telnet/telnet.c
689
unknown[0] = tname;
usr.bin/telnet/telnet.c
690
upcase(tname);
usr.sbin/makefs/hammer2/hammer2_vnops.c
2517
const char *tname;
usr.sbin/makefs/hammer2/hammer2_vnops.c
2542
tname = tncp->nc_name;
usr.sbin/makefs/hammer2/hammer2_vnops.c
2595
tlhc = hammer2_dirhash(tname, tname_len);
usr.sbin/makefs/hammer2/hammer2_vnops.c
2639
hammer2_xop_setname2(&xop4->head, tname, tname_len);
usr.sbin/mtree/spec.c
103
char *buf, *tname, *ntname;
usr.sbin/mtree/spec.c
108
tname = NULL;
usr.sbin/mtree/spec.c
161
if ((ntname = realloc(tname, plen)) == NULL)
usr.sbin/mtree/spec.c
163
tname = ntname;
usr.sbin/mtree/spec.c
166
if (strunvis(tname, p) == -1)
usr.sbin/mtree/spec.c
168
p = tname;
usr.sbin/mtree/spec.c
184
mtree_err("%s: %s", tname,
usr.sbin/mtree/spec.c
192
mtree_err("%s: empty leaf element", tname);
usr.sbin/pfctl/pfctl_table.c
117
pfctl_command_tables(int argc, char *argv[], char *tname,
usr.sbin/pfctl/pfctl_table.c
120
if (tname == NULL || command == NULL)
usr.sbin/pfctl/pfctl_table.c
122
return pfctl_table(argc, argv, tname, command, file, anchor, opts);
usr.sbin/pfctl/pfctl_table.c
126
pfctl_table(int argc, char *argv[], char *tname, const char *command,
usr.sbin/pfctl/pfctl_table.c
144
if (tname != NULL) {
usr.sbin/pfctl/pfctl_table.c
145
if (strlen(tname) >= PF_TABLE_NAME_SIZE)
usr.sbin/pfctl/pfctl_table.c
147
if (strlcpy(table.pfrt_name, tname,