Searched refs:typestring (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A Dgen_decode.c478 char *tname = NULL, *typestring = NULL; local
481 if (asprintf(&typestring, "%s_type", tmpstr) < 0 || typestring == NULL)
488 tmpstr, tmpstr, typestring);
496 typestring,
502 ide = typestring;
506 typestring,
550 typestring,
553 typestring, forwstr);
563 free(typestring);
[all...]
/macosx-10.10/hfs-285/fsck_hfs/
H A Dfsck_messages.c157 * typestring(int type)
163 typestring(int type) function
796 kfsckType, typestring(m->type));
/macosx-10.10/shell_cmds-179/find/
H A Dfunction.c1546 char *typestring; local
1550 typestring = nextarg(option, argvp);
1553 switch (typestring[0]) {
1582 errx(1, "%s: %s: unknown type", option->name, typestring);
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dstabs.c3587 const char *typestring;
3609 /* The number of typestring slots we have allocated. */
4461 tem = minfo->typestrings[t].typestring;
4609 p = minfo->typestrings[i].typestring;
5057 minfo->typestrings[minfo->typestring_count].typestring = p;
3586 const char *typestring; member in struct:stab_demangle_typestring

Completed in 188 milliseconds