typename
char *typename(int);
cornline(1, typename(i));
static const char *typename[] = {
typename[dirp->d_type], dirp->d_namlen, dirp->d_name);
const char *typename;
if (!strcmp(argv[1], tp->typename)) {
printf("setting type to %s\n", tp->typename);
char *devname, *typename;
if ((typename = strsep(bufpp, ".")) == NULL) {
for (i = 0; typename[i] != '\0'; i++)
if (isdigit((unsigned char)typename[i])) {
numt = strtonum(&typename[i], 0, INT_MAX, &errstr);
typename[i] = '\0';
if (strcmp(typename, sensor_type_s[type]) == 0)
warnx("%s: sensor type not recognised: %s", string, typename);
static char *typename[] =
vp, typename[vp->v_type], vp->v_usecount, vp->v_writecount,
funname(tt->typename, buf1), args);
funname(tt->typename, buf2), args);
add(int rdclass, const char *classname, int type, const char *typename,
INSIST(strlen(typename) < TYPECLASSBUF);
strncpy(newtt->typename, typename, sizeof(newtt->typename));
newtt->typename[sizeof(newtt->typename) - 1] = '\0';
if (strcmp(tt->typename, typename) != 0)
char typename[TYPECLASSBUF];
if (sscanf(dp->d_name, TYPECLASSFMT, typename, &type) != 2)
n = snprintf(buf, sizeof(buf), "%s_%d.%c", typename,
add(rdclass, classname, type, typename, dirname);
tt->dirname, tt->typename, tt->type);
funname(tt->typename, buf1),
s = funname(tt->typename, buf1);
tt->dirname, tt->typename, tt->type);
tt->dirname, tt->typename, tt->type);
char typename[TYPECLASSBUF];
modename, typename, formname, structname);
extern char typename[32]; /* name of file transfer type */
char typename[32];
fprintf(ttyout, "Using %s mode to transfer files.\n", typename);
(void)strlcpy(typename, p->t_name, sizeof typename);
(void)strlcpy(typename, "binary", sizeof typename);
typename);
p_xdrfunc(char *rname, char *typename)
rname, stringfix(typename));
stringfix(typename));
using type_identity_t = typename type_identity<T>::type;
template <typename V> \
const char *typename;
typename = sshkey_ssh_name_from_type_nid(type, key->ecdsa_nid);
if ((ret = sshbuf_put_cstring(b, typename)) != 0)