HomeSort by: relevance | last modified time | path
    Searched refs:TypeMallocN (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/xterm/dist/
xutf8.c 220 list = TypeMallocN(char *, (unsigned) nelements);
296 char *buf = TypeMallocN(char, nbytes);
testxmc.c 104 glitch = TypeMallocN(IChar, len);
charclass.c 95 classtab = TypeMallocN(struct classentry, (unsigned) size);
resize.c 515 char *tmpbuf = TypeMallocN(char,
Tekproc.c 417 if ((Tpushb = TypeMallocN(Char, 10)) == NULL
418 || (Tline = TypeMallocN(XSegment, MAX_VTX)) == NULL) {
graphics.c 1379 if (!(buffer = TypeMallocN(ColorRegister,
1704 imgdata = TypeMallocN(char, (size_t)(image_h * (unsigned)image->bytes_per_line));
misc.c 1160 char **myargv = TypeMallocN(char *, myargc + 1);
1722 if ((copybuffer = TypeMallocN(Char, buf_cnt)) != NULL) {
2684 screen->cmap_data = TypeMallocN(XColor, (size_t) length);
6163 if ((converted = TypeMallocN(Char, 1 + (6 * limit))) != NULL) {
6624 if ((tmp = TypeMallocN(char, strlen(leaf) + strlen(s) + 2)) != NULL) {
6760 newenv = TypeMallocN(char *, need);
ptyx.h 106 #define TypeMallocN(type,n) (type *)malloc(sizeof(type) * (size_t) (n))
107 #define TypeMalloc(type) TypeMallocN(type, 1)
input.c 1808 dst = TypeMallocN(char, strlen(s) + 1);
main.c 2407 ttydev = TypeMallocN(char, sizeof(TTYDEV) + 80);
2409 ptydev = TypeMallocN(char, sizeof(PTYDEV) + 80);
charproc.c 1674 new_string = TypeMallocN(type, new_length); \
1677 new_string = TypeMallocN(type, new_length); \
10051 String *list = TypeMallocN(String, XtNumber(xterm_resources));
14398 if (len > 0 && (val = TypeMallocN(char, len + 1)) != NULL) {
button.c 2098 if ((result = TypeMallocN(String, num_params + 1)) != NULL) {
fontutils.c 507 if ((*result = TypeMallocN(char, want)) != NULL) {
graphics_regis.c 1704 if (!(pixels = TypeMallocN(Char, (size_t) (workw * workh)))) {
7690 if (!(state->temp = TypeMallocN(char, (size_t) state->templen))) {

Completed in 79 milliseconds